/*  

Theme Name: Sydney Brown
Theme URI: http://www.sydneybrown-english.com
Description: This theme was custom designed for Sydney Brown
Version: 1.0
Author: James L. Brown
Author URI: http://www.jamesbrownstudios.com/



*/

/* --- Begin CSS reset ---  */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 input::-moz-focus-inner { /*Remove input button padding in FF*/
 border: 0;
 padding: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: url(images/body_bg.jpg) 1024px 0 repeat-x;
	font: 12px/18px "Times New Roman", Times, serif;
	color: #211d1f;
}
#maincontainer {
	width: 1024px;
}

/* --- Begin Header Styles ---  */

#header {
	height: 168px;
	width: 1024px;
	background: url(images/header.jpg) top left no-repeat;
}
#header a {
	display: block;
	width: 400px;
	height: 100px;
	padding: 40px 0 0 93px;
	text-indent: -9999px;
}

/* --- Begin Vertical Navigation Styles ---  */

#vnav {
	width: 272px;
	float: right;
	padding-top: 179px;
	background: url(images/vnav_top.jpg) top no-repeat;
}
#vnav p {
	color: #FFF;
	height: 20px;
	background: url(images/vnav_cat_bg.jpg) left no-repeat;
	font: 14px/20px "Courier New", Courier, monospace;
	padding-left: 10px;
	width: 241px;
}
#vnav ul {
	margin-bottom: 20px;
	padding-left: 20px;
}
#vnav ul li a {
	color: #211d1f;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
}
#vnav ul li a:hover, #vnav ul li a:active {
	color: #211d1f;
	text-decoration: underline;
}
#vnav ul li ul {
	display: none;
}

/* --- Begin Footer Styles ---  */

#footer {
	width: 738px;
	height: 194px;
	background: #FFF url(images/footer_top.gif) top left no-repeat;
	text-align: right;
	font-size: 10px;
	line-height: 14px;
	background-color: #FFF;
	padding: 20px 7px 0;
	color: #c5b1a8;
}
#footer a:link, #footer a:visited {
	color: #c5b1a8;
	text-decoration: none;
}
#footer a:hover {
	color:#211d1f;
	text-decoration: underline;
}

/* --- Begin Horizontal Navigation Styles ---  */

#hnav {
	width: 659px;
	height: 24px;
	margin-left: 93px;
	background: url(images/hnav_bg.jpg) left top no-repeat;
	font-family: "Courier New", Courier, monospace;
}
#hnav ul {
}
#hnav ul li ul {
	cursor: default;
	display: none;
	left: -10px;
	padding: 1px 10px 10px;
	position: absolute;
}
#hnav li {
	cursor: pointer;
	float: left;
	font-weight: 900;
	list-style-type: none;
	position: relative;
}
#hnav li ul li {
	margin-bottom: -1px;
}
#hnav li a {
	color: #211d1f;
	cursor: default;
	display: block;
	float: left;
	line-height: 14px;
	padding: 5px 11px;
	text-decoration: none;
}
#hnav li ul li a {
	border: 1px solid #211d1f;
	color: #211d1f;
	cursor: pointer !important;
	font-weight: 900;
	line-height: 10px;
	position: relative !important;
	white-space: nowrap;
	background: #FFF;
	width: 235px;
}
#hnav li a:hover, #hnav li a:focus, #hnav li a:active {
	color: #211d1f;
}
#hnav ul a:hover, #hnav ul a:focus, #hnav ul a:active {
	background: #211d1f;
	color: #FFFFFF !important;
}
#hnav li:hover ul, #hnav li.msieFix ul {
	display: block;
	top: 23px !important;
	z-index: 10;
}

/* --- Begin Content Styles ---  */

#contentwrapper {
	background: url(images/left_graphic.jpg) left top no-repeat;
	width: 752px;
	float: left;
}
#contentwrapper #content {
	width: 657px;
	margin-left: 93px;
	border-top: #5F504B solid 1px;
	border-left: #5F504B solid 1px;
	border-right: #5F504B solid 1px;
	background: #fff url(images/content_corner.jpg) top right no-repeat;
	padding: 30px 0 20px;
}
#content p {
	padding: 0 25px 10px 25px;
	font-size: 13px;
}
#content h1 {
	font-size: 18px;
	padding-bottom: 5px;
	color: #211D1F;
}
#content h2 {
	font-size: 16px;
	padding: 5px 0;
	color: #211D1F;
}
#content .home_col, #content .widget_text {
	float: right;
	width: 190px;
	border-left: 1px solid #c4c2c2;
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 0 15px;
}
#content .widget_text p {
	padding: 0 0 15px 0;
	font-size: 11px;
	line-height: 12px;
}
#content .widget_text h3 {
	display: none;
}

#content .widget_text h2 {
	color: #177ea4;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding-left: 15px;
}
#content .widget_text  .textwidget h3 {
	color: #177ea4;
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 5px;
	font-family: "Courier New", Courier, monospace;
	display: block;
}
#content .wysiwyg_widget {
	float: right;
	width: 190px;
	border-left: 1px solid #c4c2c2;
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 0 15px;
}
#content .wysiwyg_widget p {
	padding: 0 0 15px 0;
	font-size: 11px;
	line-height: 12px;
}
#content .wysiwyg_widget h3 {
	display: none;
}

#content .wysiwyg_widget h2 {
	color: #177ea4;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding-left: 15px;
}
#content .wysiwyg_widget .wysiwyg-widget-content h3 {
	color: #177ea4;
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 5px;
	font-family: "Courier New", Courier, monospace;
	display: block;
}
#content ul {
	list-style: disc;
	padding-left: 20px;
}
#content ol {
	list-style: decimal;
	padding-left: 20px;
}
.widget_text a:link, .widget_text a:visited {
	color: #177ea4;
	text-decoration: underline;
}
.widget_text a:hover {
	color: #211d1f;
	text-decoration: none;
}
#content hr {
	display: block;
	background: url(images/content_spacer.gif) left repeat-x;
	background-color: none;
	margin: 5px 0 15px;
	height: 10px;
	border: none;
}
#content a:link, #content a:visited {
	color: #0072bc;
	text-decoration: underline;
}
#content a:hover {
	color: #211D1F;
	text-decoration: none;
}
.post {
	padding: 0 25px;
}
.post.empty {
	height: 700px;
}
#content .post h1 a, #content .post h1 a:visited {
	font-size: 20px;
	color: #0072bc;
	text-decoration: none;
}
#content .post h1 a:hover {
	color: #211d1f;
	text-decoration: none;
}
.post .postinfo {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	margin: 3px 0 5px 0;
}
.post .entry {
	background: url(images/content_spacer.gif) bottom repeat-x;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
.post .alignleft {
	float: left;
	margin: 3px 10px 10px 0;
	background-color: #ebebeb;
}
.post .alignright {
	float: right;
	margin: 3px 0 10px 10px;
	background-color: #ebebeb;
}
.post .alignnone {
	margin: 3px 0 10px 0;
	background-color: #ebebeb;
}
.post .aligncenter {
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #ebebeb;
}
.alignright img, .alignleft img, .aligncenter img, .alignnone img {
	padding: 5px;
}
#content .post .entry p.wp-caption-text {
	font: 11px/12px "Times New Roman", Times, serif;
	padding: 0 5px 5px 5px;
	color: #666;
	text-align: center;
}
#content .post p.postmetadata {
	text-align: right;
	font-size: 11px;
	clear: both;
}
p.postmetadata a, p.postmetadata a:visited {
	color: #0072bc;
	text-decoration: underline;
}
p.postmetadata a:hover {
	color: #211d1f;
	text-decoration: none;
}
.navigation {
	text-align: center;
	clear: both;
}
.submit {
	text-align: right;
}
.navigation a, .navigation a:visited {
	color: #0072bc;
	text-decoration: underline;
	text-align: center;
}

/* --- Begin Comment Styles ---  */


h3#reply-title {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	margin: 20px 0;
	background: url(images/content_spacer.gif) bottom repeat-x;
	padding-bottom: 20px;
}
h3#comments-title {
	margin-bottom: 5px;
}
#commentform textarea {
	border: 1px solid #62544F;
	float: right;
	margin-bottom: 10px;
	background-color: #f6f6f6;
	width: 598px;
	padding: 0;
}
#content #commentform p {
	float: left;
	padding: 0;
}
#content #commentform p.logged-in-as {
	width: 100%;
	padding-bottom: 10px;
	text-align: right;
}
#content #commentform p.comment-notes {
	padding: 10px 0;
	font-size: 10px;
	width: 100%;
}
#content #commentform p.comment-form-author, #content #commentform p.comment-form-email {
	width: 291px;
	margin-right: 17px;
	padding-bottom: 10px;
}
#content #commentform p.comment-form-email {
	margin-right: 0;
}
#content #commentform p.comment-form-url {
	width: 600px;
	padding-bottom: 10px;
	display: none;
}
#content #commentform p.comment-form-comment {
	width: 600px;
}
#content #commentform p.form-allowed-tags {
	width: 600px;
	padding-bottom: 10px;
	font-size: 11px;
	display: none;
}
#content #commentform p label, #content #commentform p span {
	display: block;
	float: left;
	font: 14px/14px "Courier New", Courier, monospace;
}
#content #commentform p input {
	float: left;
	clear: both;
	width: 100%;
	border: 1px solid #62544F;
	height:	25px;
	background-color: #f6f6f6;
}
#comment-form small {
	font-size: 11px;
	font-weight: 400;
	margin-right: 10px;
}
#content #commentform p #submit {
	height: 24px;
	width: 150px;
	padding: 0 5px;
	font-family: "Courier New", Courier, monospace;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	background-color: #211D1F;
	border: none;
	margin-bottom: 20px;
}
#content .comments-template ol.commentlist {
	padding: 5px 0 10px 0;
	color: #777;
	list-style: none;
}
#content .comments-template ol.commentlist li {
	padding: 25px 25px 15px 25px;;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #fff;
}
#content .comments-template ol.commentlist li.thread-odd {
	background: #f6f6f6;
}
#content .comments-template ol.commentlist li.bypostauthor {
	background: #e6f2f7;
	border-top: 3px solid #cbdee5;
}
#content .comments-template ol.commentlist p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #333;
}
#content .comments-template ol.commentlist .author, #content .comments-template ol.commentlist .author a:link, #content .comments-template ol.commentlist .author a:hover, #content .comments-template ol.commentlist .author a:visited {
	color: #000;
}
#content .commentlist ul.children {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	background-color: #fff;
	border-left: 1px solid #ebebeb;
}
#content .commentlist ul.children li {
	margin: 0;
}
h3#comments {
	color: #0072bc;
}
.commentmetadata {
	margin-bottom: 5px;
	margin-top: 0;
}
.commentmetadata em {
	margin-left: 25px;
}
.commentmetadata strong {
	font-size: 12px;
}
.commentmetadata strong a:link, .commentmetadata strong a:visited {
	color: #0072bc;
	text-decoration: underline;
}
.commentmetadata strong a:hover {
	color: #211D1F;
	text-decoration: none;
}
.comment_time {
	text-align: right;
	font-size: 10px;
	float: right;
	display: block;
}
.comment-box {
	position: relative;
}
.comment-box .commentmetadata {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	color: #211D1F;
}
.comment-box .vcard {
	font-size: 12px;
	color: #666;
	padding-bottom: 5px;
}
.comment-box .vcard img {
}
.comment-box .vcard cite {
	color: #211d1f;
	font-size: 14px;
	line-height: 26px;
	font-style: normal;
	font-weight: bold;
	padding-left: 5px;
}
#content .comment-box .vcard cite a:link, #content .comment-box .vcard cite a:hover, #content .comment-box .vcard cite a:visited {
	color: #211D1F;
}
#commentform a:link, #commentform a:visited {
	color: #0072bc;
	text-decoration: underline;
}
#commentform a:hover {
	color: #211D1F;
	text-decoration: none;
}
#content .post div.entry p {
	margin: 0;
	padding: 0 0 10px;
}
#content .entry blockquote {
	padding: 3px 25px;
	margin: 10px 0;
	text-indent: 10px;
	background: url(images/quote.gif) 10px 0 no-repeat;
}
ol.commentlist blockquote {
	padding: 10px 40px;
	font-size: 12px;
	text-indent: 10px;
	background: url(images/quote_sm.gif) 30px 10px no-repeat;
}
.entry li {
	font-size: 13px;
}
#searchform {
	padding-bottom: 30px;
}
#searchform input {
	border: 1px solid #211d1f;
	height: 18px;
	width: 125px;
	font-family: "Courier New", Courier, monospace;
	font-weight: 700;
	padding: 0 5px;
	float: left;
}
#searchform input#searchsubmit {
	background: #211d1f;
	color: #fff;
	height: 20px;
	border: 1px solid #211d1f;
	float: left;
	margin: 0;
	width: 65px;
	font-weight: 300;
}

