/*  
Theme Name: 36 Domingo
Theme URI: http://www.36domingo.com/home/
Author: Built by Sarah Mattern, Design by Marty McGraw
Author URI: http://matternco.com/
*/

/* Normalization, Global Reset for Browser Consistency */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul, li {
	list-style: none;
	}	

html {
	height: 100%;
	}

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6,a,a:visited,a:hover {
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}


small {
	font-size: 0.9em;
	line-height: 1.4em;
	}


/* Main Elements */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #343022; /* dark brown */
	background-color: #484330; /*darkish brown */
	text-align: center;
	margin: 30px 0 30px 0;
	}

a, a:visited {
	color: #873100; /*orangey red */
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #873100; /*orangey red */
	text-decoration: underline;
	font-weight: normal;
	}

blockquote {
	margin-left: 10px;
	padding: 0 10px 0 20px;
	border-left: 3px solid #873100; /*orangey red */
	}
	
cite {
	font-style: italic;
	}

#page {
	background-color: #484330; /* darkish brown */
	width: 925px;
	padding: 25px;
	border: 2px solid #FFFFFF;
	text-align: left;
	}

.hide { 
	position: absolute;
	display: none;
	left: -100em; 
	width: 2em;
	}

#header {
	background-color: #fffa75; /* bright yellow */
	height: 150px;
	border: none;
	width: 100%;
	border-bottom: 5px solid #FFFFFF;
	}

#header .left {
	float: left;
	border: none;
	background-repeat: no-repeat;
	background-position: top left;
	width: 150px;
	height: 150px;
	border-right: 5px solid #FFFFFF;
	}

#navbar {
	float: right;
	text-align: left;
	width: 755px;
	height: 80px;
	padding: 70px 0 0 15px;
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#navbar a, #navbar a:visited {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #343022; /* dark brown */
	}

#navbar a:hover {
	color: #873100; /*orangey red */
	text-transform: uppercase;
	text-decoration: underline;
	}

#navbar ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#navbar .page_item a, #navbar .page_item a:visited {
	border-left: 1px solid #343022;
	padding: 0 7px 0 10px;
	}

#navbar .page-item-3 a, #navbar .page-item-3 a:visited {
	border: none;
	}

#navbar .current_page_item a, #navbar .current_page_item a:visited {
	color: #873100; /*orangey red */
	text-decoration: none;
	}

#content {
	background-color: #AAAA83; /*light brown */
	background-image: url(images/pagebg.png);
	background-repeat: repeat-y;
	background-position: left center; 
	float: left;
	}

#content2 {
	background-color: #AAAA83; /*light brown */
	background-image: url(images/pagebg2.png);
	background-repeat: repeat-y;
	background-position: left center; 
	float: left;
	}

.breadcrumbs {
	font-size: 1.2em;
	}

.textblock {
	padding: 20px 0 20px 20px;
	width: 600px;
	float: left;
	background-repeat: no-repeat;
	background-position: top right; 
	font-size: 1.3em;
	line-height: 180%;
	height: 410px;
	}
	
html>body .textblock {
height: auto;
min-height: 410px; /*IE 6 hack: IE doesn’t see this */
}
	
.textblock p {
	margin: 10px 0 10px 0;
	}

.textblock .left {
	float: left;
	width: 333px;
	padding-right: 40px;
	text-align: justify;
	}

.textblock .right {
	float: left;
	width: 200px;
	margin-top: 60px;
	text-align: right;
	}

.textblock .right img {
	float: right;
	display: block;
	border: 1px solid #898969;
	margin: 5px 0 5px 0;
	}

.textblock b {
	font-size: 1.5em;
	font-weight: normal;
	}
	
.textblock ul li {
	margin: 5px 0 0 0;
	padding-left: 25px;
	background-image: url(images/triangle2.gif);
	background-repeat: no-repeat;
	background-position: .3em .28em;
	text-indent: 0px;
	}

.archivepost ul li {
	margin: 5px 0 0 0;
	padding-left: 25px;
	background-image: url(images/triangle2.gif);
	background-repeat: no-repeat;
	background-position: .3em .28em;
	text-indent: 0px;
	}

.post {
	width: 580px;
	float: left;
	}

.archivepost {
	width: 560px;
	padding: 10px;
	background-color: #BBBB9B;
	border: thin solid #898969;
	margin-bottom: 20px;
	float: left;
	}

.wideblock {
	padding: 20px 0 20px 20px;
	background-color: #AAAA83; /*light brown */
	width: 750px;
	float: left;
	background-repeat: no-repeat;
	background-position: top right; 
	font-size: 1.3em;
	line-height: 180%;
	height: 410px;
	}

html>body .wideblock {
height: auto;
min-height: 410px; /*IE 6 hack: IE doesn’t see this */
}

.wideblock hr, .textblock hr {
	display: block;
	border-top: 1px solid #fffdcf;;
	width: 580px;
	padding: 0;
	margin: 0;
	}
	
.wideblock p {
	margin: 10px 0 10px 0;
	}

.wideblock b {
	font-size: 1.5em;
	font-weight: normal;
	}

.rightbar {
	float: left;
	width: 140px;
	padding: 10px 10px 20px 0;
	color: #873100; /*orangey red */
	font-size: 1.28em;
	line-height: 180%;
	}

.rightbar .wp_quotes_quote {
	padding: 10px 0px 0px 15px;
	}

.rightbar .wp_quotes_quote img {
	padding: 5px 0 5px 0;
	display: block;
	}

.rightbar .wp_quotes_author {
	font-style: italic;
	padding: 40px 0px 20px 15px;
	line-height: 1.2em;
	}
	
#leftbar {
	float: left;
	background-color: #fffa75; /* bright yellow */
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center 7%;
	width: 150px;
	padding-top: 110px;
	border-right: 5px solid #FFFFFF;
	text-align: center;
	}

#leftbar img {
	padding-bottom: 3px;
	}

#leftbar a, #leftbar a:visited {
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: none;
	color: #343022; /* dark brown */
	}

#leftbar a:hover {
	color: #873100; /*orangey red */
	text-decoration: underline;
	}

#leftbar ul {
	list-style: none;
	}

#leftbar li {
	margin-bottom: 20px;
	}

#homespace {
	float: left;
	width: 770px;
	height: 450px;
	background-color: #AAAA83;
	background-image: url(images/frontbldg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.narrowcolumn { /*home page element */
	float: left;
	width: 239px;
	height: 450px;
	padding: 0 18px 0 18px;
	margin: 0;
	border: solid #FFFFFF;
	border-width: 0 5px 0 0;
	background-color: #AAAA83; /*light brown */
	background-image: url(images/homeblock.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 1.25em;
	line-height: 170%;
	text-align: justify;
	}

.narrowcolumn p {
	margin-top: 15px;
	}

.alt {
	background-color: #F2F2EA;
	border-top: 1px solid #BFAE3F;
	border-bottom: 1px solid #BFAE3F;
	}

#footer {
	padding: 20px 20px 0 0;
	margin: 0 auto;
	clear: both;
	border-top: 5px solid #FFFFFF;
	background-color: #fffa75; /* bright yellow */
	background-image: url(images/tagline.gif);
	background-repeat: no-repeat;
	background-position: left 38%; 
	height: 41px;
	text-align: right;
	font-size: 1.3em;
	line-height: 1em;
	}
	
#footer p {
	}

#footer ul li {
	list-style: none;
	}

#footer li {
	display: inline;
	padding-left: 85px;
	}

#footer form {
	font-weight: bold;
	display: inline;
	font-family: Arial, Sans-Serif;
	}

#footer .email {
	border: 2px dotted #343022;
	background-color: white;
	padding: 4px;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	margin: 0 3px 0 6px;
	font-weight: normal;
	margin-bottom: -4px;
	}

html>body #footer .email {
margin-bottom: -1px; /*IE 6 hack: IE doesn’t see this */
}

#footer .submit {
	border: none;
	background-color: #fffa75;
	padding: 4px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	margin-bottom: -4px;
	}
	
html>body #footer .submit {
margin-bottom: -1px; /*IE 6 hack: IE doesn’t see this */
}

#footer b {
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.breadcrumbs {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 10px;
	}

/* End Main Elements */


/* Begin Sidebar */


/* End Sidebar */

/*	Begin Headers */

h1, h1 a, h1 a:visited, h1 a:hover {
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}

.description {
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}

h2 {
	font-size: 1.4em;
	color: #fffdcf; /*light yellow */
	text-decoration: none;
	font-weight: normal;
	padding: 10px 0 0 0;
	}
	
h2 a, h2 a:visited {
	color: #343022; /* dark brown */
	text-decoration: none;
	font-weight: normal;
	}

h2 a:hover {
	color: #873100; /*orangey red */
	text-decoration: underline;
	}

h3 {
	font-size: 1.3em;
	color: #343022; /* dark brown */
	text-decoration: none;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin-bottom: -10px;
	}

h3 a, h3 a:visited {
	color: #343022; /* dark brown */
	text-decoration: none;
	font-weight: normal;
	}

h3 a:hover {
	color: #873100; /*orangey red */
	text-decoration: underline;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Misc */

#wp-calendar {
	float: left;
	}

#wp-calendar caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #7C4C00;
	margin-bottom: 5px;
	}
	
#wp-calendar table {
	
	}
	
#wp-calendar table th {
	}
	
#wp-calendar table td {
	
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin-top: 52px;
	}

#searchform .submit, #searchsubmit {
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	font-size: 11px;
	padding: 1px;
	background-color: #797624;
	color: white;
	width: 60px;
	margin-left: 10px;
	border: 1px solid #414219;
	display: inline;
	}

#searchform .form { /* This is mainly for password protected posts, makes them look better. */
	font-family: Verdana, Arial, Sans-Serif;
	padding: 3px; 
	font-size: 11px;
	width: 150px;
	background-color: white;
	border: 1px solid #414219;
	display: inline;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 3px; 
	font-size: 11px;
	background-color: white;
	border: 1px solid #414219;
	}

#commentform textarea {
	font-family: Verdana, Arial, Sans-Serif;
	padding: 3px; 
	font-size: 11px;
	background-color: white;
	border: 1px solid #414219;
	width: 500px;
	}

#commentform #submit {
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	font-size: 11px;
	padding: 1px;
	background-color: #797624;
	color: white;
	margin-left: 5px;
	border: 1px solid #414219;
	width: auto;
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/