/*
Theme Name: Berkeleyside
Theme URI: http://berkeleyside.com/
Description: Custom Theme for Berkeleyside
Author: design~ng
Version: 1.0
*/

@import url("fonts/veriox_semibold_macroman/stylesheet.css");
@import url("fonts/veriox_regular_macroman/stylesheet.css");


/* =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,
table, caption, 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;
}
:focus {outline: 0}



/* =Layout/Structure
-------------------------------------------------------------- */
body {
	background: #f0f0ed;
}

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	background: #fff;
	padding: 10px 30px 0;
}
#container {
	float: left;
	margin: 0;
	width: 720px;
	padding-right: 30px; 
	border-right: solid 1px #ccc;
}
#main {
	clear: both; 
	padding: 0;
}
#content-sub {
	padding: 40px 0 0; 
	border-top: solid 1px #999; 
}
.paged #content-sub,
.archive #content-sub,
.search #content-sub {
	padding: 0; 
	border-top: none; 
}
#content-posts {
	width: 480px; 
	clear: left;
	padding-top: 3px;
	padding-right: 30px; 
	border-right: solid 1px #ccc;
}
#content .post {
	padding: 20px 0 0; 
	margin: 0 0 40px; 
	border-top: solid 1px #ccc;
	position: relative;
}
#index-post-first.post {
	padding-bottom: 10px;
	margin-bottom: 10px; 
	background: #fff; 
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
}
#footer-widget-area #first.widget-area {
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #second.widget-area {
	width: 400px;
	margin-right: 20px;
}
#footer-widget-area #third.widget-area {
	width: 300px;
}
#site-info {
	float: left;
	width: 960px;
	padding-top: 5px;
	border-top: 1px solid #BCBCB8;

}
#site-generator {
	float: right;
	width: 220px;
}
#primary {
	float: right;
	overflow: hidden;
	width: 180px;
}
#secondary {
	float: right;
	width: 180px;
	margin-top: 10px;
}
#footer {
	clear: both;
	width: 100%;
	padding-top: 20px;
}

/* clearfix */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix-left:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: left;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.clear {clear: both; }

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

#access li,
#featured .featured-title,
.page-title,
#content h1,
#content h2,
#content .post-categories,
#content .news-brief-title,
.entry-title,
.widget-title,
h3#comments-title {font-family: 'VerioxSemiBold',Arial,sans-serif;}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body,
input,
textarea {
	color: #444;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #ebebe6;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul {
	list-style: square;
	margin: 0 0 20px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 20px 2em;
}
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 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
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: #f0f0ed;
	color: #222;
	line-height: 20px;
	margin-bottom: 20px;
	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: #f0f0ed;
	border: 1px solid #ccc;
	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;
}
video {
	max-width:100%;
	height: auto;
}

/* Links */
a {
	text-decoration: none;
}
a:link {
	color: #0069a3;
}
a:visited {
	color: #0069a3;
}
a:active,
a:hover {
	color: #00a3ff;
}
a.more-link {color: #FF5007; }


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header { height: 350px; }

#ad-premium {
	width: 300px; 
	height: 250px; 
	float: right; 
}

#featured {
	width: 560px; 
	height: 170px; 
	float: left;
}
#featured a {
	font-size: 14px; 
	color: #666; 
	line-height: 15px;
}
#featured a:hover {
	color: #0083CC; 
}
#featured .featured-post {
	width: 180px; 
	height: 170px; 
	float: left; 
	margin-left: 10px;
	overflow: hidden;
}
#featured .featured-post:first-child {
	margin-left: 0;
}
#featured .featured-post-thumb {
	text-align: center;
	line-height: 118px;
	text-align: center; 
	background: #f0f0ed; 
	width: 180px; 
	height: 120px;
	margin-bottom: 5px; 
	overflow: hidden;
}

#branding {
	width: 560px; 
	height: 79px; 
	margin-bottom:10px; 
	float: left; 
	position: relative; 
	border-top: solid 1px #ccc; 
	border-bottom: solid 1px #ccc;
	display: block;
}
h1.logo {
	clear: none; 
	position: absolute; 
	bottom: -20px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	width: 960px;
	height: 25px;
	padding-bottom: 5px;
	margin: 0 auto;
	position: relative;
	border-bottom: solid 2px #999;
}
#access .menu-header {
	font-size: 14px;
	margin-left: 0;
}
#access .menu-header ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li {
	float: left;
	position: relative;
}
#access a {
	color: #666;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	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: 30px;
	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: #EBEBE6;
	line-height: 1.2em;
	padding: 5px 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #EBEBE6;
	color: #0083CC;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current-cat > a,
#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: #666;
}
* html #access ul li.current-cat a,
* 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: #FF5007;
}

#nav-top { width: 960px; height: 30px; }
#nav-top div.menu {padding: 0;}
#nav-top ul { list-style: none; margin: 0; padding: 0; float: right; }
#nav-top ul li { display: inline-block; float: left; padding: 0 0 0 10px; margin: 0 0 0 10px; border-left: solid 1px #777; }
#nav-top ul li:first-child { padding-left: 0; margin-left: 0; border: none; }

#access #social-links {
	float: right;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
#access #social-links a {
	font-size: 11px;
	line-height: 11px;
	color: #666;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0;
	margin-left: 10px;
}
#access #social-links img {margin-top: 2px; }


/* =Content
-------------------------------------------------------------- */
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 13px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 20px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content #index-post-first h2,
.single #content .post h1.entry-title,
.attachment #content h2.entry-title {
	font-size: 28px; 
	margin-bottom: 0;
	padding-left: 0;
}
#content h1.page-title {
	margin-bottom: 40px;
	width: 480px;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
#content table {
	border: 1px solid #ebebe6;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 20px;
}
#content tr td {
	border-top: 1px solid #ebebe6;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 20px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 20px 0;
}
.page-title {
	color: #000;
	font-size: 16px;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #444;
	font-size: 16px;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff5007;
}
#content #content-posts .entry-title {
	color: #000;
	font-size: 19px;
	line-height: 1.25em;
	padding-left: 0;
	margin-bottom: 0;
}
#content #content-posts #post-0 .entry-title {
	padding-left: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #0069A3;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff5007;
}
.entry-meta {
	color: #888;
	font-size: 11px;
	padding-left: 0;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	/* clear: both; */
	padding: 10px 0 0 0;
}
.category-opinionator .entry-summary-excerpt {
	font-size: 15px;
	line-height: 22px;
}
.category-opinionator .entry-summary-excerpt a.more-link {
	font-size: 13px;
	line-height: 22px;
}
.category-obituaries .entry-summary-excerpt {
	font-size: 15px;
	line-height: 22px;
}
.category-obituaries .entry-summary-excerpt a.more-link {
	font-size: 13px;
	line-height: 22px;
}

.category-news-brief .entry-summary {
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 10px;
}
.entry-content fieldset {
	border: 1px solid #ebebe6;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #444;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff5007;
}
#content p.edit-link {
	margin-top: 10px;
	margin-bottom: 0;
}
.edit-link a {
	color: #FF5007 !important ;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #ebebe6;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: left;
	color: #888;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0 0;
	border-top: dotted 1px #0069a3;
}
.entry-meta a,
.entry-utility a {
	color: #0083CC;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF5007;
}
#content .video-player {
	padding: 0;
}


#content .post-categories {
	color: #fff; 
	background: url(images/banner-shadow-orange.png) no-repeat 0 bottom; 
	height: 25px; 
	padding: 0; 
	position: absolute; 
	top: -10px; 
	left: -15px; }
#content .post-categories-links {
	background: #FF5007; 
	height: 20px; 
	padding: 0 5px; 
	margin-left: 0;
}
#content .post-categories-links {
	background: #FF5007; 
	height: 20px; 
	padding: 0 5px; 
	margin-left: 0;
}

/* Icons for slugs  */
#content .primary-category-firestorm-special .primary-category-icon {
	background: url(images/firestorm-icon.png) no-repeat;
	width: 20px;
	height: 32px; 
	padding: 0; 
	position: absolute; 
	top: -22px; 
	left: 0;
	z-index: 99;
}
#content .primary-category-firestorm-special .post-categories-links {
	background: #FF5007; 
	height: 20px; 
	padding: 0 5px 0 41px; 
	margin-left: 0;
}

#content .post-categories a {
	font-size: 13px; 
	color: #fff; 
	line-height: 20px;
}
#content .news-brief-title-area {
	color: #fff; 
	background: url(images/banner-shadow-blue.png) no-repeat 0 bottom; 
	height: 25px; 
	padding: 0; 
	position: absolute; 
	top: -10px; 
	left: -15px;
}
#content .news-brief-title {
	background: #00A3FF; 
	height: 20px; 
	padding: 0 5px; 
	margin-left: 0;
}
#content .news-brief-title a {
	font-size: 13px; 
	color: #fff; 
	line-height: 20px;}


/* Donation */
.donation-block {
	background-color: #fffdd4;
	padding: 20px 20px 0;
	margin-bottom: 2em;
	overflow: auto;
}
.donation-block ul {
	padding: 0;
	margin-left: 0;
	margin-bottom: 10px !important;
	display: block;
	overflow: auto;
}
.donation-block li{
	float: left;
	margin-right: 10px;
	list-style: none;
}

.donation-block li a,
a.donation-once {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	width: 80px;
	padding: 8px 3px;
	border: 1px solid #999999;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 4px;
}
.donation-block li a {
	color: #333;
	background-color: #eee;
	width: 80px;
}
a.donation-once {
	color: #fff;
	background-color: #5dc148;
	width: 276px;
	margin-top: 10px;
}
.donation-block li a:hover,
a.donation-once:hover {
	color: #fff;
	background-color: #333;
}

/* Category Archive: Opinionator
-------------------------------------------------------------- */
#header-cat-opinionator {
	padding: 10px 10px 10px 20px;
	margin:0 0 20px -20px;
	position: relative;
	background-color: #EBEBE6;
}
.header-cat-shadow {
	width: 15px;
	height: 10px;
	background: url(images/banner-shadow-gray.png) no-repeat scroll 0 bottom transparent;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#content.opinionator h1.page-title {
	font-family: 'VerioxSemiBold',Arial,sans-serif;
	font-size: 46px;
	color: #F65117;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}
#content.opinionator h1.page-title span {
	font-family: 'VerioxSemiBold',Arial,sans-serif;
	font-size: 46px;
	color: #F65117;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}
#content.opinionator .archive-meta p {
	font-size: 18px;
	font-weight: bold;
	color: #F65117;
	margin-bottom: 0;
}
#content.obituaries h1.page-title {
	font-family: 'VerioxSemiBold',Arial,sans-serif;
	font-size: 46px;
	color: #F65117;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}
#content.obituaries h1.page-title span {
	font-family: 'VerioxSemiBold',Arial,sans-serif;
	font-size: 46px;
	color: #F65117;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}
#content.obituaries .archive-meta p {
	font-size: 18px;
	font-weight: bold;
	color: #F65117;
	margin-bottom: 0;
}
#content .category-opinionator p.opinionator-author {
	font-weight: bold;
	margin-bottom: 0;
}
#content .category-opinionator p.opinionator-author-bio {
	font-size: 12px;
	color: #888;
	font-style: italic;
}
#content .category-opinionator p.opinionator-author-bio a {
	color: #0069A3;
}
#content .category-obituaries p.opinionator-author {
	font-weight: bold;
	margin-bottom: 0;
}
#content .category-obituaries p.opinionator-author-bio {
	font-size: 12px;
	color: #888;
	font-style: italic;
}
#content .category-obituaries p.opinionator-author-bio a {
	color: #0069A3;
}



/* Social Sidebar
-------------------------------------------------------------- */
#content .post-social,
#content .post-social-horizontal {
	background: #EBEBE6;
	clear: left;
}
/* common */
.single #content .post-social-horizontal {
	clear: both; 
}
#content .post-social p,
#content .post-social a,
#content .post-social-horizontal p,
#content .post-social-horizontal a {
	font-size: 11px; 
}
/* vertical */
#content .post-social {
	width: 90px; 
	float: left; 
	padding: 5px; 
	margin: 0 20px 10px 0;
	overflow: hidden;
}
#content .post-social p {
	line-height: 20px; 
	margin-bottom: 10px; 
}
/* horizontal */
#content .post-social-horizontal {
	height: 30px;
	padding: 8px 10px 0;
	margin-bottom: 5px;
}
#content .post-social-horizontal .comments-link {
	padding: 0 10px 0 0;
}
/* buttons */
#content .comments-link {
	float: left;
}
#content #facebook_like {
	float: left;
}
#content .fb-share-button {
	float: left;
	margin-right:10px;
	margin-bottom:5px;
}
.tw_button {
	float: left;
	margin-right: 10px;
}
.email-button {
	float: left;
	display: inline-block;
	line-height: 20px;
	height: 20px;
}
.email-button-2014 {
	float: left;
	display: inline-block;
	line-height: 20px;
	margin-bottom:5px;
	padding: 1px 6px;
	border:1px solid #cccccc;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
   background: -webkit-linear-gradient(top, #ffffff, #dddddd);
   background: -moz-linear-gradient(top, #ffffff, #dddddd);
   background: -ms-linear-gradient(top, #ffffff, #dddddd);
   background: -o-linear-gradient(top, #ffffff, #dddddd);
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   text-decoration: none;
   vertical-align: middle;
}

/* printfriendly */
.post-social-horizontal .printfriendly {
	margin-top: 0 !important;
	margin-left: 15px;
}
.post-social-horizontal .printfriendly img {
	vertical-align: top;
}


/* --- */
#index-post-first .entry-summary,
.single .entry-content,
.single .entry-utility {
	margin-left: 0;
}
#index-post-first .post-social,
.single #content .post-social {
	margin-left: 0;
}
#index-post-first,
.single #content,
.page #content{
	font-size: 14px;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	padding: 0;
	max-width: 720px;
	height: auto;
/*	width: auto; */
}
#content-posts img {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}
#content-posts .wp-caption,
#content-posts img,
#content-posts p.wp-caption-text {
	max-width: 480px;
}
#content-posts object,
#content-posts embed {
	width: 100% !important;
}

#content .attachment img {
	height: auto;
	max-width: 720px;
	width: auto;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 10px;
}
#content .wp-caption {
/*	width: auto !important; */
	line-height: 15px;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
}
#content .wp-caption img {
	margin: 0;
	padding: 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Post thumbnail display */
#content .archive-post-thumb {
	text-align: center;
	background: #f0f0ed;
	width: 200px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 0 20px 10px 0;
}
#content .archive-post-thumb img {
	vertical-align: middle;
	min-width: 200px;
	width: auto;
	min-height: 150px;
	height: auto;
}
#content .archive-post-thumb p {
	font-size: 12px;
	line-height: 150px;
	vertical-align: middle;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff5007;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	padding-top: 5px;
	margin: 0;
	border-top: solid 1px #BCBCB8;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	background: #f0f0ed;
	clear: both;
	padding: 20px 20px 5px 120px;
	margin-top: 30px;
	position: relative;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-weight: normal;
	color: #000;
	font-size: 16px;
	margin-bottom: 0;
	margin-left: -120px;
}
#comments #comments-title-area {
	background: url(images/banner-shadow-orange.png) no-repeat 0 bottom; 
	height: 30px; 
	padding: 0; 
	position: absolute; 
	top: -10px; 
	left: -10px; }

h3#comments-title {
	color: #fff; 
	background: #ff5007; 
	height: 25px; 
	padding: 0 5px; 
	margin-left: 0; }
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 16px;
	margin: 0 0 16px 0;
	padding: 0 0 0 56px;
	position: relative;
	border-bottom: 1px solid #BCBCB8;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff5007;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff5007;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #ebebe6;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #444;
}
#respond {
	padding: 10px 0 0;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	border-top: solid 1px #0069A3;
}
div#comments-title-area + div#respond {
	padding: 0;
	border-top: none;
}

#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 0 0 10px;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff5007;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	background-color: #f6f6f4;
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-title {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase; 
	padding: 3px 10px; 
	margin: 0; }
#primary .widget-title {
	color: #fff;
	line-height: 25px;
	background: #00a3ff;
	padding-top: 0; /* padding top and bottom 0 to prevent background color from displaying if no widget-title */
	padding-bottom: 0;
}
#primary .widget-title a {
	font-weight: normal;
	color: #fff;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area li {
	margin-bottom: 20px;
}
#secondary.widget-area li {
	margin-bottom: 10px;
}
.widget-area li li {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 5px 0;
	border: none;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0;
}

.widget-area a:link,
.widget-area a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	color: #0083cc;
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f0f0ed;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff5007;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin: auto;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: auto;
	padding: 10px;
}


/* Primary sidebar */
#primary.widget-area ul li.widget_recently_popular ul {
	margin-left: 20px;
	list-style: decimal;
}
#primary.widget-area li:first-child {}

#primary.widget-area li li,
#primary.widget-area li li:first-child {
	border: none;
}
ul.search {
	list-style: none;
	padding: 0;
	margin: 0;
}
input[type="text"]#s {
	color: #666;
	width: 147px;
}
input[type="image"]#searchsubmit {
	vertical-align:middle; 
	margin-bottom: 2px; 
	margin-left: 5px;
}
#primary p {
	margin: 10px;
}


/* Secondary sidebar */
#content #secondary div.widget-container {
	background: #f0f0ed;
	padding-top: 20px;
	margin-bottom: 30px;
	position: relative;
	border-top: solid 1px #ccc; 
	border-left: solid 1px #ccc;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
#content #secondary #html_javascript_adder-5,
#content #secondary #html_javascript_adder-7 {
	background: none;
	padding-top: 0;
	margin-bottom: 30px;
	position: relative;
	border: none; 
}
#content #secondary .widget-title-area {
	color: #fff; 
	background: url(images/banner-shadow-999.png) no-repeat 0 bottom; 
	height: 32px; 
	padding: 0; 
	position: absolute; 
	top: -15px; 
	left: -10px;
}
#content #secondary h3.widget-title {
	font-weight: normal;
	font-size: 14px;
	color: #0069A3;
	background: #fff;
	height: 20px;
	border-top: solid 1px #ccc; 
	border-left: solid 1px #ccc;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999; 
}
#content #secondary p {
	font-size: 12px;
	padding: 10px; 
	margin: 0;
}
#content #secondary p:first-child {
	padding-top: 0; 
}
#content #secondary ul {
	font-size: 12px; 
	line-height: 15px; 
	list-style: none; 
	padding: 10px;
	margin: 0;
}
#content #secondary ul ul {padding: 10px 10px 0;}

#content #secondary li li {border: none;}

#content #secondary .simple-flickr-photostream ul {padding: 0; margin-top: 10px; margin-left: 5px;}
#content #secondary .simple-flickr-photostream li {
	float: left;
	margin: 0 5px 10px;
	width: 75px;
	height: 75px; }
#content #secondary .simple-flickr-photostream:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

/* Footer widget areas */
#footer-widget-area h3.widget-title {
	color: #0069a3;
	background: #ebebe6;
	margin-bottom: 10px;
}
#footer-widget-area .widget_tag_cloud a {
	color: #888;
}
#footer-widget-area .widget_tag_cloud a:hover {
	color: #000;
}

/* =Including Javascript
-------------------------------------------------------------- */
/* Javascript inclusion */

pre.script {
  visibility: hidden;
  display: none;
}

/* =OIO Publisher
-------------------------------------------------------------- */
/* header premium ad */
#header #ad-premium ul {
	padding: 0; 
	margin: 0; 
}
#header #ad-premium li.widget {
	padding: 0; 
	margin: 0; 
	list-style: none;
}

/* banner ad 728x90 after first post on home page */
#content .leaderboard-728x90 img {
	max-width: 728px !important;
	margin-left: -4px;
	margin-bottom: 30px;
}


/* sidebar banner ads */
#main .widget-area ul ul.oio-banner-zone {
	padding: 0; 
	margin: 0; 
	list-style: none;
}
ul.oio-banner-zone li.border {
	border: solid 2px #ccc !important ; 
	background: #f0f0ed !important ;
}
li.oio-center {
	text-align: center;/*remove after oio successfully installed */ 
}

/* between posts bannder ads */
#content-posts .ad-between-posts {
	padding: 0 0 40px;
	display: block;
}

/* =MailChimp Signup Form
-------------------------------------------------------------- */
#mc_embed_signup{position: absolute;width: 300px;background-color: #F65117;top: -17px;right: 0;}
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:5px 7px;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {
	font-family: 'VerioxSemiBold',Arial,sans-serif;
	font-size:12px; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	line-height: 20px; 
	display: inline-block; 
	vertical-align: top; 
	white-space: nowrap; 
	width: auto;
	height: 24px; 
	padding:0; 
	background-color: #999; 
	border: 0 none; 
	border-radius:2px; 
	cursor: pointer; 
}
#mc_embed_signup .button:hover {background-color:#555;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:12px; color:#fff; padding-bottom:3px; font-weight:bold;}
#mc_embed_signup input.email {display:inline-block; padding:2px 0; margin:0; text-indent:5px; width:198px;}
#mc_embed_signup input.button {display:inline-block; width:75px; margin:0 0 0 5px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}




/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 4px solid #BCBCB8;
	overflow: hidden;
	padding: 40px 0;
}
#site-info {
	color: #888;
	font-weight: normal;
}
#site-info a {
	color: #0069A3;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(../berkeleyside/images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #ebebe6;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}