/*
Theme Name: NewsPress
Theme URI: http://www.intelligentstudios.co.uk
Description: News wordpress theme created for sale on themeforest marketplace.
Version: 1.0
Author: Michael Clarke - mikka23
Author URI: http://www.intelligentstudios.co.uk
Tags: blue, fixed width, two columns, widgets, dropdown menu
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	/*background-image:url('images/web20stripes2.jpg');
	background-repeat:repeat-x;*/
	background-color: #d1d1d1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#wrapper{
	width:1016px;
	margin:0 auto;
	text-align:left;
}

a:link {
	color: #036bb3;
}
a:visited {
	color: #036bb3;
}
a:hover {
	color: #036bb3;
}
a:active {
	color: #036bb3;
}
a img{border:none;}

.clear{
	clear:both;
}
/* === Header Section (Logo and Search) === */

#header{
	height:121px;
	background:top left no-repeat url(images/topbg.jpg);
}
/* Logo */
#logo{
	float:left;
	height:109px;
	padding-top:7px;
	padding-left:5px;
/*	padding-top:35px;
	padding-bottom:35px;
	padding-left:35px;  
	height:50px;  */
}
h1{
	background:top left no-repeat url(images/logo.png);
	width:420px;
	height:109px;
	overflow:hidden;
	margin:0;
}
h1 a:link, h1 a:visited, h1 a:hover{
	padding-left:500px;
	display:block;
	height:109px;
	width:420px;
}
/* Search */
#search{
	float:right;
	padding-top:50px;
	padding-right:9px;
	position:relative;
	width:250px;
	height:40px;
}
#searchlabel{
	float:right;
	padding-top:60px;
	padding-right:1px;
	position:relative;
	width:139px;
	height:15px;
}

#search .input{
	background:url(images/oldsearch.jpg) top left no-repeat;
	width:184px;
	height:17px;
	padding:13px 10px 13px 15px;
	border:none;
	outline:none;
	color:#666;
	text-align:left;
	position:absolute;
	bottom:0;
	left:0;
}
#search .button{
	background:url(images/button-go.jpg) top left no-repeat;
	width:46px;
	height:31px;
	outline:none;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	position:absolute;
	bottom:6px;
	right:0;
}

/* === Horizontal Navigation (and RSS button) === */

/* === RSS button === */
#rss{
	position:absolute;
	top:0;
	right:0;
	padding-top:15px;
	padding-right:9px;
}
#rss a:link, #rss a:visited, #rss a:hover{
	background:url(images/rss.png) top left no-repeat;
	width:160px;
	padding-top:3px;
	text-indent:40px;
	display:block;
	height:20px;
	text-decoration:none;
	color:#333;
	text-shadow: 1px 1px 0px white;
}
/* Horizontal Navigation */
#nav{
	background:url(images/nav-repeat.jpg) repeat-x top;
	height:49px;
	width:100%;z-index:9999;
	position:relative;
}
#nav #left{
	background:url(images/nav-left.jpg) top left no-repeat;
	height:49px;
	width:100%;
}
#nav #right{
	background:url(images/nav-right.jpg) top right no-repeat;
	height:49px;
	width:100%;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}
#nav ul li{
	float:left;
	padding-right:2px;
	background:url(images/nav-rightborder.jpg) top right no-repeat;
}
#nav ul li a{
	display:block;
	padding:15px 20px 9px 22px;
	height:25px;
		text-shadow: 1px 1px 0px white;
}
#nav ul li a:link, #nav ul li a:visited{
	color:#333;
	text-decoration:none;
}
#nav ul li a:hover{
	color:#036bb3;
	text-decoration:underline;
	background:url(images/nav-hover.jpg) repeat-x top;
}
#nav ul li.home{
	background:url(images/home-link.jpg) top left no-repeat;
	width:84px;
	text-indent:9px;
	padding:0;
}
#nav ul li.home a:hover{
	background:url(images/home-hover.jpg) top left no-repeat;
	width:84px;
	padding-left:22px;
	padding-right:0;
}
#nav ul ul {
position:absolute;
display:none;
width:120px;
top:49px;
z-index:9999999999999999999999;
}
ul#nav ul ul li{
background:none;
padding:0;
margin:0;}
#nav ul li ul li{
	background:none;
}
#nav ul li ul a{
display:block;
width:130px;
font-size:12px;
color:#333;
text-decoration:none;
background:url(images/nav-submenu.jpg) repeat-x bottom #fff;
border-left:1px solid #c7c7C7;
border-right:1px solid #C7C7C7;
border-top:none;
float:left;
padding:7px 5px 0px 20px;
margin:0;

}
#nav ul li ul a:hover{
display:block;
width:130px;
color:#036bb3;
font-weight:normal;
font-size:12px;
float:left;
background:url(images/nav-submenu.jpg) repeat-x bottom #fff;
}

#nav ul ul ul{
top:auto;
}	

#nav ul li ul ul {
left:146px;
margin:0px 0 0 10px;
z-index:99999;
}
#nav li.current-cat{
	font-weight:bold;
}

/* === Main Content Section (Including featured area, single articles and more === */
#content{
	background:url(images/content-left.jpg) repeat-y left #ededed;
	width:100%;
}
#content .right{
	background:url(images/content-right.jpg) repeat-y right ;
	width:998px;
	padding:0 9px 0 9px;
}

/* Featured Section */
#featured{
	height:220px;
	padding:10px;
	width:978px;
	overflow:hidden;
	text-overflow: ellipsis;
	background:#f3f3f3;
	border-bottom:1px solid #bbbaba;
	position:relative;
	z-index:0;
}
#featured .links{
	float:left;
	background:url(images/featured.jpg) top left no-repeat;
	width:244px;
	height:190px;
	padding-top:30px;
}
#featured .links h3{
	margin:0;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	width:100%;
	text-align:center;
}
#featured .links ul{
	padding:15px 0 0 4px;
	margin:0;
	list-style:none;
}
#featured .links ul li{
	padding:7px 0 5px 0;
}
#featured .links ul li a.selected{
	background:left no-repeat url(images/active.jpg);
}
#featured .links ul li a:link, #featured .links ul li a:visited{
	color:#fff;
	padding:0 0 0 15px;
	text-decoration:underline;
}
#featured .contentdiv{
		visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
	float:left;
	width:700px;
	left:274px;
	top:23px;
	padding:0px 10px 0 0px;
	background:#f3f3f3;
	height:100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#featured .contentdiv h2,
#featured .contentdiv h2 a{
	font-size:20px;
	font-weight:bold;
	color:#333;
	margin:0;
	text-decoration:none;
}
#featured .contentdiv p{
	line-height:18px;
}
#featured .contentdiv img{
	float:right;
	border:3px solid #ccc;
	margin-left:20px;
}

/* Left Column Section */
#leftcolumn{
	width:730px;
	float:left;
}
#leftcolumn h3{
font-weight:bold;
font-size:16px;
margin:5px 0 5px 0;
width:100%;
padding-bottom:5px;
border-bottom:1px dotted #ccc;
color:#333;
}
#leftcolumn h4{
font-weight:bold;
font-size:14px;
width:100%;
margin:0 0 5px 0;
color:#333;
}
#leftcolumn ul{
line-height:22px;
}
#leftcolumn ul li{
padding-left:5px;
}
#leftcolumn ol{
line-height:22px;
}
#leftcolumn ol li{
padding-left:5px;
}
blockquote{
font-style:italic;
margin:10px 0 10px 0;
color:#666;
padding:10px 10px 10px 10px;
}
#leftcolumn .readon{
background:url(images/report.png) left no-repeat;
padding-left:25px;
font-weight:bold;
}
#leftcolumn .checklist{
list-style:none;
padding-left:10px;
line-height:22px;
margin:10px 0 20px 0;
}
#leftcolumn .checklist li{
background:url(images/tick.jpg) left no-repeat;
padding-left:30px;
}

/* Half width article on the left side (example on homepage) */
.iteml{
	padding:10px;
	float:left;
	width:344px;
	border-right:1px solid #bebdbd;
	border-bottom:1px solid #bebdbd;
}
/* Half width article on the right side (example on homepage) */
.itemr{
	padding:10px;
	float:right;
	width:344px;
	border-bottom:1px solid #bebdbd;
}

.iteml .inner, .itemr .inner{
	width:318px;
	height:321px;
	background:#fff;
	border:3px solid #e5e4e4;
	position:relative;
	padding:52px 10px 10px 10px;
	line-height:18px;
}
.iteml .inner p, .itemr .inner p, .item p, .sitem p{
padding-top:20px;
padding-bottom:5px;
margin:0;
}
.inner .details{
	width:318px;
	padding-top:10px;
	height:156px;
	position:absolute;
	bottom:10px;
}
.inner .details img{
	position:absolute;
	bottom:0px;
	left:0px;
	border:0px solid #ccc;
}
.inner .details ul{
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0;
	margin:0;
	list-style:none;
	width:128px;
}
.inner .details ul li{
	background:url(images/ul-repat.jpg) repeat-x bottom;
	padding:12px 0 12px 10px;
}
	
	
.iteml .inner h2, .itemr .inner h2{
	font-size:18px;
	position:absolute;
	top:7px;
	left:0;
	width:258px;
	height:56px;
	overflow:hidden;
	text-overflow: ellipsis;
	color:#333;
	margin:0;
	padding-left:70px;
	padding-right:50px;
}
/* .singlearticle is the styling for the article layout on the single page in the example */
.singlearticle h2{
	font-size:18px;
	color:#333;
	width:490px;
	margin:0;
	padding-left:0px;
	padding-top:10px;
}
/* .item is the styling for the article layout on the archive page in the example */
.item h2, .sitem h2{
	position:absolute;
	top:20px;
	left:50px;
	margin:0;
	padding-left:0px;
	padding-top:1px;
	z-index:30;
	height:46px;
	overflow:hidden;
	font-size:18px;
	width:450px;
}
.item h2, .sitem h2,
.item h2 a, .sitem h2 a{
	color:#333;
	text-decoration:none;
}

.item p{
	line-height:18px;
	width:490px;
	float:left;
	
}
.sitem p{
	line-height:18px;
}
.sitem img{
/*border:3px solid #ccc;*/
float:right;
}
.item img{
float:right;
/*border:3px solid #ccc;*/
}
.sitem img.standardimg, .item img.standardimg{
margin-top:-40px;
}
.item .cat, .sitem .cat{
	border:none;
	
}
.singlearticle p{
	line-height:18px;
}
.singlearticle .info{
	margin-top:10px;
	margin-bottom:10px;
	background:#ededed;
	padding:5px 0 5px 0;
	text-indent:5px;
	color:#666;
	font-size:12px;
	border:1px solid #ccc;
	width:99%
}
img.cat{
	position:absolute;
	top:0;
	left:0;
	z-index:0
}
#topbanner{
	background:url(images/topbanner.jpg) repeat-x top;
	height:71px;
	width:100%;
	position:relative;
}
#topbanner h2{
	font-size:24px;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	margin:0;
	padding-left:20px;
	padding-top:24px;
}
.item, .sitem{
	width:690px;
	background:white;
	padding:50px 10px 10px 10px;
	border:3px solid #e5e4e4;
	margin-left:5px;
	margin-top:5px;
	position:relative;
}
.singlearticle{
	width:690px;
	background:white;
	padding:10px;
	border:3px solid #e5e4e4;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}
.pagination{
	padding:10px;
	clear:both;
}
.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
background:none;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
background:white;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #fff;
background-color: #2e6ab1;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}
.imgleft{
	float:left;
	/*border:3px solid #ccc;*/
	margin:10px 10px 10px 0;
}
.imgright{
	float:left;
	/*border:3px solid #ccc;*/
	margin:10px 0px 10px 10px;
}

/* ===== Right column section ===== */
#rightcolumn{
	float:right;
	width:235px;
	padding:0px 17px 16px 16px;
}
#rightcolumn .heading{
	width:235px;
	height:41px;
	position:relative;
	background:url(images/rightcolumn-header.jpg) top left no-repeat;
	margin-top:20px;
	cursor:pointer;
}
#rightcolumn h3{
	font-size:15px;
	text-transform:uppercase;
	color:#333;
	top:15px;
	left:20px;
	float:left;
	position:absolute;
	margin:0;
	z-index:200;
	font-weight:bold;
}
#rightcolumn .heading .toggle{
	position:absolute;
	top:8px;
	right:20px;
	width:34px;
	height:26px;
	background:url(images/rightcolumn-collapseminus.jpg) top left no-repeat;
}
#rightcolumn .active .toggle{
	position:absolute;
	top:8px;
	right:20px;
	width:34px;
	height:26px;
	background:url(images/rightcolumn-collapse.jpg) top left no-repeat;
}
.box{
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	background:#fff;
	width:233px;
}
.box ul{
	list-style:none;
	padding:0;
	margin-bottom:-1px;
	margin-top:0;
	margin-left:0;
}
.box ul li a:link, .box ul li a:visited{
	display:block;
	background:url(images/rightcolumn-link.jpg) repeat-x bottom;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	border-bottom:1px solid #c3c3c3;
	text-indent:0px;
	text-decoration:none;
	font-weight:bold;
	color:#444;
}
.box ul li a:hover{
	display:block;
	background:url(images/rightcolumn-link.jpg) repeat-x bottom;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	border-bottom:1px solid #c3c3c3;
	text-indent:0px;
	text-decoration:underline;
	font-weight:bold;
	color:#33A;
}
.box p{
	padding:10px;
	line-height:18px;
	margin:0;
}

/* === Footer section ==== */
#footer{
	background:url(images/footer.jpg) repeat-x bottom;
	width:100%;
	height:25px;
	border-top:#ccc 1px solid;
	margin-top:-1px;
}
#dropbottom{
	width:983px;
	margin:0 auto;
	background:url(images/bottomshadow.jpg) repeat-x top;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:15px;
}



/*** === Comment section ==== ***/
.reply{
	clear:both}
.commentlist li {
  font-weight: bold;
  border:1px solid #ccc;
}
.commentlist li .avatar {
  float: right;
  background: #FFF;
  border: 1px solid #C8C8C8;
  padding: 2px !important;
}
.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
}
.commentlist p {
  font-weight: normal;
  text-transform: none;
}
.commentmetadata {
  font-weight: normal;
}
#respond:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.commentlist {
  margin: 0px;
  padding: 20px 0 0 0;
}
.commentlist ol {
  margin: 0px;
  padding: 10px;
}
.commentlist li {
  margin: 0 0px 25px 0;
  padding: 10px 5px 10px 10px;
  list-style: none;
}
.commentlist li ul li {
  margin-right: -6px;
  margin-left: 10px;
}
.commentlist p {
  margin: 10px 5px 10px 0px;
  padding: 0px;
}
.commentmetadata {
  font-size: 10px;
  margin: 0px;
  display: block;
}
.thread-alt {
  background: #f1f1f1;
}
.thread-even {
  background: #f7f7f7;
}
.even, .alt {
  border-bottom: 1px solid #C8C8C8;
  border-top: 1px solid #C8C8C8;
}
.depth-2 {
  background: #FFF;
}
.depth-3 {
  background: #F7F7F7;
}
.depth-4 {
  background: #EDEDED;
}
.depth-5 {
  background: #FFF;
}
.inputf{
background:#f1f1f1;
border:1px solid #ccc;
height:18px;
margin-top:2px;
margin-bottom:10px;
font-weight:lighter;
font-size:12px;
color:#666;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-left:5px;
padding-top:2px;
width:200px;
outline:none;
}
.area{
outline:none;
width:300px;
font-weight:lighter;
font-size:16px;
color:#666;
height:80px;
padding:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#f1f1f1;
border:1px solid #ccc;
}
.submitcom{
background:#ededed;
outline:none;
border:1px solid #ccc;
color:#666;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:3px 6px 3px 6px;
margin-top:5px;
}
#commentform p{
	margin:10px 0 0 0;
}
#commentform{
	margin:10px 0 0 0;
}
.fbox{
margin:0 15px 0 0;
height:15px;
overflow:hidden;
}

/* Forms */
.scroll_checkboxes{
border:1px solid #CCCCCC;
height:100px;
overflow:auto;
padding:5px;
width:400px;
}

.frm_required{color:red}
