/*  
Theme Name: Your Revolution is a Joke
Theme URI: http://www.adii.co.za/2007/10/08/your-revolution-is-here-too/
Description: <a href="http://www.adii.co.za/2007/10/08/your-revolution-is-here-too/">Click here for instructions about this theme.</a>
Version: 1.0
Author: Adii
Author URI: http://www.adii.co.za/
*/
/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #EDEDED repeat-x top;
	color: #555555;
	font: .7em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	margin: 0 0 20px;
}
a{
	color: #1682dc;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 966px;
	background: white;
	border:4px solid #DCDCDC;
	padding: 0px 20px 20px 20px;
}
/*=== Header ===*/
#header{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 105px;
	letter-spacing: -1px;
}
/*- Logo -*/
#header h1{
	/*border-bottom: 1px solid #cccccc;*/
	color: #555555;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 25px 10px 10px;
}
#header h1 a{
	color: #555555;
}
#header h1 a:hover{
	text-decoration: none;
}
#header small{
	color: #c11209;
	font-size: 18px;
	letter-spacing: 0px;
	padding: 0 10px;
	font-weight:bold;
}
/*- Slogan -*/
#header strong{
	color: #19acff;
	float: left;
	font-size: 18px;
	padding: 0px 10px 0;
	letter-spacing: 0px;	
	font-weight:bold;
	margin-top: 0px;		
}
/*- Search -*/
#search{
	background: url(images/search-bgr.gif) no-repeat;
	float: right;
	height: 25px;
	margin: 0px 0px 0;
	width: 175px;
}
#search input{
	border: 0;
	float: left;
	margin: 2px 0 0 3px;
	width: 135px;
}
#search .btn{
	padding: 0;
	width: auto;
}
/*=== Top Menu ===*/
#topmenu{
	background: #ff8600;
	height: 34px;
	margin-bottom:4px;
}
#topmenu ul{
	height: 34px;
	padding: 0 10px;
	width: 946px;
}
#topmenu li{
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 34px;
	margin: 0;
	padding: 0 33px 0 0;
	text-transform: none;
}
#topmenu li.rss{
	float: right;
	padding-right: 0;
}
#topmenu li.rss a{
	background: url(images/ico-rss.gif) no-repeat left;
	display: block;
	padding: 0 0 0 30px;
}
#topmenu li a{
	color: white;
}
/*=== Top SubMenu ===*/
#topsubmenu{
	background: url(images/submenu-bgr.gif) no-repeat;
	height: 28px;
	margin: 0 0 20px;
}
#topsubmenu ul{
	height: 28px;
	padding: 0 10px;
	width: 946px;
}
#topsubmenu li{
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	padding: 0 20px 0 0;
}
#topsubmenu li a{
	color: #ffffff;
}
/*=== Columns ===*/
#columns{
	padding: 0 0px
}
#columns h2{
	/*border-bottom: 1px solid #19acff;*/
	color: #1682dc;
	font: 1.6em Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin: 0 0 15px;
	padding: 0 0 5px;
	text-transform: capitalize;
}
#columns h3{
	color: #FF6600;
	font-size: 22px;
	letter-spacing: -1px;
	padding: 0 0 3px;
}
#columns h3 a{
	color: #ff8600;
}
#columns p{
	padding: 0 0 13px;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	width: 200px;
	font-size: 13px;
}
#leftcol img{
	border: 1px solid #cccccc;
	margin: 0 5px 0px 0px;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 0 0 0 25px;
	width: 200px;
}
/*--- Right Column ---*/
#rightcol{
	border:solid #dcdcdc 1px;
	float: right;
	padding:2px;
	width:725px !important;
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 140px;
}
.col2{
	float: right;
	width: 140px;
}
/*=== Post Info ===*/
.date, .catg,.comment {
	background: url(images/ico3.gif) no-repeat left;
	color: #999999;
	font-size: 1.1em;
	margin: 0 15px 0 0;
	padding: 0 0 0 16px;
}
.catg {
	background: url(images/ico1.gif) no-repeat left;
}
.date a, .catg a, .comment a{
	color:#999999;
	}
.post-data .date, .post-data .comment, .post-data .author, .post-data .category {
	background:url(images/ico-cal.gif) center left no-repeat;
	padding-left:0px;
	margin-left:20px;
	margin-bottom:5px;
	font-size:1.1em;
	line-height:1.3em;
	color:#ccc !important;
	display:block;
	}
.post-data .comment {
	background:url(images/ico-comment.gif) center left no-repeat;
	}
.post-data .author {
	background:url(images/ico-user.gif) center left no-repeat;
	}
.post-data .category {
	background:url(images/ico-folder.gif) center left no-repeat;
	}
.post-data a {
	color:#ccc !important;
	}
/*=== Styling Lists ===*/
/*- List1 -*/
ul.list1{
	padding: 0 0 15px;
}
.list1 li{
	background: url(images/hl-dash.gif) repeat-x bottom;
	margin: 0 0 7px;
	padding: 5px 0 10px;
}
.list1 li p {
	padding-bottom:3px !important;
	}
/*- List2 / List3 -*/
ul.list2, ul.list3{
	padding: 0 0 15px;
}
.list2 li, .list3 li{
	background: url(images/ico1.gif) no-repeat left;
	margin: 0 0 7px;
	padding: 0 0 0 15px;
}
.list3 li{
	background: url(images/ico2.gif) no-repeat left;
}
.list2 li a, .list3 li a{
	color: #555555;
}
/*=== Footer ===*/
#footer{
	background: #ff8600 ;
	clear: both;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	line-height: 34px;
	margin-bottom:2px;
}
#footer a{
	color: #293d6b;
}
#footer p{
	padding: 0 10px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.ad{
	margin: 0 0 15px;
}
.post {
	/*border-bottom:1px dashed #19ACFF;*/
	margin-bottom:2px;
	}
.entry {
	font-size:14px;
	line-height:1.6em;
	text-align:left;
	}
.entry-alt {
	font-size:14px;
	line-height:1.6em;
	}

.entry-alt img{
	margin-right: 10px;
	}

.entry ul, .entry ol, .entry-alt ul, .entry-alt ol {
	margin-bottom:15px;
	}
.entry ul li ul, .entry ol li ol, .entry-alt ul li ul, .entry-alt ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li, .entry-alt ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li, .entry-alt ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li, .entry-alt ol li {
	list-style:decimal inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ol li ol li, .entry-alt ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
/*- Navigation -*/
.navigation{
	float:left;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:10px;
	}
.alignleft{
	display:inline;
	float:left;
	}
.alignright{
	display:inline;
	float:right;
	}
/*- Comments -*/
.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 14px;
}

.comments_template form#commentform{
	margin: 0;
	padding: 10px;
}

.comments_template form#commentform p{
	line-height: 18px;
}

ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size:1.1em;
	line-height:1.7em;
}

ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li{
	padding: 10px;
	border-top:1px dotted #B6B6B6;
}

ol.commentlist li.alt{
	background:#E9E9E9;
	border-top:1px dotted #B6B6B6;	
}

ol.commentlist li.highlighted{
	background:#E9E9E9;
	border-top:1px dotted #B6B6B6;	
}

.comment-number{ /* for Paged Comments plugin */
	float: right;
	font-family: Georgia, Arial, Verdana, Sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #aaa;
}

table.nice {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.nice th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.nice td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.textwidget{}
.textwidget h3 {}
.textwidget h4 {margin-top:10px;margin-bottom:10px;}
.widgetbox{background:#f5f5f5; margin-bottom:10px;border:1px solid #dcdcdc;}
table.nice {
        border-width: 1px 1px 1px 1px;
        border-spacing: 0px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        border-collapse: collapse;
        background-color: white;
}
table.nice th {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}
table.nice td {
        border-width: 1px 1px 1px 1px;
        padding: 10px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
	font-weight:bold;
}
.frontpage-row {
	width:100%;
	height:150px;
	margin-bottom:10px;
}
.frontpage-box {
	width:33%;
	height:150px;
	float:left;
	border-top:solid 1px #cdcdcd;	
	border-left:solid 1px #cdcdcd;
}
.frontpage-message{
	width:66%;
	float:right;
}

