/* 
	Theme Name: CalebStine.com 2-point-oh
	Theme URI: http://gtrout.net
	Description: Custom theme for calebstine.com
	Author: G. Trout
	Author URI: http://www.gtrout.net
	Version: 2.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: 10px; padding:0; }

body {
	margin:0;
	padding:0;
	font-size: 75%; /* Resets 1em to 12px */
	font-family: 'Helvetica',sans-serif;
	font-weight:lighter;
	color: #fff;
	background-color:#000;
}

a img{border:0px;}
a{color:#634a30;text-decoration:none;}
a:hover{color:#a2794f;}

.center{
	text-align:center;
}
.left{
	float:left;
}
.right{
	float:right;
}


img.left{
	margin-right:10px;
}

.navigation{
	display:table;
	padding:6px;
	width:100%;
}

#nav{
	width:960px;
	border-bottom:1px solid #fff;
}

#nav ul li{
}



a.navhome{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_home.gif) no-repeat;
	width:101px;
	height:40px;
	display:block;
	float:left;
}
a.navhome:hover{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_home_on.gif) no-repeat;
}

a.navshows{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_shows.gif) no-repeat;
	width:125px;
	height:40px;
	display:block;
	float:left;
}
a.navshows:hover{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_shows_on.gif) no-repeat;
}

a.navdiscography{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_discography.gif) no-repeat;
	width:180px;
	height:40px;
	display:block;
	float:left;
}
a.navdiscography:hover{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_discography_on.gif) no-repeat;
}

a.navarchives{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_archives.gif) no-repeat;
	width:150px;
	height:40px;
	display:block;
	float:left;
}
a.navarchives:hover{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_archives_on.gif) no-repeat;
}

a.navabout{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_about.gif) no-repeat;
	width:135px;
	height:40px;
	display:block;
	float:left;
}
a.navabout:hover{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_about_on.gif) no-repeat;
}

a.navcontact{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_contact.gif) no-repeat;
	width:149px;
	height:40px;
	display:block;
	float:left;
}
a.navcontact:hover{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_contact_on.gif) no-repeat;
}

a.navstore{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_store.gif) no-repeat;
	width:120px;
	height:40px;
	display:block;
	float:left;
}

a.navstore:hover{
	background: transparent url(/wp-content/themes/calebstine-2-0/images/nav_store_on.gif) no-repeat;
}

#footer ul li{
	margin:0 0 0 3px;
	text-transform:lowercase;
	float:left;
	padding:0;
}
#footer ul{
	padding:0;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
/* Structure */

#main{
	width:960px;
	margin:0 auto 0 auto;
	color:#000;
	background-color:#fff;
	border:1px solid #fff;
}

#content{
	float:right;
	width:940px;
	padding:0 10px 0 10px;
}

#front{
	float:right;
	width:709px;
	border-left:1px solid #000;
	padding:0 10px 0 10px;
}

.storeitem{
	border-bottom:1px solid #000;
	display:table;
	margin-bottom:10px;
	padding-bottom:10px;
}
.storeimg{
	min-height:250px;
	float:left;
}
.storedesc{
	width:680px;
	float:right;
}

.post{
}

.post h2{
	margin-bottom:0px;
}

#content h2{
	padding:0 0 0 0;
}

.postmetadata{
	padding-bottom:6px;
	border-bottom: solid black 1px;
}

.page{
}

.buynow{
	width:250px;
	text-align:center;
}

li.cat-post-item{
	margin-bottom:6px;
}

.cat-post-item p{
	margin:0 0 0 6px;
}

#sidebar{
	width:200px;
	float:left;
	display:table;
	padding:0 10px;
}

#header{
	padding:0px;
	margin:0px;
	max-width:960px;
	overflow:hidden;
}

#footer{
	font-size:11px;
	color:#fff;
	background-color:#000;
	padding:3px 0 0 0;
	width:960px;
	margin:3px auto 0 auto;
	display:table;
}

li.cat-post-item{
	font-size:11px;
}
/* Lists */
ul {list-style-type:none;margin:0;padding:0;}
ul.nav{font-size:14px;font-weight:bold;padding:6px;}
ul.nav li {margin:0 3px 0 0;padding:0;float:left;}
ul.children{margin-left:6px;}