/*  
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: "Helvetica Neue", Helvetica, Arial, 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: 'Helvetica Neue', Helvetica, 'Arial', sans-serif; 
	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-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; 
	}

.entry a {
        color: #44A6D9;
}

.entry a:hover {
	color:#DB567E;
}

.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-weight: normal;
	font-size: 10px;
	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: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.commenttextarea {
	width:446px;
	background:#878787;
	border:1px solid #44A6D9;
	padding:5px 5px 5px 5px;
	color:#333;
	font-size:14px;
	font-family: "Helvetica Neue", Helvetica, Arial, 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;
	}		

#pages-nav-block {padding-top:60px; }
#pages-nav-block h2 {display:none}

#pages-nav, #pages-nav li {
  display:inline;
  padding:0;
  margin:0;
  list-style-type:none;
}

#pages-nav li {
  margin-right: 11px;
}

/* Image Management within posts (adapted from PressRow theme): */
.entry img.left, .entry a.left { margin: 0 10px 5px 0; float: left; }
.entry img.right, .entry a.right { margin: 0 0 5px 10px; float: right; }
.entry img.center, .entry a.center { display: block; margin: 0 auto 15px auto; }

#bottombar .frss { 
	width: 24px;
  height: 24px;
  display: block;
  float: right;
  margin-right: 5px;
  text-transform: lowercase;
  font-variant: small-caps;
  text-indent: -9999px;
  background: transparent url(images/46.png) no-repeat 100% 50%;
}

#admini {
  font-family: "Lucida Grande", Verdana, sans-serif; 
  margin:0;
  padding:5px;
  text-transform: capitalize;
}

#admini li {
  list-style-type:none;
  margin:0;
  padding:0;
}

#admini a {
  color: rgb(0, 102, 153);
  border-bottom: 1px solid rgb(0, 102, 153);
  text-decoration:none;
}

#admini a:hover {
  color: rgb(0, 102, 153);
}

/* "Next..." widget: */

#text-1 .textwidget .vevent abbr, #next-ajax-pub-nite .textwidget .vevent abbr {
  border-bottom:none;
}

#text-1 .textwidget .vevent a.summary, #next-ajax-pub-nite .textwidget .vevent a.summary {
  display:none;
}

#text-1, #next-ajax-pub-nite {
  background: #D61F52;
  border: 2px solid white;
  margin-bottom:.5em;
  border-bottom-width:4px;
}

#text-1 h2, #next-ajax-pub-nite h2 {
  width:286px;
  color:#C2E3FF;
}

#text-1 ul li, #next-ajax-pub-nite ul li {
  border-bottom:none;
  padding-bottom:0;
}

#text-1 .location, #next-ajax-pub-nite .location { cursor: help }

#text-1 a:hover, #next-ajax-pub-nite a:hover {
  color:#44A6D9;
}
#text-1 span.offset, #next-ajax-pub-nite span.offset {
	font-size: 0.9em;
	color: #EEE;
	font-weight:bold;
	font-style:italic;
}

.last-bar {margin-right:0px;}

form.form-inside-post {
  background: #595959;
  border:1px solid #9BC;
  margin:1em 0;
  padding: 1em .75em;
}

form.form-inside-post label {
  margin-right: .5em;
  font-weight:bold;
  color: #ccc;
  display:inline;
}

form.form-inside-post br { display:none }

/* cmail: */
span.label,span.spacer,span.multiple span {}
span.multiple {float:left;} 
span.button {padding-left:0} 

#text-2 .label {display:none}
#text-2 input#l272900-272900 {width: 200px}
#text-2 .button input {width:60px; padding-left:5px;}
#text-2 .textwidget {padding:0 4px 15px 4px;}
input.blurred {color:#666; }
input#s.blurred {color:#000; }

#text-2 .signedup {
  color:#FFF;
}
#text-2 .signedup strong {
  color:inherit;
  font-weight:normal;
}

#text-2 .signedup.error {
  background:#e00;
}
#text-2 .signedup.error strong {
	font-weight:bold;
	display:block;
	padding:3px;
  text-align:center;
}

#text-2 .signedup.submitted {
  background:#44A6D9;
  margin-bottom:10px; 
  text-align:center;
}

#text-2 p {
  color: #FFF;
  font-size: 12px;
  margin: 4px 0;
}

img#spinner {
	display:none;
}

/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0; display:inline;}
.flickr_badge_image img {border: 5px solid #FFF; margin:5px;}
.flickr_badge_image a:hover img {border-color:#DB567E !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px; border-color:#666; display:none}
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none; color:#44A6D9;}
#flickr_badge_wrapper {}
#flickr_badge_source {display:none;}

#flickr_more_photos, #flickr_more_photos:link, #flickr_more_photos:visited {font-weight:bold; display:block; margin:3px 12px; font-size: 0.8em; background:#fff; padding:1px}
a#flickr_more_photos:hover {background:#44A6D9; color:#FFF;}

.entry img.apn_logo {
  float: right;
  border: none;
  margin: 0 0 5px 5px;
  padding: 0;
  background: transparent; 
}