/*  
Theme Name: Clean 2 Column Adii
Theme URI: http://www.adii.co.za/
Description: Clean 2 Column Adii (C2C-Adii) is a widget-ready theme based on various Web 2.0 inspirations that I have found from different Wordpress designers - this template is a tribute to <a href="http://www.justinshattuck">Justin Shattuck</a>.<br /><br />Requires <a href="www.adii.co.za/c2c/plugins.zip">these 3 plugins</a> for Recent Posts, Recent Comments & Most Commented to work.
Version: 1.0
Author: Adii
Author URI: http://www.adii.co.za/
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#555B62 url(images/gradient.png) top left repeat-x;
	margin:15px 0 0 0;
	}

a {
	color:#FFF;
	text-decoration:none;	
	}

a:hover {
	color:#DB567E;	
	}	

/* --- STRUCTURE CLASSES --- */	

.fullwidth {
	width:840px;
	margin:0 auto;
	}

.leftwidth {
	float:left;
	width:480px;
	}

.rightwidth {
	float:right;
	width:320px;
	}

/* --- HEADER --- */

#header {
	width:100%;
	height:250px;
	background:url(images/header-back.png) repeat-x;
	border-bottom:3px solid #0077D3;
	}

#blogdetails {
	padding-top:80px;
	font-weight:bold;
	color:#DB567E;
	letter-spacing:-1px;
	font-size:20px;
	}

#blogdetails a {
	font-size:40px;
	letter-spacing:-2px;
	display:block;		
	}

#searchtab {
	background:url(images/search-back.gif) no-repeat;
	width:320px;
	height:100px;
	position:relative;
	top:0px;
	}

#searchform {
	width:265px;
	padding:16px 0 0 16px;
	}

.searcharea {
	padding-top:5px;
	height:26px;
	width:220px;
	color:#000;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:16px;
	border:none;
	background:#FFF;	
	}

#rsstab {
	background:url(images/rss-back.gif) no-repeat;
	width:280px;
	height:32px;
	margin-top:100px;
	padding:18px 0 0 40px;
	}

#rsstab a {
	background:url(images/feed-icon.gif) top left no-repeat;
	padding:4px 0 5px 34px;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:14px;
	}

#rsstab a:hover {
	background:url(images/feed-icon-hover.gif) top left no-repeat;
	padding:4px 0 5px 34px;
	color:#C81546;
	}

/* --- MAIN --- */

/* --- POSTS --- */

.post {
	position: relative; 
	clear: left; 
	width: 480px;
	margin: 0 0 30px 0;
	}

.post h1 { 
	font-size: 22px; 
	line-height: 22px; 
	letter-spacing: -1px; 
	font-weight: normal; 
	font-family: 'Arial'; 
	padding: 0px; 
	margin: 0px; 
	display: block;
	}
	
.post h1 a { 
	color: #44A6D9; 
	text-decoration: none;
	}
	
.post h1 a:visited { 
	color: #44A6D9; 
	text-decoration: none;
	}
	
.post h1 a:hover { 
	color: #DB567E; 
	text-decoration: none;
	}

.posthead { 
	padding-left: 40px;
	}

.postmeta { 
	padding: 0px; 
	margin: 0px; 
	font-size: 12px; 
	color: #ADADAD;
	}

.postmeta em { 
	font-style: normal;
	}

.postmeta em a { 
	text-decoration: underline; 
	color: #ADADAD;
	}

.postmeta em a:visited { 
	text-decoration: underline; 
	color: #ADADAD;
	}

.postmeta em a:hover { 
	text-decoration: underline; 
	color: #369FD1; 
	}

.postdate { 
	position: absolute; 
	top: 0px; 
	left: 0; 
	text-align: center; 
	margin: 0; 
	padding: 2px 10px 2px 0px; 
	list-style: none; 
	border-right: solid 1px #ccc;
	}

.postdate .month { 
	display: block;
	font-size: 11px; 
	line-height: 11px; 
	color: #DB567E; 
	text-transform: uppercase;
	}

.postdate .day { 
	display: block; 
	font-size: 21px; 
	font-family: 'Arial'; 
	font-weight: bold; 
	line-height: 20px; 
	color: #ccc; 
	letter-spacing: -1px;
	}

.entry { 
	padding: 5px 0px 0px 0px;  
	font-size: 14px; 
	line-height: 18px;
	text-align:justify; 
	margin: 0px 0px 10px 0;
	color:#E0E0E0;	
	}

.entry p { 
	font-size: 14px; 
	line-height: 18px;
	color:#F0F0F0;
	}

.entry img { 
	padding: 8px 8px 8px 8px; 
	background:#f0f0f0; 
	border: solid 1px #0077D3; 
	margin: 0px 15px 10px 0px;
	}

.entry blockquote { 
	padding: 3px 15px; 
	background: #C2E3FF; 
	margin: 5px 0px; 
	color:#333; 
	border: solid 1px #0077D3;
	}

.entry blockquote p { 
	font-size: 11px; 
	padding: 5px 0px; 
	margin: 5px 0px; 
	line-height: 15px;
	color:#333; 
	}

.entry ul { 
	font-size: 11px; 
	padding-left: 12px; 
	}

.postmetadata {
	height:28px;
	padding:7px 15px 0px 15px;
	background:#0066B8;
	border:1px solid #0077D3;
	}

.postmetadata a {
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.03em;
	color:#F0F0F0;
	}

.permalink a {
	display:inline;
	background:url(images/permalink.gif) top left no-repeat;
	padding-left:22px;
	margin-right:15px;
	}

.comments a {
	display:inline;
	background:url(images/comments.gif) top left no-repeat;
	padding-left:22px;
	margin-right:15px;	
	}

.comment a {
	display:inline;
	background:url(images/comment.gif) top left no-repeat;
	padding-left:22px;
	margin-right:15px;	
	}

.permalink a:hover {
	display:inline;
	background:url(images/permalink-hover.gif) top left no-repeat;
	padding-left:22px;
	color:#DB567E;
	}

.comments a:hover {
	display:inline;
	background:url(images/comments-hover.gif) top left no-repeat;
	padding-left:22px;
	color:#DB567E;	
	}

.comment a:hover {
	display:inline;
	background:url(images/comment-hover.gif) top left no-repeat;
	padding-left:22px;
	color:#DB567E;	
	}

.pagetitle {
	font-size:22px;
	font-weight:bold;
	letter-spacing:-0.03em;
	margin:0px 0px 20px 0px;
	color:#ADADAD;
	}

/* --- COMMENTS --- */

#commentspanel {
	background:#6D757E;
	padding:10px 10px 10px 10px;
	}

#commentspanel h2 {
	margin:0px 0px 10px 0px;
	padding-bottom:5px;
	color:#44A6D9;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-0.03em;
	width:100%;
	border-bottom:2px dashed #44A6D9;
	}

#commentspanel a {
	color:#F0F0F0;
	text-decoration:none;
	}

#commentspanel a:hover {
	color:#DB567E;
	text-decoration:none;
	}

#commentspanel ul {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.commentlist li{
	background: url(images/bgcode.gif);
	border: 1px solid #555B62;
	border-left: 6px solid #555B62;
	color: #FFF;
	display: block;
	font: normal 10px Arial;
	margin: 10px 0 10px 0;
	padding: 8px;
	}
		
.commentlist li  p{
	margin: 5px 0 0 0;
	color:#333;
	font-size:13px;
	}

.commentmetadata {
	font-size:14px;
	font-weight:bold;
	}

#commentform p {
	font-size:14px;
	}

.commentinput {
	width:240px;
	background:#878787;
	border:1px solid #44A6D9;
	padding:5px 5px 5px 5px;
	color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}

.commenttextarea {
	width:446px;
	background:#878787;
	border:1px solid #44A6D9;
	padding:5px 5px 5px 5px;
	color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}

.labeltext {
	margin:0 0 5px 0;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.03em;
	color:#972745;
	}

.inputfield {
	margin:0 0 15px 0;	
	}

/* --- SIDEBAR --- */

#sidebar {
	background:#125C96;
	width:300px;
	padding:10px 10px 15px 10px;
	margin:30px 0 0 0;
	text-align:left;
	float:left;
	}

#sidebar h2 {
	width:290px;
	height:26px;
	margin:0px 0px 10px 0px;
	padding:4px 0px 0 10px;
	background:#0066B8;
	border-bottom:3px solid #0077D3;
	color:#DB567E;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:18px;
	}

/* --- SIDEBAR LISTS --- */


#sidebar li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

#sidebar ul {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;	
	}

#sidebar ul li {
	list-style:none;
	margin:5px 0px 5px 10px;
	padding:0px 0px 5px 25px;
	border-bottom:1px dashed #0066B8;
	background:url(images/tag.gif) top left no-repeat;
	}

/* --- NAVIGATION --- */

.navigation a {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-0.03em;
	color:#DB567E;
	}

.navigation a:hover {
	color:#44A6D9;
	}

.alignright {
	float:right;
	display:inline;
	}

.alignleft {
	float:left;
	display:inline;
	}

/* --- FOOTER --- */

#bottombar {
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:15px 0 25px 0;
	background:#44A6D9;
	border-top:4px solid #0077D3;
	}

.bar-one {
	float:left;
	display:inline;
	width:260px;
	margin-right:30px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	}

.bar-one h2 {
	width:250px;
	height:26px;
	margin:0px 0px 10px 0px;
	padding:4px 0px 0 10px;
	border-bottom:3px solid #0077D3;
	color:#DB567E;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:18px;
	}

#footer {
	height:24px;
	padding:6px 0 0 15px;
	margin:20px 0 0 0;
	background:#0066B8;
	border:1px solid #0077D3;
	color:#DB567E;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	}

#footer a {
	color:#DB567E;
	}

#footer a:hover {
	color:#FFF;
	}

/* --- FOOTER LISTS --- */


.bar-one li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

.bar-one ul {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;	
	}

.bar-one ul li {
	list-style:none;
	margin:5px 0px 5px 0px;
	padding:0px 0px 5px 10px;
	border-bottom:1px dashed #0066B8;
	}

.bar-one ul li a {
	color:#000;
	}

.bar-one ul li a:hover {
	color:#FFF;
	}		
