/* 

Newspaper - CSS File

CHANGE COLOR STYLE

*/

body {color:#777777; background:url(images/pattern.gif) repeat}
#outercontainer{
	background:#fff;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
}

/*======================================= GENERAL =======================================*/
/* Link color */
a, a:visited, .colortext, .colortext a, .colortext a:visited{color:#5d9ab7}
a:hover, a.colortext:hover, .colortext a:hover{color:#72b2d0}

#topmenu, #topmenu a, #topmenu a:visited{color:#666;}
#topmenu a:hover{text-decoration:underline;}

#topmenu li{border-right:solid 1px #c7c7c7}
#topmenu li:last-child{border:0px;}

/* Heading & text */
h1, h2, h3, h4, h5, h6{color:#303030;}
.titleSection, .pagetitle{background:url(images/bg-title-section.png) repeat left bottom; border-bottom:solid 1px #dadada}
.arrow-title{background:url(images/arrow-title.png) no-repeat;}

#logo h1 a, #logo h1 a:visited{color:#5d9ab7;}

/*======================================= HEADER SECTION =======================================*/
#navigation{background:#333}
.sf-menu a, .sf-menu a:visited{color:#fff;}/* 1st level */
#topnav li a:hover,
#topnav .current_page_item > a, #topnav  .current_page_item > a:hover,
#topnav .current_page_parent > a, #topnav .current_page_parent > a:hover,
#topnav .current-menu-parent > a, #topnav .current-menu-parent > a:hover,
#topnav .current-menu-item > a, #topnav .current-menu-item > a:hover{color:#fff;}/* 1st level */

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	background:#333333;
	color:#ababab;
}
.sf-menu ul li a{color:#ababab;}
#topnav li:hover, #topnav .current_page_item,
#topnav .current_page_parent, 
#topnav .current-menu-parent,
#topnav .current-menu-item{background:#5d9ab7;}/* 1st level */
.sf-menu ul li a:hover, #topnav li li a.current{background:#5d9ab7;}



#top #searchform .bgsearch{background:#fff;}
#top #searchform input[type="text"]{background:transparent !important;}

/*======================================= SLIDER SECTION=======================================*/
#slides h1, #slides h1 a, #slides h1 a:visited, #slides2 h1, #slides2 h1 a, #slides2 h1 a:visited{color:#303030}
#slides h1 a:hover, #slides2 h1 a:hover{color:#5d9ab7}
.posttext{border-right:solid 1px #f4f2ee;}

#headline h1, #headline h1 a, #headline h1 a:visited{color:#303030}
#headline h1 a:hover{color:#5d9ab7}
.smalldate{color:#aaa;}


/*======================================= BEFORE CONTENT SECTION =======================================*/
#outerbeforecontent{border:solid 1px #e8e8e8; border-width:1px 0; background:#fafafa}
#beforecontent h1{color:#2a313c;}

/*======================================= CONTENT SECTION =======================================*/
.col-right{border-left:solid 1px #f4f2ee;}

/* Form */
input[type="text"],
textarea, input[type="password"], select{
	border:solid 1px #e4e4e4;
	background:#fbfbfb;
	color:#888;
}

/* Horizontal Line */
hr {
	color:#eaeaea;
	background-color:#eaeaea;
}

.separator.line{
	background:url(images/line-sep.png) repeat-x left bottom;
}

a.morepost:hover, .sidebar .morepost:hover{color:#303030;}

/* Button */
.button, .button:visited, input[type="submit"], .more-link, .more-link:visited{
	background: #5d9ab7;
	color:#fff;
	border:0;
}
.button:hover, input[type="submit"]:hover, .more-link:hover{
	background: #72b2d0;
	color:#fff;
	border:0;
	
}

#top input[type="submit"].searchbutton, #top input[type="submit"].searchbutton:hover, #top input[type="submit"].searchbutton:visited{
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	}


/* Dropcaps */	
.dropcap1{text-shadow:1px 1px 0 #ededed; color:#5d9ab7}
.dropcap2, .circle{background:#5d9ab7; color:#fff;}		
.dropcap3{	background:#5d9ab7; color:#fff;}

/* Highlight */
.highlight1{background:#5d9ab7; color:#fff;}	
.highlight2{background:#ebebeb;  border:solid 1px #f7f7f7}

/* Code */
code {
	border-left:4px solid #eaeaea;
}

		
/* Tabs */
ul.tabs li {
	border:1px solid #eaeaea;
	border-width:1px 1px 1px 0px;
}
ul.tabs li:first-child{border-left:solid 1px #eaeaea;}
ul.tabs li a {}
ul.tabs li.active{border-bottom:solid 1px #eaeaea;}
html ul.tabs li.active a{color:#72b2d0}
#tab-body{border:solid 1px #eaeaea;}

/* jQuery Toggles */
h2.trigger span {}
h2.trigger.active span{ color:#5d9ab7}
h2.trigger span:hover {color:#5d9ab7} 

/* Tables */
th{border-bottom: 1px solid #f1f1f1;}
table {border: 1px solid #f1f1f1;border-bottom:0;}
tr td {border-bottom: 1px solid #f1f1f1;}
tr.odd td {background: #F2F7FC;}


.rp-shortcode h3 a, .rp-shortcode h3 a:visited{color:#303030;}
.rp-shortcode h3 a:hover{color:#5d9ab7;}
.rp-shortcode .smalldate, .rp-shortcode .smalldate a, .rp-shortcode .smalldate a:visited{color:#aaa;}

/*======================================= BLOG SECTION =======================================*/
.post{background:url(images/line-sep.png) repeat-x left bottom;}
.posttitle a, .posttitle a:visited{color:#303030;}
.posttitle a:hover{color:#72b2d0}
.entry-utility{color:#aaa;}
.time a, .time a:visited{color:#969696; }
.comment-body{background:#fbfbfb; color:#777777;}
.avatar{border:solid 1px #ececec; background:#fff}

#entry-author-info{background:#f8f8f8;}

.wp-pagenavi a, .wp-pagenavi a:visited{color:#888; border:solid 1px #dddddd !important; background:#f2f2f2 !important}
.wp-pagenavi span.current, .wp-pagenavi a:hover, .wp-pagenavi .extend{color:#888; border:solid 1px #dddddd !important; background:#fff !important}


/*======================================= SIDEBAR SECTION =======================================*/
#sidebar1, #sidebar2, #sidebar1.positionleft, #sidebar2.positionleft{border-color:#f4f2ee;}
.sidebar, .sidebar li li a{color:#777}
.sidebar li li a:hover{color:#5d9ab7;}
.sidebar .widget-title{color:#303030; background:url(images/bg-widget-title.png) repeat; border-bottom:solid 1px #dadada}
/*#sidebar2 .widget-title{color:#5d9ab7;}*/
.sidebar .widget-container{}

.ts-recent-post-widget.withthumb h3, .ts-recent-post-widget.withthumb h3 a, .ts-recent-post-widget.withthumb h3 a:visited{color:#303030}
.ts-recent-post-widget.withthumb h3 a:hover{color:#5d9ab7;}
.ts-recent-post-widget.withthumb li{background:url(images/line-sep.png) repeat-x left bottom;}
.ts-recent-post-widget.withthumb li:last-child{background:transparent;}
.sidebar li li .morepost, .sidebar li li .morepost:visited{color:#5d9ab7;}
.sidebar li li .morepost:hover{color:#303030;}

.sidebar .widget_adrotate_widgets > div{background:#f0f0f0;}

.popular-post li{background:url(images/line-sep.png) repeat-x left bottom;}
.popular-post li:last-child{background:transparent;}
.smalldate2{color:#ababab;}

.tagcloud a, .tagcloud a:visited{color:#777777}
.tagcloud a:hover{color:#5d9ab7;}


.tagcloud2 a, .tagcloud2 a:visited{background:#484848;}
.tagcloud2 a:hover{background:#5d9ab7;}

/*======================================= FOOTER SECTION =======================================*/
#outerfootersidebar{background:#333333; border-top:5px solid #484848; color:#aeaeae;}
#footersidebar{}
#footersidebar .widget-title{color:#ececec;}
#footersidebar li a, #footersidebar li a:visited{color:#aeaeae}
#footersidebar li a:hover{color:#ececec;}
#footer{color:#aeadad; border-top:solid 1px #3c3c3c}
#footer a, #footer a:visited{color:#fff;}
#footer a:hover{ text-decoration:underline}

#footersidebar a.morepost{color:#5d9ab7;}
#footersidebar .ts-recent-post-widget.withthumb img{width:220px; height:85px}
#footersidebar .popular-post li{background:url(images/line-sep2.png) repeat-x left bottom;}
#footersidebar .smalldate2{color:#666;}

#footersidebar .ts-recent-post-widget.withthumb h3, #footersidebar .ts-recent-post-widget.withthumb h3 a,  #footersidebar.ts-recent-post-widget.withthumb h3 a:visited{color:#ececec}
#footersidebar .ts-recent-post-widget.withthumb h3 a:hover{color:#aeaeae}

