
/* --- structure.css --- */
@media screen
{
  #body {
    border-top: 1px solid white;
  }
  #sorry, .sorry {
    display:none;
  }
  #content {
    width: auto;
    background: #fcfcff ;
    padding: 0 6px .5em 12px;
	overflow: visible;
	min-width: 932px; /* 950px - 18px padding */
	clear: both!important;
	top:1em!important;
	margin-bottom:1em!important;
  }

  #maincontent {
    float: left;
    width:78%;
    padding-right:1px;
    margin:0 5px 0 0;
	background-color:transparent;
  }

  div#flow{
    float:right;
    overflow: visible !important;
    width:74.3%;
    padding:0 0 20px 0;
    margin:0 0 0 0;
    background-position: -100px 0; /* Hide tab by default in case JS is absent */
  }
  div#flow div#tab {
    cursor: auto;
  }

  #col1  {
    float:left;
    clear: left;
    width:24%;
    margin:0;
  }

  div.nav  {
    background:#FcFcFf;
	position:relative;
    margin-bottom:1em;
    width:auto!important;
    width:100%;
    border:1px solid #CAD6E8 ;
	padding:1em 0 1.5em 0;

  }

 div.product, div.cart, div.specialoffer {
    width:auto!important;
    width:100%;
    background-color: #FFFAF0;
    border:1px solid #730;
    margin-bottom:1em ;
    position: relative;
    padding:.5em 0 .8em 0;
  }
  #col3 {
    float:right;
    width:20%;
    margin:0 5px 0 0 ;
	padding-top:0
  }


  #stats {
    background:transparent;
    position:absolute;
	display:none;
    right:2em;
    top:0;
    font: normal 10px/1em Verdana,Arial,Helvetica,sans-serif;
    text-align:right;
	color:#777;
  }

  #footer {
    font-size:.8em;
 	text-align:center;
	color:#777;
	clear:both;
	line-height:1.6em;
	margin-top:1.7em!important;
	clear:both;
	overflow:hidden;
	border-top:10px solid #fff;
  }

  #tertiary {
    font-size:110%;
	background: #6584B0 url(/images/new/bargradient2.jpg) bottom right  no-repeat;
	margin:0 2px -5px 12px;
	overflow:hidden;
	height: 2.8em;
	color:#97AFD9;
	margin-right:0;
	padding-right:0;
  }

  #standards {
    position: relative;
    top: 50px;
    text-align: center;
  }

  #topcontrols {
    clear: both;
  }

  #skip {
    text-indent:-20em;
    position: absolute;
  }


  /* halfs, thirds and quarters */
  .third {
    width: 28%;
    float: left;
    padding: 0px;
    margin: 0px ! important;
    clear: right;
  }

  .twothirds {
    width: 60%;
    float: left;
    display: inline;
    clear: left;
    padding: 0px 10px 20px 0px;
    margin: 0 8px 0px 0;
    border-right: 1px solid #C6D3E7;
    overflow: hidden;
  }

  .half {
    width: 44%;
    float: left;
    padding: 5px 2%;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
  }
 /*#tab {
	margin-top:15px;
 }*/
 .wrap {
	position:relative;
  margin-bottom: 15px;
 }

 #flow #tab .industrybrains {
   padding: 10px 3.5% 15px;
 }
 #flow #tab .industrybrains table {
   margin: 0;
 }
 #flow #tab .industrybrains td {
   border-style: none;
 }

  /* Forces blocks to enclose their floated children */
  .clearfix:after { /* This can be replaced by the alternative fix below if it doesn't kill CatFish */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* This alternative fix works fine, but it's disabled to troubleshoot CatFish */
  /*.clearfix {
    overflow: hidden;
  }*/

  /* Don't know why we'd need this rule, but it was here when CatFish worked */
  .clearfix {
    display:block;
	position:relative
  }

  * html .clearfix { /* This should be moved to ie.css, as IE7 doesn't support * html */
    height: 1%;
  }
  /* END: Forces blocks to enclose their floated children */

  #tab div.wrap {
    border: 1px solid #CAD6E8;
    background-color: #fff;
    /*margin-top: 15px;*/
  }

  img.guruimage {
  	float: right;
	margin: 0px 30px 0 0;
	padding: 0px 45px 45px 0px
  }



}


/* --- standard.css --- */
body { /* set the relative font size of IE5-5.5 differently to everything else, and we scale it from there */
  background: #fff;
  line-height: 1.1;
  color: #555;
  font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Global Whitespace Reset*/
body, form, input {
  padding: 0;
  margin: 0;
}
/*
form {
display:inline
} */
/* setting form to inline messes up countless forms throughout the site in all
*/

h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
  margin:20px 0;
}
dd, blockquote {
  margin-left: 40px;
}
fieldset {
  padding:10px;
}
/* end : Global Whitespace Reset*/
img {
  border: 0px none #fff;
}
h2, h3 {
  color:#036;
  background: transparent;
  font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  letter-spacing: -0.05em;
}
h1 {
  position:relative;
  color:#036;
  font: bold 25px Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  letter-spacing: -0.05em;
  margin:20px 0 10px 0;
}
h2 {
  font-size:160%;
  padding:0 0;
}
h4 {
  font:  bold 100% Verdana, Arial, Helvetica, sans-serif;
}
h5 {
  font-size:  100%;
  line-height:140%
}
h6 {
  font-weight: normal;
}
p, li {
  line-height:150%
}
a:link {
  color: #06c;
  background: transparent;
}
a:visited {
  color:#4B5970;
  background: transparent;
}
a:hover {
  color: #f60;
  background: transparent;
}
acronym, abbr {
  cursor: help;
}
address {
  padding:1.5em!important;
  font: italic bold small/1.4em Verdana, Arial, Helvetica, sans-serif;
  color: #036;
  background: transparent;
}
blockquote > ul {
  background:transparent url(/images/icons/rdquo-grey.gif) no-repeat scroll 99% 95%;
  color:#808080;
  font-family:Georgia, "MS Sans Serif", Geneva, sans-serif;
  font-size:90%;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:italic;
  font-variant:normal;
  font-weight:normal;
  margin:15px !important;
  padding:0pt;
}
blockquote h6 {
  color: #036!important;
  text-align: right;
  background: transparent;
}
caption {
  font-size: 12px;
}
dl {
  margin-top: 10px;
}
dt {
  font: bold 100%/1.4em Verdana, Arial, Helvetica, sans-serif;
}
dd {
  font: normal small/1.4em Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 15px;
  background: transparent;
}
td {
  padding: 5px 10px;
  vertical-align: top;
}
td a {
  font-weight: bold;
  color: #06c;
}
th {
  font: 85% Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  background: transparent;
}
/* Exempt table cells inside formatted code listings */
.dp-highlighter td {
  padding: 0;
  vertical-align: baseline;
}
.dp-highlighter td.line1, .dp-highlighter td.line2 {
  padding-left: 10px;
}
.dp-highlighter td a {
  font-weight: inherit;
}
.dp-highlighter th {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
p label {
  width: 25%;
  font-weight: bold;
  float: left;
  clear: left;
}
legend {
  font: bold small/1.4em Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}
code {
  color: #900;
  background: #FFFFFF;
  font-size:115%!important;
  font-family:"Courier New", Courier, mono
}
/* caps emphasis */
strong.caps {
  text-transform:uppercase;
  font-weight:normal;
}
/* don't style abbreviations */
abbr {
  font-style:normal;
  border:none;
}
.nowrap {
  white-space:nowrap;
}
.glossary {
  text-decoration:none;
  border-bottom: 1px dashed green;
}
a.alert:link, a.alert {
  color:#CC0033
}
/* MJM 2008-06-02 Added links to reference site for HTML & CSS terms */
code.ref-term a:link, code.ref-term a:visited, code.ref-term a:hover, code.ref-term a:active {
  text-decoration:none;
  border-bottom:1px dashed green;
}
html>img /* autoscroll override for Firefox */ {
  width: 0!important;
  height: 28px!important;
  padding-left: 28px!important;
  background: url(/images/icons/autoscroll2.png);
}
div.wrap div#aboutnav ul {
  list-style-position:inside;
  list-style:none;
  text-align:center;
  padding-left:0;
  padding-right:0;
}
div.wrap div#aboutnav ul li {
  list-style-position:inside;
  list-style:none;
  display:inline;
  padding:0 .5em 0 .15em;
  margin:0!important;
  font-size:x-small;
  border-right:1px #b0c0d0 solid;
}
/* catfish and 'position:fixed' emulation */
#catfish {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width:100%;
  vertical-align:top;
  overflow: hidden;
}
#catfish h6#goaway {
  float:right;
  text-align:right
}
.zip {
  height: 100%;
  overflow: auto;
  position: relative;
  z-index: 2;
}
body.zipped, html.zipped {
  margin: 0;
  padding: 0 0 0 0;
  height: 100%;
  overflow: hidden;
}
a.centerlink {
  display:block;
  text-align:center
}


/* 99designs ads */


.ad99 {
  position: relative;
  overflow: hidden;
  font: 20px/22px Calibri, 'Trebuchet MS', sans-serif;
  min-width: 172px;
  margin: 30px 0px 30px 0px;
  padding: 20px 0 10px 10px;
  border: 1px solid #EEEFF1;
}
#designer99 {
  color: #FFF;
  text-shadow: 0 -1px 1px #C30;
  background: #E04C0B url('/ads/gradient-o.gif') 0px 0px repeat-x;
}
#ch99 {
  color: #FFF;
  text-shadow: 0 -1px 1px #66004F;
  background: #5F004A url('/ads/gradient-p.gif') 0 0 repeat-x;
}
#designer99:hover {
  border: 1px solid #F93;
}
#ch99:hover {
  border: 1px solid #A4007F;
}
.ad99 h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  text-indent: -9999px;
  height: 34px;
  margin: 0;
  padding: 0;
}
#designer99 h4 {
  background: url('/ads/99logo-o.gif') 0 0 no-repeat;
}
#ch99 h4 {
  background: url('/ads/99logo-p.gif') 0 0 no-repeat;
}
.ad99  h4 a {
  display: block;
  width: 100%;
  height: 34px;
  color: #FFF;
  background: transparent;
}
.ad99  * a {
  color: #FFF;
  text-decoration: none;
}
.ad99 h5 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0;
  padding: 0 20px 0 10px;
}
.ad99 p {
  font-weight: bold;
  margin: 0;
  padding: 20px 20px 20px 10px;
}
#designer99 p {
  color: #FFE0C9;
}
#ch99 p {
  color: #ECD0E6;
}




div#followus {
  text-align:center
}


/* subscribe box */
body div#content #subscribe
{
  position:relative;
  top:0;
  margin-bottom:1em
}

body div#content #subscribe *
{
  margin:0;
  padding:0;

}

body div#content #subscribe ul
{
  padding:1px 0 3px 0;
  list-style:none
}

body div#content #subscribe li
{
  background:#CCC url(/images/layout/subs-tile.png) bottom left repeat-x;
  margin-bottom:3px;
  border: 1px solid #eee; 
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  padding:6px 0 4px 2em;

}

body div#content #subscribe li a,
body div#content #subscribe li a:visited
{
  padding:5px 0 4px 34px;
  display:list-style;
  font: normal normal 15px Verdana, Helvetica, sans-serif;
  min-height:18px;
  text-decoration:none;
  color:#332F29;


}

#subscribe li a:hover,
#subscribe li a:focus
{
  text-decoration:underline;
}

#subscribe li.tw a,
#subscribe li.tw a:visited
{

  background:transparent url(/images/layout/subs-tw.gif) no-repeat 0% 0%;

}

#subscribe li.nl a,
#subscribe li.nl a:visited
{
  background: transparent url(/images/layout/subs-nl.gif) no-repeat 0% 0%;
}

#subscribe li.rss a,
#subscribe li.rss a:visited
{
  background: transparent url(/images/layout/subs-rss.gif) no-repeat 0% 0%;
}
#subscribe li.mb a,
#subscribe li.mb a:visited
{
  background:transparent url(/images/layout/subs-m.gif) no-repeat 0% 0%;
}
#subscribe li.fb a,
#subscribe li.fb a:visited
{
  background: transparent url(/images/layout/subs-fb.gif) no-repeat 0% 0%;
}
#subscribe li.pod a,
#subscribe li.pod a:visited
{
  background: transparent url(/images/layout/subs-pod.gif) no-repeat 0% 0%;
}
#news .story .socialbadge
{
  float: right;
  width: 50px;
  height: 61px;
  margin: 5px;
}
/* styling for "discuss this article" link -- MJM 02/09/2009 */
div#tab div.wrap h4#discuss {
  text-align: center;
}

/* Newsletters */

.newsletter_signup img {
  margin-top: 5px;
  border: 1px #888 solid;
}
/* --- format.css --- */
/*preset default margins */

#recent *, div.wrap * {
margin:8px 3% 8px 3.5%;
}
.preview *, #blogpreview * {
margin:2em 8px 25px 3.5%;
}
#search * *, #feature * *, #recent * *, .preview * *, #blogpreview * *, div.wrap * * {
margin: 0;
}
#flow #recent {
margin:0 0 15px 0
}
#col1 *, #col3 *{
position: relative;
}
#tab a
{
margin: 0;
}

/* twothirds fixes */

div.wrap .twothirds
{
margin-top: 0;
}
div.wrap .twothirds *
{
margin: 8px 0;
}

div.wrap div.twothirds * *
{
margin: 0;
}


/* column settings */

#content div h3  { /* groovy floating topright headings */
  font:  normal .9em Verdana, Arial, Helvetica, sans-serif;
  height:1em;
  padding:2px 1.5em 4px .5em;
  clear: right;
  color:#99ACCA ;
  background:transparent url(/images/new/bulletr.gif) right center no-repeat;
  margin:0;
  position:absolute;
  right:-1px;
  top:-9px;
  border:0 none;
}


#content div h3 img {
  margin:-3px 0;
}
div#tab div.wrap{
padding: 1em 0;
}

/* sidebar nav & product stuff */

div#content div.product h3, div#content div.specialoffer h3 {
  color:#CCB4A2;
  font-size:12px;
  right:-1px;

   padding-bottom:5px;
  background:transparent url(/images/new/bulletr-br.gif) right center no-repeat;
  overflow:hidden
}

div.product a:link, div.product a:visited,
div.specialoffer a:link, div.specialoffer a:visited {
color:#730
}
div.nav *, div.product *, div.cart *, div.specialoffer * {
margin:4px 6px 6px 10px;
}
div.nav * *, div.product * *, div.specialoffer * * {
margin:0;
}
div.nav h4, div.product h4, div.specialoffer h4 {
color: #E14900;
}
div.nav ul, div.nav ol,
div.product ul, div.product ol,
div.specialoffer ul, div.specialoffer ol {
margin: 5px 0 10px 5px;
padding:0 0 0 5px;
font-size:77%;
font-weight:bold;
overflow: hidden;
}
div.product table, div.cart table {
border-collapse: collapse;
}
div.product td {
font-size:10px;
border:1px solid #E0D0C0!important;
padding: 4px 1px 10px 2px;
margin: 0;
background-color: #fff;
border-top:1px solid #E0D0C0;

}
div.product td a:link{
color:#CA1400
}
div.product th{
font: 9px Arial, Helvetica, sans-serif;
padding: 0 1px;
text-align: left;
background: #FFD57D url(/images/layout/crop.gif) no-repeat top left;
}
div.product thead{
margin-bottom:-12px;
}

div.product ul, div.product ol {
border-bottom: 1px #e0d0c0 solid;
}
div.nav li, div.product li, div.specialoffer li {
margin: 0 5px 5px 18px;
padding:0
}
div.nav ul li {
list-style-image: url(/images/icons/buld.gif);
}
div.nav ul li:hover {
list-style-image:url(/images/icons/buld.gif)
}
div.nav p, div.product p, div.specialoffer p {
font-size:77% ;
margin-bottom:10px
}
div.product h5, div.product h4 {
margin-top:15px;
margin-bottom:7px;
font-size:84%;
}
div.specialoffer p.leader {
	font-size: 2.0em;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}
div.specialoffer p.calltoaction {
	font-weight: bold;
	font-size: 85%;
}
div.product h5 a:link, div.product h5 a:visited,
div.product h4 a:link, div.product h4 a:visited,
p.calltoaction a:link, p.calltoaction a:visited {
	color: #CA1400;
}
/* cross site secondary nav */
div.topics {
	padding-top:1em;border-bottom:1px #c0d0e0 solid ;
}
div.topics ul {
padding-bottom: 10px;
border-bottom:1px #c0d0e0 solid ;
}


/* flow - ARTICLE blurbs -- used everywhere */
div#flow div.art {
position:relative;
margin-top:15px;
margin-bottom:27px
}
div#flow div.art img{
float: left;
margin-right: 8px;
margin-bottom: 8px;
}
div#flow div.art p
{
margin-left: 70px;
margin-bottom: 24px;
}

/* Note use of child selector (>), which is not IE6 compatible. This is
   required to prevent interfering with code highlighting in blogs, but
   may cause problems in IE6. Convert to descendant selectors if a problem
   is noticed. */
div#flow > table, div#flow div.wrap > table {
margin: 10px 3.5% 15px 3.5%;
font-size: 80%;
border-collapse: collapse;
width: auto
}
div#flow > table td, div#flow div.wrap > table td, div#flow > table th, div#flow div.wrap > table th {
border-right: 1px solid #fff;
}
div#flow > table th, div#flow div.wrap > table th {
background-color: #fff
}

div#flow div#tab q {
font-style: italic;
}
div#tab h1#title {
padding:12px 0 24px 0!important;
line-height: 150%;
}
/* newsletter */
div#nlblurb{
margin:4px;
}
div#nlblurb img{
margin:4px 4px
}
div#nlblurb h5, div#nlblurb p{
margin:4px
}
h5.nl img {
float:left;
padding: 0 5px 10px 5px;
}
h5.nl {
color:#333;
text-decoration:none;
font-size:85%;
padding-bottom:6px
}
h5.nl img {
float:left;
padding: 0 5px 10px 5px;
}


.forumicon {
background:#fff  url(/images/icons/comment.gif) no-repeat 2% 0% ;
padding:3px 0px 3px 25px!important;
}
.row1 {
background-color:#F9FAF9;
}
.row2 {
background-color:#fff
}


/* RSS buttons */

/* cross site layout knick-nacks */

.credit {
color:#aaa;
font: normal 85% Verdana, Arial, Helvetica, sans-serif;
}
.imgleft, .alignleft {
float: left;
clear: left;
margin-right: 10px!important;
margin-bottom: 10px!important;
}
.imgcenter, .aligncenter {
text-align:center;
display:block;
margin-right: auto!important;
margin-left: auto!important;
margin-bottom: 10px!important;
}
#flow .imgright, #col1 .imgright, #col3 .imgright, #flow .alignright, #col1 .alignright, #col3 .alignright {
float: right;
clear: right;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
}
.expert_author
{
color: #FF6600;
font: bold 80% Verdana,sans-serif;
}

.regular_author
{
color: #5F5F5F;
font: bold 80% Verdana,sans-serif;
}
div.wrap .line,div#col3 .line {
border-bottom: 1px solid #C0D0E0;
margin-top: 10px;
margin-bottom: 20px;
height: 0;
overflow:hidden;
clear:both ;
position: relative;
}
.noborder{
border:0px none
	}
.nomargin {
margin:0px!important;
	}
.breaker {
clear: both;
}
.clearright {
clear: right;
}
.clearleft {
clear: left ;
}
.box{
line-height:1.1;
padding-top:15px;
position: relative;
}
.wrapper{
line-height:1.1;
margin-bottom:25px;
display:block;
position: relative;
}
.wrap{
/*margin: 0px;*/
padding: 0;
clear:left;
line-height:1.1;
}
.cropme {
overflow:hidden;
width:85%;
margin:0 auto;
border:1px dashed #fafafa;
text-align:center;
}


div#content .wrapleft{
	border:0 none;
	margin:0;
	padding:0 1em;
	line-height: 1.1;
	float:left!important;
}
div#content .wrapright{
	border:0px none;
	margin: 0 10px 10px 10px;
	text-align:right!important;
	clear:both;
	font-style: italic;
	font-weight: bold;
}
.wrapcenter{
	border:0px none;
	margin:0px;
	padding:0px;
	text-align:center;
	clear:both;
	width:auto;
}
.wrapcenter img{
	float:none!important;
}
.rgt{
	text-align:right!important;
	padding-right:10px;
	padding-top:5px;
}
.lft{
	text-align:left!important;
	padding-left:10px;
	padding-top:5px;
}
.tiny {
	font-size:10px}

.highlight {
color: #C00!important;
font-weight: bold!important;
}

#birthdaydeal .highlight
{
	padding:5px 0 0 0;
	font-size:0.8em;
}

.break{
	clear:both;
}
h6.download {
	background: transparent url(/images/icons/pdf5.gif) no-repeat left top;
	padding:0 0 0 18px;
	margin:0 10px 10px 1em;
	font-weight:bold;
	height:1.7em;
	font-size:.75em;
	text-align:left;
	clear:both;
}
div#content p a.next{
	font: bold x-small Verdana,Arial,Helvetica,sans-serif;
	color: #06c;
	margin:0 15px;
	padding:0 0 0 12px;
	background: url(/images/icons/forwardc.gif) no-repeat left!important;
	background /**/: none; /* removed icon for older IEs */
}

.product .seemore {
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
}

.boxes{
	background:#F9FAF9;
	border:1px solid #c0d0e0;
	color:#333;
	margin-top: 20px;
	margin-bottom: 15px;
	padding:7px 10px 15px 10px;
	clear: both;
	overflow: hidden;
}
/* footer links */
#footer a:link
{color:#97AFD9;}
#footer a:hover
{color:#036!important}
#footer a:visited
{color:#97AFD9;}


#tertiary a:link
{color:#D7DEEA;}
#tertiary a:hover
{color:#fff!important}
#tertiary a:visited
{color:#C0D0E0;}

#footer p {
	margin:0 2em;
}

#tertiary ul {
	margin:0;
	background: transparent url(/images/new/block.gif) top right  no-repeat;
	margin:0 0 13px 0;
	padding:1px 0  0 0;
}
#tertiary ul li{
	display:inline;
	padding:0 4px;
}

/* article banner ad */
#articlebanner div.ad {
	position: relative;
	overflow: hidden; /* wrap floats */
  background-color: #FFFAF0;
  border: 1px solid #730;
  margin-bottom: 1em;
}
#articlebanner h3 {
	color:#DAC8BA!important
}
#articlebanner h4 {
	color:#336600;
	font-size:128%;
	font-weight:bold;
	margin-bottom:15px;
	}

#articlebanner div.ad *{
	padding:0;
	margin:1%;
	zoom:1;/*** WTF??? ***/
}
#articlebanner ul {
	zoom: 1; /* Forces layout in IE */
}
#articlebanner ul li{
	margin-left:20px;
	font-size:90%;
	line-height:90%
	}
#articlebanner li{
	margin-left:40px
	}
#articlebanner img{
	margin-right:1em
	}
#articlebanner h5.outlink{
	text-align:right;
	font-weight:bold;
	margin-top:15px;
	}

/* article banner ad - body.widebanner applied by layoutbanner.js*/
div.widebanner div#articlebanner div.ad {
  margin-right: -35%;
  width: 135% !important;
  text-align: center;
}

div.widebanner div#col3 {
  padding-top: 129px;
}

/* Widebanner must be sized differently when article nav hidden by docknavigation.js */
div.expanded div#articlebanner div.ad {
  margin-right: -25%;
  width: 125% !important;
}

/* sidebar text ads */
#textadwrap {
}
div#textadwrap div.textad *{
 padding:0;
}
div#textadwrap div.textad ul {
  padding-left: 1em;
}
div#textad1 div.ad, div#textad2 div.ad, div#textad3 div.ad {
border: 2px none #88B800;
color: #333;
margin-bottom: 1em;
padding: 0 2% 1.5em 2%;
background: transparent url(/images/icons/deco-break.gif) bottom center no-repeat;
}
div#textad1 h5, div#textad2 h5, div#textad3 h5{
display:list-item;
list-style-position:inside;
line-height:150%;
padding-bottom:10px;
}
div.infographic1 h5{
list-style-image:url(/images/icons/infographics-1.gif);
}
div.infographic2 h5{
list-style-image:url(/images/icons/infographics-2.gif);
}
div.infographic3 h5{
list-style-image:url(/images/icons/infographics-3.gif);
}
div.infographic4 h5{
list-style-image:url(/images/icons/infographics-4.gif);
}
.textad p img{
	display: inline;
	position: relative;
	float: left;
	margin:5px 5px 0px 0px;
}
div#textadwrap {
  font-size: 92%;
  line-height: 140%;
}
div#textadwrap div *{
	margin: 5px 0 0 0;
}
.textad p a{
	color:#333!important;
	text-decoration: none;
	font-size:90%
}

.textad p a.sublink, .headad p a.sublink{
	color:#06c!important;
	text-decoration: underline;
	}
.textad p a:hover, .headad p a:hover{
	color:#00f!important;
}

#newad1 div.ad, #newad1 div.ad-ie6
{
	border:1px solid red;
	text-align:center;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#fffaf0;
	border:1px solid #730;
}


/* crumbtrail */
div#tab span.crumb, div#tab div.crumb {
	color: #666;
	background-color: transparent;
	font: bold x-small/1.4em Verdana,Arial,Helvetica,sans-serif;
	position: relative;
}
div#tab span.crumb {
	text-align:right;
	display:block
}
.crumb a{
	color: #06c;
	background-color: transparent;
}

/* blog bits */
/* used on front page, subcategory pages, and blog pages */

#tab ul.blog_post_details, .preview ul.blog_post_details, #blogpreview ul.blog_post_details
{
font-size: x-small;
color: #555;
list-style-type: none;
padding-left: 25px;
margin-bottom: 16px;
}
#tab ul.blog_post_details li, #blogpreview ul.blog_post_details li
{
margin-bottom: 2px;
line-height: 120%;
}
a:link.blogpost, a:hover.blogpost, a:visited.blogpost, #tab .blogicon
{
	background-image: url(/images/icons/blog.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	display:block;
}
a:link.blogpost, a:hover.blogpost, a:visited.blogpost
{
	padding-bottom: 8px;
}
a:hover.blogpost
{
	background-image: url(/images/icons/blog-ani.gif);
	background-repeat: no-repeat;
}
#tab h5.blogtitle
{
	margin-bottom: 12px;
	padding: 1px 0 4px 25px;
	display: block;
	background: url(/images/icons/blog-folder.gif);
	background-repeat: no-repeat;
}

/* details box */
div#tab div.detail{
	border:1px solid #D0E2F1;
	background: #F9FAF9;
	margin:0 10px 0 10px;
	padding:0!important;
	float:right;
	width:170px;
}
div#tab div.detail ul{
	background: #F9FAF9;
}
div#tab div.detail li{
font-size:70%;
line-height:170%;
margin-left:1em;
padding-left:1em;
}
/* featured product in col3 of some pages */
div.product div#featuredproduct *
{
	margin-top: 10px;
	margin-bottom: 10px;
}
div.product div#featuredproduct * *
{
	margin-top: auto;
	margin-bottom: auto;
}
/* newsletter pages */
div#newsletterlist h4 {
padding-bottom: 10px;
}

div#tab p a#fancy {
text-align: center;
margin: 0 auto 20px auto;
display: block;
text-decoration: none;
background:url(/images/icons/buy_now4.gif) no-repeat center bottom;
font-size: 85%;
font-weight: bold;
padding-top: 1px;
width:220px;
height:23px;
color: #000;
clear:both;
vertical-align: baseline;
}

div#tab p a#fancy:visited{
color: #000;
display: block;
}
div#tab p a#fancy:hover{
color: #000;
background:url(/images/icons/buy_now4.gif) no-repeat center top;
}

div#tab pre.code
{
margin-top: 18px;
margin-bottom: 18px;
padding: 6px;
background: #F9FAF9;
overflow: auto;
}

/* removed as it was causing text to bunch in the blogs -KY */
/*div#flow div#tab p{
line-height: 130%;
}*/

#stats ul, #stats ul li {
	margin:0.4em 0;
	padding: 0;
	list-style:none
}





.nobreak { white-space:nowrap /* keep on same line*/
}


div#newbooklist {
color:#036;
}
div#newbooklist ul{
margin:0;
padding:0;
list-style:none;
padding-bottom:1em;
margin-bottom:1em;
border-bottom: 1px #ccc solid
}
div#newbooklist ul li{
margin:0;
display:block;
overflow:hidden;
margin:0 0 15px 0;
font-weight:700;

}
div#newbooklist ul li a{
text-decoration: none;

}
div#newbooklist ul li ul{
text-transform:uppercase;
font-size:10px;
text-indent:16px;
margin-top:10px;
border-bottom: 0 none
}
div#newbooklist ul li ul li a{
text-decoration: underline;
font-weight:400;
}
div#newbooklist ul li ul li{
margin-bottom:1px
}
div#newbooklist img{
float:left;
margin-right:4px
}
div#booktextlinks  {
position:relative
}
div#booktextlinks span {

}
div#booktextlinks ul {
list-style-image:url(/images/bullet-light.png);
}






/* popup-esque layers */
.popupesque
{
	position:absolute;
	background:#fff;
	z-index:30000;
	visibility:hidden;
	padding:20px;
	border:1px solid #999;
}

.popupesque iframe
{
	border:none;
	width:100%;
	height:100%;
	overflow:auto;
}

/* social badges */
.delicious-badge
{
    font-family: arial;
    font-size:11px;
    text-align:center;
    line-height:16px;
    height: 61px;
    width: 50px;
}

.delicious-badge .post
{
    background:transparent url(http://sitepointstatic.com/images/delicious-badge.gif) no-repeat scroll 0 0;
    color:#ffffff !important;
    height:34px;
    width:50px;
    cursor:pointer;
    display:block;
    padding:4px 0;
    position:relative;
}

.delicious-badge .text
{
    background:transparent url(http://sitepointstatic.com/images/delicious-badge.gif) no-repeat scroll 0 -45px;
    text-decoration:none;
    color:#FFFFFF !important;
    height:16px;
    width:50px;
    cursor:pointer;
    display:block;
    margin-top:3px;
    padding:0;
}

.delicious-badge a.text:hover
{
    background-position:0 -61px;
    color:#306CD2 !important;
}
.twitter-badge
{
    font-family: arial;
    font-size:11px;
    text-align:center;
    line-height:16px;
    height: 61px;
    width: 50px;
}

.twitter-badge .post
{
    background:transparent url(http://sitepointstatic.com/images/twitter-badge.gif) no-repeat scroll 0 0;
}
.twitter-badge .post-tweets
{
    background:transparent url(http://sitepointstatic.com/images/twitter-badge2.gif) no-repeat scroll 0 0;
}

.twitter-badge .post,
.twitter-badge .post-tweets
{
    color:#ffffff !important;
    height:34px;
    width:50px;
    cursor:pointer;
    display:block;
    padding:4px 0;
    position:relative;
}

.twitter-badge .post-tweets
{
	color:#444444 !important;
	cursor:pointer;
	display:block;
	font-size:17px;
	height:34px;
	padding:4px 0;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:50px;
}

.twitter-badge .post-tweets span
{
	display:block;
	font-size:10px;
	left:10px;
	line-height:10px;
	position:absolute;
	top:23px;
}

.twitter-badge .text
{
    background:transparent url(http://sitepointstatic.com/images/twitter-badge.gif) no-repeat scroll 0 -45px;
}
.twitter-badge .text-tweets
{
    background:transparent url(http://sitepointstatic.com/images/twitter-badge2.gif) no-repeat scroll 0 -45px;
}
.twitter-badge .text,
.twitter-badge .text-tweets
{
    text-decoration:none;
    color:#FFFFFF !important;
    height:16px;
    width:50px;
    cursor:pointer;
    display:block;
    margin-top:3px;
    padding:0;
}

.twitter-badge a.text:hover
{
    background-position:0 -61px;
    color:#80B62A !important;
}

.tweetmeme_button
{
    display: none;
}
.digg-badge
{
    font-family: arial;
    font-size:11px;
    text-align:center;
    line-height:14px;
    height: 60px;
    width: 50px;
}

.digg-badge .diggs
{
    background:transparent url(http://sitepointstatic.com/images/digg-badge.gif) no-repeat scroll 0 0;
    color:#736926 !important;
    height:34px;
    width:50px;
    cursor:pointer;
    display:block;
    padding:4px 0;
    text-decoration: none;
    font-size: 90%;
    position:relative;
}

.digg-badge a.diggs strong
{
    display:block;
    font-size:140%;
    font-weight:normal;
    letter-spacing:-1px;
    line-height:1;
    padding-top: 4px;
    text-decoration: none;
}

.digg-badge a.diggs:hover
{
    color:#998D43 !important;
}

.digg-badge a.submit:hover 
{
	background-position:0 -61px;
	color:#000033 !important;
}

.digg-badge .submit
{
    background:transparent url(http://sitepointstatic.com/images/digg-badge.gif) no-repeat scroll 0 -45px;
    text-decoration:none;
    color:#105CB6 !important;
    height:16px;
    width:50px;
    cursor:pointer;
    display:block;
    margin-top:3px;
    padding:0;
}
form#search
{
font-family:sans-serif;
margin:0;
position:absolute;
right:0;
width:32em;
}

#header
{
	position: relative;
}

p.last, div.last{
padding-bottom:0;
}

/* 300 x 100 Lower Ads */
#lowerads
{
	text-align:center;
}
#lowerad1, #lowerad2
{
	width:300px;
	height:100px;
	margin:auto;
	display: -moz-inline-stack;
	display:inline-block;        
	zoom: 1;
	*display: inline;
	margin:0px 9px 18px;
}
/* End 300 x 100 Lower Ads */
/* --- tabs-v5.css --- */
/* nav bar */

div#navcontainer
{
  background: #012e5c url(/images/new/navbar1.png) right top no-repeat;
}

div#navcontainer, div#tertiary
{
  margin: 0 1% 10px;
  min-width: 931px; /* 950px - 2 * 9.5px padding */
  overflow: hidden;
}

ul#navlist
{
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}

ul#navlist li
{
  display: block;
  float: left;
  position:relative
}

ul#navlist li a
{
  display: block;
  float: left;
  padding: 8px 8px;
  text-decoration: none;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 114%;
  color: #CCDDEE;
  border: 1px solid #446688;
  border-width: 0 1px 1px 0;
  white-space: nowrap;
}

ul#navlist li a:hover
{
  background: #446688 url(/images/new/navbarhighlight1.png);
  color: #FFFFFF;
}

ul#navlist li a.active
{
  color: #fff;
  font-weight: bold;
}

/* Update Nav for Marketplace Banner */

ul#navlist li a:hover {
	background: #446688 url(http://sitepointstatic.com/images/new/navbarhighlight1.png);
    color: #FFFFFF;
}

ul#navlist li.newribbon a:link,ul#navlist li.newribbon a:visited{ /* new ribbon */
    background: url(http://sitepointstatic.com/images/new-ribbon.png) top left no-repeat;
}

ul#navlist li.newribbon a:hover {
        background:  url(http://sitepointstatic.com/images/new-ribbon.png) top left no-repeat;
    background-image: url(http://sitepointstatic.com/images/new-ribbon.png), url(http://sitepointstatic.com/images/new/navbarhighlight1.png);
        background-repeat: no-repeat, repeat;
    color: #FFFFFF;
}


div#navcontainer form
{
  display: block;
  float: right;
  margin: 0;
}


div#navcontainer form input
{
  border-width: 1px;
  vertical-align: middle;
  font-size: small;
  padding: 0;
  font-family: Tahoma, sans-serif;
}

div#searchcontainer
{
  position:relative;
}

form#search
{
  top:1em;
  position:absolute;
  right:0;
  margin: 0;
  width:32em;
  font-family: sans-serif;
}
form#search input
{
  float:left;
  padding: 0;
}
form#search label
{
  float:left;
  margin: 1em 0 ;
  background: transparent url(/images/new/searchme.png) left center no-repeat;
  overflow:hidden;
  padding-left:16px;
  width:0;
  height:19px;
  white-space:nowrap
}

form#search input#mainsearchbox
{
  width: 48%;
  margin:1em 1em 0 .5em ;
}
form#search input.button
{
  margin:1em 0;
  font-family: sans-serif;
}
ul#searchlinks
{
  margin:  .4em -1em 0 5px;
  padding: 0;
  float:left;
  height:3.5em;
}

ul#searchlinks li
{
  margin:.3em 0 0 0;
  line-height:70%;
  list-style: none;
}
ul#searchlinks li a
{
  font-family: Arial, sans-serif;
  font-size: xx-small;
}


/* logo styling */

#header h1, #header .title
{
  margin: 10px 25px;
  font-weight: bold;
  height: 67px;
  font-size: 26px;
}

#header h1 span, #header .title span
{
  background: url(http://i2.sitepoint.com/images/new/logo.png) left top no-repeat;
  min-width: 209px;
  width: 50%;
  height: 67px;
  position: absolute;
}
#header .title
{
  height:67px;
  min-width:209px;
  width:50%;
  position: relative;
}


/* stats */

#stats ul, #stats ul li {
  margin: 5px 0 0;
  padding: 0;
  list-style:none;
}

/* footer */




/* --- cart.css --- */
div.cart {
background-color: #ECF3E9 ;
border: 1px solid #436701; 	
}			  
div#content div.cart h3{
background: transparent url(/images/new/bulletr-cart.gif) no-repeat center right;	
color:#B4D0A8;
border:0 none
}	 
/* Shopping cart box */

div.cart table 
{
	margin: 2px;
	padding: 0px;
}

div.cart table td{
font: normal 70% verdana;	
}
div.cart table tr.even {
	background-color:  #D8E7D1
}
div.cart a{
padding: 0px;
margin: 0px;	
}

div.cart a.emptycart
{
	font-size: 80%;
	color: #777;
}

div.cart p.cartmeta
{
	font-size: 95%;
	padding-bottom: 8px;
	
}

div.cart p.cartmeta strong
{
	margin: 0px;
}

div.cart a.checkout 
{
	background: #cccccc;
	display: block;
	width:7em;
	float: right;
	color:#036;	  
	border: 2px outset #999999;	
	font-weight: bold;
	font-size: 11px;
	padding: 0px .7em 0px .7em;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 1.2em;	
	text-decoration: none;
}
div.cart table#cartcontents {
	margin-top: -7px
}	
div#col3cart td.productposter {
background: transparent url(/images/icons/cart-icons-poster.gif) no-repeat;
}
div#col3cart td.productbook,  div#col3cart td.phpbundle,  div#col3cart td.productkit {
background: transparent url(/images/icons/cart-icons-book.gif) no-repeat;
}
div#col3cart td.productforummemb {
background: transparent url(/images/icons/cart-icons-marketplace.gif) no-repeat;
}
div#col3cart td.productshirt {
background: transparent url(/images/icons/cart-icons-tshirt.gif) no-repeat;
}
div#col3cart table#cartcontents td  {
padding-left:20px; 
background-position:  1px 4px;
}
/* --- print.css --- */
/* this is a print style sheet - no pixel measurements! */

@media print {

	body {
    background-color: #fff;
    color: #000;
		word-spacing:.3em;
	}

	a {
		word-spacing:.5em;
		text-decoration:none;
		border-bottom:1px dotted #06c;
		padding-bottom:.2em
		
	}

	div#dostuff, div#adz, div#tab div.product, #skip, #search, #col1, #col3, #textadwrap, #crumbbox, #stats, #footer, #topcontrols, #dostuff, #news, #navcontainer,  .h3insert, .product, div#banner, .industrybrains, #article_rating, form, .wrap h3
	{
	  display: none;
	}
	#header{
		position:relative;
		height:4em;
		border-bottom:2px #ccc solid
		
		}
	#header h1
	{
		margin:0;
		width: 160px;
		height:40px;
	}
	#header h1 a
	{
		text-decoration:none
	}
	div.line {display:none}

	#header h1 span
	{
		display:none;
	}

	h2.title {
		margin-left:0;
		border-left:1px #fff solid
		}
	#tabbar
	{
	  height: 0;
		width: 100%;
		border: 0 none!important;
		color:#FFFFFF;
		background-color:#FFF;
		margin:0!important
	}
	#tab p, #tab li
	{
	  font-family: Georgia, Times, "Times New Roman", serif;
	  font-size:x-small;
	  margin-left:0!important;
	 margin-right:0!important;
	color:#000;
	}
	.glossary {
		position:relative;
		color:#000000;
		text-decoration:none
		}

	div#tab h1
	{
	  margin-left:0!important;
	  font-size:x-large;
	  margin-top:2em;
	  padding-bottom:.3em
	}

	div#tab h4
	{
	  position:static;
	}
	div#tab h5
	{
	  border-bottom: 1px dotted #c0d0e0;
	  font-size:medium;
	  margin-top:2em;
	  padding-bottom:.3em;
	   margin-left:0!important;
	}
	div#bio {
		width:25%;
		padding:2%!important;
		float:right;
		margin:3% 0 0 2%
	}
	div#bio h4, div#bio p {
		margin:1em!important;
	}
	div#bio img{
		float:left;
		margin-right:1em;
	}
	div#bio p {
		font-size:x-small
	}

	div#bio p, .crumb{
		font-size:x-small
	}


	.boxes
	{
	  border: 1pt solid #c0d0e0;
	}
	#banner .tagline
	{
	  padding: 0.9cm 0.4cm 0.4cm 0;
		margin: 0;
		text-align: right;
		border:1px dashed red;
	}

	.browserwarning
	{
		display: none;
	}

	div#flow #article_content{

		display:inline
}
}

/* --- about.css --- */
/* CSS Document */


#pitch {
line-height:2;
}
#pitch h2{
text-align:center;
line-height:1.3;
margin-top:1em!important;
margin-bottom:1.0em!important;
font-style:italic
}
#twothird {
width:68%;
float:left;
margin-top: 0;
}
div#twothird h3{
margin-right: -1px;

}
.onethird {
border:1px solid #CAD6E8;
background:#F9FAF9;
padding-bottom:2em;
}
#onethird {
width:30%;
float:right;
position: relative;
}
.onethird dl, .onethird p{
margin:10px 10px ;
font-size:85%;
}
.onethird dl{
margin:20px 10px  10px 10px;
border-top: 1px #E9EDF5 solid;
background:#E3B5B7 url(/images/about/gradient.jpg) repeat-x ;
zoom:1
}
.onethird dl dt{
float:left;
text-indent:3px
}
.onethird dl dd{
font-size:x-small;
background-color:#fff;
padding:.5em .7em 1em .7em;
margin-bottom:0;
border-bottom: 1px #E9EDF5 solid;
border-right: 1px #E9EDF5 solid;
}
.onethird dl dd:first-letter{
font-size:medium;
float:left;
display:block;
}
div#awards p img{
border:1px solid #ddd;
float:left;
margin-right:1em;
margin-bottom:1em
}
div#awards p{
clear:both;
font-weight:bold
}
div#awards {
zoom:1;
position:relative;
margin-top: .5em
}
div#alexaholic {
background:#F9FAF9!important;
position:relative;
text-align:center;
padding:0;
overflow:visible;
}
div#alexaholic h3{
text-align:left;
}
div#alexaholic a{
color:#B8C7DA;
font: 10px Arial, Helvetica, sans-serif;
display: block;
}
div#team table  {
width:85%;
border-collapse: collapse;
font-size:85%;
}
div#team table caption {
font: normal normal bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 5px;
text-align:left;
margin-left:2em!important;
color:#036
}

div#team table  td {
margin-left:2em!important;
width:50%;
background:#F1F1E4 url(/images/about/about-tile.jpg) bottom left;
border:1px solid #e1e1d4;

}
div#team table td strong{
padding-left:2em!important;
display:block;
background:transparent url(/images/about/about-team.gif) center left no-repeat;
height:15px
}
ul#metrics
{list-style:none; margin-left:5em;
}
div#twothird div#tab div.wrap ul li{
margin-left:10%;
}
ul#metrics li{
padding:.5em 0 .5em 30px;
background-position:left center ;
background-repeat:no-repeat
}
li.alexa{
background-image:  url(/images/icons/about-alexa.gif) ;
}
li#forums{
background-image:  url(/images/icons/about-forums.gif);
}
li#newsletters{
background-image:  url(/images/icons/about-newsletters.gif);
}
li#customers{
background-image:  url(/images/icons/about-customers.gif);
}
li#countries{
background-image:  url(/images/icons/about-countries.gif);
}
li#samples{
background-image:  url(/images/icons/about-samples.gif);
}
div#keylinks ul {
padding: 0  0  0 1em;
margin-left:2em!important
}
div#keylinks ul li{
float:left;
padding: 0 2em 0  0;
list-style:circle;
margin:0!important
}
div#jobs ul {
padding:5px 5px 1.5em 5px;
list-style:circle;
border-bottom:1px #C0D0E0 solid;
}
div#flow div#tab p {
padding-bottom:1em;
font-size:85%
}


