/*
<link rel="stylesheet" type="text/css" media="all" href="http://1.sitepointstatic.com/bundle/structure.css,standard.css,format.css,tabs-v5.css,cart.css,print.css,index.css,promo.css" />
*/
body {
	margin: auto;
}

#header {
	height: 120px;
}

div#nav-top { 
	height: 27px;
	line-height: 170%;
	/*border-top: 3px solid transparent;*/
}

div#nav-bottom, div#bottom-border { 
	line-height: 24px;
	font-size: 12px;
	height: 24px;
}

/* Container for centered column */
#container {
  	width: 800px;
  	text-align: left;
   	margin: 0 auto;
	position: relative;
}

#middle {
	min-height: 500px; /* This is set to keep the design pages from shifting */
	padding-top: 10px;
	padding-left: 30px;	
	padding-right: 30px;
	padding-bottom: 10px; /* Adds a bit of space before the menus */
	position: relative;
	overflow: visible!important;
}

#middle, #middle p {
/*	width: 740px; */
}

hr {
	width: 100%;
}
/* This holds everything below the header and nav bar */
#content {
    width: auto;
    padding: 0em 0em .5em 0em;
	overflow: visible;
	min-width: 60em; /* 960px = 60 em 16px = 1em*/
	clear: both!important;
}
  
/* This holds the first or second two columns */
/* It depends on how you structure the index */
#maincontent {
    float: left;
   	width:78%;
   padding: 1em 0 0 0; 
}

/* This holds the middle column */
div#flow {
    float: left;
    overflow: visible !important;
    width: 74.3%;
    padding:0 0 4em 0;
}

div#flow div#tab {
	max-width: 52em;
}
  
#col1 {
    top: -1em;
    padding-top: 2em;
    clear: left;
    width: 160px;
}

#right {
	position: absolute;
	right: 0px;
    width: 20%;
	margin-bottom: -2000px;
	padding-bottom: 2054px; /* Add the StickFooter padding */
  }

#left {
	position: absolute;
	left: 0px;
    width: 20%;
	margin-bottom: -2000px;
	padding-bottom: 2054px; /* Add the StickFooter padding */
  }

/* Fixed width main column with lhs and rhs sidebars */
#fixedwidth {
	min-width: 1200px;
    overflow: visible !important;
	}

#lhs{
	float: left;
	padding: 20px;
	width: 200px; 
	}

#rhs {
	float: right;
	width: 180px; 
	padding-left: 12px;
}

#wideMargins {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 25px;
	max-width: 696px;
	min-height: 600px;
}

#col3 {
    float:right;
    width:20%;
	padding-top: .25em;
  }

div.wrap * {
	margin: .5em 3% .5em 3.5%;
}

div.wrap * * {
	margin: 0;
}

#col1 *, #col3 *{
	position: relative;
}

/* flow - ARTICLE blurbs -- used everywhere */
div#flow div.art {
	position:relative;
	padding-top: 1em;
	padding-bottom: .75em;
}

div#flow div.art img{
	float: left;
	padding-right: 1em;
	padding-bottom: .5em;
	max-width: 100%;
}

div#flow div.art p {
	margin-left: 85px; /* Need to adjust this if pictures size is changed */
	margin-bottom: 0px;
}

div.wrap .line {
	border-bottom: 1px solid #C0D0E0;
	margin-top: .5em;
	margin-bottom: 1em;
	height: 0;
	overflow:hidden;
	clear:both ;
	position: relative;
}

.wrap{
	/*margin: 0px;*/
	padding: 0;
	clear:left;
	position:relative;
	margin-bottom: .75em;
}

 #flow  {
   padding: 10px 3px 0px 10px;
 }

/* Leave this in if you want a border around the posts */
#tab div.wrap {
    border: 0px solid #CAD6E8;
}

/* details box - this is a floating box inside the paragraph*/
div#tab div.detail{
	border:1px solid #C0D0E0;
	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;
}