/* 
	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: Helvetica,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: #000;
}

.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 0 10px 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:#d2363d;
	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:700px;
	float:left;
	padding-left:30px;
}

#homefeature{
	float:left;
	width:685px;
	margin:20px 0 0 20px;
}

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

#homefeature h3{
	margin-top:0px;
}

#homefeature h3.pl{
	color:#a6d17a;
}
#homefeature h3.lo{
	color:#79c9d8;
}
#homefeature h3.bc{
	color:#f9c058;
}
#homefeature a img{
	margin-right:5px;
}



#homesocial{
	display:table;
	padding-left:10px;
	width:260px;
}
#homesocial img{
	padding:10px 10px 0 0;
}

#homesidebar{
	padding:20px 20px 0 0;
	float:right;
	width:225px;
	height:300px;
}

#homesidebar p{
	margin-top:0px;
}

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

#footerbar{
	width:960px;
	display:table;
	margin:0 auto 0 auto;
}

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

#footerbar .col1{
	width:340px;
	padding:0px;
	margin-right:10px;
}

#footerbar .col2{
	width:375px;
	padding:0px;
	margin-right:10px;
}

#footerbar .col3{
	width:225px;
	padding:0px;
}

.featuredbox{
	border:thin solid #ccc;
	margin:20px;
}

#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:700px;
	float:left;
}

.postmetadata{
	clear:both;
}

.entrytext h2{
	color:#666;
}

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

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

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

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

#search_mini_form input{
	background-color:#F3EEDA;
	color:#D33D3D;
	border:none;
	margin:0;
	padding:3px;
	height:18px;
	
}

#search_mini_form .button {
    color: #D33D3D;
    height: 24px;
    margin: 0;
    vertical-align: bottom;
}

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

#nav{
	font-size:14px;
	font-weight:bold;
	display:block;
	float:right;
	margin-right:25px;
}
#nav li{
	float:right;
}

#nav ul li {
	display: block;
	float: left;
	line-height:1;
	background-color:#F3EEDA;
	padding:6px;
	margin-right:3px;
}

/* Sub Level Nav */
#nav ul li ul {
	background:#FFF;
	position: absolute;
	min-width:125px;
	margin-top:6px;
	width: auto;
	z-index:30;
	display:none;
	
}

#nav ul li ul li {
	display: block;
	float: none;
	height: 14px;
	padding: 6px;
	text-align: center;
	width: auto;
	margin: 3px 0 0 0;
}

#nav #cart li{
	background-color:#FFF;
	float:right;
	padding:0;
	vertical-align:top;
}

#nav li.red{
	background-color:#d33d3d;
}
#nav li.red a{
	color:#F3EEDA;
}

#navtop{
	margin-top:15px;
	margin-bottom:75px;
}

/* 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{
	width:947px;
	margin:0 auto 0 auto;
}

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

.sectionheader{
	background-color:#d83643;
	padding:4px 0 3px 6px;
}
.sectionheader h3, .sectionheader a{
	color:#fff;
}

#connectsidebar{
	float:right;
	width:225px;
	
}

#connectsidebar img.1, #connectsidebar img.2{
	padding-top:30px;
}


.sidebar{
	background-color:#f3eeda;
	padding:5px;
	margin:4px 0 4px 0;
	width:205px;
}
.about_list{
	margin-top:8px;
	float:right;
}
#frontheader{
	position:relative;
	width:100%;
}
#frontheader #flair{
	margin:0 26px;
	z-index:0;
}
#frontheader #specials{
	position:absolute;
	top:120px;
	right:27px;
	width:100px;
	background-color:#d2363d;
	padding:10px;
	text-align:right;
	line-height:1em;
	z-index:300;
}

#specials a{
	color:#fff;
}

#menu-about-list,#menu-retailer-list{
        list-style-type:circle;
}
.retailer_list li.left{
        float:left;
        margin:0 5px 5px 0;
        list-style-type:none;
        width:155px;
}
.retailer_list li.right{
        float:right;
        margin:0 5px 5px 0;
	        list-style-type:none;
        width:155px;
}

#threecol{
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-count:3;

-moz-column-gap:40px; /* Firefox */
-webkit-column-gap:40px; /* Safari and Chrome */
column-gap:40px;
height:100px;
}


