/*
THEME NAME: Voice of Unity
THEME URI: http://voiceofunity.com
DESCRIPTION: Custom theme for the Voice of Unity Magazine
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #DEF0F9 url("images/bg_body.png") repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #515151;
}

a {
	color: #247BAA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url("images/quotes.gif") no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

/* Layout */

#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* Top Menu */

#topmenu {
	width: 970px;
	height: 30px;
	background: url("images/bg_topmenu.png") no-repeat top left;
	overflow: hidden;
	margin: 10px auto 0 auto;
	position: relative;
	z-index: 1;
}

#topmenu ul {
	float: left;
	margin-left: 2px;
}

#topmenu ul li {
	float: left;
	font-size: 90%;
	padding: 9px 10px 0 10px;
}

#topmenu ul li.current_page_item,
#topmenu ul li.current_page_parent {
	padding: 5px 0 6px 10px;
	background: url("images/bg_topmenu_active_left.png") no-repeat bottom left;
	margin-top: 4px;
}

#topmenu ul li.current_page_item a,
#topmenu ul li.current_page_parent a {
	padding: 5px 10px 5px 0;
	background: url("images/bg_topmenu_active_right.png") no-repeat bottom right;
}

#thedate {
	float: right;
	margin: 8px 10px 0 0;
	color: #B3C7D0;
}

/* Google Search */

#cse-search-box {
	overflow: hidden;
	float: right;
	padding: 2px 5px 0 0;
}

#keywords {
	float: left;
	margin: 2px 4px 0 0;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

#btn-submit-search {
	margin-top: 2px;
}

/* Header */

#header {
	overflow: hidden;
	width: 970px;
	margin: 0 auto 10px auto;
}

/* Logo and Subscribe */

#logo {
	float: left;
	margin: 15px 0 0 20px;
}

#logo a {
	display: block;
	width: 540px;
	height: 85px;
	background: url("images/logo.png") no-repeat top left;
}

#logo a span {
	display: none;
}

#ad_header {
	width: 300px;
	height: 80px;
	float: right;
	margin: 15px 20px 0 0;
}

/* Main Menu */

#mainmenu {
	width: 980px;
	height: 75px;
	background: url("images/bg_mainmenu.png") no-repeat top left;
	position: relative;
	z-index: 10;
}

/* LEVEL ONE */

ul.dropdown                         		{ position: relative; top: 5px; left: 5px; font-size: 120%; }
ul.dropdown li                      		{ float: left; zoom: 1; }
ul.dropdown li#mainmenu-home a:hover		{ color: #FFFFFF; background: #0E5F7D url("images/bg_home_hover.gif") no-repeat top left; text-decoration: none; }
ul.dropdown a:hover		            		{ color: #FFFFFF; background: #0E5F7D; text-decoration: none; }

ul.dropdown li a                    		{ display: block; height: 20px; padding: 16px 15px 14px 15px; color: #FFFFFF; }
ul.dropdown li.hover,
ul.dropdown li:hover                		{ position: relative; background: #0E5F7D; text-decoration: none; }
ul.dropdown li.hover a              		{ color: #FFFFFF; }

ul.dropdown li.current-cat a,
ul.dropdown li.current-cat-parent a			{ background: #22819D; }
ul.dropdown li.current-cat#mainmenu-home a	{ background: #22819D url("images/bg_home_active.gif") no-repeat top left; }

/* LEVEL TWO */

ul.dropdown ul 								{ width: 260px; visibility: hidden; position: absolute; top: 100%; left: 0; font-size: 90%; }
ul.dropdown ul li 							{ background: #146887; float: none; }
ul.dropdown ul li:hover						{ background: #0E5F7D; }
ul.dropdown li.current-cat ul li a,
ul.dropdown li.current-cat-parent ul li a	{ background: #146887; }
ul.dropdown li.current-cat ul li a:hover,
ul.dropdown li.current-cat-parent ul li a:hover	{ background: #0E5F7D; }
									  
ul.dropdown ul li a							{ width: 230px; border-bottom: 1px solid #0E5F7D; display: inline-block; font-weight: normal; line-height: 1.2; } 


/* Content */

#container {
	width: 980px;
	overflow: hidden;
	background: url("images/bg_container.png") repeat-y top left;
}

#switch #content {
	float: right;	
	margin: 0 25px 25px 0;
	padding: 0;
	border: none;	
}

#switch #sidebar {
	float: left;
	margin: 0 0 25px 25px;
	border-right: 1px solid #EFEFEF;
	padding-right: 20px;
}

#content {
	float: left;
	width: 610px;
	margin-left: 25px;
	padding-right: 20px;
}

#contentwide {
	width: 930px;
	margin: 0 auto 40px auto;	
}

.blocktitle {
	font-size: 120%;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EFEFEF;
}

/* Featured Box */

#featured {
	overflow: hidden;
}

#featured .post-image {
	float: left;
	margin: 5px 20px 25px 0;
}

.featuredtitle {
	margin-bottom: 0;
	padding: 5px 0 10px 0;
	border: none;
}

/* Posts By Category */

#postsbycat {
	margin-top: 25px;
	overflow: hidden;
	height: 1%;
}

.catrow {
	overflow: hidden;
	height: 1%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url("images/dot.gif") repeat-x bottom left;
}

.catblock {
	width: 180px;
	float: left;
}

.catblockmargin {
	margin-left: 35px;
}

/* Homepage Snippet */

.image {
	margin-bottom: 10px;
}

.title {
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
}

.meta {
	font-size: 85%;
	color: #666666;
	padding-bottom: 5px;
	line-height: 1.2;
}

.meta a {
	font-weight: bold;
}

.excerpt {
	line-height: 1.3;
	font-size: 90%;
}

.listposts li {
	padding: 2px 0 2px 16px;
	background: url("images/arrow.gif") no-repeat top left;
	background-position: 0 5px;
	line-height: 1.2;
}

/* Archive Snippet */

#archiveposts {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #EFEFEF;	
	overflow: hidden;
}

.snippet {
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url("images/dot.gif") repeat-x bottom left;
	float: left;
}

.snippet .leftcol {
	width: 180px;
	margin-right: 15px;
}

.snippet .rightcol {
	width: 415px;
}

.snippet .title {
	font-size: 150%;
}

/* Editor Stuff */

#authorinfo {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EFEFEF;
	line-height: 1.4;
}

.editorsnippet {
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url("images/dot.gif") repeat-x bottom left;
}

.editorsnippet h3 {
	font-size: 110%;
	font-weight: bold;
	border-bottom: none;
}

.editorsnippet p {
	line-height: 1.4;
}

#contributors {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#contributors li {
	padding: 2px 0 2px 16px;
	background: url("images/arrow2.gif") no-repeat top left;
	background-position: 0 5px;
	line-height: 1.2;
	float: left;
	width: 165px;
	margin-right: 20px;
}

/* Single Post */

.post {
	margin-bottom: 50px;
}

.page .post-title {
	font-size: 130%;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 5px;
}

.post-head {
	overflow: hidden;
}

.post-head .leftcol {
	width: 400px;
}

.post-head .rightcol {
	font-size: 85%;
}

.post-head .rightcol a {
	color: #666666;
	font-weight: bold;	
}

.post-title {
	font-size: 175%;
	line-height: 1.2;
	font-weight: bold;
	color: #333333;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;	
}

.post-meta a {
	font-weight: bold;
}

.post-content {
	margin: 15px 0;
	overflow: hidden;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
	color: #036287;
	overflow: hidden;
}

.post-content h2.editor {
        background: url("images/Editor-VOU.jpg") no-repeat 0% 100%;
	background-position: 0 5px;
	font-size: 160%;
	padding: 16px 0 5px 36px;
}

.post-content h2.editorial-team {
        background: url("images/Editorial-Team.jpg") no-repeat 0% 100%;
	background-position: 0 5px;
	font-size: 160%;
	padding: 16px 0 5px 36px;
}

.post-content h2.contributors{
        background: url("images/Contributors.jpg") no-repeat 0% 100%;
	background-position: 0 5px;
	font-size: 160%;
	padding: 16px 0 5px 36px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 10px 0 5px;
	overflow: hidden;
}

.post-content h4, .post-content h5 {
	font-weight: bold;
	margin-bottom: 10px;
}

.post-content h6 {
        font-style: normal;
	font-weight: normal;
        font-size: 80%;
	margin: 25px 0 15px 0;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignleft {
	float: left;
	margin: 5px 25px 15px 0;
	border: 1px solid #EEEEEE;
	background: #F5F5F5;
	padding: 5px;
}

.post-content img.alignright {
	float: right;
	margin: 5px 0 15px 25px;
	border: 1px solid #EEEEEE;
	background: #F5F5F5;
	padding: 5px;
}

.post-content img.aligncenter {
	margin: 5px 0 15px 0;
	border: 1px solid #EEEEEE;
	background: #F5F5F5;
	padding: 5px;
}

.post-content div.alignright {
	float: right;
	margin: 5px 0 15px 25px;
}

.post-content div.alignleft {
	float: left;
	margin: 5px 25px 15px 0;
}

.post-content div.aligncenter {	
	margin: 5px auto 15px auto;
}

.wp-caption {
	background: #F5F5F5;
	border: 1px solid #EEEEEE;
}

.wp-caption img {
	margin: 5px 0 0 5px;
}

p.wp-caption-text {
	text-align: center;
	color: #999999;
	font-size: 90%;
	margin: 0;
	padding: 5px 0;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Single Post Boxes */

#promobox {
	overflow: hidden;
	margin-top: 5px;
	background: url("images/bg_promobox.gif") repeat-y top left;
}

#promobox .leftcol {
	width: 300px;
	padding: 20px;
}

#promobox .leftcol .listposts {
	margin-left: 15px;
}

#promobox .leftcol .listposts li {
	background: url("images/arrow3.gif") no-repeat top left;
	background-position: 0 5px;
}

#promobox .rightcol {
	width: 230px;
	padding: 20px;
}

#promobox h3 {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
}

#promobox p {
	line-height: 1.3;
	margin-bottom: 10px;
}

#sharelinks {
	overflow: hidden;
}

#sharelinks li {
	width: 115px;
	float: left;
	margin-bottom: 4px;
}

/* Navigation */

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

/* Comments */

.sectiontitle {
	font-size: 175%;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#comments ol li {
	background: url("images/dot.gif") repeat-x bottom left;
	padding: 15px 0;
	overflow: hidden;
	height: 1%;
}

.comment-meta {
	overflow: hidden;
	padding-bottom: 5px;
}

.comment-author {
	float: left;
	font-weight: bold;
}

.comment-date {
	float: right;
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.comment-body p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 40px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0 25px 0 0;	
}

.sideblock {
	overflow: hidden;
}

.sideblock .leftcol {
	width: 140px;
}

.sideblock .rightcol {
	width: 120px;
        height: 602px;	
        margin-bottom: 15px;
        border: 0px;
}

.sidepanel {
        border: 1px solid #e5eff3;
        padding: 2px;
	margin-bottom: 15px;
	overflow: hidden;
}

.sidepanel h3 {
	text-transform: uppercase;	
	padding: 7px 0 7px 7px;
	color: #333333;
        background: url("images/bg_sidepanel_title.png") repeat-x bottom left;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul {
        margin-top: 10px;
}

.sidepanel ul li {	
	padding: 5px 0 8px 10px;
        margin: 0 5px 0 7px;
	line-height: 1.2;
 	background: url("images/arrow4.gif") no-repeat 0 9px;	
}

.sidepanel p {
	margin: 8px 5px;
	line-height: 1.3;
}

/* Polls */

#sidebar .wp-polls strong {
	background-color: #FFFFFF;
}

#sidebar .wp-polls-ans {
	padding-top: 0px;
        margin: 0px 5px;
        width: 270px;
}

#sidebar .wp-polls-ul {
	margin: 0;
	padding: 0;
}

#sidebar .wp-polls-ul li {
	margin: 0;
	padding: 5px 0;
}

/* Archive and Issue Stuff */

#flashIssue {
	width: 420px;
	height: 283px;
	float: right;
	margin: 5px 0 15px 20px;
}

#issues {
	float: left;
	width: 610px;
	margin: 10px 0 15px 0;
	border-bottom: 1px solid #D9E8ED;
}

#issues .blocktitle {
	margin-bottom: 0;
	border-bottom: 3px solid #D9E8ED;	
	text-transform: uppercase;
	border-bottom: 3px solid #E5EFF3;
	padding: 0 0 10px 0;
	color: #333333;
	font-weight: bold;
	font-size: 100%;
}

#issues #Searchresult {
	overflow: hidden;
	margin: 25px 25px 0 25px;
}

#issues .result {
	width: 120px;
	float: left;
	margin: 0 25px 25px 0;
	font-weight: bold;
}

#issues .nomargin {
	margin-right: 0;
}

#issues .result p {
	margin-bottom: 5px;
}

#issueposts {
	margin-top: 15px;
	overflow: hidden;
	height: 1%;
	border-top: 1px solid #EFEFEF;
	padding-top: 15px;
}

/* Sidebar specific styling */

#follow-facebook {
	background: url("images/ico_facebook.png") no-repeat top left;
	margin: 10px 0 10px 10px;
	padding: 8px 0 12px 40px;
	border-bottom: 0px solid #EFEFEF;
}

#follow-twitter {
	background: url("images/ico_twitter.png") no-repeat top left;
	margin: 10px 0 10px 10px;
	padding: 8px 0 12px 40px;
	border-bottom: 0px solid #EFEFEF;
}

#subscribe-rss {
	background: url("images/ico_rss.png") no-repeat top left;
	margin: 10px 0 10px 10px;
	padding: 8px 0 12px 40px;
	border-bottom: 0px solid #EFEFEF;
}

#follow-facebook,
#follow-twitter,
#subscribe-rss h4 {
	font-size: 110%;
	font-weight: bold;
}

#subscribe-rss p {
	margin-top: 3px;
	font-size: 90%;
}

#subscribe-rss p a {
	color: #666666;
	font-weight: bold;
}

#subscribe-email {
	background: url("images/ico_email.png") no-repeat 0 8px;
	padding: 5px 0 18px 40px;
        margin: 0 0 0 10px;
}

#subemail {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 3px 3px 3px;
	color: #666666;
	width: 153px;
	margin-top: 8px;
	border: 1px solid #7E9DB9;
	font-size: 90%;
}

#btn-submit-email {
	vertical-align: middle;
	margin-bottom: 3px;
}

#contribute {
	width: 138px;
	float: left;
        font-size: 100%;
}

/* Footer */

#returntop {
	clear: both;
	font-size: 85%;	
	font-weight: bold;
	padding: 20px 30px 10px 30px;
	text-align: right;
	
}

#returntop a {
	color: #666666;
}

#footer {
	margin: 0 auto 30px auto;
	width: 980px;
	height: 140px;
	background: url("images/bg_footer.png") no-repeat bottom left;
	overflow: hidden;
}

#footer .inner {
	padding: 30px;
}

#footer p {
	line-height: 1.4;
	margin-bottom: 10px;
	color: 516B75;
}

#footer a {
	font-weight: bold;
}

/* Misc */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.ico-contribute {
	float: right;
	margin: 10px 10px 5px 5px;
}

.leftcol { float: left; }
.rightcol { float: right; }

.readmore {
	margin-top: 10px;
	margin-bottom: 10px;
}

.readmore a {
	font-size: 85%;
	color: #27282F;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 24px 2px 0;
	background: url("images/ico_more.png") no-repeat top right;
}
