/*   
Theme Name: The Oakland Post Online
Theme URI: http://oaklandpostonline.com
Description: Web Design for the Oakland Post.
Author: Bryan Culver
Author URI: http://bryanculver.com
*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Oakland Post Design */
/* Entire Site */
body {
	padding: 0 20px 0;
	font:10px Helvetica, "Helvetica Neue", Arial, sans-serif;
}
div#site {
	width: 1000px;
	margin: 0 auto 0;
}
a {
  color:#555;
}
strong, b {
  font-weight:bold;
}
/* Header */
div#header {
	background-color: #000;
	height: 150px;
	border-bottom: 1px solid #434151;
}
div#header_logo {
	width: 165px;
	float: left;
	padding-top:35px;
	text-align: center;
	color: #fff;
}
div#header_center {
	float: left;
	text-align: center;
	padding-top: 20px;
	width: 668px;
}
div#header_ad {
	width: 165px;
	float: right;
}
h1 {
	color: #fff;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 6.4em;
	text-shadow: #000 1px 1px 1px;
}
h1 a {
	color: #fff;
	text-decoration: none;
}
div#header span.description {
	color: #fff;
	font-family: Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.4em;
	text-shadow: #000 1px 1px 1px;
}
div#header_publication {
	padding-top: 5px;
}
div#header_publication span.today {
	font: 1.2em Georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	color: #fff;
}
div#header_publication span.updated {
	font-size: 1.2em;
	color: #999;
}
/* Navigation */
div#navigation{
	width: 1000px;
	background-color: #b18f36;
	border-top: 1px solid #dbb042;
	margin-bottom: 20px;
	clear: both;
}
div#navigation ul li {
	display: inline;
	padding:  5px 6px 5px 8px;
	text-align: center;
	color: #000;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.4em;
	margin: 0;
	list-style: none;
	float: left;
}
div#navigation ul li a{
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
div#navigation ul li:hover {
	background-color: #e9bb46;
}
div#navigation ul li:hover a {
	color: #000;
}
div#navigation ul li.current, div#navigation ul li.current-cat {
	background-color: #e9bb46;
}
div#navigation ul li.current a, div#navigation ul li.current-cat a {
	color: #000;
}
/* Breaking News */
div#breaking {
	clear: both;
	background-color: #b18f36;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 2em;
	text-align: center;
	color: #fff;
}
div#breaking a {
	color: #fff;
}
div#breaking a:hover {
	background-color: #fff;
	color: #b18f36;
	text-decoration: none;
}
/* Latest News */
div#latest_box {
	width: 670px;
	float: left;
}
div#latest {
	float: left;
	width: 300px;
	margin: 0 40px 0 0;
}
div#latest img {
	margin-bottom: 10px;
}
div#latest span.column_head {
	font-size: 2.2em;
}
div#latest p {
	font-size: 1.2em;
	margin-bottom: 5px;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 5px 0 10px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
span.column_head {
	color: #b18f36;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}
span.column_head a {
	color: #b18f36;
	text-decoration: none;
}
span.byline {
	color: #ababab;
	text-transform: uppercase;
}
span.byline a {
	color: #ababab;
}
span.byline a:hover {
	color: #fff;
	background-color: #ababab;
	text-decoration: none;
}
span.read_link {
	text-align: right;
	float: right;
}
span.read_link a {
	color: #b80000;
	text-decoration: none;
}
span.read_link a:hover {
	background-color: #b80000;
	color:#fff;
}
div.hr {
	height: 5px;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	margin: 10px 0 10px;
}
div.hr hr {
	display: none;
}
div.hr.clear {
	clear: both;
}
div.hr.single {
	height: 0px;
	border-bottom: none;
	margin: 10px 0 10px;
}
div#main_left {
	float: left;
}
div.single_post span.metaicons img{
  vertical-align: text-bottom;
  margin: 0 5px 0 10px;
}
div.single_post {
  width: 660px;
  font-size: 1.2em;
}
div.center_spread {
  width: 1000px;
}
div.single_post h2 {
  font-size:2em;
}
div.single_post h3 {
  font-size:1.5em;
  font-weight:bold;
}
div.single_post span.post_thumb {
  display:block;
  float:right;
  margin:10px 0 10px 10px;
  font-style: italic;
  font-size:.9em;
}
div.single_post span.post_thumb img {
  margin-bottom:5px;
}
div.single_post p {
  margin-bottom:15px;
  line-height: 1.3em;
  display:block;
}
div.single_post blockquote {
  margin: 0 10px 0 30px;
  font-style: italic;
  font-size:.9em;
}
div.single_post p strong, div.single_post p b {
  font-weight:bold;
}
div.single_post ul {
  list-style:disc;
  margin: 0 0 15px 15px;
  
}
div.single_post ol {
  list-style-type: decimal;
  margin: 0 0 15px 15px;
  
}
div.commentlist {
  margin-top:10px;
}
div.comment p {
  float:right;
  width:530px;
}
div.comment p.comment_author {
  display:block;
  float:left;
  width:100px;
  font-size:.9em;
}
div.category span.category_head {
	font-size: 2em;
	font-weight: bold;
}
div.category_post {
	width: 660px;
}
div.category_post p {
	margin-bottom: 10px;
	font-size: 1.2em;
}
div.category_post h3 {
	font-size: 1.3em;
	font-weight: bold;
}
div.category_post h3 a:hover {
	text-decoration: underline;
}
div#category_latest div.image{
	float: left;
	margin: 0 10px 10px 0;
}
div#category_latest div.text{
	margin: 0 0 10px;
}
div.latest_side {
	float: right;
	border-bottom: 1px #ddd solid;
	padding: 10px 0px 10px;
}
div.latest_side span.column_head {
	font-size: 2em;
}
h3 {
	margin-top: 5px;
	font-size: 1.2em;
	margin-bottom: 5px;
}
h3 a{
	color: #000;
	text-decoration: none;
}
div#latest_side_1 {
	padding-top: 0px;
}
div#latest_side_4 {
	border-bottom: none;
}
div.latest_side div.left{
	float: left;
	width: 210px;
	height: 75px;
	margin-right: 15px;
}
div.latest_side div.right{
	float: right;
	width: 100px;
}
div#opinion {
	background-color: #ccc1a4;
	padding: 10px;
	margin-bottom: 10px;
}
div#opinion span.column_head {
	font-size: 2em;
	color: #fff;
}
div#opinion span.column_head a{
	color: #fff;
}
div#opinion table {
	width: 650px;
}
td.opinion_column {
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	padding: 5px 10px 5px;
	margin-top: 5px;
	height: inherit;
	width: 33%;
}
td#opinion_editorial {
	padding-left: 0px;
}
td#opinion_mouthing_off {
	border-right: none;
}
td.opinion_column span.title {
	font-size: 1.3em;
	font-weight: bold;
}
td.opinion_column span.title a{
	color: #000;
	text-decoration: none;
}
td.opinion_column p {
	font-size: 1.2em;
	margin-bottom: 5px;
}
td.opinion_column span.byline{
	color: #777;
}
td.opinion_column span.byline a{
	color: #777;
}
td.opinion_column span.byline a:hover{
	background-color: #777;
	color: #fff;
}
td.opinion_column ul{
	list-style-type: disc;
	margin: 0 0 0 15px;
	font-size: 1.2em;
}
td.opinion_column ul li{
	margin: 0 0 5px 0;
}
td.opinion_column ul li a{
	color: #000;
}
div#main_side {
	width: 300px;
	float: right;
}
div#search_box {
	background-color: #000;
	padding: 10px;
	margin: 0 0 20px;
}
input#search_input {
	border: none;
	padding: 4px 5px 5px;
	font-size: 1.2em;
	width: 160px;

}
input#search_button {
	background-color: #000;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font:1.5em "Gill Sans", "Gill Sans MT", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-shadow: #000 1px 1px 1px;
	padding-top: 3px;
	padding-bottom: 4px;
}
input#search_button:hover {
	background-color: #fff;
	color: #000;
	text-shadow: #fff 1px 1px 1px;
}
div#survey_box span.column_head {
	font-size: 1.8em;
	color: #000;
}
div#survey_box{
  text-align:center;
  width:300px;
}
div#survey_box div.democracy{
  font-size:1.1em;
}
div#other_links {
	text-align: center;
	margin-bottom: 20px;
}
div#other_links span.column_head {
	font-size: 1.8em;
	color: #000;
}
div#other_links ul {
	text-align: left;
	list-style-type: disc;
	margin: 10px 0 10px 20px;
}
div#other_links ul li {
	margin: 2px 0px 2px 0;
	font-size: 1.1em;
}
div#other_links ul li a {
	color: #555;
}
div#other_links img {
	margin: 0 5px 0;
}
div.adspace {
	border: #ddd 1px solid;
	background-color: #eee;
}
div#ad02 {
	margin-bottom: 20px;
}
div.side_gallery {
	background-color: #000;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 10px 10px;
}
div.side_gallery span.column_head {
	color: #fff;
	font-size: 1.8em;
}
div.side_gallery td {
	padding: 10px;
	text-align: center;
}
div.side_gallery td a {
	text-decoration: none;
	color: #eee;
}
div.side_gallery td#video1 {
	padding-left: 0;
}
div.side_gallery td#photo1 {
	padding-left: 0;
}
div.side_gallery td#photo4 {
	padding-left: 0;
}

/**/

div.more_column {
	padding: 10px;
	margin-top: 5px;
	height: inherit;
	width: 184px;
	float: left;
}
div.more_column span.column_head {
	font-size: 2em;
}
div#more_campus {
	padding-left: 0px;
}
div#more_scene {
	padding-right: 0px;
}
div.more_column img {
	margin: 10px 0 10px;
}
div.more_column span.title {
	font-size: 1.3em;
	font-weight: bold;
}
div.more_column span.title a{
	color: #000;
	text-decoration: none;
}
div.more_column p {
	font-size: 1.2em;
	margin-bottom: 5px;
}
div.more_column span.byline{
	color: #777;
}
div.more_column span.byline a{
	color: #777;
}
div.more_column span.byline a:hover{
	background-color: #777;
	color: #fff;
}
div.more_column ul{
	list-style-type: disc;
	margin: 0 0 0 15px;
	font-size: 1.2em;
}
div.more_column ul li{
	margin: 0 0 5px 0;
}
div.more_column ul li a{
	color: #555;
}
div#ad03 {
	width: 640px;
	float: left;
	margin-bottom: 10px;
}
div#ad04 {
	width: 340px;
	float: right;
	margin-bottom: 10px;
}
div#blogs {
	float: left;
	width: 660px;
}
div#blogs span.column_head {
	font-size: 2em;
}
div#blogs div.blog {
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px #ddd solid;
}
div.blog div.image {
	width: 100px;
	float: left;
	margin-right: 20px;
}
div.blog div.text {
	float: right;
	width: 540px;
}
div.blog span.title {
	font-size: 1.3em;
	font-weight: bold;
}
div.blog span.title a{
	color: #000;
	text-decoration: none;
}
div.blog p {
	font-size: 1.2em;
	margin-bottom: 5px;
}
div.blog span.byline{
	color: #777;
}
div.blog span.byline a{
	color: #777;
}
div.blog span.byline a:hover{
	background-color: #777;
	color: #fff;
}
div#twitter {
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
}
div#issuu {
	float: right;
	width: 300px;
	margin-left: 20px;
	text-align: center;
}
div#issuu span.column_head {
	font-size: 2em;
	color: #000;
}
div#footer {
	margin-top: 20px;
	width: 1000px;
}
div#foot_top {
	background-color: #b18f36;
	color: #fff;
	padding: 10px;
	font-size: 1.1em;
	text-align: center;
}
div#foot_top ul {
  display:inline;
}
div#foot_top ul li {
  display:inline;
  margin: 0 10px 0;
}
div#foot_top ul li a {
  color:#000;
  text-decoration:none;
}
div#foot_top ul li a:hover {
  text-decoration:underline;
}
div#foot_bottom {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 5px;
}
