/*
Theme Name: AHOSM
Theme URI: http://www.ahosm.com/
Description: Custom theme developed for Animal Hospital of South Milwaukee.
Version: 1.0
Author: Mark Czerniec
Author URI: http://www.markcz.com/
Tags: animal hospital,

*/


/* ERIC MEYER 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, 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;
}
/* 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;
}

/* END ERIC MEYER RESET */

/*

===== OVERALL SETTINGS =====

original orange text boxes: #DB8C14
less saturated: #E5C18A


*/

body {
	background: #A46811 url('images/gradient-bg.jpg') repeat-x fixed;
	color: #000;
	font: 16px Georgia, serif;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #2914DB;
}
a:visited {
	color: #630E99;
}
a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-family: Georgia, serif;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 12px 0;
	}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 8px 0;
	}

blockquote {
	display: block;
	padding: 0 32px 1em 32px;
}

hr {
	border: 0;
	color: #A46811;
	background-color: #A46811;
	height: 10px;
	width: 100%;
	margin-bottom: 1em;
}

.clearit {
	clear: both;
	overflow : hidden;
	height: 0;
	_height : 1%;
	line-height: 0.0;
	font-size: 0;
}

.align-right {
	text-align: right;
}

/*

===== PAGE WRAP =====

*/

#page-wrap {
	margin: 16px auto 16px auto;
	width: 870px;
}


/*

===== HEADER =====

*/


#header {
	display: block;
	width: 870px;
	height: 175px;
	background: url('images/logo-head-banner.png') no-repeat;
	margin: 0 0 10px 0;
}

#ahosm {
	display: block;
	float: left;
	width: 870px;
	height: 100px;
}

#head-contact {
	display: block;
	float: left;
	width: 640px;
	height: 75px;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
}

#logo {
	display: block;
	float: left;
	width: 230px;
	height: 75px;
}





#head-contact address {
	font-style: normal;
}
#head-contact a {
	color: #000;
}

#head-contact a:hover {
	color: #FFF;
}

/*

===== MIDSECTION =====

*/

#midsection {
	display: block;
	min-height: 675px;
	color: #000;
	padding: 12px 0 10px 0;
	}
	
.page-content, .post-content, .index-content {
	display: block;
    width: 510px;
	float: left;
}

.search-content, .archive-content, .nosidebar-content {
	display: block;
    width: 830px;
}

.page-content, .post-content, .index-content, .search-content, .archive-content, .nosidebar-content {
	display: block;
	padding: 20px;
	background-color: #E5C18A;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
	margin-bottom: 20px;
}

#midsection p {
	margin-bottom: 1em;
}


#content ul {
	list-style-type: disc;
	line-height: 1.5em;
	margin: 0 0 1em 20px;
}

#content ol {
	list-style-type: decimal;
	line-height: 1.5em;
	margin: 0 0 1em 40px;
}



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




/*

===== COMMENTS =====

*/


.comments-head {
	display: block;
	font-size: 26px;
	font-weight: normal;
	padding: 0 0 8px 0;
	border-bottom: 2px #000 solid;
	margin: 0 0 16px 0;
}


.commentlist li {
	list-style: none;
	}

li.comment {
	padding: 0 0 10px 0;
	border-bottom: 1px #000 dashed;
	margin: 0 0 10px 0;
	
}
div.reply {
	text-align: right;
	font-size: 13px;
	font-style: italic;
}

li.parent {
	padding: 0 0 10px 0;
	border-bottom: 1px #000 dashed;
	margin: 0 0 10px 0;
}

#comments ul.children {
	margin: 0 0 0 20px;
}
.children li {
	padding: 10px 0 0 0;
	border-top: 1px #000 dashed;
	margin: 10px 0 0 0;
	
}

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


#commentform p {
	margin: 5px 0;
	}

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


.thread-even .comment-body {
	
}

.thread-odd .comment-body {
	
}



.commentlist li .avatar { 
	float: left;
	margin: 0 10px 0 0;
	}
	
cite.fn {
	display: block;
	font-weight: bold;
	font-style: normal;
	padding: 4px 0 0 0;
	}
	
span.says {
	display: none;
}


div.comment-meta  {
font: italic 14px Georgia, serif;
margin: 4px 0 0 0;
}

div.comment-body p {
clear: left;
padding: 0 0 0 58px;
}

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;
	}
	
/*

===== SIDEBAR =====

*/
	
#sidebar {
	display: block;
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

.widget {
	display: block;
	font-size: 15px;
	background-color: #E5C18A;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
	margin-bottom: 10px;
	padding: 10px 10px 15px 10px;
}
.widget h2 {
	display: block;
	font-size: 16px;
	text-align: center;
	margin: 0 0 8px 0;
}
#text-3 {
	text-align: center;
}
.widget_recent_entries ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

	
/*

===== FOOTER =====

*/

#footer {
	display: block;
	clear: both;
	width: 830px;
	height: 60px;
	background-color: #1A150F;
	color: #FFF;
	font-size: 14px;
	line-height: 1.4em;
	padding: 20px 20px 0 20px;
	margin: 10px 0 0 0;
	}

#footer p {
	text-align: center;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}



/*

===== SPECIFIC TEMPLATES & PAGES =====

*/

.frontart {
	display: block;
	margin-bottom: 20px;
}

.home-entry {
	display: block;
	width: 830px;
	font-size: 18px;
	padding: 20px;
	background-color: #E5C18A;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
	margin-bottom: 20px;
}

#homeboxes {
	clear: both;
	display: block;
}

#homeboxes table {
	width: 870px;
}

#homeboxes table, #homeboxes tr, #homeboxes td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.homepage-box {
	display: block;
	float: left;
	width: 236px;
	height: 500px;
	background-color: #580202;
	color: #FFF;
	border: 10px #000 solid;
	padding: 10px;
}
.homepage-box h2 {
	font-size: 26px;
	font-weight: normal;
}
.homepage-box a {
	color: #FFF;
	text-decoration: underline;
}

.page-template-page-home-php #module1, .page-template-page-home-php #module2 {
	display: inline;
	margin-right: 20px;

}


#staff-table table {
	width: 100%;
}

#staff-table td {
	vertical-align: top;
	padding-bottom: 10px;
}

#staff-table img.size-thumbnail {
	margin: 0 15px 10px 0;
}

.news-page {
	display:block;
	margin: 0 0 2em 0;
}

.news-index .widget_recent_entries {
	display: none;
}

.index-item {
	display: block;
	padding: 0 0 1em 0;
	border-bottom: 1px #000 solid;
	margin: 0 0 1em 0;
}

.index-item h2 {
	font-size: 18px;
	margin: 0 0 4px 0;
}

.index-item .entry {
	display: block;
	margin: 6px 0 0 20px;
}

.index-item .postmetadata {
	display: block;
	font-style: italic;
	margin: 6px 0 0 30px;
}

.single .postmetadata {
	
	font-style: italic;
	line-height: 1.5em;
	padding: 0 0 0 10px;
}

.single .navigation {
	display: block;
	font-style: italic;
	line-height: 1.5em;
	padding: 10px 0 20px 10px;
	border-top: 1px #000 solid;
	
	}

#directions-form {
	display: block;
	text-align: left;
	margin: 0 0 1em 0;
}

#map_canvas {
	width: 510px;
	height: 340px;
	margin: 0pt auto 1em;
}

.archive-content .hentry {
	display: block;
	border-bottom: 1px #000 solid;
	margin-bottom: 1em;
}

.archive-content small {
	display: block;
	margin-bottom: 5px;
}

.search-content .hentry {
	display: block;
	padding-bottom: 1em;
	border-bottom: 1px #000 solid;
	margin-bottom: 1em;
}

.search-content .hentry h3 {
	display: block;
	float: left;
}
.search-content .hentry p {
	clear: both;
}

.search-content .navigation {
	display: block;
	padding: 10px 0 20px 0;
	font-weight: bold;
}

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

img.centered {
	display: block;
	border: 1px #000 solid;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignnone {
	padding: 0;
	display: inline;
}


img.alignright {
	float: right;
	padding: 0;
	border: 1px #000 solid;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 0;
	border: 1px #000 solid;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.tightleft {
	padding: 0;
	margin: 0 2px 2px 0;
	border: 1px #000 solid;
	display: inline;
	}
	

/* End Images */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}



select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
/* ========= CONTACT US FORM ========= */

#email-form {
	display:block;
	width: 490px;
	padding:10px;
}
#email-form form {
	display:block;
	width: 490px;
	text-align:left;
}

fieldset {
	border:1px solid #666
}

#email-form select {
	width: 255px;
	float:right;
	font-size: 14px;
}

.contact-field {
	display:block;
	clear: both;
	width: 490px;
	padding:8px 0 8px 0;
}


.contact-field input {
	display: block;
	float: right;
	font-size: 15px;
}
.contact-field label {
	display: block;
	float: right;
	padding: 0 8px 0 0;
}

.contact-message {
	display:block;
	clear: both;
	width: 490px;
	padding:8px 0 8px 0;
}

.contact-message textarea {
	width: 482px;
	padding: 4px;
	font-size: 16px;
	font-family: Georgia, serif;
}
.contact-submit {
	display: block;
	width: 490px;
	text-align:right;
	padding:0 0 0 0;
}
.contact-submit input {
	background-color: #5B0202;
	color: #FFF;
	font: 100% bold Georgia, serif;
	padding: 6px;
}

/* ========= MAILCHIMP SIGNUP WIDGET ========= */

#mc-embedded-subscribe-form fieldset {
	padding: 0 0 0 35px;
	border: 0;
}
#mc-embedded-subscribe-form legend {
	font-style: italic;
	margin-bottom: 4px;
}
.mc-field-group {
	margin-bottom: 6px;
}
.mc-field-group label {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
}
.mc-field-group input {
	display: block;
	width: 200px;
}

.mce_inline_error {
	color: #990000;
	font: italic 13px Arial, Helvetica, sans-serif;
	margin-top: 4px;
}

div.response {
	font-style: italic;
	margin-bottom: 5px;
}

#mc_embed_close {
	display: none;
}

/* End Form Elements */













/* 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;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



