/*
Theme Name: Magazine Basic
Theme URI: http://bavotasan.com/wordpress/free-wordpress-themes/magazine-basic-free-wordpress-theme/
Description: A 2 or 3 column magazine style theme with a fully customizable layout. Theme options include site width, 1 or 2 sidebars, header alignment, logo uploader, home page number of posts and more. Also includes two extremely useful widgets. Tested on WP 2.7.x using Firefox, IE6 and IE7. 100% xHTML valid. Designed by <a href="http://bavotasan.com">c.bavota</a> of <a href="http://tinkerpriestmedia.com">Tinker Priest Media</a>.
Version: 2.3.3
Author: c.bavota
Author URI: http://bavotasan.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Basic Tag Elements */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
 	margin: auto;
	font-size: 18px;
	line-height: 22px;
	padding: 0 20px;
	text-align: left;
	background-color: #fff;
	}

.pages a, a {
	font-family: Times Ten, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #0C0;
	}

.pages a:hover, a:hover {
		text-decoration: underline;
		}

img {
	border: 0;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	}

textarea {
	width: 97%;
	}

/* Header Elements */

#header{
	float: left;
	width: 100%;
	}
#header-info{
	width: 100%;
	height: 70px;
	}
#logo {
	position: absolute;
	width: 200px;
	height: 200px;
	z-index: 10;
}
#search-header {
	width: 180px;
	}

#searchform {
	margin: 0 0 10px 0;
	}

#login {
	height: 16px;
	font-size: 12px;
	color: #e5e5e5;
	text-align: right;
	padding: 0;
	}

	#login a {
		color: #e5e5e5;
		}

	#login ul {
		padding: 0;
		margin: 0;
		}

	#login ul li {
		display: inline;
		}

.dot:before {
	content: url(images/whitedot.png) " ";
	}

#title {
	font-size: 48px;
	margin: 20px 0 0;
	padding: 0;
	line-height: 34px;
	}

	#title a {
		color: #222;
		}

	#title a:hover {
		color: #cc0000;
		text-decoration: none;
		}

#description {
	font-size: 14px;
	margin: 10px 0 20px;
	padding: 0;
	}

/* Navigation Elements */

#navigation {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	height: 160px;
	text-align: center;
	}

#main-navigation {
	position: relative;
	margin: 0 auto;
	height: 40px;
	}

#main-navigation a {
	line-height: 40px;
	font-size 30px;
	}

	ul.menu * {
		margin:0;
		padding:0
		}

	ul.menu {
		list-style:none;
		list-style-type: none;
		display: inline;
		text-align: center;
		padding: 0;
		margin: 0;
		}

	ul.menu li {
		display: inline;
		list-style-type: none;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
		color: #0C0;
		margin: 0 10px;
		border-bottom: #0C0 solid 4px;
		letter-spacing: -2px;
		line-height: 30px;
		}

	ul.menu li:hover {
		/*border-bottom: #000 solid 4px;*/
		}

	.sIFR-hasFlash ul.menu li {
		visibility: hidden;
		letter-spacing: -10px;
		font-size: 38px;
		line-height: 50px;
	}

		ul.menu a:hover {
			color: #000;
			}

	ul.menu .menulink:hover,
	ul.menu .menuhover {
		border-bottom: #0C0 solid 5px;
		}

						/* Main Navigation level 2 -- UNUSED! */
								ul.menu ul {
									position:absolute;
									top:0;
									left:0;
									display:none;
									opacity:0;
									list-style:none;
									}
								ul.menu ul li {
									position:relative;
									margin:0
									}
								ul.menu ul li a {
									display:block;
									font-size: 24px;
									}
								ul.menu ul li a:hover {

									}
								ul.menu ul ul {

									}

						#sub-navigation {
							/*clear: both;
							border-bottom: 1px solid #222;
							float: left;
							width: 100%;*/
							margin: 0 auto;
							padding-top: 2px;
							}

							#sub-navigation img {
								float: left;
								position: relative;
								top: 3px;
								}

							#sub-navigation ul {
								padding: 0 0 0 5px;
								margin: 0;
								}

							#sub-navigation li {
								list-style-type: none;
								float: left;
								text-transform: uppercase;
								font-size: 12px;
								padding: 0;
								margin: 4px 0 3px;
								}

							#sub-navigation ul.pages li:after {
								content: url(images/blackdot.png);
							}

							#sub-navigation a {
								color: #222;
								padding: 4px 5px 3px 5px;
								}

								#sub-navigation a:hover {
									text-decoration: underline;
									}


						/* END Main Navigation level 2 -- UNUSED! */

/* Main Elements */

#hp-cats {
	padding: 0;
	margin: 0 0 20px 20px;
	}

#hp-cats a {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	}

#hp-cats a:hover {
	text-decoration: none;
	font-style: italic;
	}

#hp-cats ul * {
		margin:0;
		padding:0
		}

	#hp-cats ul {
		list-style:none;
		list-style-type: none;
		display: inline;
		text-align: center;
		padding: 0;
		margin: 0;
		}

	#hp-cats ul li {
		display: inline;
		list-style-type: none;
		text-transform: lowercase;
		padding: 0;
		margin: 0;
		margin-right: 12px;
		}

#mainwrapper {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
	/*border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;*/
	}

#sidebar {
	float: left;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}

#secondsidebar {
	float: left;
	margin: 0 10px;
	padding: 5px 0 0;
	}

.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}

.side-widget {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	}

	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0 0 5px 0;
		font-size: 14px;
		line-height: 14px;
		}

	.side-widget h2 {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #000;
		line-height: 12px;
		padding: 4px 0 0 0;
		margin: 0 0 5px 15px;
		text-align: left;
		text-transform: lowercase;
		}

	.side-widget .storycontent {
		border-bottom: 1px solid #ddd;
		}

	.side-widget .noline {
		border-bottom: 0;
		}

	.side-widget a {
		font-family: Helvetica, Arial, sans-serif;
		text-decoration: underline !important;
		}
		
	.side-widget a:hover {
		font-style: italic;
		}

.posts {
	/*border-bottom: 1px solid #0C0;*/
	margin-bottom: 20px;
	float: left;
	}

.posts p {
	font-size: 16px;
	line-height: 20px;
	}

	.posts h2 {
		font-size: 30px;
		line-height: 28px;
		margin: 10px 0 5px 0;
		letter-spacing: -1px;
		}

	.posts h2 a:hover {
		color: #0C0;
		text-decoration: none;
		}

	.posts img {
		margin: 4px 16px 10px 0;
		float: left;
		width: 140px;
		}

	.posts p {
		margin: 0 0 10px 0;
		}

	.storycontent p {
		letter-spacing: -0.3px;
		word-spacing: 1px;
		}
		
.readmore {
	font-size: 15px;
	color: #0C0;
	margin: 0;
	padding: 0;
	}

.readmore a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-top: #0C0 2px solid;
	}

.readmore a:hover {
	text-decoration: none;
	}

#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	}

#footer a,
#footer {
	color: #666;
	}

/* Left Content Elements */

#leftcontent {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	}

	#leftcontent h5 {
		font-family: Times Ten, "Times New Roman", Times, serif;
		margin: 0;
		padding: 0;
		color: #0C0;
		margin-bottom: 5px;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: -1px;
		word-spacing: 4px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 24px;
		line-height: 26px;
		}

#leftcontent h1.catheader {
	font-family: Times Ten, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 34px;
	margin-top: 3px;
	color: #0C0;
	font-weight: bold;
	}

	#leftcontent .post h1,
	#leftcontent .twopost h1,
	#leftcontent .threepost h1 {
		margin-top: 5px;
		font-weight: bold;
		color: #000;
		letter-spacing: -2px;
		}

	#leftcontent .post h1 {
		font-size: 36px;
		line-height: 36px;
		text-decoration: none;
		}
	
	#leftcontent .post h1 a:hover,
	#leftcontent .twopost h1 a:hover,
	#leftcontent .threepost h1 a:hover {
		color: #0C0;
		text-decoration: none;
		}

	#leftcontent .post p {
		margin: 10px 0;
		padding: 0;
		font-size: 18px;
		line-height: 20px;
		}

	#leftcontent .twopost h1 {
		font-size: 26px;
		line-height: 26px;
		text-decoration: none;
		}

	#leftcontent #twocol p {
		margin: 5px 0;
		padding: 0;
		font-size: 15px;
		line-height: 17px;
		}

	#leftcontent #twocol .readmore {
		font-size: 14px;
		}
		
	#leftcontent .twopost p {
		font-size: 13px;
		line-height: 12px;
		}

	#leftcontent .threepost h1 {
		font-size: 20px;
		line-height: 20px;
		text-decoration: none;
		}

	#leftcontent .threepost p {
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 14px;
		}

	#leftcontent .single h1 {
		margin-top: 5px;
		font-size: 44px;
		font-family: Georgia, Times, serif;
		font-weight: normal;
		line-height: 46px;
		color: #222;
		}

	#leftcontent .postmetadata {
		clear: both;
		line-height: 14px;
		}

	#leftcontent .post .entry {
		font-size: 13px;
		line-height: 15px;
		}

/* This is your subtitle style */

#leftcontent p.sub {
	font-size: 24px;
	line-height: 26px;
	font-weigth: bold;
	font-style: italic;
	margin: 10px 0 0;
	}

/* This is your blockquote style */

#leftcontent blockquote p {
	width: 200px;
	font-size: 24px;
	line-height: 26px;
	float: right;
	margin: 10px 0 10px 30px;
	font-style: italic;
	}

.more-link {
	font-size: 11px;
	text-align: right;
	color: #0C0;
	}

.tags a {
	color: #0c0;
	}

.meta {
	font-family: Times Ten, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #0C0;
	margin: 5px 0 0 20px;
	}

.meta:before {
	content: url(images/ruit01.png) " ";
	}


.post {
	float: left;
	/*border-bottom: 2px solid #0C0;*/
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}

#twocol {
	float: left;
	margin: 10px 0;
	padding: 0;
	/*background: url(images/line.png) repeat-y 50% 0;*/
	}

	#twocol img {
		width: 120px;
		float: left;
		margin: 0;
		margin: 5px 10px 5px 0;
		}

.mainhr {
	float: left;
	background: #0C0;
	clear: both;
	width: 100%;
	height: 2px;
	border: 0;
}

.twopost {
	width: 46%;
	float: left;
	}

	.twopost2 {
		margin-left: 7.5%;
		}

#threecol {
	float: left;
	/*background: url(images/line.png) repeat-y 31.5% 0;*/
	margin: 0;
	}

#threecol2 {
	float: left;
	padding: 0;
	/*background: url(images/line.png) repeat-y 67% 0;*/
}

	#threecol img {
		width: 60px;
		float: left;
		margin: 5px 10px 5px 0;
		}

#leftcontent #threecol .readmore {
		font-size: 12px;
		}
		
.threepost {
	width: 29%;
	float: left;
	border-top: 3px solid #0C0;
	padding-top: 10px;
	}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}

	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}

	.threepost1, .threepost4 {
		clear: left;
		}

/* Other Elements */

.red, .entry a {
	color: #0c0;
	}

#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}

#tagcloud a {
	color: #cc0000;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}

.nocomments {
	font-size: 14px;
	}

	 h4#comments, #respond h3 { color:#0C0; font-family: Times Ten, "Times New Roman", Times, serif; font-size: 24px; margin:0 0 .1em; padding:0 0 .1em; }

	#respond h3 { padding-top: 10px; }

	 #respond p { font-size:11px; margin:0 0 1em; }

	 ol.commentlist { list-style:none; margin:0; padding:0; }

	 ol.commentlist li { border-top:2px solid #0C0; margin:0 0 10px; padding:5px 0; position:relative; }

	 ol.commentlist li.pingback comment-author { padding:0; }

	 ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }

	 ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }

	 ol.commentlist li div.vcard cite.fn a.url, .cancel-comment-reply a { color:#0C0; text-decoration:none; }

	 ol.commentlist li div.vcard cite.fn a.url:hover, .cancel-comment-reply a:hover { color:#000; }

	 ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }

	 ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }

	 ol.commentlist li div.comment-meta a { color:#0c0; text-decoration:none; }

	 ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }

	 ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }

	 ol.commentlist li div.reply { background:#999; border-top:1px solid #666; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }

	 ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }

	 ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }

	 ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }

	 ol.commentlist ul.children li.odd { background:#fff; }

	 ol.commentlist ul.children li.even { background:#f6f6f6; }

	 ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

.commentnumber {
		position: absolute;
		left: 7px;
		bottom: 3px;
		font-size: 14px;
		color: #ccc;
		}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto;
}

.alignleft, div.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #cc0000;
	}

#wp-calendar {
	margin: auto;
	}
