﻿/*******************************************************************************

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;
	border-bottom: 1px solid #ccc;
}

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;
}

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 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* IE6 Below */

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;
	background: #ddd;
}


/*******************************************************************************
=LAYOUT
******************************************************************************/

div.layout div#primary {
	width:960px !important;
	margin:0 !important;
}
/*******************************************************************************
=ROUND
******************************************************************************/
.round {
	background-color: transparent;
	padding: 0;
	position: relative;
	height: auto !important;
}
/*********************************************************************
=INNERCOLUMNS
*********************************************************************/
div#primary div.half {
	float: left;
	width: 460px;
	margin-right: 20px;
}
div#primary div.last {
	margin-right: 0 !important;
}
div#primary div.full {
	float: left;
	width: 940px;
}