/*  
Theme Name: Block Magazine
Theme URI: http://www.adii.co.za/2007/10/08/the-block-magazine-is-here/
Description: <a href="http://www.adii.co.za/2007/10/08/the-block-magazine-is-here/">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: url(images/bgr.gif) #929292 repeat-x top;
	color: #444444;
	font: 1em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #D30101;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	padding: 0 20px;
	width: 900px;
}
/*=== Header ===*/
#header{
	background: url(images/header-red-bgr.jpg) repeat-x top;
	height: 110px;
}
/*- Logo -*/
#logo{
	background: url(images/header-sep.gif) no-repeat right;
	float: left;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	height: 100px;
	letter-spacing: -1px;
	margin: 0px 0 0;
	padding: 0 0 0 15px;
	width: 430px;
}
#logo h1{
	margin: 0; padding: 1;
	float: left;
	width: 336px; height: 110px;
	background: left bottom no-repeat url(images/dotsauce-logo3.jpg);
	font-size: 0;
}
#logo h1 a{
	color: #ffffff;
	width: 336px; height: 110px;
	line-height: 500px;
	overflow: hidden;
	display: block;
}
#logo h1 a:hover{
	text-decoration: none;
}
#logo p{
	color: #333333;
	font-size: 18px;
	letter-spacing:0px;
}
/*- Subscribe -*/
#subscribe{
	float: right;
	letter-spacing: -1px;
	padding: 0 12px 0 0;
/*	text-transform: uppercase; */
	width: 430px;
}
* html #subscribe{
	padding: 0 0 0 0;
}
#subscribe h2{
	border-bottom: 1px solid #DDDDDD;
	color: #FBE899;
	font-size: 15px;
	padding: 5px 0;
}
#subscribe ul{
	height: 17px;
	margin: 5px 0 10px;
}
#subscribe li{
	background: url(images/rss16.png) no-repeat left; 
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
}
#subscribe li.premium{
	background: url(images/bookmark.png) no-repeat left !important; 
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
}
#subscribe li a{
	color: #ffffff;
}
/*- Search -*/
#search{
	background: url(images/search-bgr.png) no-repeat;
	height: 34px;
}
#search input{
	background: transparent;
	border: 0;
	color: #444;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 0 3px;
	width: 385px;
}
#search .btn{
	margin: 3px 0 0;
	padding: 0;
	width: auto;
}
/*=== New Navigation ===*/
.navigation {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
ul.topnav {
	list-style: none;
	padding: 0 10px;	
	margin: 0;
	float: left;
	width: 900px;
	background: #222;
	font-size: 1em;
	background: url(images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center; 
}

/*=== Top Menu ===*/
#topmenu{
	background: url(images/topmenu-bgr.gif) repeat-x top;
	height: 36px;
	line-height: 36px;
}
#topmenu ul{
	float: right;
	height: 36px;
	width: 900px;
}
.page_item,.current_page_item{
	background: url(images/topmenu-sep.gif) no-repeat right;
	float: left;
	font-size: 14px;
	font-weight:bold;
/*	text-transform:uppercase;  */
}
.page_item a,.current_page_item a{
	color: #ffffff;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 18px;
}
.page_item a:hover,.current_page_item a{
	background: #000000;
	color: #efefef;
	text-decoration: none;
}
/*=== Columns ===*/
#columns{
	margin: 0px 0 0;
	padding: 0 0 15px;
	background: #FFFFFF;
}
#columns h2{
	color: #D30101;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 20px;
}
#columns p{
	padding: 0 0 20px;
}
.col1{
	float: left;
	width: 540px;
	display: block !important;
	background: #FFFFFF;
}
.col1 img{
	margin: 0 0 15px;
}
.col2{
	float: right;
	width: 320px;
	background: #FFFFFF;
}
#columns .col2 h2{
	border-bottom: 1px solid #D30101;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 4px 20px;
}
/*--- Sub Columns ---*/
.subcol1{
	float: left;
	width: 320px;
}
.subcol2{
	float: right;
	width: 170px;
}
/*=== Entry Details ===*/
.entry {
	font-size:1.0em;
	line-height:1.5em;
	}
.entry a {
	text-decoration: underline;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:0.8em !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
.entry h2 {
	color: #333333 !important;
	font-size: 2.2em !important;
	font-weight: normal !important;
	margin: 0 0 5px !important;
	padding: 0 0 4px !important;
	}

.related ul, .entry ol {
	margin-bottom:15px;
	}
.related ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.related ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}

blockquote {
	border-left: #ccc solid 5px;
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
}

#dotsauce {
	border: #919191 solid 4px;
	background: #AC0202;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}

.akpc_pop {
	margin: 0; padding: 1;
	font-size: 0 !important;
}

#subscribe-email {
	width:170px; 
	height:155px; 
	position:relative; 
	margin:auto;
	border: #000000 solid 2px;
	background: url(images/subscribe-bg.png) no-repeat left;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

ul.oiotxt{
	margin: 5px 0 10px !important; 
}
.oiotxt li{
	background: url(images/bookmark.png) no-repeat top left !important; 
	float: left !important;
	font-size: 12px !important;
	margin: 8px 15px 0 0 !important;
	padding: 0 0 0 20px;
}
.oiotxt li a{
	font-weight: bold;
}
ul.oiosale{
	margin: 5px 0 10px !important; 
}
.oiosale li{
	background: url(images/newwindow.png) no-repeat top left !important; 
	float: left !important;
	font-size: 12px !important;
	margin: 8px 15px 0 0 !important;
	padding: 0 0 0 20px;
}
.oiosale li a{
	font-weight: bold;
}
/*=== Post Info ===*/
.con, .com, .cat {
	background: url(images/ico1.gif) no-repeat left;
	color: #979C9F;
	font-size: 0.9em;
	margin: 0 15px 0 0;
	padding: 0 0 0 16px;
/*	text-transform: uppercase;  */
	font-weight:bold;
}
.com {
	background: url(images/ico2.gif) no-repeat left;
}
.cat {
	background: url(images/ico3.gif) no-repeat left;
}
a.con, .com a, .cat a {
color: #666666 !important;
}
/*=== Styling Boxes ===*/
.box{
	background: #DDDDDD;
	margin: 0 0 5px;
	border: 2px solid #919191;
}
.box-top,.box-bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 6px;
	overflow: hidden;
}
.box-bot{
	background: url(images/box-bot.gif) no-repeat top;
}
.box .spacer{
	color: #444444;
	font-size: 1em;
	height: 1%;
	padding: 5px 12px 0;
}
#columns .box h3{
	margin-bottom:4px !important;
	font-size: 1.1em;
	letter-spacing: -1px;
	padding: 0 0 0px;
}
#columns .col1 h3{
	margin-bottom:10px !important;
	padding:0px !important;
	color:#333333;
}
#columns .box p{
	padding: 0 0 8px;
}
.box .spacer2{
	color: #444444;
	font-size: .9em;
	height: 1%;
	padding: 5px 12px 0;
	
}
.spacer2 h3{
	margin-bottom:25px !important;
	padding:0px !important;
	float:left;
	color:#D30101;
}
.sidepostmeta {
	margin:0px 0px 10px;
	float:left;
	font-weight:bold;
	}
.spacer2 .date, .spacer2 .comment, .spacer2 .author, .spacer2 .category, .spacer2 .share{
	background:url(images/news_red_16.png) top left no-repeat;
	padding-left:25px;
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
	color:#333 !important;
	display:block;
	}
.spacer2 .comment {
	background:url(images/his_red_16.png) top left no-repeat;
	}
.spacer2 .author {
	background:url(images/his_red_16.png) top left no-repeat;
	}
.spacer2 .category {
	background:url(images/folder_red_16.png) top left no-repeat;
	}
.spacer2 .share {
	background:url(images/radio_red_16.png) top left no-repeat;
	}
.spacer2 a {
	color:#333 !important;
	border-bottom: 1px dotted;
	}
.spacer2 a image {
	border: 0px !important;
	}
.spacer2 a:hover {
	text-decoration: none !important;
	}
/*- Box2 -*/
.box2{
	background: #F1F2F2;
	margin: 0 0 20px;
	padding: 12px;
}
.box3{
	background: #F1F2F2;
	margin: 0 0 20px;
	padding: 12px;
	height: 90px;
}
.topSponsor{
	background: #F1F2F2;
	margin: 0 0 20px;
	padding: 5px;
	padding-left: 0px !important;
	height: 80px;
	align: middle;
}
.domtab ul {
	float:left;
	margin:0px;
	padding:0px;
    	background: #fff !important;
	}

.domtab ul li {
	display:inline;
	margin-right:2px;
	padding:6px 10px 4px 10px;
	background: #D7D9DA;
	font-size:0.9em;
	float:left;	
	}
.domtab ul li a {
	color:#D30101 !important;
	font-weight:bold;
	}
.active {
	background:#F1F2F2 !important;
	}
div.domtab div{display:block;}
/*=== Styling Lists ===*/
/*- List1 -*/
ul.list1{
	padding: 0 0 20px;
}
.list1 li{
	font-size: .95em;
	margin: 0 0 6px;
}
.list1 li a{
	color: #666666;
}
.list1 li a:hover{
	margin-left: 5px;
	text-decoration: none;
	font-weight: bold;
}
/*- List2 -*/
.list2 li{
	background: url(images/hl-dash.gif) repeat-x bottom left;
	font-size: .95em;
	margin: 0 0 5px;
	padding: 7px 0 10px;
}
.list2 li a{
	color: #333333;
}

#columns .list2 li p{
	color: #666666;
	height: 1%;
	padding: 0;
	font-size:0.9em;
}
.list2 li img{
	border: 2px solid #D30101;
	float: left;
	margin: 0 15px 5px 0;
	position: relative;
}
/*- List3 -*/
.list3 {
	padding-top:10px;
	}
.list3 li{
	background: url(images/ico-note.gif) no-repeat top left;
	font-size: 1em;
	padding:0px 0px 10px 20px;
	line-height:1.1em;
	border-bottom:1px dashed #000000;
	margin-bottom:10px;
}
.list3 li a{
	color: #333333;
	font-weight:bold;
}
/*- List4 -*/
.list4 {
	padding-top:10px;
	}
.list4 li{
	background: url(images/ico-comm.gif) no-repeat top left;
	font-size: 1em;
	padding:0px 0px 10px 20px;
	line-height:1.1em;
	border-bottom:1px dashed #D30101;
	margin-bottom:10px;
}
.list4 li a{
	color: #333333;
	font-weight:bold;
}
/*=== Styling Headers ===*/
#columns h2.news{
	background: url(images/news_red_16.png) no-repeat left top;
}
#columns h2.network{
	background: url(images/flowchart_red_16.png) no-repeat left top;
}
#columns h2.web{
	background: url(images/web_red_16.png) no-repeat left top;
}
#columns h2.person{
	background: url(images/his_red_16.png) no-repeat left top;
}
#columns h2.clip{
	background: url(images/gem_clip_red_16.png) no-repeat left top;
}
#columns h2.polls {
	background:url(images/stocks_red_16.png) top left no-repeat;
	}
#columns h2.quick {
	background:url(images/office_red_16.png) top left no-repeat;
	}
#columns h2.radio {
	background:url(images/radio_red_16.png) top left no-repeat;
	}
#columns .subcol2 h2, .subcol1 h2{
	padding: 0 0 2px 20px;
}
/*=== Footer ===*/
#footer{
	background: #262c38;
	clear: both;
	color: #ffffff;
	font-size: 1em;
	line-height: 2.3em;
	height: 75px;
	padding: 0 10px;
}
#footer a{
	color: #ffffff;
	font-weight: bold;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
hr{
	border-bottom: 1px solid #333333;
	clear: both;
	height: 1px;
	margin: 0 0 15px 0;
}
.ar{
	text-align: right;
}
.pagetitle {
	background: #D30101;
	color: #FBE899;
	font-size: 1.4em;
	letter-spacing: -1px;
	line-height: 35px;
	padding: 5px 10px;
	float:right;
	margin-bottom:25px;
	}
.ad{
	margin: 0 0 15px;
}
/*- Navigation -*/
.navigation{
	float:left;
	font-size:1.2em;
	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.0em;
	line-height:1.6em;
}

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;
}
/*- Archive -*/
.thumbr {
	:84px;
	float:left;
	}
.thumbr img {
	border:2px solid #D30101;
	}
.post-data {
	width:460px;
	float:right;
	}
.post-data h2 {
	font-size:1.3em !important;
	font-weight:bold !important;
	padding-bottom:2px !important;
	line-height:1.1em !important;
	}
.post-data p {
	margin-bottom:2px;
	padding-bottom:0px !important;
	font-size:0.9em !important;
	}
.mdate {
	background:url(images/ico-mcal.gif) top left no-repeat;
	padding-left:15px;
	}
.muser {
	background:url(images/ico-muser.gif) top left no-repeat;
	padding-left:15px;
	margin-right:20px;	
	}
.mcomm {
	background:url(images/ico-comm.gif) top left no-repeat;
	padding-left:15px;	
	}
.mcomm a {
	color:#777 !important;	
	}
