/*
Theme Name: Custom Patron
Theme URI: http://www.getpatron.com/
Description: Custom theme for Patron blog built off of <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Clay Mabbitt
Tags: red, fixed width, two column


	The CSS, XHTML and design is reserved for use by Patron and Bashful Ninja LLC.  Use by any other entity is specifically prohibited.

*/


h2#titleblog {
	padding-top: 20px;
	height: 33px;
	text-indent: -9999px;
	text-align: left;
	background: url('/img/title.blog.gif') right no-repeat;
}



#content {
	width: 425px;
	float: left;
}


#sidebar {
	width: 210px;
	float: right;
}
.brownbox { margin-left: 0; }



.post {
	clear: both;
}


.postdatecol {
	width: 80px;
	float: left;
	padding-top: 30px;
}
.postdatecol img {
	float: left;
	margin-right: 1px;
	margin-top: 5px;
}
.datebox {
	height: 55px; width: 55px;
	text-align: center;
	background-color: #231f20;
	color: #fff;
	float: left;
	font-weight: bold;
	font-size: 1.4em;
}
.dateboxtube {
	margin-top: 10px;
}


.postmaincol {
	width: 340px;
	float: right;
	border-bottom-color: #000; border-bottom-width: 1px; border-bottom-style: solid;
	margin-bottom: 30px;
}

h2.posttitle {
	color: #b5121b;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: lowercase;
	font-size: 2.6em;
}
.postauthor {
	color: #000;
	font-size: 0.6em;
	white-space: nowrap;
}
.post a img { border-color: #b5121b; border-width: 1px; }


.navigation { margin-bottom: 30px; }
.navigation .alignleft { float: left; width: 200px; }
.navigation .alignright { float: right; width: 200px; text-align: right; }






#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
}

.postmetadata {
	clear: both;
}

/* End Structure */







/* Begin Comments*/
#respond h3 {
	clear: both;
	padding-top: 20px;
	color: #b5121b;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: lowercase;
}
h3#comments {
	clear: both;
	padding-top: 20px;
	color: #b5121b;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: lowercase;
}
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f1ecd9;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}
#comment { width: 400px; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.avatar {
	float: right;
	margin: 0 0 10px 10px;
}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

