/*******************************************************************************

This file contains styling for the pages using TwoColumn.Master

NOTE: See =IE for Internet Explorer hacks

=ELEMENTS
=CORNERS
=MID
=LAYOUT
=ROUND
=INNERCOLUMNS
*******************************************************************************/

/*******************************************************************************
=ELEMENTS
******************************************************************************/
body {
	background-color: #ddd;
}

#search {
	background: #fff !important;
	border-bottom: 1px solid #ccc !important;
}

div.layout {
	padding-bottom: 20px;
}

div.layout div#breadcrumbs {
	width: 100%;
	margin-bottom: 5px;
}

div.layout div#pageHeader {
	width: 100%;
	margin-bottom: 5px;
}

div.layout div.ad-336x280 {
	margin-bottom: 10px;
	text-align: center;
}

p.debug {
	display: none;
}

.sideBySideAds div.left, .sideBySideAds div.right {
	padding: 15px 0;
	width:170px;
	text-align:center;
} .sideBySideAds div.left {
	float: left;
} .sideBySideAds div.right {
	float: right;
}

noscript p {
	padding:8px;
	background-color:#fec;
	border:1px solid #fd9;
	color:#222;
	font-style:italic;
	text-align:center;
	margin-bottom:0;
} noscript p img {
	padding:0 5px 1px 0;
	vertical-align:text-bottom;
}

/*******************************************************************************
=CORNERS
******************************************************************************/
div.layout.round span.corner {
	background-image: url('//g.foolcdn.com/img/corners/whiteOnGrey.png');
}

div.layout.round .round span.corner {
	background-image: url('//g.foolcdn.com/img/corners/greyOnWhite.png');
}

div.layout.round .round .component span.corner {
	background-image: url('//g.foolcdn.com/img/corners/whiteOnGrey.png');
}

div.layout.round #comments span.corner {
	background-image: url('//g.foolcdn.com/img/corners/blueOnWhite.png');
}

span.corner {
	height: 5px;
	width: 5px;
}
span.ne {
	top:0px;
	right:0px;
	background-position: 0 -5px;
} span.nw {
	left:0px;
	top:0px;
	background-position:-5px -5px;
} span.se {
	bottom:0px;
	right:0px;
	background-position:0 0;
} span.sw {
	bottom:0px;
	left:0px;
	background-position:-5px 0;
}



/*******************************************************************************
=MID
******************************************************************************/
#mid {
	margin-top: 10px;
}


/*******************************************************************************
=LAYOUT
******************************************************************************/
div.bigBox div#primary {
	width: 590px;
	padding-bottom: 0;
}
div.bigBox div#secondary {
	width: 340px;
	padding-bottom: 0;
}

div.bigBox div#tertiary {
	width: 950px;
	padding-top: 0;
}

div.skyScraper div#primary {
	width: 750px;
}
div.skyScraper div#secondary {
	width: 180px;
}

div.layout div#secondary div.related {
	padding: 15px 20px;
}


/*******************************************************************************
=ROUND
******************************************************************************/
.round {
	background-color: transparent;
	padding: 0;
	position: relative;
	height: auto !important;
}

.round #secondary .round {
	background: #ddd;
	padding-top: 10px;
	margin-bottom: 10px;
}

#secondary .round .round {
	background: #fff;
}

/*******************************************************************************
=roundBOX
*******************************************************************************/
.round, .round .component {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*********************************************************************
=SECONDARY
*********************************************************************/
div#secondary .component {
	background: #fff;
	margin: 0 10px 10px !important;
	padding: 15px 20px;
	position: relative;
} 

.component h3,
.component h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*********************************************************************
=INNERCOLUMNS
*********************************************************************/
div#primary div.half {
	float: left;
	width: 285px;
	margin-right: 20px;
}
div#primary div.last {
	margin-right: 0;
}

div#primary div.full {
	float: left;
	width: 590px;
}