/*  
Theme Name: OSG
Theme URI: http://www.oldschoolgarage.com.pt
Description: Wordpress theme for the Old School Garage website.
Version: 1.0
Author: uxte
Author URI: http://www.uxte.com
*/
 
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

img a{
	border: none;
}


body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	text-align: center; /* IE center */
	background: #120806;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	color: #346597;
}

#centercol { 
	width: 800px;
	margin: 0 auto 0 auto; /* compliant browser center */
	text-align: left; /* re align text */
	overflow:auto;
	position:relative;
	z-index:1;
}

/* when not using the PUB */
#mainwrap {
	background: #e6e2d9 url(images/bkg_footer.jpg) left bottom no-repeat;
	float: left;
	padding-bottom: 30px;
}

#header {
	float: left;
	width: 800px;
	height: 500px;
}

#container {
	float: left;
	width: 526px;
	margin: 0;
	padding: 0 0 0 14px;
	
}

.post {
	width: 510px;
	margin:0 0 30px 0;
	padding:0;
}

.post h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #2d5883;
	background: url(images/post_title_bkg.jpg) top left no-repeat;
	padding: 10px 10px 11px 36px;
}

.post h2 a{
	color: #2d5883;
	border-bottom: none;
}

.post h2 a:hover{
	color: #000000;
	border-bottom: none;
}

.post .entry {
	background: url(images/post_bkg.jpg) top left repeat-y;
	padding: 5px 6px 10px 36px;
	line-height: 26px;
}

.entry p {
	padding-bottom: 10px;
}

.entry  a {
	border-bottom: #333333 1px dotted;
	color: #333333;
}

.entry  a:hover {
	border-bottom: none;
	color: #346597;
}

.readmore{
	text-align:right;
	padding: 0 10px 0 0;
}

.postmetadata {
	margin: 10px 0 10px 0;
	height: 50px;
}

.post-date{
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	text-align: center;
	border-right: #aea07c 1px solid;
	border-bottom: #aea07c 1px solid;
}

.post-date .month{
	background: url(images/date_top_bkg.gif) top left no-repeat;
	padding: 0 6px 0 6px;
	color:#FFFFFF;
	font-weight:bold;
}

.post-date .day{
	background: #FFFFFF;
}

.entry p img {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px 10px 0 0;
	max-width: 100%;
	
}

.navigation {
	padding: 0 20px 10px 5px;
}

.navigation .left{
	padding-bottom: 1px;
	float: left;
}

.navigation .right{
	padding-bottom: 1px;
	float: right;
}

.navigation a{
	border-bottom: #333333 1px dotted;
	color: #333333;
}

.navigation  a:hover {
	border-bottom: none;
	color: #346597;
}

.page {
}

.page-title {
	padding: 0 0 0 6px;
}

.page .entry {
	padding: 10px;
	line-height: 26px;
}

.page-nav {
	padding: 0 10px 10px 0;
	text-align: right;
}

.page-nav a{
	border-bottom: #333333 1px dotted;
	color: #333333;
}

.page-nav  a:hover {
	border-bottom: none;
	color: #346597;
}

.notfound{
	margin: 0 50px 0 50px;
}

.notfound p{
	padding: 4px;
}

.notfound a{
	border-bottom: #333333 1px dotted;
	color: #333333;
}

.notfound  a:hover {
	border-bottom: none;
	color: #346597;
}

/* SIDEBAR //////////////////////////////////////////// */

.sidebar {
	float: left;
	width: 236px;
	padding: 0; 
	margin: 0 10px 0 14px;;
	display: inline;

}

.sidebar .menu{
	background: url(images/menu_bkg.jpg) repeat-y;
	margin: 0 0 20px 0;

}

.menutop {
	background: url(images/menu_top.jpg) top left no-repeat;
	height: 20px;
}

.menubottom{
	background: url(images/menu_bot.jpg) top left no-repeat;
	height: 20px;
	
}


.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	background: url(images/star.jpg) left top no-repeat;
	padding: 0 0 0 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #346597;
}

.sidebar ul ul li{
	padding: 0 0 0 20px;
	line-height: 24px;
}

.sidebar a {
	border-bottom: #333333 1px dotted;
	color: #333333;
}

.sidebar a:hover {
	border-bottom: none;
	color: #346597;
}

#calendar{
	background-color: #FFFFFF;
	margin: 0 10px 0 10px;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}

#wp-calendar {
	width: 100%;
	
}

#wp-calendar caption{
	background: #346597 url(images/calendar_top_bkg.gif) top left repeat-x;
	padding: 6px;
	font-weight:bold;
	color: #FFFFFF;
}

#wp-calendar a{
	font-weight: bold;
	color: #346597;
	border-bottom: none;
}

/* FOOTER //////////////////////////////////////////// */

#footer{
	background-color: #120806;
	clear: both;
	float: left;
	width: 800px;
}

/*
#footer .top{
	background: url(images/bkg_footer.jpg) left top no-repeat;
	height: 222px;
	padding: 14px;
}

*/

#credits{
	padding: 0  20px 50px 10px;
	color: #666;
}

#credits a{
	color: #666;
	border-bottom: #666 1px dotted;
}

#credits a:hover{
	border-bottom: none;
	color: #346597;
}

#credits .copy{
	float: left;
}

#credits .validate{
	padding-bottom: 1px;
	float: right;
	font-size:12px;
}

/* SIDE COLUMNS //////////////////////////////////////////// */

.column { 
	width: 50%; 
	position: absolute; 
	top: 0; 
}

.left {left: 0;} 
.right {right: 0;} 

#leftcol {
	margin:0 400px 0 0; 
	padding:0;
	background: url(images/bkg_left.jpg) no-repeat top right;
	height: 750px;

} 
#rightcol {
	margin:0 0 0 399px;
	padding:0;
	background: url(images/bkg_right.jpg) no-repeat top left;
	height: 750px;
}

/* COMMENTS //////////////////////////////////////////// */

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template  a {
	border-bottom: #333333 1px dotted;
	color: #333333;
}

.comments-template a:hover {
	border-bottom: none;
	color: #346597;
}

.comments-template ol{
	background: url(images/comment_bkg.jpg) top left repeat-y;
	margin: 0;
	padding: 0;
	list-style: none;
}

#author-id-1{
}

.comments-template ol li{
	padding: 5px 6px 10px 36px;
	margin: 0 0 20px 0;
	line-height: 26px;
	border-bottom: #e6e2d9 3px dashed;
}

.comments-template h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #2d5883;
	background: url(images/comment_title_bkg.jpg) top left no-repeat;
	padding: 6px 10px 15px 36px;
}

.comments-template h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #2d5883;
}

.commentmetadata{
	margin: 10px 0 10px 0;
	height: 50px;
}

.comments-template p.nocomments{
	padding: 0;
}

#respond {
	margin:10px;
}

#commentform {
}

#commentform p{
	margin:10px;
	
}

#commentform input{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 100%;
	padding: 6px;
	background: none;
	border: #333 1px dotted;
	
}

#commentform textarea{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 100%;
	padding: 6px;
	background: none;
	border: #333 1px dotted;
	
}

#commentform #submit{
	width: 160px;
	border: #333 1px solid;
	cursor: pointer;
}
/* FLASH //////////////////////////////////////////// */

#swflogo {
	position:absolute;
	right:102px;
	top:0px;
	margin:0 50% 0 50%; 
	width:410px;
	height:235px;
	z-index:99;
}

