/*
Theme Name: Eastside Voice
Theme URI: http://brandonwithglasses.com
Description: Special Theme for Eastside Voice, created bu Brandon McDonald of Brandon with glasses.
Version: 1.0
*/
      @font-face {
                        font-family: 'Baskerville';
                        src: url('fonts/Baskerville().eot');
       }
      @font-face {
                        font-family: 'Baskerville';
                        src: url('fonts/Baskerville().woff') format('woff'),
                        url('fonts/Baskerville().svg#Baskerville') format('svg');
       }


      @font-face {
                        font-family: 'Baskerville-Bold';
                        src: url('fonts/Baskerville(Bold).eot');
      }

      @font-face {
                       font-family: 'Baskerville-Bold';
                       src: url('fonts/Baskerville(Bold).woff') format('woff'),
                       url('fonts/Baskerville(Bold).svg#Baskerville-Bold') format('svg');
	   }
	   
	   
      @font-face {
                        font-family: 'Baskerville-Italic';
                        src: url('fonts/Baskerville(Italic).eot');
       }

      @font-face {
                        font-family: 'Baskerville-Italic';
                        src: url('fonts/Baskerville(Italic).woff') format('woff'),
                        url('fonts/Baskerville(Italic).svg#Baskerville-Italic') format('svg');
       }
	   
      @font-face {
                        font-family: 'Baskerville-BoldItalic';
                        src: url('fonts/Baskerville.eot');
       }

      @font-face {
                        font-family: 'Baskerville-BoldItalic';
                        src: url('fonts/Baskerville.woff') format('woff'),
                        url('fonts/Baskerville.svg#Baskerville-BoldItalic') format('svg');
       }


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption /*, table, tbody, tfoot, thead, tr, th, td*/ {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


body{
	background: url('images/bg-top-header.jpg') no-repeat center top;
	-webkit-background-size:  100% auto;
	-moz-background-size:  100% auto;
	-o-background-size:  100% auto;
	background-size: 100% auto;
}

/* SITE STRUCTURE 
========================*/

#wrapper {
	margin: 0 auto;
	width: 960px;
}
#access .menu-header,
div.menu,
#colophon,
#branding,
#main{
	margin: 0 auto;
	width: 100%;
}
#main, #footer{
	clear:both;
}

#container{
	width:66.667%;
	padding-right: 2.0833%;
	float:left;
	padding-bottom: 36px;
	min-height: 600px;
}
.attachment #container{width: 100%;}
#primary, #secondary{
	width: 31.25%;
	float:right;
	padding-bottom:18px;
}
#footer{
	width:100%;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 133%;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #1A76AE;
}
a:visited {
	color: #1A76AE;
}
a:active,
a:hover {
	/*color: #96C0DA;*/
	color: #5F3129;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* HEADER 
========================*/

#site-title, #site-description{
	position:absolute;
	left: -999px;
}

#home-logo{
	background: url('images/Weekly-View-header.png') no-repeat top left;
	width: 760px;
	height: 200px;
	float:left;
}

//#flipbook{
	//background: url('images/WV-flip.png') no-repeat;
	//width:170px;
	//height:170px;
	//float:right;
	//margin: 10px 0 0 0;
//}

/* MENU
========================*/

/* =Menu
-------------------------------------------------------------- */

#access {
		background: #1a76ae; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #1a76ae 0%, #96c0da 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a76ae), color-stop(100%,#96c0da)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #1a76ae 0%,#96c0da 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #1a76ae 0%,#96c0da 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #1a76ae 0%,#96c0da 100%); /* IE10+ */
		background: linear-gradient(to bottom, #1a76ae 0%,#96c0da 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a76ae', endColorstr='#96c0da',GradientType=0 ); /* IE6-8 */
	display: block;
	float: left;
	margin: 10px auto 20px;
	width: 958px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
#access .menu-header,
div.menu {
    font-family: 'Baskerville-Bold', 'Baskerville', Georgia, 'Times New Roman', sans-serif;
	font-size: 24px;
	margin-left: 12px;
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #FFF;
	display: block;
	line-height: 38px;
	padding: 0 18px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #D1E4EF;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-title{
    font-family: 'Baskerville-Bold', 'Baskerville', Georgia, 'Times New Roman', sans-serif;
	font-size: 21px;
	color: #FFF;
	background: url('images/sidebar-bg.jpg');
	width: 100%;
	height: 34px;
	line-height:34px;
	border-bottom: 7px solid #59302B;
	text-indent: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
    text-shadow:2px 2px 3px #000000;
	color: #5F3129\9;
}
#footer .widget-title{background: none;text-indent:0;}

.widget-area ul {
	list-style: none;
	margin-left: 0;
	clear:both;
}
.widget-area ul ul {
	list-style: none;
	/*margin-left: 1.3em;*/
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 226px;
	background: #FFF;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	height:26px;
	vertical-align:top;
}
#searchsubmit{
			background: #1a76ae; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #1a76ae 0%, #96c0da 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a76ae), color-stop(100%,#96c0da)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #1a76ae 0%,#96c0da 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #1a76ae 0%,#96c0da 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #1a76ae 0%,#96c0da 100%); /* IE10+ */
		background: linear-gradient(to bottom, #1a76ae 0%,#96c0da 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a76ae', endColorstr='#96c0da',GradientType=0 ); /* IE6-8 */
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	height: 32px;
	width: 64px;
	color: #FFF;
	border: 1px solid #000;
	vertical-align:top;
}
#searchsubmit:hover{
	background: #96C0DA; /* Old browsers */
		background: -moz-linear-gradient(top, #96c0da 0%, #1a76ae 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,96c0da), color-stop(100%,#1a76ae#)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #96c0da 0%, #1a76ae 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #96c0da 0%, #1a76ae 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #96c0da 0%, #1a76ae 100%); /* IE10+ */
		background: linear-gradient(to bottom, #96c0da 0%, #1a76ae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c0da', endColorstr='#1a76ae',GradientType=0 ); /* IE6-8 */
}
.widget_search label {
	display: none;
}

.widget-search{	
	margin: 0 0 18px 0;
}
.widget-container {
	margin: 0 0 18px 0;
	list-style:none;
}
.home .widget-container{
	padding-top:18px;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}

#facebook, #greenbox, #advertisers{
	clear:both;
	padding-top: 18px;
}
#fb-connect{
	background: url('images/facebook-connect.png') no-repeat 0 0;
	width:300px;
	height: 101px;
}
#fb-connect:hover{
	background-position: 0 -101px;
}
#green{
	background: url('images/green-boxes.png') no-repeat 0 0;
	width: 300px;
	height: 120px;
}
#green:hover{
	background-position: 0 -120px;
}

#adv-click{
	background: url('images/checkout-advertisers.png') no-repeat 0 0;
	width: 300px;
	height: 90px;	
}
#adv-click:hover{
	background-position: 0 -90px;
}

/* MAIN CONTENT */

.feat-container,
.archive-container{
	clear:both;
}
.feat-name{
    font-family: 'Baskerville-Bold', 'Baskerville', Georgia, 'Times New Roman', sans-serif;
	font-size: 24px;
	line-height:24px;
	vertical-align:top;
	padding-bottom: 4px;
}
.feat-name a{
	text-decoration:none;
	color: #000;
}
.feat-name a:hover{
	color: #5F3129;
}

.feat-container .feature{
	float:left;
}
.archive-container .feature{
}
.feat-container .hasthumb{
	width: 379px;
}
.archive-container .hasthumb{
	width: 529px;
	float:right;
}
.odd, .even {
	padding:20px 9px;
	display:block;
	min-height:110px;
}
.odd{
	background: #DDEBF3;
}
.odd .hasthumb, .even .hasthumb{
	width:510px;
}

.feat-container .feat-img{
	float:right;
	padding:0 0 10px 20px;
}
.archive-container .feat-img{
	float:left;
	padding: 0 10px 10px 0;
}
.more{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

/* AUTHOR META ETC. */
.entry-meta{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
.entry-meta a{
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
.entry-meta a:hover{
	color: #666;
}

.archive-container .entry-meta{
	font-size: 12px;
	}

/* AUTHOR PAGE */
#primary #author-avatar{
	float:left;
}
#primary #shortbio{
	width: 200px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
}

#shortbio h4{
	font-size: 14px;
}
#shortbio h4 span{
	font-size: 16px;
	font-weight:bold;
}
#longbio{
	clear:both;
	padding-top: 10px;
	
}
h1.author, h1.entry-title, h1.page-title{
    font-family: 'Baskerville-Bold', 'Baskerville', Georgia, 'Times New Roman', sans-serif;
	border-bottom: 2px solid #000;
	padding-bottom: 6px;
	line-height:24px;
}
h1{	margin-bottom: 20px;}
h1.entry-title{ margin-bottom: 0}

#primary a.author{
	color: #000;
	font-size:21px;
	font-weight:bold;
	text-transform: capitalize;
}
a.author:hover, #primary a.author:hover{
	text-decoration:none;
	color: #5F3129 !important;
}
.column-name{
	font-size:18px;
}

/* PAGINATION / NAVIGATION */

#nav-below{
	clear:both;
	padding-top: 20px;
}
.nav-previous,
.nav-next{
	width: 50%;
	display:block;
	height: 42px;
	margin-bottom: 15px;
}
.nav-previous{float:left;}
.nav-next{float:right;}

.nav-previous a,
.nav-next a{
	font-family: 'Baskerville-Bold', 'Baskerville', Georgia, 'Times New Roman', sans-serif;
	font-size: 24px;
	line-height: 42px;
	text-align:center;
	display:block;
	width:190px;
	height:42px;
	color: #FFF;
	text-decoration: none;
	background: #1A76AE;
	border-radius:9px;
	margin: 0 auto;
}
.nav-previous a:hover,
.nav-next a:hover{
	background: #5F3129;
}

#columnists img{
	float:left;
	padding: 0 10px 10px 0;
}
#columnists ul li{
	clear:both;
}

/* SINGLE ARTICLE */
.single .entry-meta{
	width:160px;
	display:block;
	float:left;
	padding-top:10px;
}
.single .recommend{
	width:469px;
	display:block;
	float:left;
	padding: 10px 0 0 10px;
}
.single .entry-content{
	padding: 10px 0 0 170px;
}
.single p, .page p{
	font-size:16px;
	line-height:22px;
	margin-top: 18px;
}
p{	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align:justify;
}

.byline {
	clear:both;
	float:left;
	display:block;
	width: 160px;
	padding-top: 7px;
}
.bycontainer{
	float:left;
	display:block;
	width: 160px;
	border-bottom: 2px solid #1A76AE;
}
.byline-image{
	float:left;
	padding-right:7px;
}
.byline-credits{
	display:block;
	float:left;
	width: 120px;
}
.byline-author a{
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 4px;
	font-weight:bold;
	color: #000;
	text-decoration:none;
}
.byline-author a:hover{color: #5F3129;}
.byline-aff{
	font-size:11px;
}

.byline-tags{
	clear:left;
	padding-top: 15px;
}
.tag-head{
	font-size: 12px;
	font-weight: bold;
}
ul.post-tags{
	font-size: 11px;
	list-style:none;
	margin:0;
}
.post-tags li{
	padding: 5px 0 0 0;
}
.post-tags a{	
	text-decoration: none;
	color: #000;
}
.post-tags a:hover{
	color: #5F3129;
}
#primary .feat-img img{
	margin-bottom: 18px;
}

#primary .caption{
	background: #5F3129;
	padding: 10px;
	color: #FFF;
	margin: -23px 0 18px 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align:justify;
}
.single #primary #search{
	margin-top: 20px;
}

#thisweek ul li a{
	font-size: 18px;
	line-height: 21px;
	font-weight:bold;
	color: #000;
}
#thisweek ul li a:hover{
	text-decoration: none;
	color: #5F3129;
}
#thisweek ul li{
		margin-bottom: 10px;
}


/* FOOTER */
#footer {
background-color: #5F3129;
border-top: 3px solid #5F3129;
background-image: linear-gradient(bottom, rgb(95,49,41) 66%, rgb(135,101,95) 100%);
background-image: -o-linear-gradient(bottom, rgb(95,49,41) 66%, rgb(135,101,95) 100%);
background-image: -moz-linear-gradient(bottom, rgb(95,49,41) 66%, rgb(135,101,95) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(95,49,41) 66%, rgb(135,101,95) 100%);
background-image: -ms-linear-gradient(bottom, rgb(95,49,41) 66%, rgb(135,101,95) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.66, rgb(95,49,41)),
	color-stop(1, rgb(135,101,95))
);
}

#colophon{
	width:960px;
	margin: 0 auto;
	padding: 18px 0;
}

#f-col1, #f-col2, #f-col3{
	display:inline-block;
	vertical-align:top;
	*float:left;
}
#f-col1{
	width:220px;
	padding-right: 25px;
	color: #FFF;
}
#f-col2{
	width:460px;
	padding-right: 25px;
	color: #FFF;
}
#f-col3{
	width: 220px;
}
#f-col1 ul {
	list-style:none;
	margin:0;
}
#colophon h4{
	color: #FFF;
	font-weight:bold;
	font-size: 16px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 2px solid #FFF;
}
#f-col1 .categories .cat-item{
		padding: 0 0 6px 0;
}


#f-col1 a{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
#f-col1 a:hover{
	color: #DDEBF3;	
}
#f-col2 a{color: #FFF;}
#f-col3{
	line-height: normal !important;
}
.GENXVwxNewStyle{
	/*background: #FFF;*/
}
.GENXVwxNewStyle table{
	/*margin: 0 auto;*/
	vertical-align: auto;
}

#prices{
	background: #FFF;
}



/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #5F3129;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
	color: #FFF;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #FFF;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* EXTRA EDITS */
.entry-content br {
	display: block;
	margin-bottom: 18px;
	content: " ";
}