/*
Theme Name: Cholera
Theme URI: http://bustatheme.com/
Description: Custom theme for Mark Gaydos
Version: 1.0
Author: Greg Johnson of BustATheme.com
Author URI: http://greg-j.com/
Tags: bustatheme
*/

body{
	background: #f2f2f2 url('images/body-tile.png') 0 0 repeat-x;
}

.container{
	background: transparent url('images/body-static.png') center 0 no-repeat;
}

.header{
	height: 92px;
	background: url('images/logo.png') 50% 0 no-repeat;
}
	.header h1,
	.header h2{
		text-indent: -9999px;
	}

.menu{
	height: 26px;
	overflow: hidden;
	margin: 0 0 0 5px;
	padding: 0;
	background: url('images/menu.png') 0 0 no-repeat;
}	
.menu li,
.menu li a,
.menu li a span{
	height: 26px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
	.menu li{
		padding:0 17px 0 0;
	}
		.menu li a{
			background: url('images/menu.png') 0 0 no-repeat;
			position: relative;
		}
			.menu li a span{
				display: none;
			}
			.menu li a span.hover{
				display: block;
				height: 26px;
				position: absolute;
				top: 0;
				left: 0;
				background: url('images/menu.png') 0 0 no-repeat;
			}
		.menu li.home {
			margin:0 87px 0 18px;
		}
		.menu li.home a{
			width: 29px;
			background-position: -18px 0;
		}
		.menu li.home a.active{
			background-position: -18px -52px;
		}
			.menu li.home .hover{
				width: 29px;
				background-position: -18px -52px;
			}
		.menu li.book a{
			width: 124px;
			background-position: -151px 0;
		}
		.menu li.book a.active{
			background-position: -151px -26px;
		}
			.menu li.book .hover{
				width: 124px;
				background-position: -151px -52px;
			}
		.menu li.author a{
			width: 151px;
			background-position: -292px 0;
		}
		
		.menu li.author a.active{
			background-position: -292px -26px;
		}
			.menu li.author .hover{
				width: 151px;
				background-position: -292px -52px;
			}
		.menu li.blog a{
			width: 120px;
			background-position: -460px 0;
		}
		.menu li.blog a.active{
			background-position: -460px -26px;
		}
			.menu li.blog .hover{
				width: 120px;
				background-position: -460px -52px;
			}
		.menu li.philosophy a{
			width: 188px;
			background-position: -597px 0;
		}
		.menu li.philosophy a.active{
			background-position: -597px -26px;
		}
			.menu li.philosophy .hover{
				width: 188px;
				background-position: -597px -52px;
			}
		.menu li.rss {
			margin-left:105px;
		}
		.menu li.rss a{
			width: 25px;
			background-position: -907px 0;
		}
		.menu li.rss a.active{
			background-position: -907px -52px;
		}
			.menu li.rss .hover{
				width: 25px;
				background-position: -907px -52px;
			}

.content{
	height: 400px;
	background: url('images/content-bg.png') 0 0 no-repeat;
}
	.content .page{
		margin: 20px;
		padding-right:10px;
		height: 360px;
		overflow: auto;
	}

.info_blocks{}
	.info_blocks a{
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		height: 135px;
		background: url('images/info-block-sprite.png') 0 0 no-repeat;
	}
		.info_blocks a *{
			display: none;
		}
		.info_blocks a .hover{
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			height: 135px;
			width: 310px;
			background: url('images/info-block-sprite.png') 0 0 no-repeat;
		}
	.info_blocks .videos a{
		background-position: 0 0;
	}
		.info_blocks .videos .active,
		.info_blocks .videos .hover{
			background-position: 0 -135px;
		}
	.info_blocks .download a{
		background-position: -320px 0;
	}
		.info_blocks .download .active,
		.info_blocks .download .hover{
			background-position: -320px -135px;
		}
	.info_blocks .contact a{
		background-position: -640px 0;
	}
		.info_blocks .contact .active,
		.info_blocks .contact .hover{
			background-position: -640px -135px;
		}


.footer{
	font-size: 11px;
}
	.footer .alpha{
		color: #bdbdbd;
	}
		.footer .alpha a{
			color: #bdbdbd;
			text-decoration: none;
		}
	.footer .omega{
		color: #999;
		text-align: right;
	}


img.size-full{
	max-width: 560px;
	padding: 2px;
	background: white;
	border: solid 1px #ccc;
}


/* alignments */
.alignleft {
	float:left;
	margin:5px 15px 0 0;
}
.alignright{
	float:right;
	margin:5px 0 0 15px;
}


/* additional blog styles */
#postcontent {
	margin-bottom:1.5em;
	padding-bottom:.5em;
}
#postmenu #postcontent {
	border-bottom:1px solid #ddd;
}
.postmetadata{
	font:11px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#666;
}
h3#posttitle a:link,
h3#posttitle a:visited {
	color:#000;
}
h4.videohed {
	font-weight:normal;
	/*line-height:15px;
	text-transform:uppercase;
	letter-spacing:2px;*/
	color:#666;
	margin-bottom:0;
	padding:2px 5px;
	}
.wp-caption-text {
	font-size:10px;
	padding:2px;
}
#comments,
#respond{
	padding-top:1em;
	border-top:1px solid #ddd;
}
#commentscontent {
	font-size:11px;
}
#commentscontent h4 {
	font-size:13px;
}
ol.commentlist {
	width:450px;
	list-style-type:none;
	margin-top:1em;
}
ol.commentlist li {
	margin:10px 0;
}
#comment {
	padding:5px;
	width:450px;
}

/* category menu */
#cat-menu {
	font:11px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	border-bottom:solid 1px #ddd;
	padding:0 0 .5em;
	margin:0 0 1.5em;
}
#cat-menu h3 {
	font-size:11px;
	font-weight:normal;
	color:#888;
	margin-right:10px;
	float:left;
}
#cat-menu ul,
#cat-menu li {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:11px;
}
#cat-menu li {
	display:inline;
	margin-right:10px;
}
h2.cat-hed {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	letter-spacing:2px;
	border-bottom:solid 1px #ddd;
	padding-bottom:.5em;
	margin-bottom:1.5em;
}
.current-cat a {
	color:#000;
	font-weight:bold;
}

/* navigation */
.navigation {
	font:11px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	padding:.5em 0 0;
	margin:1em 0 0;
}


/* =hacks and bug fixes
------------------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Holly */
	/* Hide from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
