/*------------------------------------------------------------------
Global CSS
January 2015
Methods: 		RULES ORGANIZATION WITHIN CSS FILES
				Should mirror the html document flow:
				General
					Container
						Header
							Nav
						Body
							Layout Setup
								Modules
						Footer
					Hacks
					(other)
--------------------------------------------------------------------*/

/* Global Styles
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #f8f5e7;
	color: #414141;
	font-family: Georgia, 'Times New Roman', Times, sans-serif;
	margin: 0 auto;
	width: 320px;
}

img, fieldset {
	border: 0;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

img#wpstats {
	display: none;
}

/* Often Used Classes
--------------------------------------------------------------------*/
.floatleft {
	float: left;
	display: inline;
}
.floatright {
	float: right;
	display: inline;
	width:100%;
}
.alignleft {
	float: left;
	display: inline;
    text-align: left;
	width:100%;
}
.alignright {
	float: right;
	display: inline;
    text-align: right;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
}

/* Links
--------------------------------------------------------------------*/
a {
	color: #306885;
	text-decoration: none;
}

a:hover {

}

/* Headers
--------------------------------------------------------------------*/
h1 {
	border-bottom: 1px dotted #ccc9be;
	color: #306885;
	font: bold 182.9%/146.5% arial, sans-serif;
	margin: 0;
}
h2 {
	font-size: 250%;
	font-weight: normal;
	margin: 10px 0;
}
h2 a {
	color: #414141;
}
h3 {
	font-size: 182.9%;
	font-weight: normal;
	margin: 0 0 20px 0;
}
h4 {

}
h5 {

}
h6 {

}

/* Text
--------------------------------------------------------------------*/
p {
	font-size: 182.9%;
	line-height: 153.9%;
	margin: 0 0 25px 0;
}

strong {
	font-weight: bold;
}

span.underline {
	text-decoration: underline;
}

/* Lists
--------------------------------------------------------------------*/

dl {

}

ul {

}

ul li {
	font-size: 182.9%;
	line-height: 153.9%;
}

ul li ul li {
	font-size: 100%;
	line-height: 100%;
}

ol {

}

/* Form Elements
----------------------------------------------------------------------*/
select {
	color: #454545;
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select option {
	padding: 0 2px;
}
input.checkbox,  
input.radio { 
	_height:13px; 
	_width:13px; 
}
input.text,
input.password {
	border: 1px solid #D3D3D3;
	border-top: 1px solid #818181;
	border-left: 1px solid #818181;
	padding: 2px;
	font-size: 11px;
	width: 200px;
}
input.text.disabled {
	color: #404040;
	border: 0;
	background: none;
}
input.date {
	width: 85px;
	background: url(/wp-content/themes/oc-mobile2/i/icon_calendar.gif) no-repeat 100% 1px;
}
textarea {
	border: 1px solid #D3D3D3;
	border-top: 1px solid #818181;
	border-left: 1px solid #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 460px;
	height: 75px;
	padding: 3px;
}

/* Form -> Layout
-----------------------------------*/
form fieldset {
	border: none;
	padding: 7px 0;
}
form span.error {
	display: block;
	color: #D1392C;
}
form div.error label {
	color: #D1392C;
}
form div.error input.text,
form div.error input.password,
form div.error textarea,
form div.error select {
	border: 1px solid #F1B3B3;
	border-top: 1px solid #D1392C;
	border-left: 1px solid #D1392C;
	background: #ffc;
}
form div.nolabel {
	margin-left: -145px;
}
form div.buttons {
	margin-left: 0;
}
form div label {
	font-weight: bold;
}
form div div label {
	float: none;
	display: inline;
	margin-left: 0;
	font-weight: normal;
}
form div div {
	padding: 0;
	margin: 0;
}
form div.iefix {
	_height: 1%; /*IE FIX*/
	margin-bottom: 10px;
}
/* list columns */
form div.cols {
	margin-bottom: 10px;
}
form div.cols ul.col {
	width: 50%;
	float: left;
}
form div.cols.three ul.col {
	width: 33%;
}
form div ul {
	list-style: none;
}
form div ul.checkbox li,
form div ul.radio li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}
form div ul.checkbox li label,
form div ul.radio li label {
	font-weight: normal;
}

/* Form -> Layout -> Horizontal
-----------------------------------*/
form.horizontal fieldset {
	border: none;
	padding: 7px 0;
}
form.horizontal input.text,
form.horizontal input.password {
	width: 150px;
}

form.horizontal div {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 5px 5px 0;
}
* html form.horizontal div {
	height: 2em; /* IE needs this */
}
form.horizontal div label {
	float: none;
	display: inline;
	margin-left: 0px;
}
form.horizontal div div.nolabel {
	padding-top: 12px;
	margin: 0;	
}

/* Containers
--------------------------------------------------------------------*/
#wrapper {

}

/* Header
--------------------------------------------------------------------*/
header {

}

header div.ad {
	background: #266887;
}

header div#logo-nav {
	background: url(/wp-content/themes/oc-mobile2/i/header.jpg) no-repeat;
	height: 250px;
	position: relative;
}

header div#logo-nav a#logo {
	display: block;
	height: 130px;
	left: 0;
	position: absolute;
	text-indent: -5000px;
	top: 0;
	width: 530px;
}

header div#logo-nav nav {
	padding-top: 143px;
}

header div#logo-nav nav ul {
	margin: 0 0 0 20px;
}

header div#logo-nav nav ul li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0 2px 2px 0;
}

header div#logo-nav nav ul li a {
	display: block;
	height: 38px;
	text-indent: -5000px;
	width: 160px;
}

/* Body
--------------------------------------------------------------------*/
div#body {
	padding: 0 20px;
}

div#body div#search-link {
	display: inline;
	float: right;
	font-family: Arial, sans-serif;
	font-size: 153.9%;
	margin-top: 5px;
}

div#body div#search-link a {
	background: url(/wp-content/themes/oc-mobile2/i/search-icon.png) center right no-repeat;
	padding-right: 25px;
}

div#body article.post {
	border-bottom: 4pt dotted #ccc9be;
	border-margin: 40pt;
}

div#body article div.entry img.alignleft {
	margin: 5px 10px 10px 0;
}

div#body article div.entry img.alignright {
	margin: 5px 0 10px 10px;
}

div#body div.navigation {
	border-bottom: 1px dotted #ccc9be;
	font-size: 182.9%;
	padding: 10px 0 30px 0;
}

div#body div.single {
	border-bottom: none !important;
}

div#body div#comments,
div#body div#respond {
	background: #fcfaf3;
	margin-bottom: 15px;
	padding: 15px;
}

div#body div#comments h3,
div#body div#respond h3 {
	border-bottom: 1px dotted #ccc9be;
	color: #ada893;
	font-family: arial, sans-serif;
	padding-bottom: 10px;
}

div#body div#comments h3 {
	background: url(/wp-content/themes/oc-mobile2/i/comments-icon.png) 7px left no-repeat;
	border: 0;
	padding-left: 25px;
	margin: 0;
}

div#body div#respond h3 {
	background: url(/wp-content/themes/oc-mobile2/i/add-comment-icon.png) 7px left no-repeat;
	padding-left: 25px;
}

div#body div#comments ol {
	margin: 0;
	padding: 0;
}

div#body div#comments ol li {
	border-top: 1px dotted #ccc9be;
	list-style-type: none;
	padding-top: 15px;
}

div#body div#comments ol li div.commentname {
	font-size: 182.9%;
	font-style: italic;
}

div#body div#comments ol li div.commentdate {
	font-size: 182.9%;
	color: #ada893;
}
	
div#body div#respond fieldset {
	padding: 0;
}

div#body div#respond label {
	color: #757570;
	font-size: 131%;
	font-weight: normal;
	text-transform: uppercase;
}

div#body div#respond input.text,
div#body div#respond textarea {
	font-size: 153.9%;
	margin-bottom: 15px;
	width: 450px;
}

div#body div#respond input#submit {
	background: url(/wp-content/themes/oc-mobile2/i/submit-btn.png) no-repeat;
	border: 0;
	font: 0/0 sans-serif;
	height: 18px;
	text-indent: -5000px;
	width: 75px;
}


div#body div#curated.category{
	margin:12pt;
	padding:12pt;
}

/* Footer
--------------------------------------------------------------------*/
footer {
	padding: 10px 18px 50px 18px;
}

footer h3.alignright {
	color: #306885;
	display: block;
	float: none;
	font-family: Arial, sans-serif;
	font-size: 153.9%;
	margin: 0;
}

footer div#search-social {
	background: url(/wp-content/themes/oc-mobile2/i/search-social.png) no-repeat;
	height: 108px;
	margin-bottom: 10px;
	position: relative;
}

footer div#search-social form {
	padding-top: 10px;
}

footer div#search-social form div {
	padding-left: 10px;
}

footer div#search-social form input {
	background: #cadae2 url(/wp-content/themes/oc-mobile2/i/search-icon.png) 98% center no-repeat;
	border: 1px solid #92b0bf;
	color: #91b0be;
	font-size: 182.9%;
	padding: 5px 25px 5px 10px;
	width: 435px;
}

footer div#search-social a#twitter {
	bottom: 0;
	height: 40px;
	left: 0;
	position: absolute;
	width: 244px;
}

footer div#search-social a#facebook {
	bottom: 0;
	height: 40px;
	right: 0;
	position: absolute;
	width: 244px;
}

footer div#about {
	background: #f9f7f0;
	padding: 15px;
}

footer div#about h3 {
	background: url(/wp-content/themes/oc-mobile2/i/small-logo.png) 0 3px no-repeat;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-left: 35px;
}

footer div#about p {
	padding-left: 35px;
}

footer div#about a#view {
	background: url(/wp-content/themes/oc-mobile2/i/small-logo.png) 0 3px no-repeat;
	font-family: arial, sans-serif;
	font-size: 182.9%;
	font-weight: bold;
	padding-left: 35px;
}

/* Clearfix
--------------------------------------------------------------------*/
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */