/*
Theme Name: Magazine Basic
Theme URI: http://themes.bavotasan.com/our-themes/basic-themes/magazine-basic
Description: Built for WordPress 3.0. A magazine style theme with a fully customizable layout. Theme options include site width, 1 or 2 widgetized sidebars, header logo, multiple front page grid layouts, new WP 3.0 menu system, Google Analytics, pagination, drop-down menus and tons more. Also includes dynamic SEO keywords and site descriptions. Tested in Firefox 3.6, IE 7 & 8 and Safari 4. Fully optimized for search engine ranking. Translation ready. 100% valid xHTML. Designed by <a href="http://themes.bavotasan.com/">Themes by bavotasan.com</a>.
Version: 2.6.8
Author: c.bavota
Author URI: http://themes.bavotasan.com/
Tags: right-sidebar, left-sidebar, flexible-width, three-columns, two-columns, white, custom-header, theme-options, custom-background, custom-menu, threaded-comments, sticky-post, translation-ready

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


Basic Tag Elements*/
A
{
	text-decoration: none;
	outline: none;
	color: #4F6C81;
}
A:hover
{
	text-decoration: underline;
}
IMG
{
	border: 0;
}
BODY
{
	color: #444;
	margin: 0 auto;
	font-size: 14px;
	padding: 0;
	background: #EEE;
	font-family: Arial;
}
H1 A, H2 A, H3 A, H4 A, H5 A
{
	color: #147;
}
TEXTAREA
{
	width: 97%;
}
#leftontent TABLE
{
	border: 0;
}
#leftontent TABLE TD
{
	border: 1px solid #EEE;
	padding: 5px 10px;
}
#leftontent TABLE TH
{
	border: 1px solid #EEE;
	padding: 5px 10px;
	background: #EEE;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.clear
{
	clear: both;
}
/*Header Elements*/
#header
{
	background: #FFF;
	float: left;
	width: 100%;
}
#headerad
{
	margin: 24px 20px 16px;
	text-align: center;
}
#login
{
	height: 16px;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 10px 20px 15px;
	background: url(images/login.png) repeat-x;
}
#login A
{
	color: #FFF;
}
#login UL
{
	padding: 0;
	margin: 0;
}
#login UL LI
{
	display: inline;
}
.dot:before
{
	content: url(images/whitedot.png) " ";
}
#title
{
	margin: 20px 16px;
	padding: 0;
	font-family: Georgia;
}
#title A
{
	font-size: 48px;
	color: #222;
	line-height: 50px;
}
#title.aligncenter
{
	margin: 20px auto;
	text-align: center;
}
#title.fr
{
	text-align: right;
}
#title A:hover
{
	color: #608BB7;
	text-decoration: none;
}
.headerimage .aligncenter
{
	margin: 0 auto !important;
}
#description
{
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.main-navigation
{
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(images/nav.png);
	position: relative;
	z-index: 1000;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu
{
	line-height: 1;
}
.sf-menu UL
{
	position: absolute;
	top: -999em;
	width: 10em;
/*left offset of submenus need to match (see below)*/
}
.sf-menu UL LI
{
	width: 100%;
}
.sf-menu LI:hover
{
	visibility: inherit;
/*fixes IE7 'sticky bug'*/
}
.sf-menu LI
{
	float: left;
	position: relative;
}
.sf-menu A
{
	display: block;
	position: relative;
}
.sf-menu LI:hover UL, .sf-menu LI.sfHover UL
{
	left: 0;
	top: 2em;
/*match top ul list item height*/
	z-index: 99;
}
UL.sf-menu LI:hover LI UL, UL.sf-menu LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI:hover UL, UL.sf-menu LI LI.sfHover UL
{
	left: 10em;
/*match ul width*/
	top: 0;
}
UL.sf-menu LI LI:hover LI UL, UL.sf-menu LI LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI LI:hover UL, UL.sf-menu LI LI LI.sfHover UL
{
	left: 10em;
/*match ul width*/
	top: 0;
}
/*** DEMO SKIN ***/
.sf-menu
{
	float: left;
	margin-bottom: 0;
}
.sf-menu A
{
	border-right: 1px solid #EEE;
	padding: 0.6em 1em 0.4em;
	text-decoration: none;
}
.sf-menu LI LI A
{
	border: 0;
}
.sf-menu A, .sf-menu A:visited
{
/*visited pseudo selector so IE6 applies text colour*/
	color: #FFF;
}
.sf-menu LI
{
}
.sf-menu LI LI
{
	background: #81AACF;
}
.sf-menu LI LI LI
{
	background: #12528C;
}
.sf-menu LI:hover, .sf-menu LI.sfHover, .sf-menu A:focus, .sf-menu A:hover, .sf-menu A:active
{
	background: #3772A6;
	outline: 0;
}
/*** arrows **/
.sf-menu A.sf-with-ul
{
	padding-right: 2.25em;
	min-width: 1px;
/*trigger IE7 hasLayout so spans position accurately*/
}
.sf-sub-indicator
{
	position: absolute;
	display: block;
	right: 0.75em;
	top: 0.9em;
/*IE6 only*/
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/arrows-ffffff.png) no-repeat -10px -100px;
/*8-bit indexed alpha png. IE6 gets solid image only*/
}
A>.sf-sub-indicator
{
/*give all except IE6 the correct values*/
	top: 0.65em;
	background-position: 0 -100px;
/*use translucent arrow for modern browsers*/
}
/*apply hovers to modern browsers*/
A:focus>.sf-sub-indicator, A:hover>.sf-sub-indicator, A:active>.sf-sub-indicator, LI:hover>A>.sf-sub-indicator, LI.sfHover>A>.sf-sub-indicator
{
	background-position: -10px -100px;
/*arrow hovers for modern browsers*/
}
/*point right for anchors in subs*/
.sf-menu UL .sf-sub-indicator
{
	background-position: -10px 0;
}
.sf-menu UL A>.sf-sub-indicator
{
	background-position: 0 0;
}
/*apply hovers to modern browsers*/
.sf-menu UL A:focus>.sf-sub-indicator, .sf-menu UL A:hover>.sf-sub-indicator, .sf-menu UL A:active>.sf-sub-indicator, .sf-menu UL LI:hover>A>.sf-sub-indicator, .sf-menu UL LI.sfHover>A>.sf-sub-indicator
{
	background-position: -10px 0;
/*arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow UL
{
	background: url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow UL.sf-shadow-off
{
	background: transparent;
}
.sub-navigation
{
	clear: both;
	border-bottom: 1px solid #888;
	float: left;
	width: 100%;
	padding: 5px 0 0;
	z-index: 50;
	position: relative;
}
.sub-navigation UL
{
	padding: 0 0 0 8px;
	margin: 0;
}
.sub-navigation LI
{
	list-style-type: none;
	float: left;
	font-size: 12px;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	margin: 0;
	line-height: 24px;
	background: url(images/blackdot.png) no-repeat right 5px;
	position: relative;
}
.sub-navigation A
{
	color: #222;
	padding: 0 5px;
}
.sub-navigation A:hover
{
	text-decoration: underline;
}
.sub-navigation UL LI:hover UL
{
	display: block;
}
.sub-navigation UL LI:hover UL UL
{
	display: none;
}
.sub-navigation UL UL
{
	position: absolute;
	top: 24px;
	left: 0;
	background: #FFF;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	z-index: 500;
}
.sub-navigation UL UL LI
{
	position: relative;
	border: 1px solid #AAA;
	border-top: 0;
	width: 159px;
	margin: 0;
	padding: 0;
	background: none;
}
.sub-navigation UL UL LI A
{
	display: block;
	padding: 0 7px 0 12px;
	color: #555;
	background-color: #FFF;
	border-right: 0;
	font-size: 12px;
}
.sub-navigation UL UL LI A:hover
{
	background-color: #EEE;
}
.sub-navigation UL UL LI:hover UL
{
	display: block;
}
.sub-navigation UL UL UL
{
	left: 159px;
	top: -1px;
	display: none;
}
.sub-navigation LI.nodot
{
	background: none;
	z-index: -50;
}
.sub-navigation LI.right-d
{
	float: right;
}
/*Main Elements*/
#mainwrapper
{
	float: left;
	padding: 15px 10px;
	margin: 0;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	background: #FFF;
}
#sidebar
{
	float: left;
	margin: 0 10px;
	padding: 5px 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 15px;
	padding: 0 10px 15px;
	background: url(images/bg-hatch.gif);
	border: 1px solid #DDD;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.side-widget UL
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.side-widget UL LI
{
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.side-widget UL LI
{
	padding-left: 15px;
	margin: 2px 0;
}
.side-widget H2
{
	font-size: 14px;
	padding: 10px 0 5px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
	background: url(images/h2line.gif) repeat-x bottom;
}
.side-widget .storycontent
{
	border-bottom: 1px solid #DDD;
}
.side-widget .noline
{
	border-bottom: 0;
}
.side-widget #s
{
	margin-top: 15px;
	padding: 2px;
	width: 94%;
}
.storycontent
{
	line-height: 18px;
	font-size: 14px;
	word-wrap: break-word;
}
.posts
{
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.posts H2
{
	margin: 10px 0 0;
}
.posts IMG
{
	margin: 10px 10px 10px 0;
	float: left;
}
.readmore
{
	color: #CC0000;
}
#footer
{
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #888;
	background: #FFF;
}
/*Left Content Elements*/
#leftcontent
{
	float: left;
	margin: 0 10px;
	padding: 0;
}
#leftcontent H5.latest
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #9F88FB;
	margin-bottom: 5px;
	font-size: 14px;
}
#leftcontent H1
{
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
}
#leftcontent .post H1, #leftcontent .ind-post H1, #leftcontent .twopost H1, #leftcontent .pages H1, #leftcontent H1.catheader, #leftcontent .threepost H1
{
	margin-top: 5px;
	font-size: 36px;
	font-family: Georgia;
	font-weight: normal;
	line-height: 38px;
	color: #1C5A9A;
}
#leftcontent H1.catheader
{
	color: #244D71;
	margin-bottom: 15px;
}
#leftcontent .twopost H1
{
	font-size: 26px;
	line-height: 28px;
}
#leftcontent .threepost H1
{
	font-size: 20px;
	line-height: 22px;
}
#leftcontent .postmetadata
{
	clear: both;
	line-height: 14px;
}
#leftcontent .post .entry
{
	font-size: 14px;
	line-height: 18px;
}
#leftcontent .date
{
	margin-bottom: 5px;
	font-style: italic;
	color: #888;
}
#leftcontent .meta
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}
#leftcontent .catdesc
{
	background: #F7F7F7;
	border: 3px double #DDD;
	padding: 0 10px;
	color: #666;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
}
/*This is your subtitle style*/
#leftcontent P.sub
{
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
}
/*This is your blockquote style*/
#leftcontent .entry .pullquote
{
	width: 250px;
	font-size: 24px;
	line-height: 26px;
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
	font-style: italic;
}
#leftcontent .entry .pullquote P
{
	padding: 0;
	margin: 0;
}
#leftcontent A.more-link
{
	clear: both;
	width: 60px;
	text-align: center;
	display: block;
	color: #FFF;
	margin: 12px 0;
	background: #AAA;
	padding: 0px 8px;
	font-size: 11px;
	line-height: 20px;
}
#leftcontent A:hover.more-link
{
	text-decoration: none;
	background: #666;
}
.tags A
{
	color: #CC0000;
}
.ind-post, .post
{
	float: left;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.ind-post IMG
{
	margin: 0px 10px 5px 0;
}
#twocol
{
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: url(images/line.gif) repeat-y 50% 0;
}
#twocol IMG
{
	margin: 0px 8px 5px 0;
}
#twocol HR.two
{
	height: 0;
	border: 0;
	clear: both;
	border-bottom: 1px solid #EEE;
}
.mainhr
{
	float: left;
	background: #EEE;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 10px 0;
}
.twopost
{
	width: 46%;
	float: left;
}
.twopost2, .twopost4
{
	margin-left: 7.5%;
}
.twopost3, .twopost4
{
	border-top: 1px solid #EEE;
	padding-top: 5px;
}
.twopost1, .twopost3
{
	clear: left;
}
#threecol
{
	float: left;
	background: url(images/line.gif) repeat-y 31.5% 0;
	margin-top: 3px;
	width: 100%;
}
#threecol2
{
	float: left;
	padding: 0;
	background: url(images/line.gif) repeat-y 67% 0;
	width: 100%;
}
#threecol IMG
{
	margin: 0px 5px 5px 0;
}
.threepost
{
	width: 29%;
	float: left;
	border-top: 1px solid #EEE;
	padding-top: 10px;
}
.threepost2, .threepost5
{
	padding: 10px 0 0;
	margin: 0 6%;
}
.threepost1, .threepost2, .threepost3
{
	border-top: 0;
}
.threepost1, .threepost4
{
	clear: left;
}
/*Pagination*/
.pagination
{
	margin: 20px 0 10px;
	float: left;
	background: #EEE;
	width: 97%;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 12px 1% 10px;
}
.pagination A
{
	padding: 3px 4px 2px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CCC;
	color: #666;
	background-color: #FFFFFF;
}
.pagination A:hover
{
	border: 1px solid #444;
	color: #444;
	background-color: #FFFFFF;
}
.pagination SPAN.pages
{
	padding: 3px 4px 2px;
	margin: 2px;
	color: #666;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
}
.pagination SPAN.current
{
	padding: 3px 4px 2px;
	margin: 2px;
	border: 1px solid #666;
	color: #444;
	background-color: #FFFFFF;
}
.pagination SPAN.extend
{
	padding: 3px 4px 2px;
	margin: 2px;
	border: 1px solid #CCC;
	color: #444;
	background-color: #FFFFFF;
}
/*Other Elements*/
.red, .entry A
{
	color: #CC0000;
}
#tagcloud
{
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
}
#tagcloud A
{
	color: #CC0000;
}
/*Comment Elements*/
#postcomments
{
	padding-top: 20px;
}
H3#comments, #respond H3
{
	color: #333;
	font: normal 200% georgia, times, serif;
	margin: 10px 0;
	clear: left;
}
#respond P
{
	font-size: 11px;
	margin: 0 0 1em;
}
OL.commentlist
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
OL.commentlist LI
{
	margin: 0 0 10px;
	padding: 20px 0 20px 20px;
}
.commentlist .even
{
	background: #EEE;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
.commentlist .avatar
{
	float: right;
	padding: 5px;
	border: 1px solid #DDD;
	margin: 0 20px 10px 10px;
	background: #FFF;
}
.commentlist .comment-author
{
	font-size: 12px;
}
.commentlist .comment-text
{
	padding: 0 20px 0 0;
}
.commentlist .url
{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
OL.commentlist LI DIV.reply
{
	background: #999;
	border: 1px solid #666;
/*border-radius: 2px*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	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
{
	margin: 16px 20px 0 0;
	padding: 0 0 0 20px;
	list-style-image: url(images/commentarrow.png);
}
OL.commentlist UL.children LI.odd
{
	background: #FFF;
}
OL.commentlist UL.children LI.even
{
	background: #EEE;
}
/*WordPress Required Elements*/
.aligncenter, DIV.aligncenter
{
	display: block;
	margin: 5px auto;
}
.alignleft, DIV.alignleft
{
	float: left;
	margin: 5px 15px 5px 0;
}
.content .storycontent .alignleft, .search .storycontent .alignleft, .archive .storycontent .alignleft
{
	margin-top: 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 #000000;
}
.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;
}

