/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/


 /*------- SN CUSTOMIZATIONS ----------*/
 /*------- place graphic in masthead, keep text for Google -----------*/
.custom div#masthead {height:120px; overflow:hidden; background:#fff url(images/cpc-header-logo.png) no-repeat 0 0;}
.custom div#logo, .custom div#tagline, .custom div#masthead h1 { position:absolute; right:101%; overflow:hidden; }

.custom #masthead #rss_subscribe { width: 110px; height: 70px; margin-right:50px; text-align:center; float: right; }
.custom #masthead #rss_subscribe a { display: block; width: 100px; height: 65px; padding-top:40px; background: url('images/icon_rss.gif') no-repeat 50% 0; text-indent:3px; outline: none; color:#333; font-size:1em; font-family: Verdana; }
.custom .format_text {margin-top:1em;}
.custom .format_text a:link, .custom .format_text a:visited {color:#006; background:none; text-decoration:underline;}
.custom .format_text a:hover {background-color:#ee0; text-decoration:none;}
.custom .format_text ul.checkMark li { padding: 0 0 0 22px; background: url('images/checkMark.gif') 0 0.38462em no-repeat; }
.custom .format_text h2 {margin-bottom:1em;}
.custom .format_text h3 {color:#000;}
.custom .blueBG {background-color:#eef; margin-top:10px; padding:8px 0;}
.custom .redBG {background-color:#fee; margin-top:10px; padding:8px 0;}
.custom .greenBG {background-color:#efe; margin-top:10px; padding:8px 0;}
.custom .blueBG a:link, .custom .blueBG a:visited, .custom .redBG a:link, .custom .redBG a:visited, .custom .greenBG a:link, .custom .greenBG a:visited {color:#009; background-color:#ffc; text-decoration:none}
.custom .blueBG a:hover, .custom .redBG a:hover, .custom .greenBG a:hover {background-color:#ffc; color:#009;
text-decoration:underline;}

 /*------- OTHER MODIFICATIONS ----------*/
div#FTAd {background-color:#fee; border:1px solid #237FA1;}
div#FTAd p {margin:0.5em;}
div#FTAd h2 {text-align:center;}

div#WkshopAd {background-color:#efe; border:1px solid #99bb99; margin-bottom:10px;}
div#WkshopAd p {margin:0.5em;}
div#WkshopAd h2 {text-align:center;}
div.borderedBox{border:1px solid #ccc;}
div.borderedBox p {margin:5px;}
.custom div.redBox {background-color:#fee;}
.custom div.redBox h2 {font-size:1em; margin-left:1em;}

/*----------- THE TABBED POPULAR LINKS BOX, IN CONJUNCTION WITH JQUERYUI CSS ----------*/
.custom #popular{width:185px; float:left;}
.custom #tabs h5{font-size:10px; font-weight:bold;}
.custom #tabs li{font-size:8px; font-weight:bold;}
.custom #tabs-1 ul, #tabs-2 ul, #tabs-3 ul{padding:0; margin:0; list-style-type:circle;}
.custom #tabs-1 li, #tabs-2 li, #tabs-3 li{padding:0; margin:0; text-indent:0;}
.custom #tabs-1 a, #tabs-2 a, #tabs-3 a{font-size:10px; text-decoration:underline;}
