/*  
Theme Name: Gazette Web
Theme URI: http://www.stuartathompson.com
Description: A next-gen custom theme for the Gazette.
Version: 2.0
Author: Stuart A. Thompson and Sophia Lemon
Author URI: http://www.stuartathompson.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/



/*Top Page Navbar */


#nav, #nav * {
	list-style: none;
	z-index:1;
	line-height: 1.0;
}

#nav li {
	margin: 0px; padding: 0px;
	float: left;
	list-style: none;
	position: relative;
		line-height: 30px;
		color: #3F4A4F;
	}
	
#nav a, #nav a:visited {
	display: block;
	border: none;
	padding: 0px 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75em;
		font-weight: bold;
		text-decoration: none;
		line-height: 30px !important;
		color: #797976;
}

#nav a:visited{
	color: #fff;
}

#nav a:hover {
	text-decoration:none;
	color:#292928;
}	

#nav a:active {
//	background:#f2f0eb;
//	color:#6b6b68;
}
	
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	background:#FFF;
	color:#292928;
	}

	
/* Dropdown Menus */		

#nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}

#nav li:hover ul,
#nav li.sfhover ul {
	left: 7px;
	}

ul#nav li:hover li ul,
ul#nav li.sfhover li ul {
	top: -999em;
	}

ul#nav li li:hover ul,
ul#nav li li.sfhover ul {
	left: 178px; /* match ul width */
	top: 0;
	}

ul#nav li li:hover li ul,
ul#nav li li.sfhover li ul {
	top: -999em;
	}

ul#nav li li li:hover ul,
ul#nav li li li.sfhover ul {
	left: 178px; /* match ul width */
	top: 0;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 178px;
	z-index:1 !important;
	line-height:1;
	-moz-opacity:.98;
	opacity:.98;
	margin:0 0 0 11px;
	border-right:1px solid #424242 !important;
	border-bottom:1px solid #424242 !important;
	}

#nav li li {
	width: 178px;
	background: #777;
	z-index:1000;
	height:auto;
	padding:4px 0;
	letter-spacing: 0.06em;
	border-bottom:1px solid #848484;
	}

#nav li li a, #nav li li a:visited, 
#nav li.current_page_parent li.current_page_item a, #nav li.current_page_parent li.current_page_item a:visited {
	color:#dadada !important;
	background: #777 !important;
	text-transform:uppercase;
	font:0.6em Georgia, "Times New Roman", Times, serif !important;
	padding:5px 12px !important;
	}

#nav li li a:hover, #nav li li a:active,
#nav li.current_page_parent li.current_page_item a:hover, #nav li.current_page_parent li.current_page_item a:active {
	color:#FFF !important;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav ul ul {
	margin:0 0 0 -4px !important
	}

/* Top Nav Bar */
#top-nav{
	background-image:url("images/topNav-bg.png");
	background-repeat:repeat-x;
	width:100%;
min-width:960px;
}

#top-nav-container{
width:960px;
color:white;
margin:0 auto;
position:relative;
}

#top-nav-container > ul > li:hover {
	background: #393939;
}	
#top-nav-container a:hover, a.connect-select {
	color:#fff;
	text-decoration:none;
}

#top-nav-container ul li a {
	color:#fff;
}

#top-nav-container li.current_page_item a, #top-nav-container li.current_page_item a:visited{
	background:#393939;
	color:#fff;
}

#top-nav-container a, #top-nav-container a:visited {
	font-family:Arial, Verdana, sans-serif;
	font-size: 0.75em;
}

#nav-connect {
	margin: 0px;
	float:right !important;
}

#nav-connect a {
	background: #393939 url('images/connecticons.png') right no-repeat;
	display:block;
	margin: 0px; padding: 0px 74px 0px 10px !important;
		line-height: 30px;
}
#connect-wrapper {
width:450px;
height:auto;
position:absolute;
right:0;
z-index:1500;
}
#connect-bg {
background-color:black;
height:106%;
opacity:0.5;
position:absolute;
right:0;
width:491px;

}
#connect-content {
background-color:#EBEBEB;
color:#636363;
float:left;
font-size:14px;
height:100%;
left:-33px;
opacity:1;
padding:20px;
position:relative;
top:6px;
width:436px;
}
#connect-content li {
margin:0;
list-style-type:none;
color:#979797;
margin-top:10px;
font-size:11px;
}


#connect-content ul li a {
color:#666699 !important;
text-decoration:none;
font-size:13px !important;
}
#connect-content ul li a:hover {
text-decoration:underline;
}

#connect-left{ 
border-right:1px solid #979797;
float:left;
margin:0 10px;
width:45%;
}
#connect-right{
float:left;
width:49%;
}
#connect-content h2 {
margin:0;
font-size:18px;
font-family: Arial, Verdana, Sans-Serif;
height:33px;
color:#979797
}

.connect-floatleft {
	width: 57px;
	float: left;
	height: 100%;
	padding: 0px 14px 0px 0px;
}

/*Category Nav*/
#nav-cat {
	background-image: url('images/nav-cat-bg.png');
	background-repeat: repeat-x;
	height: 38px;
	margin : 0px auto; padding: 0px;
	position: relative;
	z-index: 20;
	}
#nav-cat li:hover{
//	background-color: #5E5B8B;
}

#nav-cat li, .nav-cat-sub li {
	list-style: none outside none;
	padding: 0px 12px 0px 12px;
	float: left;
	position: relative;
}
	#nav-cat li {
			line-height: 30px;
	}
	.nav-cat-sub li {
			line-height: 25px;
	}
#nav-cat a, #nav-cat a:visited, #gaz-carousel_container a  {
	display: block;
	padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		text-decoration: none;
		color: #EBEBEB;
	}

#nav-cat a:hover, #nav-cat li.current-cat a, #nav-cat li.current-cat a:visited  {
	text-decoration:none;
	color:white;
}	

#nav-cat li.current-cat, li.current-cat, li.current-side {
	background: url('images/nav-cat-li-bg.png') center bottom no-repeat;
	height: 38px;
}
li.current-side{
height:31px !important;
}

#nav-cat a:active {
	color:#c6dce6;
 }
 	
/*Category Nav Dropdowns*/

#nav-cat li:hover, .nav-cat-sub li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}

#nav-cat li:hover ul,
#nav-cat li.sfhover ul {
	left: 7px;
	top: 15px; /* match top ul list item height */
	}

ul#nav-cat li:hover li ul,
ul#nav-cat li.sfhover li ul {
	top: -999em;
	}

ul#nav-cat li li:hover ul,
ul#nav-cat li li.sfhover ul {
	left: 178px; /* match ul width */
	top: 0;
	}

ul#nav-cat li li:hover li ul,
ul#nav-cat li li.sfhover li ul {
	top: -999em;
	}

ul#nav-cat li li li:hover ul,
ul#nav-cat li li li.sfhover ul {
	left: 178px; /* match ul width */
	top: 0;
	}
	
#nav-cat li ul {
	position:absolute;
	width:800px;
	z-index:1;
	left:-999em;
}

#nav-cat li li {
	width: 100px;
	background: #777;
	z-index:1000;
	height:auto;
	padding:4px 0 !important;
	margin:0;
	letter-spacing: 0.06em;
	border-right:none;
	border-bottom:1px solid #848484;
	}

#nav-cat li li a, #nav-cat li li a:visited, 
#nav-cat li.current_page_item li a, #nav-cat li.current_page_item li a:visited {
	color:#dadada !important;
	background: #777 !important;
	border:none;
	padding:4px 12px;
	text-transform:uppercase;
	font:0.8em Georgia, "Times New Roman", Times, serif !important;
	padding:5px 12px !important;
	}

#nav-cat li li a:hover, #nav-cat li li a:active,
#nav-cat li.current_page_item li a:hover, #nav-cat li.current_page_item li a:active {
	color:#FFF !important;
	border:none
	}	
		
#nav-cat li:hover ul, #nav-cat li li:hover ul, #nav-cat li li li:hover ul, #nav-cat li.sfhover ul, 
#nav-cat li li.sfhover ul, #nav-cat li li li.sfhover ul {
	left: auto;
	}

#nav-cat-right, #nav-cat-left{
height: 37px;
width:11px;
background-position:0 1px;
}

#nav-cat-wrapper{
float:left;
width:938px;
}

#nav-cat-right{
	background: url('images/nav-cat-right-bg.png') top left no-repeat;
	float:left;
}
#nav-cat-left{
	background: url('images/nav-cat-left-bg.png') top right no-repeat;
	float:left;
}

/* --------- @ Nav Cat Sub Bar ----------*/

div.nav-cat-sub{
background:none repeat scroll 0 0 #EBEBEB;
float:left;
height:25px;
margin-top:-17px;
overflow:hidden;
padding:14px 0 5px;
position:relative;
width:100%;
z-index:10;
}
ul.nav-cat-sub{
float:left;
position:relative;
width:100%;
background-color:#EBEBEB;
margin-bottom:14px;
}

.spacer{
	margin-left: 300px;
}

.nav-cat-sub ul li a, .nav-cat-sub ul li a:visited {
color:#636363;
text-decoration:none;
}

.nav-cat-sub ul li a:hover {
text-decoration:underline;
}

.nav-cat-sub-label {
text-transform:smallcaps;
font-weight:bold;
}

/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
        background: #f8f8f8;
	color: #1d1d1d;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0px;
		line-height: 160%;
	}

a, a:visited {
	color: #666699;
	text-decoration: none;
	}
a:hover {
	color:#666699;
	text-decoration: underline;
	}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#page, #page-header {
	width:960px;
	margin:0 auto;
//	padding-top:8px;
background:#f8f8f8;
	}
	
#wrapper, #wrapper-header {
	background:#f8f8f8;
	font-size:0.75em;
// old padding	padding:0 25px 60px 25px;
padding:0 11px 60px;
	}

#wrapper-header{
padding:0;
}
#masthead {
padding:15px 0 12px;
}

#content {
//	width:650px;
width:638px;
	float:left
	}
	
#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	padding: 0 0 0 20px;
	border-left:1px dotted #7c7c7c;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}
#sidebar{
width:280px;
float:right;
}
#video-sidebar{
color:#FFFFFF;
float:right;
margin:22px 0;
padding:20px;
width:240px;
}
#video-sidebar{
background:#323232;
}

.video-li-select{
text-indent:10px;
}
.featured-cats {
float:left;
margin:0 auto;
width:100%;
	}
	
	.featured-cats h2{
	font:bold 1.4em Arial,Verdana,Sans-Serif !important;
padding:8px 0 !important;
}

.featured-cats-module, .featured-cats-module-wide, .featured-cats-module-wide-extra{
float:left;
margin:0 3px;
width:32%;
}

.featured-cats-module a, .featured-cats-module-wide a, .featured-cats-module-wide-extra a{
font-weight:bold;
}

.teaser-comment{
height:10px;
padding-left:6px;
width:25px;
}
.featured-cats-module li:hover span{
display:block;
}
.featured-cats-module li span{
display:none;
}

.featured-cats-module li:hover, .featured-cats-module-wide li:hover, .featured-cats-module-wide-extra li:hover{
background-color:#EBEBEB;
}

.featured-cats-module-wide{
width:49%;
}
.featured-cats-module-wide-extra {
width:66%;
}

.teaser-more{
background-image:url('images/plusminus.png');
height:12px;
width:14px;
cursor:pointer;
z-index:1400;
position:relative;
float:right;
}
#more-posts {
	width:100%;
	float:right;
	}
	
	
	
/* ---------- @ Headers -----------*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2.7em ;
	font-weight:bold;
	letter-spacing:-0.01em;
	float:left;
	}
	
h2 {
	font-size:2.5em;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	}

#content h2 {
	font-size: 2.5em 
	font-family:Arial, Verdana, Sans-Serif !important;
	padding-bottom:0px;
font-weight:bold;
margin:0;
}
				
h3 {
	background: #EBEBEB;
	border: 0px;
	margin: 10px 0px 15px 0px; padding: 5px 0px;
		font-size: 1.5em;
		text-indent: 10px;
		color: #4C4B46;
	}

#content h3 {
background:none repeat scroll 0 0 transparent;
border-top:0 none;
color:#4C4B46;
font-family:Arial,Helvetica,sans-serif;
font-size:1.3em;
margin:10px 0;
padding:0;
text-indent:0;
}

h3.category-label{
color:#636394 !important;
font-size:1em !important;
font-weight:normal !important;
padding-bottom:6px !important;
}

#lead h2 {
	font-size: 2.2em 
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;
	}	
	

	
.post h2 {
	font-size:2.2em;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
	.entry h2 { 
font-size:1.8em !important;
font-family:Arial, Helvetica, sans-serif !important;
color:#4C4B46;
padding:0 !important;
margin:10px 0 0 0 !important;
}
h2.posttitle {
	margin: 25px 0px 0px 0px; padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 2.3em;
		font-weight: bold;
		color: #636394;
	}

h2.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding:0 0 12px 0;
	margin:25px 0 20px 0;
	font-size:2.2em;
}
#content h2.pagetitle {
border:medium none;
font-size:2.2em;
font-weight:normal !important;
margin-bottom:10px;
margin-top:-10px;
padding:0 0 12px;
}

h2.pagetitle p {
 font-family:Arial, Verdana, sans-serif;
 font-size:12px;
}
#breadcrumbs{
display:none;
}
#breadcrumbs a, #breadcrumbs strong{
background-image:url("images/breadcrumbs.png");
color:white;
display:block;
float:left;
height:26px;
line-height:2;
margin-left:-10px;
text-align:center;
text-decoration:none;
width:82px;
}

p#breadcrumbs a:first-child {
background-image:url("images/breadcrumb-start.png");
margin-left:0;
text-indent:-7px;
width:66px;
}

#breadcrumbs strong{
font-weight:normal;
background-image:url('images/breadcrumbs.png');
}

.commentbody {
	padding: 10px 20px;
}
	.commentbody p {
		margin: 0px !important;
			text-indent: 20px;
	}

.post h3 {
	border:none;
	font:1.7em Georgia, "Times New Roman", Times, serif;
	color: #232323;
	letter-spacing:0;
	}
	
.featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
h4 {
	font:bold 1.3em Helvetica, Arial, sans-serif;
//	margin-bottom:-10px;
	}
	
	
.post h4 {
	margin:15px 0;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
background:none repeat scroll 0 0 #EBEBEB;
border-top:1px solid #D7D7D7;
font-size:15px;
letter-spacing:0.15em;
margin-bottom:5px;
padding:4px 8px;
text-transform:uppercase;
color:#2f2f2f;
	}
#content h5 {
/*
background:none repeat scroll 0 0 #EBEBEB;
border-top:6px solid #D7D7D7;
color:#2F2F2F;
font-size:11px;
letter-spacing:0.15em;
margin-bottom:5px;
padding:5px 8px;
text-transform:uppercase;
*/
background:none repeat scroll 0 0 transparent;
border-top:4px solid #D7D7D7;
color:#2F2F2F;
font-size:11px;
letter-spacing:0.15em;
margin-bottom:-3px;
padding:5px 1px;
text-transform:uppercase;	}

.archive-post-second-container p, .archive-feature p{
margin:0 !important;
}
h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none;
color:#2f2f2f !important;
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;
	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-bottom:10px;
	}

.featured-cats ul {
	margin:3px 0 22px 0;
	}

.featured-cats li {
	list-style:none;
	border-bottom:1px solid #D7D7D7;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
position:relative;
	}

	.featured-cats li div.teaser-more {
	display: none;
	}
		
	.featured-cats li:hover div.teaser-more {
	display:block;}
		
#lead {
	margin:22px 0;
	background:#ededed;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	}

#lead:hover {
	background:#e8e8e8;
	border-bottom:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	}

#lead-text {
	float:left;
	width:320px;
	padding:13px 15px 16px 0;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;
	}
			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size: 1em;
	}
		
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

.featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/

#sidebar li, .headlines li {
//	margin-left:30px;
	padding:5px 0;
list-style-type:none;
	}

#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#666699;;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#686868;
	text-decoration: underline;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	

.widget {
	background: #EBEBEB;
	margin:20px 0;
	padding: 0px 0px 10px 0px;
}
	.widget h3 {
		background: url('images/purpleheader.png') repeat-x;
		height: 35px;
		margin: 0px; padding: 0px;
			font-size: 1em;
			line-height: 30px;
			color: #FFFFFF;
	}
	.widget ul {
		margin: 0px 20px;
	}

.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
/*Video Bar*/
#sidebar-video h2{
	font-family:arial,helvetica,verdana;
	margin:0;
	padding:0;
	font-weight:bold;
	border-bottom:1px solid #525252;
	text-align:center;
}
#sidebar-video h3{
	background: none !important;
	border:0;
	padding:0; margin: 0px 0px -15px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-indent: 0px;
}
#sidebar-video h3 a {
	color:#fff;
	text-decoration:none;
}

#sidebar-video h3 a:hover {
text-decoration:underline;
}
#sidebar-video #more-video{
text-align:center;
}
#sidebar-video #more-video a{
text-decoration:none;
color:#fff;
}
li#more-video{
border:0 !important;
}
#more-video a:hover{
text-decoration:underline;
}
#sidebar-video li{
padding:10px 0 0;
}
#video-sidebar li { 
border-bottom:1px solid #525252;
}
#video1 h3{
padding-top:10px;
}
#video-mainWindow ul li{
	list-style-type:none;
	margin:0 !important;
}
#video-mainWindow ul{
	margin:0 !important;
	padding:0 !important;
}
#video-nav ul li{
	list-style-type:none;
	line-height:1;
	margin:0 0 10px 0 !important;
}
#video-nav ul{
		margin:0 !important;
	padding:0 !important;
}
#video-mainWindow ul li object embed, #video-mainWindow ul li object{
height:160px !important;
width:241px !important;
}

		
		
	
/*Single Posts*/

#writer {
	background: #EDEDED;
	margin: -10px 0px 22px 0px;
	padding: 3px 20px 16px 20px;
	border: 0px;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border: 0px;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:285px;
	float:left;
	height:103px;
	margin: 8px 25px 18px 0;
	border-bottom:1px dotted #b1b1b1;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border: none;
	margin: 0px; padding: 0px;
	}
		
#pagination {
	margin-top:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	margin-top:20px;
	}

#pagination .right {
	float:right;
	width:294px;
	margin-top:20px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	}

.postmetadata {
	margin: 5px 0px 20px 0px; padding: 0px;
	border: 0px;
	color: #7A7A7A;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:160%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:160%;
	}

#abouttheauthor {
	background: #EBEBEB;
	width: 100%;
	margin: 0px; padding: 10px 0px;
}
	#abouttheauthor .title {
		background: url('images/abouttheauthor.png') no-repeat;
		width: 152px; height: 40px;
		margin: 0px 0px 0px -6px; padding: 0px;
	}
	#abouttheauthor .text {
		margin: 0px 20px; padding: 0px;
		line-height:160%;
	}
		#abouttheauthor .text p {
			margin: 5px 0px !important;
		}


/*Images*/
	
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#searchform {
	float: right;
	text-align: right;
	}

#s {
	width:190px;
	font-size:1em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
	}		
	

	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer,#footer2  {
font-size:0.75em;
margin:0 auto;
padding:16px 25px 25px;
width:890px;
	}

#footer a, #footer a:visited,#footer2 a,#footer2 a:visited {
	color:#94928b;
	text-decoration:none;
	}

#footer a:hover,#footer2a:hover  {
	color:#5a5954;
	}

#footer a:active,#footer2 a:active {
	text-decoration:underline
	}
			
#footer img,#footer2 img {
	vertical-align:middle;
	}
	
#footer-wrapper{
background-color:#D7D7D7;
width:100%;
}

#footer-wrapper2{
width:100%;
background-color:#444;
height:60px;}

#footer2{
color: #94928B
}
#footer2 
#copyright {
	float:left;
	}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
	
.footerbox{
float:left;
margin-bottom:25px;
color:#444444;
margin:0 10px 0 10px;
padding:0 10px 0 10px;
max-width: 200px;
}

.footerbox h2{
font-family: Helvetica,Arial,sans-serif;
margin-bottom:11px;
padding:0;
font-size:2em;
color:#444444;
}		

.footerbox ul{
}

.footerbox ul li{
list-style-type: none;
margin-bottom:6px;
padding:0;
height:14px;
background:none;
}

#login-bar{
background-image:url("images/nav-cat-bg.png");
background-repeat:repeat-x;
height:38px;
margin:0 auto;
padding:0;
position:relative;
z-index:20;
}

#login-bar-wrapper{
width:900px;
margin:0 auto;
}

#login-bar-wrapper ul li{
float:left;
list-style-type: none;
margin:0;
padding: 0;
margin-top:5px;
color:#cfcfe3;
margin-right:10px;
font-size:14px;}

#login-bar-wrapper ul li a {
color:white;
}
/* GENERIC CSS */
.hidden{
display:none;
}	


/* BEGIN FEATURES */
#features-top{
background-color:#EBEBEB;
height:64px;
padding:10px;
width:98%;
margin-bottom: 20px;
}

#features-top ul li{
border-right:1px solid #D7D7D7;
float:left;
height:67px;
list-style-type:none;
margin-left:2px;
margin-right:16px;
padding-right:10px;
width:100px;
}

#features-top ul li h4{
font-family:helvetica;
font-size:10px;
font-weight:normal;
margin-bottom:1px;
text-transform:uppercase;
}

/* BEGIN SLIDER CSS */
	#gaz-carousel_container {
height:268px;
		background-color:#ebebeb;
                width:100%;
		overflow:hidden;		
position:relative;
margin-bottom:15px;
	}

	#gaz-carousel_container ul li, #gaz-carousel_container ul{
		list-style-type:none;
		margin:0;
		padding:0;
width:288px;
	}

#gaz-carousel_content_container { 
height:244px;
margin:13px;
overflow:hidden;
position:relative;
width:623px;
margin-bottom:10px;
}

	.gaz-carousel_element{
		width:195px;
		float:left;
		position:relative;
	}

	#gaz-carousel_image, #gaz-carousel_text{
		height:900px;
	}

	#gaz-carousel_text{
background:none repeat scroll 0 0 #94928B;
bottom:0;
color:white;
float:left;
height:80px;
position:absolute;
right:0;
width:377px;
display:none;
	}
	#gaz-carousel_text a{
color:white !important;
}
	#gaz-carousel_image{
margin-left:258px;
overflow:hidden;
position:absolute;
width:352px;
z-index:0;
	}
.feature-nocustom{
margin-left:232px;
}	
	#gaz-carousel_menu{
		position:relative;
		z-index:5;
		width:250px;
	}
	#gaz-carousel_menu ul li {
background-image:url("images/selector.png");
background-repeat:no-repeat;
font-weight:bold;
height:76px;
margin:0 0 -7px;
padding:5px;
position:relative;
width:280px;
	}
	

	#gaz-carousel_menu ul li a, 	#gaz-carousel_menu ul li a:visited{
color:#EBEBEB !important;
display:block;
font-size:1.5em;
height:67px;
padding:16px 0 0 22px;
width:231px;
	}

#gaz-carousel_menu ul li a:hover {
color:white !important;
text-decoration: none !important;
}
	#gaz-carousel_image li, #gaz-carousel_text li{
		height:300px;
	}

	.hidden{
		display:none;
	}


	.unselected {
	margin-left:0px;
background-position:-25px -89px;
	z-index:0;
	}
#select2_menu {
background-position:-25px -185px;
}
#select3_menu { 
background-position:-25px -274px;
}
	.selected {
	background-position:-30px 0px !important;
	z-index:1;
	}
.headline{
	font-size:20px;
	width:100%;
	font-weight:bold;
	float:left;
	padding-bottom:10px;
	}
.content{
	font-size:14px;
}

#category-title{
margin-bottom:15px;
text-align:center;
width:100%;
}

/*
#nav-cat li ul {
position:absolute;
background:none repeat scroll 0 0 #EBEBEB;
float:left;
height:19px;
margin-top:-7px;
overflow:hidden;
padding:14px 0 5px;
position:relative;
width:100%;
z-index:10;
}
*/

.floatright{
float:right;
}
.floatright a img{
padding:0 5px 5px 5px;
}
.floatleft{
float:left;
}
.floatleft-pad{
padding-right:10px;
}

.floatright-pad{
padding-left:10px;
}

/* Sidebar Boxes */
.sidebar-box-head{
background-image:url("images/nav-cat-bg.png");
background-repeat:repeat-x;
line-height:1;
margin:0 auto;
padding:6px 0 6px 15px;
position:relative;
z-index:20;
height:38px;
}

.sidebar-box{
background-color:#EBEBEB;
//float:right;
width:280px;
margin:0; //22px 0;
}
.sidebar-box-content, .textwidget{
margin:0 0 22px 0;
padding:0 20px 20px;
}

.textwidget{
margin-top:15px ;
}

#reviews-sidebar ul > li{
float:left;
width:96%;
padding-bottom:15px;
}
/*.sidebar-box-head li:hover {
background-image:url("images/nav-cat-li-bg.png");
background-position:50% 30px;
background-repeat:no-repeat;
height:31px;
} 
*/
.sidebar-box-head ul li{
float:left;
height:31px;
list-style:none outside none;
margin:-5px 0 0 !important;
padding:6px 15px 0 !important;
position:relative;
}
.sidebar-box-head ul li a {
color:#EBEBEB !important;
display:block;
font:1em Arial,Verdana;
letter-spacing:0.09em;
padding-bottom:3px;
text-decoration:none;}

.sidebar-box-content > div{
display:none;}
.sidebar-box-content > div:first-child{
display:block;}


.home-sidebar-blog-img{
float:left;
height:77px;
overflow:hidden;
padding-right:1em;
width:63px;
}

.home-sidebar-blog-author{
font-size: 11px;
text-transform:uppercase;
background-color:#DEDCDD;
padding:3px;
}

.home-sidebar-blog-title a{
font-size:13px;
font-weight:bold;
}

.home-sidebar-blog-excerpt{
}


.gaz-books{
min-height:120px;
}
.sidebar-fb{
min-height:76px;
text-align:center;
width:100%;
border:1px solid #EBEBEB;
background-color: white;
margin-top:10px;
}
.FB_login_button{
position:relative;
top:-11px;
}
.fbc_profile_header{
background:none repeat scroll 0 0 white;
border:0px solid !important;
padding:15px 5px 5px;
width:269px !important;
text-align:center !important;

}

.bold {
	font-weight: bold;
}
	.bold a, .bold a:visited {
		color: #666699;
		text-decoration: none;
	}
	.bold a:hover {
		color: #666699;
		text-decoration: underline;
	}
.searchbox {
	margin: 20px 0px 0px 0px; padding: 0px;
	width: 285px;
}
		input.search {
			background: url('images/searchbox.png') no-repeat;
			margin: 0px; padding: 0px 0px 0px 10px;
			width: 240px; height: 25px;
			float: left;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9pt;
				color: #959595;
			border: 0px;
		}
		.searchbox .searchbutton {
			width: 25px !important; height: 25px !important;
			float: left;
		}
			
.clear {
	clear: both;
}

.cat-label{
color:#666699;
font-size:9px;
font-weight:bold;
line-height:2;
padding-right:10px;
padding-top:5px;
text-transform:uppercase;
}
.pad-bottom{
padding-bottom:25px;
}

.no-padding{
padding:0px !important;
}

.more{
background-image:url("images/more.png");
background-position:50% 50%;
background-repeat:no-repeat;
height:26px;
text-align:center;
width:50px;
}
.more a{
color:#EBEBEB !important;
}

.archive-post-second{
float:left;
height:100%;
margin-right:10px;
width:48%;
position:relative;
border-bottom:1px solid #D7D7D7;
}

.archive-post-second-container{
float:left;
height:100%;
position:relative;
width:100%;
}

.archive-post-third{
width:100%;
float:left;
border-bottom:1px solid #D7D7D7;
padding-bottom:15px;
}
.archive-feature{
border-bottom:1px solid #D7D7D7;
float:left;
padding-bottom:16px;
}

#reviews-sidebar{
list-style-type:none;
padding:5px 0;
}
#reviews-sidebar h3{
background:none repeat scroll 0 0 #EBEBEB;
border:0 none;
color:#4C4B46;
font-size:1.5em;
margin:0;
padding:0;
text-indent:0;}
#feedback_btn{
	position:fixed;
display:block;
	float:left;
	top:200px;
	width:34px;
	height:99px;
background-image:url("http://books.westerngazette.ca/wp-content/themes/gazette-web-2/images/feedback_btn.png");
text-indent:-999px;
z-index:20000;
}
#feedback_btn a {
display:block;
	width:34px;
	height:99px;
}


#share-square{
border:1px solid #EAE8E9;
position:relative;
text-align:center;
text-transform:uppercase;
font-size:9px;
color:#EAE8E9;
float:right;
margin:11px 0px 10px 10px;
z-index:100;
padding:5px;
background-color: white;
}

#share-email, #share-twitter, #share-fbook, #share-print, #share-more{
padding-bottom:5px;
margin:0 auto;
}

#share-fbook{
padding-left:3px;
}


#single-share-container{
margin-top:-23px;
padding-bottom:1em;
padding-left:1em;
}

#tab-share-content img {
border:0;
}

#category_promo{ 
background-color:#EBEBEB;
height:20px;
line-height:1.75;
margin-bottom:20px;
text-align:center;
}