/*   
Theme Name: Tubesandhorns
Theme URI: http://www.pixelpasta.com
Description: child theme based on carrington blog
Author: John Tice
Author URI: http://www.pixelpasta.com
Template: carrington-blog
Version: .01
*/
@import url('./css/typography.css');
@import url('./css/carrington-blog.css');

body	{
	background-color: transparent;
	font-family: Georgia, serif;
	background-image: url('./images/paper-tile.jpg');
	background-repeat: repeat-both;
}

#page	{	
	background-color: transparent;
	margin: 0;
	padding: 0;
}


/* --- Layout ---*/
#header, #sub-header, #main, #footer	{
	width: 960px;
	min-width:960px;
	margin: 0 auto;
	padding: 0;
}

#header	{
	height: 120px;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('/wpfolder/wp-content/themes/tubesandhorns/images/bpc_mast_newer3.jpg');
}

#blog-title, #blog-description	{
	display:none;
}

#sub-header	{
	height: 40px;
	background-color: #aaa;
	color:white;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url('./images/bpc_subhead-image.gif');
}

#navigation	{
	padding: 10px 0 0 20px;
}

#main	{
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom;
	/* background-image: url('./images/gfdinerheader.jpg'); */
}

#sidebar	{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}

#footer	{
	height: 200px;
	background-color: #572800;
	background-image: url('/wpfolder/wp-content/themes/tubesandhorns/img/footer/gradient-dark.png');
	background-repeat: repeat-x;
}

/*--Type Customizations--*/

h1, .h1, h1 a:visited, h2, .h2, h3, .h3, h4, .h4 	{
	font-weight: normal;
	color: #af0004;
}

h1, .h1	{
		font-size: 24px;
}

h2, .h2	{
		font-size: 18px;
}

h3, .h3	{
		font-size: 12px;
		font-weight: bold;
}

h4, .h4	{
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
}

#content	{
	padding-top:30px;
}

h1.pages-link	{
	display:none;
}

.full .full-content {
	clear:both;
	padding-top: 14px;
	width: 550px;
}

#content-calendar .full .full-content {
	clear:both;
	padding-top: 14px;
	width: 912px;
}

ul li	{
	list-style: none;
}

ul.nav	{
	font-family: Arial;
	font-style: bold;
	color:#fff;
}

#navigation a, #navigation a:visited	{
	color:#fff;
}

#navigation	{
	width:70%;
}

#navbarsearch	{
	width:25%;
	float:right;
	padding-right:20px;
}

#carrington-about .about {
background-color:#FFFFFF;
overflow:hidden;
padding:0px;
}

.marginleft24	{
	margin-left:24px;
}

.marginleft12	{
	margin-left:12px;
}

div.threecol	{
	float:left;
	width:170px;
	margin-left:12px;
}

#main div.wrapper	{
	background-color: #fff;
}

#content	{
	margin-left:24px;
	width:526px;
}

#content-calendar	{
	margin-left:24px;
	width:912px;
}

div.kjo-link	{
	display:none;
}

.wp-caption	{
	margin:5px;
}


#footercontent	{
	width:400px;
	height:150px;
	margin: 24px 0 0 24px;
	background-color:transparent;
}

#footer h3	{
	font-size: 12px;
	color:#fdb929;
}

#footer a:link	{
	text-decoration:none;
	font-family: Verdana sans-serif;
	font-size:10px;
}

#footer a:hover	{
	text-decoration:none;
	font-family: Verdana sans-serif;
	font-size:10px;
}
#footer a:visited	{
	text-decoration:none;
	font-family: Verdana sans-serif;
	font-size:10px;
}

div#footer-sidebar	{
	float:right;
	margin:0 24px 0 0;
}

#gallerywrap	{
	width:250px;
	height:145px;
	margin-top:18px;
}

#footer-sidebar .widget-title,.more-photos	{
	display:none;
}


