/* @override 
	http://strazi.org/wp-content/themes/sdo/style.css?v=112 */

/*
Theme Name: sdo
Theme URI: http://strazi.org/
Description: strazi.org theme
Version: 2.0
Author: strazi
Author URI: http://strazi.org/
Tags:
*/

@import url(css/reset.css);

html {
	color: #908e84;
	color: #54534d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-rendering: optimizeLegibility;
	background: #fff;
	background: url(images/bg.jpg) fixed repeat-x top;
}

body {
	background: url(images/bg-top.jpg) fixed no-repeat left top;
}

::selection,
::-moz-selection {
	background: #900000;
	color: #fff;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 5px;
}

#content {
	padding: 50px 0 50px 100px;
}

a {
	color: #908e84;
	text-decoration: none;
}

.post p a {
	color: #900000;
}

a:hover {
	color: #54534d;
}

a:active {
	color: #900000;
}

.post p a {
	border-bottom: 1px dotted;
}

.post .thumbnail {
	opacity: 1;
}

a#logo {
	position: fixed !important;
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 49px;
	height: 48px;
	background: url(images/logo.png) no-repeat right bottom;
	top: 25px;
	left: 25px;
	z-index: 99;
	opacity: .9;
}

h1 {
	margin: 0 0 10px 0;
}

h2 {
	font-size: 11px;
	line-height: 1.4;
	margin: 0 0 3px 0;
}

.menu {
	width: 100%;
	float: left;
	margin: 30px 0 20px 0;
}

.menu a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #e2e2dd;
	font-size: 11px;
}

.menu a#contact {
	border-bottom: none;
}

.home h2, .page-id-380 h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 .5em 0;
	line-height: 1.3;
}

.post h3 a {
	color: #900000;
	text-transform: lowercase;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.5;
}

.post-content {
	clear: both;
}

.category-twitter p {
	font-family: Georgia;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	text-transform: lowercase;
}

a.twitter-link {
	font-weight: normal;
	font-size: 10px;
}

hr {
	width: 60px;
	height: 1px;
	border: 1px solid #e2e2dd;
	border: 1px solid rgba(0,0,0,.1);
	border-style: none none solid none;
	margin: 5px 0 10px 0;
	opacity: .7;
	clear: left;
	display: block;
	text-align: left;
}

.twitter hr {
	margin-top: 15px;
}

.info hr {
	wisdth: 100%;
}

.post a.thumbnail, .single .post img {
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
	box-shadow: 0 0 3px rgba(0,0,0,.15);
}

.post {
	margin: 0 auto 30px auto;
	text-align: left;
	float: left;
	width: 580px;
}

.single .post {
	padding: 0 0 30px 0;
	width: 770px;
}

.tags {
	width: 100%;
	color: #908e84;
	margin: 0 0 10px 0;
	font-size: 11px;
	text-transform: lowercase;
}

.tags a {
	font-size: 11px;
}

a.post-edit-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
}

blockquote {
	font-style: italic;
	border-left: 1px dotted #e2e2dd;
	padding: 0 0 0 20px;
	margin: 10px 0;
}

blockquote p {
	margin: 0 0 5px 0;
}

.post ol {
	list-style-type: decimal;
	margin: 0 0 0 30px;
}

.post ul {
}

.post ul li {
}

.post li {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 1.5;
}

.post a.thumbnail {
	border: 8px solid #fff;
	margin: 0 0 5px 0;
}

.post a.thumbnail img {
	border: none;
}

a.thumbnail {
	display: block;
	float: left;
	opacity: .95;	
}

a.thumbnail:hover {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
	box-shadow: 0 0 3px rgba(0,0,0,.15);
}

a.thumbnail img {
	border: 5px solid #fff;
	float: left;
}

#sidebar {
	position: fixed;
	top: 50px;
	left: 700px;
	width: 150px;
	text-transform: lowercase;
}

.single #sidebar {
	left: 900px;
}

.info ul {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.info li {
	padding: 0 0 5px 0;
	float: left;
	width: 100%;
}

.twitter {
	float: left;
	clear: both;
	margin: 30px 0 0 0;
}

.twitter .tweet {
	line-height: 1.5;
	font-size: 11px;
	font-style: italic;
	margin: 0 0 5px 0;
	color: #908e84;
}

.twitter .tweetDate {
	font-size: 11px;
}

.navigation {
	background: url(images/divider.png) no-repeat 44% top;
	min-height: 55px;
	clear: both;
	float: left;
	width: 100%;
}

.navigation a {
	font-size: 10px;
	display: block;
	padding: 20px;
}

.prev-link {
	float: left;
}

.prev-link a {
	background: url(images/left.png) no-repeat left center;
	float: left;
}

.next-link {
	float: right;
}

.next-link a {
	background: url(images/right.png) no-repeat right center;
	float: right;
}

.wpcf7-form input, .wpcf7-form textarea {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #908e84;
	color: #900000;
	font-size: 13px;
	background: #ebe9e6;
	background: rgba(0,0,0,.05);
}

.wpcf7-form {
	width: 500px;
	position: relative;
	margin: 50px 0 0 150px;
}

.label {
	text-transform: lowercase;
	float: left;
	clear: left;
	padding: 0 40px 0 0;
	display: none;
}

fieldset.contact {
}

.wpcf7-text {
	border: none;
	padding: 8px 0 5px 5px;
	float: left;
	clear: left;
	width: 400px;
	margin: 4px 0 8px 0;
}

form.wpcf7-form input.wpcf7-use-title-as-watermark {
}

.your-message textarea {	
	float: left;
	clear: left;
	margin: 5px 0 0 0;
	border: none;
	width: 400px !important;
	padding: 5px 0 0 5px;
	overflow: auto;
	border-top: 1px solid #e2e2dd;
}

.wpcf7-submit {
	border: none;
	text-transform: lowercase;
	background: none !important;
	color: #908e84 !important;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 0;
	cursor: pointer;
	opacity: .8;
}

.wpcf7-submit:hover {
	opacity: 1;
}

.content .wpcf7-not-valid-tip {
	background: #fff;
	background: rgba(255,255,255,.8);
	border: none;
	color: #900000;
	right: 0;
	top: 15px;
	padding: 4px;
}

.wpcf7-form-control-wrap {
	position: relative;
	float: left;
	clear: both;
	width: 500px;
}

.content .wpcf7-validation-errors, .content .wpcf7-mail-sent-ok {
	color: #900000;
	border: none;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

img#wpstats {
	display: none;
	visibility: hidden;
}

#footer {
}

#searchform {
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0 0 0;
}

#s {
	font-size: 10px;
	width: 67%;
	float: left;
	border: none;
}

#searchsubmit {
	font-size: 10px;
	float: right;
	margin: 1px 0 0 0;
}
.screen-reader-text {
	display: none;
}
