/* 
	Theme Name: GCL 2010
	Theme URI: http://gtrout.net
	Description: Custom WordPress theme for Good Clean Love, Inc.
	Author: G. Trout
	Author URI: http://www.gtrout.net
	Version: 1.0
	
	The CSS, XHTML and design of this theme is released under a 
	Creative Commons Attribution-Share Alike 3.0 Unported License
	http://creativecommons.org/licenses/by-sa/3.0/

*/


/* Global Declarations */

html { margin:0;padding:0; }

body {
	margin:0;
	padding:0;
	font-size: 75%; /* Resets 1em to 12px */
	font-family: Arial,sans-serif;
	background:#d2363d url('/wp-content/themes/gcl2010/images/background.png');
	line-height:1.5;
	color:#000;
}

a {
    color: #d33d3d;
    text-decoration: none;
}
a img {
    border: none;
}

a:hover {
    color: #6dbece;
}

.more-link{
	font-weight:bold;
	float:right;
}

.center{
	text-align:center;
}
.left, .alignleft{
	float:left;
}

img.alignleft,img.left{
	margin:0 10px 10px 0;
}

.right,.alignright{
	float:right;
}

.img.alignright,img.right{
	margin:0 0 10px 10px;
}

.navigation{
	display:table;
	width:600px;
	padding:20px 20px 0 20px;
}

.breadcrumbs {
	margin:20px 20px 0 20px;
}

.current-cat a{
	color:#000;
}


/* Global Text Declarations */

h1,h2,h3,h4{
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#e43b42;
	margin:0;
}

h3,h4{
	text-transform:uppercase;
}

.callout{
	font-size:1.25em;
	line-height:1.5em;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}	

.italics, .italic{
	font-style:italic;
}

/* Structure */

#main{
	width:1000px;
	margin:0 auto 0 auto;
	background:#fff;
}

#content{
	width:600px;
	float:left;
	padding-left:30px;
}

.homefeature{
	width:660px;
	margin:20px 0 0 20px;
	padding-bottom:20px;
}


#homefeature{
	width:660px;
	height:265px;
	float:left;
	border-bottom:4px solid #d2363d;
}

#homefeature td{
	width:200px;
	text-align:left;
	vertical-align:top;
	padding-right:20px;
}

.homefeature h2{
	margin-top:0px;
}

#homesidebar{
	padding:20px;
	float:right;
	width:265px;
}

.container { width:265px; overflow:hidden; position:relative; }
.slides { position:absolute; top:0; left:0; }
.slides > div { position:absolute; top:0; width:265px; display:none;overflow:visible; }

#homebottom{
	width:670px;
	display:table;
	float:left;
}

.col1,.col2,.col3{
	float:left;
	width:30%;
	padding:10px;
}

#homebottom .col1, #homebottom .col2{
	border-right:thin solid #ccc;
}

.featuredbox{
	border:thin solid #ccc;
	margin:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius: 10px;
}

#partnergraphics{
	text-align:center;
	margin:0 auto 0 auto;
	padding:20px;
}
#partnergraphics img{
	margin-right:50px;
	vertical-align:middle;
}


.post{
	padding-bottom:10px;
	margin:10px 30px 30px 0;
	width:600px;
	float:left;
}

.postmetadata{
	clear:both;
}

.entrytext h2{
	color:#666;
}

.widecolumn{
	width:960px;
	margin:20px;
}

#sidebar{
	padding:20px;
	width:290px;
	float:right;
	display:table;
}

#widesidebar{
	width:300px;
	float:right;
	display:table;
}

#header{
	width:1000px;
	padding:0px;
}

#header #searchform input{
	float:right;
	background-color:#ccc;
	border:thin solid #999;
	font-size:1.25em;
}

#header #searchform{
	width:300px;
	float:right;
	margin-right:40px;
}

#headerfade {
    background:top left url('/wp-content/themes/gcl2010/images/headerFade.png');
    height: 175px;
}

#logo {
	margin:10px;
    background-image: url('/wp-content/themes/gcl2010/images/logo.png');
    float: left;
}
#logo a{
	width:200px;
	height:103px;
	display:block;
}


#footer{
	padding-top:3px;
	width:1000px;
	clear:both;
	margin:0 auto 0 auto;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}

#footer a{
	color:#fff;
}

#headernav{
	float:right;
	margin:20px 40px 0 0;
	width:600px;
}

#topnav{
	font-size:1em;
	font-weight:bold;
	width:100%;
	display:table;
	margin-bottom:10px;
}
#topnav li{
	float:right;
	margin-left:40px;
}

#nav{
	font-size:14px;
	padding:13px;
	maxwidth:974px;
	display:table;
}
#nav li{
	float:left;
	margin-right:66px;
}

#nav ul li {
	display: block;
	float: left;
	line-height:1;
}

/* Sub Level Nav */
#nav ul li ul {
	background: #FFF;
	border: 1px solid #b5b5b5;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	border-radius: 10px;

	margin: 10px 0 0 -46px;
	padding: 0 10px 0;
	position: absolute;
	width: auto;
	min-width:126px;
	z-index:30;
	display:none;
	
}

#nav ul li ul li {
	border-bottom: 1px solid #CCC;
	display: block;
	float: none;
	height: 14px;
	padding: 8px 0;
	text-align: center;
	width: auto;
	margin: 0;
}

#nav ul li ul li:last-child:not(li.arrow) {
	border: 0;
}

/* Arrow */
.arrow {
	background: url(/wp-content/themes/gcl2010/images/arrow.png) no-repeat;
	border: 0;
	display: none;
	position: absolute;
		top: -9px;
		left: 63px;
	height: 10px;
	width: 20px;
	text-indent: -9999px;
}

#frontheader{
	margin-top:170px;
}

#tagline {
    float: left;
    background-position: center right;
    background-repeat: no-repeat;
    color: #d33d3d;
    padding-left:30px;
}

#tagline h1{
	padding-top:20px;
	font-size:28px;
    font-weight: bold;
	float:left;
}

#tagline img{
	position:relative;
	left:-40px;
	top:-30px;
}

.press_room_subcat{
	clear:both;
}

.press_room_post{
	text-align:center;
	width:20%;
}


#homealtnav li{
	float:left;
	margin-right:20px;
}
/* Lists */
ul {list-style-type:none;margin:0px;padding:0px;}

.bullets{
	margin-left:30px;
	list-style-type:disc;
	display:block;
}