/*  
Theme Name: NewsPress
Theme URI: http://www.premiumnewstheme.com/
Description: NewsPress is a feature-rich theme for magazine- / news-type blogs created by <a href="http://www.adii.co.za">Adii Freelancer</a>.
Version: 1.0
Author: Adii Freelancer
Author URI: http://www.adii.co.za/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #e0dbb3 url(images/bkg.jpg) top left repeat-y;
	color: #000000;
	font: .8em Helvetica,Sans-Serif;
}
a{
	color: #FF7800;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
a img
{
        border:none;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
select{
	padding: 0
}
li{
	list-style: none
}
h1, h2, h3{
	font-weight: normal;
	letter-spacing: -1px
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 1000px
}
/*=== Header ===*/
#main-header{
        height:250px;
        width:1000px;
        display:block;
        background: url(images/header.gif) top left no-repeat;
        margin: 0 auto;
}
#header{
	height: 107px
}
/*- Logo -*/
#header h1{
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px
}
#header h1 a{
	display: block;
	height: 107px;
	width: 457px
}
/*- RSS -*/
#rss{
	float: right;
	font: 13px;
	padding: 20px 0 0;
	text-align: right;
	width: 295px
}
#rss a{
	color: #666666;
	text-decoration: underline
}
#rss a:hover{
	color: #FF7800
}
#rss ul{
	float: left;
	margin: 10px 0 0;
	width: 220px
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px
}
#rss img{
	float: right
}
/*========= NAVIGATION LISTS =========*/

/*- Category Navigation -*/
#catnav {
	background: url(images/navbgr.gif) no-repeat top;
	height:59px;
	width:956px;
}

.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	height: 30px;
	line-height:30px;
	position:relative;
}
.nav2 ul {
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 30px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background:none;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul a {
	color:#FFF !important;
}
.nav2 li ul a:hover {
	color: #FF7800 !important;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:956px;
	height:29px;
	line-height:29px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FF7800;
	text-decoration: none;
	background: #666;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
	color:#FFF !important;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
	background:none !important;
}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
.nav2 li.fr{
	float: right
}
.nav2 li.last a{
	background: none
}
/*- Page Navigation -*/
#nav2{
	height: 29px
}
#nav2 ul{
	padding: 0 2px;
        float:right;
}
#nav2 li{
	float: left;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 29px;
	text-transform: capitalize
}
#nav2 li.fr{
	float: right
}
#nav2 li a{
	background: url(images/top-nav-bkg.gif) bottom left repeat-x;
	color: #ffffff;
	display: block;
	padding: 0 10px 20px 10px;
        margin-right:3px;
}
#nav2 li.last a{
	background: none
}
#nav2 li a:hover,
#nav2 li.active a{
	background: url(images/top-nav-bkg2.gif) bottom left repeat-x;
	color: #ffffff !important;
        text-decoration:none !important;
	display: block;
	padding: 0 10px 20px 10px;
}

/*=== Columns ===*/
#columns{
	padding: 0 0 25px;
        background:#112229;
}
.col1{
	float: left;
	width: 475px;
        background:#ffffff url(images/box-top3.gif) no-repeat top left;
        margin: 10px 10px 0 10px;
        padding: 8px;
}
.col2{
	float: right;
	width: 457px;
        padding:8px;
}
#columns h1{
	border-bottom: 1px solid #E2E1DD;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 13px;
	padding: 0 0 5px
}
#columns h2{
	color: #FF7800;
	font-size: 2em;
	line-height: 26px
}
#columns .col2 h2{
	font-size: 1.6em;
	margin: 0 0 5px
}
#columns .col2 p
{
         padding:0;
}
#columns p{
	line-height: 18px;
	padding: 2px 0;
}
/*- Search -*/
#search{
	background: url(images/search-bgr.gif) no-repeat left top;
	float: right;
	height: 36px;
	margin: 0 0 10px 0;
	width: 451px
}
#search input{
	border: 0;
	float: left;
	margin: 8px 14px 0 15px;
	width: 332px;
}
#search .btn{
	margin: 6px 0 0;
	padding: 0;
	width: auto
}

/*- SideTabs -*/
.sideTabs .idTabs{
	font-size: 12px;
	height: 28px;
	letter-spacing: -1px
}
.sideTabs .idTabs li{
	float: left;
	line-height: 28px;
	text-transform: uppercase
}
.sideTabs .idTabs li a{
	background: url(images/tab.gif) no-repeat left top;
	color: #FFFFFF;
	display: block;
	height: 28px;
	margin: 0 5px 0 0;
	text-align: center;
	width: 110px
}
.sideTabs .idTabs li.last a{
	margin: 0
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	color: #ffffff;
	background: url(images/tab-.gif) no-repeat left top;
	text-decoration: none
}
/*--- Sub Columns ---*/
.subcol{
	float: left;
	height: auto !important;
	height: 220px;
	margin: 0 20px 15px 0;
	min-height: 220px;
	width: 132px
}
.subcol h2{
	padding: 0 0 4px;
        color: #f1f1f1 !important;
}
.subcol.last{
	margin: 0
}
/*=== Post ===*/
.post a
{
        text-decoration:underline;
}
.post a:hover
{
        text-decoration:none;
}
#columns .page 
{
        margin: 10px 0 10px 0;
        padding:5px;
}
#columns .post 
{
        border:1px solid #F2F2F2;
        margin: 10px 0 10px 0;
        padding:5px;
}
#columns .post:hover
{
        background: url(images/stripe-bkg.png) top left repeat;
        border:1px solid #cccccc;
}
#columns .non-post:hover
{
        background:none !important;
}
#columns .post h2 a
{
        font-weight:bold;
        color:#134955;
        text-decoration:none;
        text-transform: uppercase;
}
#columns .post h2 a:hover
{
        text-decoration:underline;
}
#columns .post h3{
	clear: both;
	color: #666666;
	font-size: 1em;
	height: 28px;
	letter-spacing: normal;
	line-height: 28px;
	margin: 0 0 15px;
	padding: 0px !important;
}
#columns .post h3 a{
	color: #112229;
}
#columns .post p.meta
{
        display:block;
        width:100%;
}
#columns .post p.meta span, #columns .post p.meta span a{
	text-transform: uppercase;
        font-size:22px;
        color:#eeeeee;
}
#columns .post p.meta span a:hover
{
        color:#112229 !important;
}
#columns .post p.meta em a, #columns .post p.meta em{
	float: right;
        text-align:right;
	color:#134955;
        text-decoration:none;
        font-style:normal;
}
#columns .post h3 p.meta a:hover{
        text-decoration:underline;
        font-style:normal;
}
#columns .post h2{
	color: #FF7800;
	font-size: 1.3em
}
/*- Featured Post -*/
.post #featured .pic{
	height: 300px;
	margin: 0 0 10px;
	padding: 0;
}
#columns .post #featured h2{
	font-size: 2em
}
#columns .post #featured .pic h3{
	color: #FFFFFF;
	font-size: 16px;
        line-height:17px;
        height:17px;
	font-weight: bold;
	font-family:Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 15px !important;
	text-transform: uppercase
}
#columns .post #featured .pic .articleInfo
{
        padding:5px;
        background: url(images/transBlue.png) top left repeat;
}
#columns .post #featured .pic .articleInfo p, #columns .post #featured .pic .articleInfo p a
{
	padding: 0 0 0 15px !important;
        color:#f2f2f2 !important;
        line-height:13px;
        text-decoration:none;
}
#columns .post #featured .pic .articleInfo p a:hover
{
        text-decoration:underline;
}
#columns p.posted{
	color: #666666;
	font: 1.4em;
	letter-spacing: -1px
}
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: #ffffff;
	clear: both;
	color: #ffffff;
	margin: 0 0 12px;
	width: 457px
}
.box a{
	color: #f6f6f6;
}
.box a:hover{
	color: #ffffff;
        text-decoration:underline;
}
.box-top,.box-bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 4px;
	overflow: hidden
}
.box-bot{
	background: url(images/box-bot.gif) no-repeat top
}
.box-top2, .box-bot2{
       background: url(images/box-top2.gif) no-repeat bottom;
       height: 4px;
       overflow:hidden;
       clear:both;
}
.box-top2{height:24px;}
.box-bot2{
      background: url(images/box-bot2.gif) no-repeat top;
      margin: 0 0 20px 0;
}
.box-bot3{
      background: url(images/box-bot3.gif) no-repeat top;
}
.box .spacer{
	height: 1%;
	padding: 10px 17px
}
.box .spacer a
{
color:#376d89;
text-decoration:none;
}
.box .spacer a:hover
{
color:#112229;
text-decoration:underline;
}
/*- Ads -*/
.box .spacer.ads .ar{
	padding: 0 12px
}
.ads {
	text-align: center
}
.ads img{
	margin: 0 6px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	font: 1.4em;
	margin: 0 0 3px
}
.list1 li a{
	padding: 0 0 0 22px;
        color: #112229;
}
/*- List3 -*/
.list3{
	padding: 5px 0
}
.list3 li{
	font-size: 1.1em;
	margin: 0 0 1px;
        color: #376d89 !important;
}
.list3 li a{
	color: #fff;
}
.list3 li  a em{
	color: #376d89;
	font-size: .85em;
	font-style: normal
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #376d89;
	font-size: .85em;
	padding: 10px 0 20px;
        margin:0 auto 10px auto;
        width:400px;
}
#footer a{
	color: #666666
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden
}
.ar{
	text-align: right
}
a.more{
	color: #666666;
	font-weight: bold
}
a.more2{
	color: #666666;
	font: 1.4em;
	font-weight: bold
}
.th{
	border: 1px solid #C0C0C0;
	float: left;
	margin: 0 10px 10px 0
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/*========= VIDEO =========*/

.video{
	float: left;
	height: 228px;
	margin: 0 15px 0 0;
	width: 250px
}
#videolist
{
        float:left;
}
#videolist .idTabs li{
	font: .85em;
	margin: 0 0 7px;
        background: transparent url(styles/grey/ico-star.gif) no-repeat scroll left top;
        padding-left: 12px;
}
#videolist .idTabs li a{
	color:#376d89;
}
#videolist .idTabs li a:hover{
	color:#376d89;
}
/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	font-weight:bold !important;
	color:#000 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.singleh2 {
	font-weight:bold !important;
	font-size:1.8em !important;
}
.entry p{
	text-align:left;
	line-height:20px !important;
        font: 12px verdana, sans-serif;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {  
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.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:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:455px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 230px;
}
.arclist h2{
	font-size:1.5em !important;
	color:#000 !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}
/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}
/*=========menu=========*/

#MainMenu 
{
	width:1000px;
	height:37px;
	background: #112229 url("images/bmid_068.gif");
	margin:0;
	border:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab li.last
{
        border-right: 1px solid #376d89;
}
#tab a 
{
	background: url("images/bright_068.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("images/bleft_068.gif") no-repeat left top;
	padding:0 15px 0 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11;
	color:#FFFFFF;
	font-weight:bold;
	line-height:37px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid ;
	background: url(images/dropdown-bkg.png) bottom left no-repeat;
	color:#FFFFFF;
	z-index:100;
	text-decoration:none;
	padding:0 8px 8px 0;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
        margin:0;
	padding:5px 0 0 5px;
	display:block;
	color:#ffffff;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a:hover
{
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#134955;
}
.dropmenudiv a:hover span 
{
	color:#FFFFFF;
	font-weight:bold;
}
/*----Comments-----*/

.com
{
padding-left:10px;
}
.com-top
{
height:10px;
background: url(images/com-top.gif) top right no-repeat;
}
.com-mid
{
background: url(images/com-mid.gif) top right repeat-y;
padding: 0 20px 0 100px;
width:430px;
overflow:hidden;
}
.com-bot
{
background: url(images/com-bot.gif) top right no-repeat;
min-height: 30px;
}
.alt .com-top
{
height:10px;
background: url(images/com-alt-top.gif) top right no-repeat;
}
.alt .com-mid
{
background: url(images/com-alt-mid.gif) top right repeat-y;
padding: 0 5px 0 100px;
width:430px;
overflow:hidden;
}
.alt .com-bot
{
background: url(images/com-alt-bot.gif) top right no-repeat;
min-height: 30px;
}
.alt a
{
color: #504f4f;
}
.alt a:hover
{
color: #504f4f;
text-decoration:underline;
}
ul.flickr
{
     margin:0 auto 10px auto;
     width:384px;
}
ul.flickr li
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    float:left;
    padding:3px;
}
ul.flickr li a img
{
    border: 1px solid #134955;
}
ul.flickr li a:hover img
{
    border: 1px solid #2DAAC6;
}

/*===clearfix====*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Bubble pop-up */

span.hover{
	position:relative;
}
.hover em {
	background: url(images/hover.png) no-repeat;
	width: 200px;
	height: 70px;
	position: absolute;
	top: -85px;
	left: -70px;
	text-align: center;
	padding: 5px 0 0 0;
	font-style: normal;
	z-index: 2;
	display: none;
}
