/* details box */
#content{
width:auto;
padding:0;
}

div#flow
{	
	position:relative;
	cursor:default !important;
} 

div#flow #flowtab
{
	display:block;
	width:12px;
	height:925px;
	position:absolute;
	left:0;
	top:0;
	background:url(/images/layout/tab2.gif) repeat-y 0 -50px;
	cursor:pointer;
}

div#flow #flowtab:focus, div#flow #flowtab:active
{
	background-color:#ffc;
}



/* quotes in articles */
/* 20070627 Iain Smith - quotemark images switched off as generally not being 
                         displayed properly (and not always being used appropriately)
                         padding left increased by 24px to align with surrounding text
                         q:first-letter no longer required
*/
q{	
display:block;
font:  italic 90%/150%   Georgia, "MS Sans Serif", Geneva, sans-serif;
margin: 10px 5.5% 10px 5.5%; 
/* background: transparent url(/images/icons/rdquo-grey.gif) right bottom no-repeat; */
padding: 0 4px 0 24px; 
color: gray;
} 
/*
q:first-letter{	
background: transparent url(/images/icons/ldquo-grey.gif) left top no-repeat!important;
display: block;	
width: 12px; 	
height: 1.3em;
padding-left: 15px;
background-position: 0 3px;  
font-size: larger;
}
*/
q:before, q:after {	 /* kills the default quotes in good browsers */
  content: "";
}
#col1{
float:right ;
margin-right:1.2%;	
width:35%;
}
.detail{
border:1px solid #C0D0E0;
margin:0 0 0 10px;
padding:8px 0 10px 0px;
float:right;
width:170px;
background-color:#fff;
color:#333
}		 

.detail li{
	font-size:11px;
	line-height:1.7;
	margin-left:20px;
}


/* author bio */
div#tab #bio {
float:right;	
margin :10px 18px 15px 18px!important;
margin :10px 5px 15px 18px;
width: 220px;
position:relative;
z-index:100	;
}
div#tab #bio .boxes
{
	width: 200px;
}
div#tab #bio p{
font-size:85%;
line-height:150%!important
}
div#tab #bio img{
float:left;
margin:2px 5px 2px 0!important
}
div#tab #bio #illustrator{
	font-style: italic;
	margin-left: 11px;
	margin-right: 0px;
}
.date {
  font-size:85%;	
  color:#666
}

div#tab h4, div#tab h5{
  padding: 10px 0;
}		
div#flow div#tab p{	
  margin: 10px 3.5% 15px 3.5%; 
  line-height: 140%;
  padding: 0;	
}	
div#flow div#tab div#adz p {
  margin-left: 0;
  margin-right: 0;
}
div#tab ul, div#tab ol  {
  margin-left:4%;
  padding:0 10px 8px 10px;
  list-style-position: inside; 
}
div#tab div#topcontrols {
  margin-right:20px;
  text-align: right;
  margin-bottom: 0;
  position: relative;
} 





/* hidden overflow on article content 
   to prevent IE6 from expanding the content area for overlarge images
   which was causing it to shift leftwards and be obscured by the nav */
#article_content
{
	width:93.5%;
	overflow:hidden;
}

#article_content img
{
	display:block;
	margin:0 0 1em 0;
}

#article_content a.beatbox 
{
	text-decoration:none;
	font-size:0.8em;
	cursor:pointer;
}

/* hidden overflow is supplemented with beatbox so you can view the whole thing */
#beatbox-loadingscreen
{
	position:absolute;
	z-index:30001;
	background:url(../Templates/images/beatbox-loading.gif) #000 no-repeat 50% 47%;
	font:normal normal normal 0.9em arial,sans-serif;
	color:#fff;
	font-weight:bold;
	text-align:center;
	visibility:hidden;
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}

#beatbox-iframeshim
{
	position:absolute;
	z-index:30000;
	border:none;
	filter:alpha(opacity=0);
	opacity:0;
	visibility:hidden;
}

#beatbox-imagewindow
{
	position:absolute;
	z-index:30002;
	border:1px solid #666;
	background: #222;
	padding:10px;
	visibility:hidden;
}

#beatbox-imagewindow img
{
	border:1px solid #999;
	background:#fff;
}

#beatbox-imagewindow ul, #beatbox-imagewindow li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#beatbox-imagewindow ul
{
	background:#fafafa;
	border:1px solid #999;
	padding:0 0 8px;
	margin-top:8px;
	overflow:hidden;
	white-space:nowrap;
}
* html #beatbox-imagewindow ul
{
	overflow:visible;
}

#beatbox-imagewindow li.fullscreen
{
	float:left;
	padding:10px 10px 0 10px;
}

#beatbox-imagewindow li.close
{
	float:right;
	padding:10px 10px 0 10px;
}

#beatbox-imagewindow ul a, #beatbox-imagewindow ul a:visited
{
	font:normal normal normal 0.9em arial,sans-serif;
	background:url(../Templates/images/beatbox-icons.gif) no-repeat 0 1px;
	color:#555;
	text-decoration:none;
	padding:0 0 0 20px;
	display:block;
	min-height:15px;
}
* html #beatbox-imagewindow ul a, * html #beatbox-imagewindow ul a:visited
{
	display:inline-block;
	height:15px;
}

#beatbox-imagewindow li.fullscreen a, #beatbox-imagewindow li.fullscreen a:visited
{
	background-position:0 -449px;
}

#beatbox-imagewindow ul a:hover, #beatbox-imagewindow ul a:focus
{
	color:#222;
	background-position:0 -149px;
}

#beatbox-imagewindow ul li.fullscreen a:hover, #beatbox-imagewindow ul li.fullscreen a:focus
{
	background-position:0 -599px;
}

#beatbox-imagewindow ul a:active
{
	color:#000;
	background-position:0 -299px;
}

#beatbox-imagewindow ul li.fullscreen a:active
{
	background-position:0 -749px;
}


	



/* inline article adz */
div#tab div#adz {
overflow:visible;
position:relative;
z-index:100;
}

#adz img{
text-align:center;
margin-left: 10px;	
}	  

#adz h4{
	text-align: center;
}

div#flow div#tab div#adz.vertical{
width: auto;
float: right;
margin-left: 10px!important;
margin-right: 10px
}

div#flow div#tab div#adz.horizontal
{
  /*float: left;
  width: 90%;*/
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}

/* horizontal list -- rate this article */
li.hz {
  list-style:none;
  display:block;
  float:left;
  width:8%	;
  font-style: normal;
  list-style-position: outside;
}

#topcontrols {
  border-top: 1px solid #CAD6E8;
  overflow: hidden;
}

/* page navigation */
.pagenav {
  text-align: right;
  white-space: nowrap;
}

#toppagenav {
  font-size: 85%;
  text-align: left;
}

#botpagenav {
  margin-top: 1em;
  margin-bottom: 1em;
}

.pagenav .thispage, .pagenav a:link, .pagenav a:visited {
  padding: 2px 6px;
  zoom: normal; /* Overrides another a.next in ie.css */
}

#toppagenav span, #toppagenav a:link, #toppagenav a:visited {
  color: #a0a0a0;
  float: left;
  margin: -1px 0 0 0;
}

#toppagenav span {
  padding-top: 2px;
}

.pagenav .thispage {
  border: 1px solid #CAD6E8;
}

.pagenav a.next:link, .pagenav a.next:visited {
  background: white url(/images/icons/next.png) no-repeat right;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  padding-right: 14px;
  text-decoration: none;
}

.pagenav a.next:visited {
  background-image: url(/images/icons/next-visited.png);
}

.pagenav a.next:hover {
  background-image: url(/images/icons/next-hover.png);
}

/* page utilities icons */
div#dostuff{
	text-align: center; 
	padding-top: 20px;
	overflow: hidden;
}

div#tools {
  float: right;
  margin-top: 1em;
}

.bookmarkicon {
	background: transparent url(/images/icons/bookmark.gif) no-repeat top left!important;
}
.printicon {
	background: transparent url(/images/icons/print.gif) no-repeat top left!important;
}
.emailicon {
	background: transparent url(/images/icons/send.gif) no-repeat top left!important;
}
.feedbackicon {
	background: transparent url(/images/icons/feedback.gif) no-repeat top left!important;
}
.articlesuggesticon {
	background: transparent url(/images/icons/feedback.gif) no-repeat top left!important;
}
.linkicon {
	background: transparent url(/images/icons/link.gif) no-repeat!important;
	padding-left:20px!important;		
	}
.blogcommenticon {
	background: transparent url(/images/icons/blogcomment.gif) no-repeat top left!important;
	padding-left:30px!important;
}
#hiliteon{
	background: #fff url(/images/icons/hilite.gif) no-repeat; 
	display:none;
	}
#hiliteoff{
	background: #fff url(/images/icons/hilite-off.gif) no-repeat; 
	display: none;
	}
.printicon, .emailicon, .feedbackicon, .articlesuggesticon, .bookmarkicon, #hiliteon, #hiliteoff, .blogcomment, .linkicon{
	padding:3px 0px 3px 23px!important;
	font:bold 85% Verdana,Arial,Helvetica,sans-serif;
	white-space: nowrap;
	margin-right:10px;
}
/* END - page utilities icons */
.forumicon {
	background: transparent url(/images/icons/comment.gif) no-repeat top left;
	padding:3px 0px 3px 35px!important;
}
.icon { 
	background: url(/images/icons/forum.gif) no-repeat left;  
	padding-left: 25px; 
	}

div.featureimage
{
	text-align:right;
	float: right;
	padding: 6px 0 16px 6px;
	z-index: 20;
}

div#flow div#tab div.articledetail
{  border-bottom:1px solid #C0D0E0;
	margin-bottom:3em;
}
div#flow div#tab div.articledetail h4, div#flow div#tab div.articledetail p
{  	
	margin:0 0 .5em 0;
	font-weight:700
}
/* key colors for books - works inside the div="adz" */
#phpmysql1, #phpant1, #css1, #freelance1, #aspnet1, #flashant1, #cssant1, #sem1,#dhtml, xml1 {
  padding:13px 12px 20px 12px;
}

#phpmysql1 {
  border: 2px solid #FF6600!important;	/* sitepoint orange */
}
#phpant1 {
  border: 2px solid #993399!important;		/* plum */
}
#css1 {
  border: 2px solid #CC0000!important;		/* Deep red */
}
#freelance1 {
  border: 2px solid #C71585!important;	/* mulberry */
}
#aspnet1 {
  border: 2px solid #66CC33!important;	/* light green */
}
#flashant1 {
  border: 2px solid #FFCC00!important;		/* banana */
}
#cssant1 {
  border: 2px solid #889900!important;		/* olive */
}

#sem1 {
  border: 2px solid #0099FF!important; /* light cyan */
  background:#fafaff
}
#dhtml {
  border: 2px solid #990000!important; /* light red */
  background:#CC0033;
}
#xml1 {
	border: 2px solid #0099CC!important; /* light red */
	background:#00FFFF;
}
#brendon {
position:relative;
border: 2px solid #232D42;
margin:5px;
background:#fff url(/images/popups/crowd.jpg) repeat-x bottom left;
}
#brendon h1 {
color:#FF9D0A;
padding:0 8px;
}
#brendon li {
font-size:x-small
}
#brendon div.wrapper{
padding:0 0 10px 0; 
overflow:auto;
margin:0;
padding:0;
}
#brendon div.wrapper * {
margin:0;
padding:0;
}
#brendon img{
position:relative;
}
#brendon div.wrapper label{
position:absolute;
margin-bottom:10px
}
#brendon div.wrapper input{
margin-left:4em;
margin-bottom:10px
}
div#flow div#tab div#adt {
padding-bottom:1em;
clear:both;
}
div#flow div#tab div#adt h5 {
margin-left:1em;
margin-right:1em;
color:#036
}
div#flow div#tab div#adt ul li{
list-style-image:url(/images/icons/cart-icons-book-3.gif);
list-style-position:inside;
font:bold small verdana;
padding:0 0 5px 0;
}
div#tab .wrap td {
border: 0px solid #666;
}

/* styling for diggit and del.icio.us links */
div#flow div#tab div#submitters {
padding-bottom: 2em;
padding-top: 0;
clear: both;
width: 80%; /* must be less than 100% here for IE6 */ 
}
div#flow div#tab div#submitters h5 {
margin-left: 1em;
margin-right: 1em;
color: #036
}
div#flow div#tab div#submitters li {
margin-left: 2em !important;
}
/* style below from blogs.css */
div#submitters ul, div#submitters li
{
	float: left;
	margin: 0;
	padding: 1px;
	list-style-type: none;
}
div#submitters ul
{
	width: 100%;
}
div#submitters li.delicious
{
	margin-top:-2px;
	font-family:arial, sans-serif;
}
div#submitters li.delicious a
{
	display:block;
	background:url(/images/delicious.gif) no-repeat 0 2px;
	padding-left:20px;
	color:#00f;
	font-size:0.9em;
}

#tertiary a:link {color:#4B5757;}