/*
Theme Name: Garage Venue
Theme URI: http://www.garagevenue.com/
Description: The theme for Garage Venue's blog.
Version: 1.0
Author: Harry Moynehan
Author URI: http://addict.to/systems/
*/



/* Begin Typography & Colors */
body,html{ min-height: 100%;}
body {					background-image: url('./_img/body-background.jpg'); font-size: 14px; line-height: 1.4em; font-family:verdana,sans-serif; color: #121212; }
p{						line-height: 1.3em; margin-top: 10px;}
a{						color: #0B73C9;}
a:hover{				color: #000;}

#wrapper{				width: 1000px; margin: 0px auto; overflow: hidden; background-image: url('./_img/wrapper-background.png'); background-repeat: repeat-y!important; min-height: 100%;}
#main{					width: 960px; margin: 0px auto; height: 100%; min-height: 100%;}
.clearfix:after{ 		clear: both; visibility: hidden; content: "."; display: block; height: 0;}
*:first-child+html .clearfix,
 * html .clearfix { 		zoom: 1;}
 .section-wrapper{		width: 900px; margin: 10px auto; background-repeat: repeat-y; margin-top: 15px; }
#header-center{			float: left; width: 520px; height: 230px; background-image: url('./_img/headersprite.jpg'); background-position: 520px 460px; }
#blog-content-wrapper{	background-image: url('./_img/atv-box-detail-sides.png');}
#blog-content{			padding: 30px; margin: 0 15px 0 15px; border: 3px solid #BBB8B3; background-image: url('./_img/atv-content-background.jpg'); background-repeat: no-repeat; background-color: #D9D5D2;}
/*INDEX*/
#blog-left{				float: left; width: 400px; margin-right: 50px; min-height: 100px; line-height: 1.4em;}
#blog-left p{				margin-top: 0px;}
#blog-right{			float: right; width: 325px; min-height: 100px;}

#blog-right p.headline{font-size: 1.9em; margin-top: 15px;}
.continued{				float: right;}
/*THE BLOG*/
.headline{				margin-top: 0px;font-size: 2.6em; font-weight: 500; text-decoration: none;}
.headline a,
.headline-small{				text-decoration: none;}
.headline-small{		font-size: 1.9em; margin-top: 15px;}
.meta, small{					margin-top: 0px;font-size: 0.8em;}
.entry{					padding-left: 10px; padding-right: 10px;}
.comment{				margin-top: 5px; padding: 5px;}
.odd{					background-color: rgb(174,174,174); background-color: rgba(174, 174, 174, 0.2);}
.even{					background-color: rgb(174,174,174); background-color: rgba(174, 174, 174, 0.2);}
.comment-author, 
.comment-meta{			font-size: 0.8em;}
#respond, #comments{				margin-top: 15px;}

/*ARCHIVE*/
.hentry{				margin-top: 10px;}
ul, li{					list-style: none;}
#archives{				margin-top: 15px;}
#archives div{			float: left; margin-right: 15px;}

 
 /*HEADER*/
#header-left{			float: left; margin: 10px 0px 0px 30px;}

#header-right{			float: right; text-align: right; margin: 10px 30px 0px 0px;}
.menu{					margin-bottom: 20px;}

/*FOOTER*/
#footer{				width: 1000px; margin: 0px auto; }
#footer-content{		color: #323232; font-size: 0.8em; line-height: 1em; padding: 10px 20px 10px 20px; background-image: url('./_img/footer-content.png');}
#footer-subcontent{		margin: 0px auto; width: 800px;}
#footer-subcontent div{		float: right;  margin-right: 35px;}


.alignleft{	float: left;}
.alignright{	float: right;}
