/*
Theme Name: OGM
Theme URI: http://www.anthonyvictorio.com/
Description: A template designed by Anthony Victorio
Version: 3.0
Author: Anthony Victorio
Author URI: http://www.anthonyvictorio.com/
Tags: 

*/

/* Begin Typography & Colors */
@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
}
h1, h2, h3 {
	font-weight: normal;
	color: #d1540c;
	font-size: 20px;
}
a {
}
a:hover {
}
strong {
/*color: #5091e5;*/
}
input, textarea {
	border: 1px solid #c8c8c8;
}
#wrapper {
	width: 760px;
	margin: 20px auto 0 auto;
}
#header {
	padding: 20px 0 30px 0;
	font-size: 18px;
}
#header span a {
	padding: 10px 15px;
	color: #fff;
	background: #000;
	margin-right: 20px;
}
#header span a:hover {
	background: #5091e5;
}
#subheader {
	padding: 20px 0;
}
#subheader h1 {
	font-size: 40px;
}
#content {
	width: 570px;
	float: left;
	border-right: 1px dotted #c8c8c8;
}
#content .body-ad {
	width: 336px;
	float: right;
	margin-left: 10px;
}
#content a {
}
#content a:hover {
	text-decoration: underline;
}
#content .alignright {
	float: right;
	margin: 0 0 15px 15px;
}
#content .alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
#content .wp-caption {
	display: block;
	padding: 5px 0;
	background: #ebebeb;
	border: 1px solid #cdcdcd;
	font-weight: bold;
}
#content .wp-caption p {
	margin: 0;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 0;
}
#content .wp-caption img {
	margin: 0 auto;
	display: block;
}
#content .aligncenter {
	display: block;
	margin: 0 auto 14px auto;
	text-align: center;
}
#content .size-full {
	padding: 10px;
	border: 1px solid #c8c8c8;
	background: #f0f0f0;
}
#content .date-header {
	padding: 5px 0 10px 0;
	font-size: 12px;
	color: #666666;
}
#content h2, h3, h4 {
	margin-bottom: 15px;
}
#content p, ul, ol, blockquote {
	margin-bottom: 14px;
}
#content ul {
	margin-left: 30px;
}
#content ol {
	margin-left: 30px;
}
#content ol li {
	line-height: 24px;
}
#content h2 {
	font-size: 24px;
}
#sidebar {
	width: 180px;
	float: right;
	font-size: 12px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}
#sidebar li {
	padding-bottom: 5px;
}

#sidebar ul li ul li{
	margin-left: 10px;
}
#sidebar h4 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666666;
}
#sidebar .screen-reader-text {
	display: none;
	position: absolute;
}
#sidebar p {
	margin-bottom: 14px;
}
#sidebar .sidebox {
	padding-bottom: 20px;
}
#sidebar .search {
	width: 120px;
}
#searchform {
	margin-bottom: 20px;
}
#sidebar .ss {
	padding: 2px 3px;
}
#footer {
	clear: both;
	border-top: 1px dotted #c8c8c8;
	padding: 40px 0 10px 0;
}
#footer .rss {
	background: left no-repeat url('rss.gif');
	padding-left: 20px;
	padding-right: 10px;
}
#footer .rss:hover {
	background: left no-repeat url('rss-hover.gif')
}
#footer span {
	padding-right: 20px;
}
