/*  
Theme Name: Vintage Red
Theme URI: http://www.uniqueblogdesigns.com
Description: Vintage Red is a widget-ready, 2 column design. To change the About Section, view readme.txt.
Version: 1.0
Author: Adii
Author URI: http://www.adii.co.za/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #ffffff repeat-x 50% top;
	color: #000000;
	font: 12px arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
a{
	color: blue;
	text-decoration: none;
}
.tags a,.comment a { color: black; }
a:hover{
	color: #777777;
	text-decoration: underline;
}
input,select,textarea{
	border: #969696 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
h2{
	font-weight: normal;
}
/*=== Layout ===*/
#page,#footer{
	margin: 0 auto;
	width: 900px;
}
/*=== Header ===*/
#header{ color: #ffffff; background-image: none; height: 195px; float: left; border: solid 2px silver; }
#nav { position: relative; top: -36px; left: 2px; float: right; }
/*- Logo -*/
#header h1{
	float: left;
	font-size: 34px;
	font-weight: normal;
	line-height: 26px;
	margin: 33px 0 0;
	width: 240px;
}
#header h1 a{
	color: #ffffff;
	display: block;
	text-decoration: none;
}
#header h1 small{
	font-size: 18px;
}
/*- Top Menu -*/
#header ul{
	float: right;
	margin: 160px 0 0;
}
#nav ul li a { color: white; font-size: 13px; }
.page_item,.current_page_item {
	background: url(images/tab.png) no-repeat;
	float: left;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
}
.page_item a,.current_page_item a{
	color: #ffffff;
	display: block;
	height: 36px;
	line-height: 36px;
	margin: 0 -2px 0 0;
	width: 93px;
}
.page_item a:hover,.current_page_item a{
	background: url(images/tab.png) no-repeat;
	color: #d80000;
	display: block;
	text-decoration: none;
	}
.current_page_item a:hover{
	text-decoration:underline;
	}

/*=== Columns ===*/
#columns{
	margin: 15px 0;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 20px 0 0;
	width: 550px;
}
#centercol h2{
	font-size: 26px;
	padding: 0px 0px 0px 0px;
}
#centercol h2 a{
	color:#000;
}
#centercol p{ font-family: arial; padding: 0 0 10px; }
.entry { font-size: 14px; padding-bottom:20px; line-height:18px; }
.pagetitle{
	background: url(images/hl-dot.gif) repeat-x left bottom;
	border-top: 2px solid #000000;
	font-size: 18px !important;
	line-height:40px !important;
	margin: 0 0 20px !important;
	padding: 10px;
	text-transform: uppercase;
}
/*- Links / Tags,Posted,Comments - */
.links{
	float: left;
	margin: 0 0 10px;
}
#centercol .links p{
	clear: both;
	height: 22px;
	padding: 0;
}
.comment,.posted,.tags{
	background: url(images/ico-comment.gif) no-repeat left 50%;
	display: block;
	float: left;
	line-height: 26px;
	margin: 0 15px 0 0;
	padding: 0 0 0 22px;
	color: #000;
}

.share{
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	color: #000;
}

.posted{
	background: url(images/ico-user.gif) no-repeat left;
}
.tags{ color: black; background: url(images/ico-tag.gif) no-repeat left 50%; }
/*- Date -*/
.date{ line-height: 1; background: url(images/date-bgr.gif) no-repeat left 50%; float: left; height: 86px; margin: 0 15px 0 0; text-align: center; width: 70px; }
#centercol .date p{
	color: #ffffff;
	font-size: 18px;
	padding: 5px 0 0;
}
.date p em{
	color: #b2b2b2;
	display: block;
	font-size: 32px;
	font-style: normal;
	padding: 10px 0 0;
}
address { margin-top:-12px;}
/*--- Right Column ---*/
#rightcol{
	float: right;
	width: 300px;
}
#rightcol h2{
	background: url(images/hl-dot.gif) repeat-x left bottom;
	border-top: 2px solid #000000;
	font-size: 18px;
	margin: 0 0 13px;
	padding: 10px;
	text-transform: uppercase;
}
#rightcol h2 span{
	color: #d60000;
}
/*- Lists -*/
#rightcol ul{
	margin: 0 0 20px;
}
#rightcol li{
	background: url(images/ico-list.gif) no-repeat left;
	font-size: 16px;
	margin: 0 0 9px;
	padding: 0 0 0 20px;
}
/*- Subscribe Link -*/
.subscribe{
	background: url(images/ico-feed.gif) no-repeat left 50%;
	padding: 0 28px 0 0;
	text-align: center;
}
.subscribe a{
	color: #000000;
	display: block;
	font-weight:bold;
}
/*- About Author Box -*/
.about{
	background: url(images/about-bgr.gif) no-repeat bottom;
	margin: 15px 0 20px;
	padding: 13px;
}
#rightcol .about h2{
	background: 0;
	border: 0;
	font-size: 15px;
	height: 1%;
	margin: 0;
	padding: 0 0 10px;
	font-weight:bold;
}
.about p{
	font-size: 12px;
	line-height: 14px;
}
.about img{
	float: right;
	margin: 0 10px 0 0;
}
/*- Search -*/
.search{
	background: url(images/search-bgr.gif) no-repeat;
	height: 38px;
	margin: 0 0 20px 0;
}
.search input{
	background: none;
	border: 0;
	float: left;
	font-size: 14px;
	letter-spacing: 0px;
	margin: 9px 0 0 10px;
	padding: 2px;
	width: 228px;
	font-weight:bold;
}
.search .btn{
	margin: 9px 0 0 24px;
	padding: 0;
	width: auto;
}
/*=== Footer ===*/
#bottom{
	background: #000000;
	line-height: 30px;
}
#footer{
	color: #ffffff;
	line-height: 36px;
	font-weight:bold;
}
#footer a{
	color: #ffffff;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: -1px 0 0;
}
.fix span{
	clear: both;
}
/*- Navigation -*/
.navigation{
	float:left;
	padding-bottom:15px;
	}
.alignleft{
	display:inline;
	float:left;
	padding: 0 10px 0 0;
	}
.alignright{
	display:inline;
	float:right;
	padding: 0 0 0 10px;
	}
/*=== Comments ===*/
.comments_template form#commentform{
	margin: 0;
	padding: 10px;
}
.comments_template form#commentform p{
	line-height: 16px;
}
ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	letter-spacing:0px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
	font-size:14px;
}
.commentmetadata {
	font-size:12px;
	margin-bottom:10px;
	float:left;
	}
ol.commentlist li{
	padding: 10px;
	border-top:1px dotted #B2B2B2;
}
ol.commentlist li.alt{
	background:#F0F0F0;
	border-top:1px dotted #B2B2B2;	
}
ol.commentlist li.highlighted{
	background:#F0F0F0;
	border-top:1px dotted #B2B2B2;	
}
.labeltype{
	letter-spacing:0px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	}
#rightcol ul li a { color: black; }
hr { background-color: silver; height: 2px; margin-top: 20px; margin-bottom: 20px; }
#id { }
#nav ul li a:hover { color: white; font-size: 13px; border-style: none; }
ol { margin-top: 5px; margin-bottom: 10px; margin-left: 15px; list-style-type: decimal; }
ol li { margin-left: 15px; list-style-type: decimal; }
.entry p { padding-bottom:20px; line-height:18px; }
blockquote { background-color: #e8e8e8; margin: 10px 25px; padding-right: 20px; padding-left: 20px; }


/*=== Added a fix for blog post list items===*/

.post ul li {
	list-style: disc;
	margin:0px 40px 0px 40px;
	padding:5px 0 5px;}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
a img {
	border: none;
	}
	
/* End Images */












