/* @override 
	http://67.15.157.12/~patrickw/wp-content/themes/patrickward/style.css
	http://www.patrickwardphd.com/wp-content/themes/patrickward/style.css
*/

/*
THEME NAME: patrickward
THEME URI: http://www.patrickwardphd.com
DESCRIPTION: Modern, clean blog design.  Brown and green and white and rounded edges.  Based on Sandbox.
VERSION: 1.0
AUTHOR: Brad @ Apt Design
AUTHOR URI: www.aptdesignonline.com
TAGS: patrickward, blog, clean, modern, dark, rich, brown, green
*/

html, body {
	background: #2d1a09 url(images/background.jpg) repeat-x;
	color: #48290c;
	font: 15px/140% Arial, "Helvetica Neue", Helvetica, sans-serif;
		margin-top: 0;


}


/* @group Layout */
#wrapper {
	width: 900px;
	margin: auto;
}

div#container {
	margin-top: 25px;
}

#sidebar {
	width: 260px;
	float: left;
	margin-right: 40px;
	margin-left: 10px;
	margin-top: 25px;
}

div#content {
	width: 580px;
	float: left;
}


/* @end */

/* @group Header */

#headerimage {
	height: 300px;
	width: 900px;
	border: 1px solid #885e35;
	border-bottom-style: none;
}

#headerquote {
	width: 850px;
	border-left: 1px solid #355a19;
	border-right: 1px solid #355a19;
	text-align: center;
	padding: 15px 25px;
	background: #305117 url(images/headerquote-bckgnd.jpg) repeat-x 0 bottom;
}


h2.widgettitle, #linkcat-9 h3 {
	display: none;
}


p.headerquote {
	color: #ffffff;
	font: italic 1.2em/140% Georgia, "Times New Roman", Times, serif;
	background-position: 0 center;
	margin: 10px 0;
}

span.textauthor {
	text-transform: uppercase;
	font: .6em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#header-bottom {
	height: 10px;
	background: url(images/header-bottom.png) no-repeat;
	width: 902px;
}


#blog-title, #blog-description {
	display: none;
}



/* @end */

/* @group Content */
#category-description-topper {
	height: 10px;
	background: url(images/category-description-topper.png) no-repeat;
}

#category-description {
	background: #7a5026 url(images/catdesc-bckgnd.jpg) no-repeat 0 bottom;
	padding: 25px;
	min-height: 350px;
	border-left: 1px solid #885E35;
	border-right: 1px solid #885E35;
	color: #FFF;
}

#category-description h3 {
	text-transform: uppercase;
	font: bold .8em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #2d1a09;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#category-description-bottom {
	height: 10px;
	background: url(images/category-description-bottom.png) no-repeat;
		margin-bottom: 25px;

}

/* @group Content Titling */

h1.entry-title, h1.entry-title a, h1.page-title, h1.page-title a {
	color: #2d1a09;
	text-decoration: none;
	font: bold 38px/96% Myriad, "Myriad Pro", "Arial Black", Arial, Trebuchet, "Trebuchet MS", sans-serif;
	padding: 0;
	margin: 6px 0;
}

h1.entry-title a:hover, h1.page-title a:hover {
	text-decoration: underline;
}

.cat-links, .author, .cat-links a, .author a {
	text-transform: uppercase;
	color: #5c7846;
	font-size: 10px;
	line-height: 80%;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

div.meta-blocks span.comments-link a, div.meta-blocks span.meta-date {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #24420e;
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding: 5px;
	line-height: 25px;
}

.meta-blocks {
	float: right;
	display: block;
	width: 120px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}

/* @end */

div.post-topper {
	background-image: url(images/post-topper.png);
	height: 10px;
}


.post {
	padding: 25px;
	background: #FFF;
}

div.post-bottom {
	background-image: url(images/post-bottom.png);
	height: 10px;
	margin-bottom: 25px;
}

div .page {
	background-color: #FFFFFF;
	padding: 25px;
}


div.titling {
	width: 400px;
	float: left;
	margin-bottom: 25px;
}



div.entry-content {
	clear: both;
}

span.continue {
	background-color: #7f9272;
	color: #FFF;
	padding: 5px;
	font-size: .6em;
	text-transform: uppercase;
}

blockquote {
	color: #7b5026;
	font: italic 15px/175% Georgia, "Times New Roman", Times, serif;
	margin: 10px 25px;
}

p {
	
}

p a {
	border-bottom: 1px solid #305117;
}

p a:hover {
	border-bottom: 2px solid #305117;
}

a {
	color: #24420e;
	text-decoration: none;
}

h2.tag-title {
	color: #7a5026;
	text-decoration: none;
	font: bold 2em Myriad, "Myriad Pro", "Arial Black", Arial, Trebuchet, "Trebuchet MS", sans-serif;
	padding-left: 25px;
	margin-bottom: 25px;
	margin-top: 15px;
}


/* @end */

/* @group Menu */

div#menu {
	background: #EEE;
	height: 1.5em;
	margin: 1em 0;
	width: 100%;
}

div#menu ul,div#menu ul ul {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu ul a {
	display: block;
	margin-right: 1em;
	padding: 0.2em 0.5em;
	text-decoration: none;
}

div#menu ul ul ul a {
	font-style: italic;
}

div#menu ul li ul {
	left: -999em;
	position: absolute;
}

div#menu ul li:hover ul {
	left: auto;
}

/* @end */

/* @group Sidebar */

#sidebar, #sidebar a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;

}

#sidebar h3 {
	text-decoration: none;
	margin-bottom: 10px;
	font: bold 18px Myriad, "Myriad Pro", "Arial Black", Arial, Trebuchet, "Trebuchet MS", sans-serif;
	padding: 10px 15px 15px;
	margin-top: 0;

}

ul.sidebar {
	list-style: none;
	padding: 0;
}

ul {
	padding: 0px;
	margin: 0px;
}

ul.sidebar ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 175%;
	margin-bottom: 30px;
}

#sidebar ul.sidebar li.office ul li a:hover {
	border-bottom: 2px solid #885e35;
}

#sidebar ul.sidebar li.articles ul li a:hover, #linkcat-9 a:hover, #linkcat-10 a:hover, #linkcat-11 a:hover {
	border-bottom: 2px solid #305117;
}

.office-topper {
	background: url(images/sidebar-office-top.png) no-repeat 0 top;
	height: 10px;
}

.articles-topper {
	background: url(images/sidebar-article-top.png) no-repeat 0 top;
	height: 10px;
}

li.office h3 {
	background: #7a5026 url(images/sidebar-office.png) no-repeat 0 bottom;
	text-align: left;
}

li.articles h3 {
	background: #2f5117 url(images/sidebar-article.png) repeat-x 0 bottom;
}

#linkcat-9 h2, #linkcat-10 h2, #linkcat-11 h2 {
	background: #2f5117 url(images/sidebar-article.png) repeat-x 0 bottom;
	font: bold 18px Myriad, "Myriad Pro", "Arial Black", Arial, Trebuchet, "Trebuchet MS", sans-serif;
	margin-top: 0;
	padding: 10px 15px 15px;
}




div.meta-tags span.tag-links a {
	color: #fff;
	background-color: #7b5026;
	padding: 5px;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

span.popposts {
	display: none;
}




/* @end */

/* @group Twitter */

ul.twitter{
	margin-top: 0;
	padding: 0;
} /*the main ul (if list is activated)*/

li.twitter-item{
	margin-bottom: 25px;
	font-size: .9em;
	line-height: 1.3em;
	text-indent: 0px;
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul.sidebar li.office ul ul.twitter {
	padding: 0;
	margin: 0;
	text-indent: 0;
} /*the ul items (if list is activated)*/

p.twitter-message{
	text-indent: 0px;
}/* each one of the paragraphs (if msgs > 1)*/

.twitter-timestamp{
	
} /*the timestamp span class*/

a.twitter-link{
	
} /*the tweet link class*/

a.twitter-user{
	
}



/* @end */

/* @group Comments */

#trackbacks {
	background-image: url(images/office-h3-bckgnd.jpg);
	border: 1px solid #885e35;
	padding: 10px 10px 10px 25px;
	color: #fff;
}

#trackbacks a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#comments {
	clear: both;
	padding: 25px;
	border: 1px solid #355a19;
	background: #305117 url(images/articles-h3-bckgnd.jpg) repeat-x 0 bottom;
	margin-bottom: 25px;
	color: #fff;
}

#comments-list ol {
	color: #24420e;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.comments ol li {
	margin: 0 0 3.5em;
}

#comment ol li p {
	background-color: #fff;
}

#comment p {
	background-color: #fff;
	padding: 25px;
	margin: 5px 0 0;
}

#comment div.comment-author.vcard {
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	margin-bottom: 5px;
}

span.fn.n {

}

div.comment-meta {
	font-size: .6em;
	color: #885E35;
	margin-left: 40px;
}

#comment-notes {
	background-color: #305117;
}

#respond h3 {
	font: bold 1.5em Myriad, "Myriad Pro", "Arial Black", Arial, Trebuchet, "Trebuchet MS", sans-serif;
}

form#commentform,form#commentform p {
	padding: 0;
	font-size: .8em;
}

form#commentform .form-label {
	margin: 1em 0 0;
	text-transform: uppercase;
	display: inline;
	float: left;
	clear: both;
	width: 50px;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
	margin-top: 1em;
	margin-left: 1.5em;
}

form#commentform span.required {
	color: #c30;
}


textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 100%;
}

/* @end */

.alignright,img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}

.alignleft,img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}

.aligncenter,img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

/* @group Next/Previous */

span.meta-nav {

}

div#nav-above {
	margin-bottom: 1em;
}

div#nav-below {
}

div#nav-images {
	height: 150px;
	margin: 1em 0;
}

div.navigation {
}

div.navigation div.nav-next {
	float: right;
}

div.navigation div.nav-previous {
	float: left;
}

div.navigation div.nav-previous, div.navigation div.nav-next {
	background-image: url(images/articles-h3-bckgnd.jpg);
	text-decoration: none;
	font: bold 16px Myriad, "Myriad Pro", "Arial Black", Arial, Trebuchet, "Trebuchet MS", sans-serif;
	margin-bottom: 25px;
	text-align: center;
}

div.navigation div.nav-previous a, div.navigation div.nav-next a {
	color: #fff;
	padding: 25px;
	line-height: 40px;
	
}


/* @end */



input#author,input#email,input#url{
	width: 50%;
}

input#s.text {
	width: 50%;
	margin-right: 10px;
	margin-left: 10px;
}

/* @group Footer */

#footer-topper {
	clear: both;
	height: 10px;
	background: url(images/footer-topper.png) no-repeat 0 bottom;
	padding-top: 25px;
}

div#footer {
	background: #7a5026 url(images/footer-bckgnd.jpg) repeat-x 0 bottom;
	border-left: 1px solid #885e35;
	border-right: 1px solid #885e35;
	min-height: 275px;
	padding: 25px;
	width: 848px;
	color: #2d1a09;
	font-size: 1em;
}

#footercontact {
	width: 260px;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-right: 25px;
	font-weight: bold;
}

#footertext {
	width: 535px;
	float: left;
	font-size: .8em;
	line-height: 150%;
	border-left: 1px solid #2d1a09;
	padding-left: 25px;
	margin-left: 0;
	margin-right: 0;
}

#footercontact h2 {
	color: #fff;
	font-size: 1.2em;
	margin: 25px 0 10px;
}

#footer-bottom {
	height: 10px;
	background: url(images/footer-bottom.png) no-repeat;
}

/* @end */

img.logo {
	margin-bottom: 30px;	
} 
