/*  
Theme Name: RMSP - NewsPress
Theme URI: http://www.woothemes.com/
Description: NewsPress by WooThemes - Customized for RMSP
Version: 2.2.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

@import url('styles/smoothness/jquery-ui-1.8rc3.custom.css');

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(images/bgr.gif) #E2E1DD repeat-y center;
	color: #000000;
	font: 12px Verdana,Arial,Helvetica,Sans-Serif
}
body.print {
	background: none;
}
a, span.heading{
	color: #FF7800;
	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
}
h1, h2, h3{
	font-weight: normal;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 956px
}
body.print #page {
	width: 100%;
	margin: 0;
}
/*=== Header ===*/
#header{
	height: 130px;
	padding: 0px 0px 15px 0px;
}
/*- Logo -*/
#header h1{
	background: url(images/paperairplane_banner8.png) no-repeat;
	float: left;
	text-indent: -9999px
}
#header h1 a{
	display: block;
	height: 130px;
	width: 956px;
}

/*========= NAVIGATION LISTS =========*/

/*- Page Navigation -*/
#nav2{
	background: url(images/nav2-bgr.gif) no-repeat top;
	height: 29px
}
#nav2 ul{
	padding: 0 2px
}
#nav2 li{
	float: left;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 29px;
	text-transform: capitalize
}
#nav2 li.fr{
	float: right
}
#nav2 li a{
	background: url(images/nav2-sep.gif) no-repeat right;
	color: #666;
	display: block;
	padding: 0 17px
}
#nav2 li.last a{
	background: none
}
#nav2 li a:hover,
#nav2 li.active a{
	color: #FF7800;
	text-decoration: none
}

/*=== Columns ===*/
#columns{
	margin: 15px 0 0;
	padding: 0 0 25px
}
.col1{
	float: left;
	width: 610px
}
.col2{
	float: right;
	width: 310px
}
.fullwidth {
	width: 956px;
}

#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: 20px;
	margin: 0 0 5px
}
#columns p{
	line-height: 18px;
	padding: 0 0 12px
}

#columns .col2 .widget {
	margin-bottom: 20px;
}

#columns .col2 .widget-box {
	padding: 20px;
}
/*- Search -*/
#search{
	/*background: url(images/search-bgr.gif) no-repeat left top;*/
	float: right;
	/*height: 36px;*/
	margin: 0 0 10px;
	width: 306px
}
#search input{
	border: 0;
	float: left;
	margin: 5px 8px 0 15px;
	width: 186px
}
#search .btn{
	margin: 2px 0 0;
	padding: 0;
	width: auto
}

/*- Tabs -*/
#tabs .tabBox {
	min-height: 150px;
}

#tabs .tab {
	width: 98px;
	font-size: 11px;
	text-align: center;
}
#tabs .tab a {
	width: 88px;
}
#tabs .last {
	margin-right: 0px !important;
}

#tabs .controls {
	font-size: 10px;
	color: #cccccc;
	text-align: right;
	padding: 0px 0px 5px 0px;
}

#tabs span.fakelink {
	color: #FF8700;
}

#tabs span.fakelink:hover {
	cursor: pointer;
	text-decoration: underline;
}

#tabs .post-stats {
	color: #999999;
	font-weight: normal;
	float: right;
}

#tabs .title {
	width: 240px;
}

#tabs .votes {
	width: 60px;
	text-align: center;
	font-size: 10px;
}

#tabs .rating {
	width: 60px;
}

#tabs .tabBox ul {
	
}

#tabs thead td {
	font-size: 10px;
	color: #999999;
}

#tabs tbody td {
	color: #666666;
}

#tabs td {
	padding: 0px 0px 5px 0px;
}

#tabs li a {
	display: inline-block;
	width: 175px;
}

/*- Featured Content -*/
#featuredpost {
	margin: 10px 0px 10px 0px;
}

.col5top {
	background: url('images/overlay.png') !important;
	padding: 10px !important;
	width: 580px !important;
	height: 50px !important;
	font-size: 9px !important;
	color: #333333 !important;
}

.col5top h3 {
	padding: 0px 0px 5px 0px !important;
}

.col5top h3 a {
	font-size: 14px !important;
	color: #333333 !important;
	font-weight: bold !important;
}

.col5top span {
	padding-left: 10px !important;
}

.col5top span a {
	color: #d96c00 !important;
}


/*- Photo Category Widget -*/
.photoCategory img {
	border: solid 1px #cccccc;
	padding: 2px;
}
.photoCategory .title {
	padding: 10px 0px 0px;
}

/*- Social Media -*/
#socialLinks img {
	border: none;
}
#socialLinks a {
	margin-right: 7px;
}

/*--- Sub Columns ---*/
.subcol{
	float: left;
	height: auto !important;
	height: 120px;
	margin: 0 20px 15px 0;
	min-height: 120px;
	width: 140px
}
.subcol h2{
	border-bottom: 1px solid #E2E1DD;
	padding: 0 0 4px
}
.subcol.last{
	margin: 0
}
/*=== Post ===*/
#columns .post h3{
	border-bottom: 1px solid #E2E1DD;
	border-top: 1px solid #E2E1DD;
	clear: both;
	color: #666666;
	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: #666666
}
#columns .post h3 span{
	float: left;
	text-transform: uppercase
}
#columns .post h3 em{
	float: right;
	font-size: .85em;
	font-style: normal
}
#columns .post h2{
	color: #FF7800;
	font-size: 1.3em;
	clear: both;
}
#columns .posted{
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
}

#columns .wp-post-image {
	margin: 0px 10px 0px 0px;
}

#columns .gallery {
	clear: both;
}

/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: #E2E1DD;
	clear: both;
	color: #666666;
	margin: 0 0 12px;
	width: 310px
}
.box a{
	color: #666666
}
.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 .spacer{
	height: 1%;
	padding: 10px 17px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	font-size: 12px;
	margin: 0 0 3px -8px;
	padding: 2px 0 5px 0px;
	/*list-style-image: url(images/ico-star.gif);*/
}
.list1 li a{
	padding: 0 0 0 0;
}

/*- List2 -*/
.list2 li{
	font-size: 12px;
	margin: 0 0 3px 0px;
	padding: 2px 0 5px 15px;
	background: url(images/ico-star.gif) no-repeat;
	background-position: 0 4px;
	vertical-align: top;
}
.list2 li a{
	padding: 0 0 0 0;
}

/*- List3 -*/
.list3{
	padding: 5px 0
}
.list3 li{
	font-size: 12px;
	margin: 0 0 5px 10px;
}
.list3 li a{
	color: #666666;
}
.list3 li  a em{
	color: #FF7800;
	font-size: 14px;
	font-style: normal
}

/*- Blogroll -*/
.blogroll li {
	font-size: 16px;
	padding: 5px 0px;
}

.blogroll li a {
	color: #FF7800;
}

/*=== Footer ===*/
#footer{
	border-top: 1px solid #E2E1DD;
	clear: both;
	color: #666666;
	font-size: 10px;
	padding: 10px 10px;
	background: #E2E1DD;
	margin-bottom: 20px;
	height: 60px;		
}
#footer a{
	color: #666666
}
#footer img {
	padding: 5px 0px;
}

#footer p {
	padding: 5px 0px;
}

#footer .address {
	float: right;
	width: 250px;
	border-left: solid 1px #cccccc;
	padding-left: 10px;
}

/*=== 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-size: 1.4em;
	font-weight: bold
}
.th{
	border: 1px solid #C0C0C0;
	float: left;
	margin: 0 10px 10px 0
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	font-weight:bold !important;
	color:#333333 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	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:#F6F6F6;
	border:1px solid #C0C0C0;	
}

/*========= THREADED COMMENTS =========*/

#comments_wrap { 
	margin:20px 0 0;
} 
ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
	border:1px solid #eee;		
	margin:10px 0 10px;
	padding:15px 10px 10px;
}

ol.commentlist li .even{
	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
	padding:0;
}

.post-alt p {
	padding:0;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.singleh2 {
	font-weight: normal !important;
	font-size: 20px !important;
	margin-bottom: 10px;
}
.post .post-title {
	padding-bottom: 10px;
	border-bottom: solid 1px #e2e1dd;
	font-size: 22px !important;	
}

.post div.categories {
	margin: 10px 0px 20px;
	font-size: 14px;	
}

.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px !important;
	}
.entry blockquote { 
	padding: 0px 10px 0px;
	border-left: 2px solid #666666;
	color:#666666;
	width:85%;
	margin: 0 auto 10px auto;
	font-style: italic;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#DDD;
	border: solid 1px #C0C0C0; 
	}
.entry img.alignleft {
	margin: 0px 10px 10px 0px;
}
.entry img.alignright {
	margin: 0px 0px 10px 10px;
}
.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;
	}

.entry div.print-link {
	float: right;
	background-image: url('images/printer.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
}

.entry .ratingblock {
	clear: both;
}

.entry .sociable {
	clear: both;
}

#authorBox {
	min-height: 100px;
	background: none #f6f6f6;
	margin: 20px;
	padding: 10px 20px;	
}

#authorBox h2 {
	color: #FF7800;
	border-bottom: solid 1px #dddddd;
	margin: 0px -10px 10px -10px;
	padding: 0px 0px 5px 10px;
}

#authorBox .entry_author_image {
  	float: left;
  	border: solid 1px #c0c0c0;
  	padding: 2px;
 	margin: 0px 10px 0px 0px;
	width: 100px;
	height: 100px;
}

#authorBox .author-info {
	margin-left: 120px;
}

#authorBox .author-name {
	font-size: 16px;
	color: #666666;
	padding: 0px 0px 5px 0px;
}

#authorBox .author-bio {
	font-size: 12px;
	color: #999999;
	margin: 5px 0px 5px 0px;
	font-style: italic;
}

#authorBox .author-meta {
	margin: 10px 0px;
}

#authorBox .author-meta li {
	display: inline;
	list-style: none;
	margin-right: 10px;
	font-size: 12px;
	color: #666666;
}

#authorBox .author-meta li a {
	color: #666666;
}



/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	padding: 5px 10px 10px 10px;
	margin:10px 0px 25px 0px;
}
#archivebox h2 {
	font-size: 18px;
	color:#666666;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
	height: 20px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight: normal;
	font-size: 16px;
}
.arclist{
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 300px;
}
.arclist h2{
	font-size: 18px !important;
	color:#666666 !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size: 14px;
	font-weight: normal;
}
/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
	height: 20px;
	margin-top: 40px;
	clear: both;
	padding: 5px;
	background: none #eeeeee;
}
.navigation a {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/* hide star rating loader */
.gdsrcacheloader {
	display:none;
}

/*======Captions added by Page======/

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:10px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
    color: #FF7800;
    font-style: italic;
    
}
