/*

	Community TPL CSS

*/

/* Overall Stuff */

	A {
		color: blue;
		text-decoration: none;
		
	}
	
	A:HOVER {
		
		color: red;
		text-decoration: underline;
		
	}
	
	.morelink {
		
		font-size: 11px;
		
	}
	
	.morelink A {
	
		color: blue !important;
		
	}
	
	.morelink A:HOVER {
	
		color: #ff5f00 !important;
		
	}

/* Template styles */

	#overall_main {
		
		margin-top: 10px;
		margin-bottom: 20px;
		
	}
	
	#overall_main {
		
		width: 1033px;
		
	}
	
	#overall_headers {
		
		height: 180px;
		
	}
	
	#overall_headers #mainrow {
		
		height: 137px;
		background: url(/images/bg-gradient-2.jpg) top left repeat-y;
		
	}
	
	#overall_headers #mainrow #rightrail {
		
		float: right;
		width: 300px;
		height: 137px;
	}
	
	#overall_headers #mainrow #searchbox {
		
		width: 168px;
		height: 90px;
		overflow: hidden;
		float: right;
		margin-top: 16px;
		background: url(/images/community-screen-search-headers.gif) top center no-repeat;
		
		font-size: 9px;
		color: #666;
		
		booooorder: 1px solid red;
		
	}
	
	#overall_headers #mainrow #searchbox .advanced {
		
		margin-top: 7px;
		booooorder: 1px solid red;
		
	}
	
	#overall_headers #mainrow #searchbox .advanced A {
		
		color: #666;
		
	}
	
	#overall_headers #mainrow #searchbox #form {
		
		margin: 12px 8px 0 26px;
		boooorder: 1px solid red;
		
	}
	
	#overall_headers #mainrow #searchbox #btn {
		
		float: right;
		
	}
	
	#overall_headers #mainrow #searchbox #searchfields {
		
		
		
	}
	
	#overall_headers #mainrow #searchbox #copy INPUT {
		
		font-size: 9px;
		width: 108px;
		border: 1px solid #999;
		color: #666;
		
	}
	
	#overall_headers #mainrow #searchbox .col {
		
		float: left;
		
	}
	
	#overall_headers #mainrow #searchbox .col INPUT {
	
		padding: 0;
	
	}
	
	#overall_headers #mainrow #nameplate {
		
		
		
	}
	
	#overall_headers #mainrow #nameplate #logo {
		
		margin: 7px 0 0 10px;
		
	}
	
	#overall_headers #mainrow #sharecopy {
		
		margin: 3px 0 0 10px;
		
	}
	
	#overall_headers #mainrow #rightrail #weatherbug {
		
		height: 35px;
		line-height: 35px;
		
	}
	
	#overall_headers #mainrow #classtabs {
		
		float: left;
		height: 26px;
		overflow: hidden;
		
	}
	
	#overall_headers #mainrow #classtabs .item {
		
		float: left;
		
	}
	
	#overall_headers #navrow #top {
		
		height: 25px;
		line-height: 25px;
		
	}
	
	#overall_headers #navrow #top .item {
		
		float: left;
		cursor: pointer;
		
	}
	
	#overall_headers #navrow #bottom {
		
		height: 18px;
		line-height: 18px;
		background: #c7c7c9;
		padding: 0 10px;
		
	}
	
	#overall_headers #navrow #bottom .divider {
		
		font-size: 8px;
		margin: 0 5px;
		
	}
	
	#overall_headers #navrow #bottom, #overall_headers #navrow #bottom A {
		
		color: white;
		font-weight: bold;
		font-size: 11px;
		
	}
	
	#overall_headers, #overall_headers #mainrow, #overall_headers #navrow #top, #overall_headers #navrow #bottom {
		
		/* border: 1px dashed red; */
		
		overflow: hidden;
		
	}
	
	#overall_content_main {
		
		margin-top: 10px;
		margin-right: 5px;
		
	}
	
	#overall_footers {
		
		margin-top: 15px;
		font-size: 9px;
		color: #666;
		
	}
	
	#rail_ad {
		
		overflow: hidden;
		height: 250px;
		
	}

/* Landing page styles */

	#landing_content {
		
		boooorder: 1px solid red;
		
	}
	
	#landing_content A {
		
		color: black;
		
	}
	
	#landing_content A:HOVER {
		
		color: #ff5f00;
		
	}
	
	#landing_content #ad {
		
		height: 90px;
		overflow: hidden;
		
	}
	
	#landing_content #primary {
		
		height: 608px;
		overflow: hidden;
		
	}
	
	#landing_content .primary_item, #landing_content .primary_item_right {
		
		margin: 0 7px 7px 0;
		float: left;
		border: 1px solid #a1a1a1;
		
	}
	
	
	#landing_content .primary_item .wide {
		
		width: 478px;
		
	}
	
	#landing_content .primary_item .thin {
		
		width: 230px;;
		
	}
	
	#landing_content .primary_item .header {
		
		height: 24px;
		line-height: 23px;
		overflow: hidden;
		padding-left: 5px;
		
		color: white;
		font-size: 13px;
		font-weight: bold;
		
		booorder: 1px solid red;
		
	}
	
	#landing_content .primary_item .header .link {
		
		font-size: 10px;
		font-weight: normal;
		float: right;
		margin-right: 5px;
		
	}
	
	#landing_content .primary_item .content {
		
		padding: 7px;
		
	}
	
	#landing_content .primary_item .wide .header {
		
		background: url(/images/community-landing-bg-wide.gif);
		
	}
	
	#landing_content .primary_item .thin .header {
		
		background: url(/images/community-landing-bg-thin.gif);
		
	}
	
/* */
