/*  
Theme Name: Gazette Edition
Description: Gazette Edition
Version: 2.0.9
Author: WooThemes
*/

/*========= SETUP =========*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #333;
	background-color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
        text-align: justify;
}
body h1{
	font-size: 16px;
	padding: 0px;
	color:#333;
	line-height: 18px;
}
body h2{
	font-size: 16px;
	padding: 0px;
	color:#333;
	line-height: 18px;
}
body h3{
	font-size: 14px;
	padding: 0px;
	color:#333;
	line-height: 16px;
}
body h5{
	font-size: 12px;
	padding: 0px;
	color:#333;
	line-height: 18px;
}
body h6{
	font-size: 10px;
	padding: 0px;
	color:#333;
	line-height: 18px;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #B20000;
        text-decoration: underline;
}
input,select,textarea{
	border: #ddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*========= LAYOUT =========*/
#page{
	width: 980px;
	background-color: #FFF;
	margin: 0px auto;
	border: 1px solid #CCC;
}
/*--- Main Columns ---*/
#columns{
	padding:15px 15px 15px 15px;
	background-color: #fff;
	margin: 0px;
}
.col1{
	float: left;
	width: 570px;
        margin-top: 10px;
	padding:5px;
}
.col1full{
	float: left;
	width: 940px;
	padding:10px;
}
.col2{
	float: right;
	width: 336px;
        padding:10px;
        margin-top: 10px;
        background-color: #eee;
        border: #aaa 1px solid;
}
.col3{
	float: right;
	width: 336px;
        height: 280px;
        margin-top: 10px;
        margin-bottom: 10px;
	padding:10px;
        background-color: #eee;
        border: #aaa 1px solid;
}
.col4{
	float: right;
	width: 336px;
        height: 280px;
        margin-bottom: 10px;
	padding:10px;
        background-color: #eee;
        border: #aaa 1px solid;
}
.col5{
	float: right;
	width: 200px;
        height: 980px;
        background-color: #eee;
        border: #aaa 1px solid;
        padding: 10px;
        margin-top: 5px;
        margin-right: 0px;
}
.col6{
	Float: left;
	width: 690px;
        height: 980px;
        background-color: #eee;
        border: #aaa 1px solid;
        padding: 10px;
        margin-top: 5px;
        margin-left: 0px;
}
.col7{
	Float: left;
	width: 210px;
        height: 145px;
        border: #333 2px solid;
        background-color: #3F3F4F;
        color: #fff;
        padding: 10px;
        margin: 10px 0px 0px 0px;
}
.col8{
	Float: left;
	width:310px;
        height: 145px;
        border: #aaa 2px solid;
        background-color: #fff;
        padding: 10px;
        margin: 10px 0px 0px 10px;
}
.col9{
	float: right;
	width: 336px;
        height: 500px;
        margin-bottom: 10px;
	padding:10px;
        background-color: #eee;
        border: #aaa 1px solid;
}
.col10{
	float: left;
	width: 555px;
        height: 205px;
        margin-top: 10px;
	padding:10px;
        background-color: #eee;
        border: #aaa 1px solid;
}
.col11{
	float: left;
	width: 555px;
        height: 178px;
        margin-top: 10px;
	padding:10px;
        border: #aaa 1px solid;
}
.col12{
	float: left;
	width: 728px;
        height: 100px;
        background-color: #eee;
        border: #aaa 1px solid;
        padding: 10px;
        margin-right: 0px;
        margin-top: 10px;
}
.col13{
	float: right;
	width: 336px;
        height: 265px;
        margin-bottom: 10px;
	padding:10px;
        background-color: #eee;
        border: #aaa 1px solid;
}

/*========= HEADER =========*/
/*- Page Navigation -*/
#nav{
	height: 35px;
	padding: 0px 0px !important;
        background-color: #eee;
	margin: 10px 0px 0px 15px;
	border:1px solid #ddd;
	width: 935px !important;
}
#nav-left {
	float:left;
	display:inline;
	width:700px;
	}
#nav-right {
	float:right;
	display:inline;
	width:210px;
	margin:0px !important;
	padding:0px !important;
	}
/*- Dropdowns-*/
#nav1, #nav1 ul{
	padding: 0;
	float:left;
	list-style: none;
        list-style-image: none;
        list-style-type: none;
}
#nav1 {
	padding: 0;
	font-size:10px;
	float:left;
}
#nav1 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
}
#nav1 li {
	float: left;
	line-height:35px;
	font-weight:bold;
	font-size:10px;	
	text-transform:uppercase;
}
#nav1 li a:hover {
	background: none;
	text-decoration:none;
	color:#ddd;
}
#nav1 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}
#nav1 li ul li {
        background: #eee;
	border:1px solid #ccc;				
	line-height:35px;	
	width:15em;
}
#nav1 li:hover, #nav1 li.hover {
    position: static;
}
#nav1 li ul ul {
	margin: -29px 0 0 13em;
	border-top:1px solid #dedbd1;	
}
#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
} 
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
/*- Category Navigation -*/
/*- Nav / Dropdowns-*/
#nav2 {
	margin:0 0 5px 5px !important;
        list-style: none;	 
}
#nav2, #nav2 ul {
	float:left;
	list-style: none;
}
#nav2 {
	padding: 0;
        padding-left: 10px;
	font-size:10px;
	float:left;
	width:960px;
        font-weight: bold;
}
#nav2 a {
	display: block;
        padding-left: 3px;
        padding-right: 3px;
        border:1px solid #767676;
        background: #eee;
}
#nav2 li {
	float: left;
	line-height:40px;    
}
#nav2 li a:hover {
	background: none;
        text-decoration: none;
}
#nav2 li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	z-index: 99999;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
        background: #eee;				
	line-height:40px;	
	width:12em;
}
#nav2 li:hover, #nav2 li.hover {
    position: static;
}
#nav2 li ul ul {
	margin: -42px 0 0 15em;
        line-height:40px;
        width: 15em;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 
/*- Search -*/
#search{
	float: left;
	height: 35px;
	width:250px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #000000;
	float: left;
	font-size: 12px;
	width:130px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:25px;
	width: 45;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:60px;
}
/*- Header -*/
#header{
	height: 200px;
	background-color: #fff;
	margin: 0 15px;
	
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	line-height: 200px;
	font-size: 20px;
}
#header h1 a{
	display: block;
	height: 200px;
	width: 389px;
	color: #000000;
	font-size: 20px;
}
/*========= BLOG POST STYLING =========*/
/*=== Small Box Post ===*/
.post{
	margin: 0px 5px 0px 0px;
}
.post h2{
	font-size: 16px;
	padding: 0 5px 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 5px;
	line-height: 15px;
}
/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding: 0px;
	margin: 0;     
}
.box .post{
	width: 336px;
        height: 220px;
	background-color: #fff;
	border:1px solid #a9a9a9;
        float: left;
}
.box .post h2 a{
	color:#333333;
}
.box .post h2{
	font-size: 16px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	padding: 10px 10px;
        text-align:justify;
}
.box .post img{
	border: 1px solid #dddddd;
	padding: 5px;
	background-color: #fff;
	margin: 10px;
	float: right;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;	
}
.post-alt h1{
	font-size: 20px;
	padding: 0px;
        padding-bottom: 0px;
	color:#333333;
	line-height: 20px;
}
.post-alt h2{
	font-size: 16px;
	padding: 0px;
        padding-bottom: 10px;
	color:#000066;
	line-height: 20px;
}
.post-alt h3{
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #333333;
}
.post-alt h4{
	font-size: 13px;
	padding-bottom: 10px;
        color:#333333;
	line-height: 20px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #000;
}
.post-alt p{
	padding: 0 0 12px;
}
.post-alt p.post_date{
	color: #000;
	padding: 0px 0px 10px;
	font-size: 0px;
	font-weight: normal;
}
p.posted{
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	background-color: #ddd;
	padding: 10px;
	margin-top: 20px;
	text-align: justify;
        /*border-bottom:1px solid #ddd;*/
	clear:both;
}
h3.posted a {
	color: #000000;
	font-size:20px;
}
.box .post h3.posted {
	border-bottom:none;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	width:555px;
	margin-bottom:15px;
	float:left;
	padding: 15px 0;
	border-top:  1px solid #eee;
	border-bottom:  1px solid #eee;
}
.navigation a {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin-left:15px;
}
img.wp-smiley  {
    padding: 0!important;
    border: none!important;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    /* End Images */
/*========= ARCHIVE SPECIFIC =========*/
#archivebox {
	margin-bottom:15px;
	padding:5px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 5px;
}
.arclist{
	width: 336px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}
.arclist ul {
	margin-bottom: 15px;
}
.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}
/*========= SINGLE POST SPECIFIC =========*/
.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000; }
.entry p{
	text-align: justify;
	font-size:13px;
	line-height:20px;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000000;
	width:75%;
	background-color: #eee;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:13px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	}
.wp-caption img {
	margin-bottom:5px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 20px 0;
	margin:0px;
	font-size:12px;
	font-style:italic;
	color:#000000;      
}
.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;
	}
/* PageNavi */
.more_entries {font-size:11px;}
.more_entries .wp-pagenavi {clear:both;float: right;}
.more_entries .wp-pagenavi a {text-decoration: none !important;}
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #9f9f9f !important;}
.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { background: #EEE;color: #aaa; padding: 4px !important; margin-left: 4px; border:1px solid #DDD; line-height:24px; }
.more_entries .wp-pagenavi .extend { background:none; border:none; }
/*========= FOOTER =========*/
#footer{
	clear: both;
	color: #ccc;
	height: 20px;
	line-height: 35px;
	margin:0px 15px 10px 15px;
        padding: 5px;
	background-color: #eee;
	border: #aaa 1px solid;
}
#footer img {
	vertical-align:middle;
	margin-left:5px;
}
/*========= MISC =========*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 5px 10px;
}
table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table#wp-calendar a {
	color:#000000; 
}
table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.jdGallery a { cursor:pointer !important; }
.shelf-title {padding: 0px 10px;}
.full {
width:980px;
}