@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Cuyahoga County Animal Shelter
Theme URI: http://wordpress.org/
Description: November 10th, 2008
Version: 0.1
Tags: webside
*/
@import url("reset.css");
@import url("front-page.css");
@import url("dmstylesheet.css");
@import url("header.css");
@import url("adopt-me.css");
@import url("footer.css");
@import url("happy-tails.css");
@import url("stylegoddard.css");
@import url("adviceinfostyle.css");
@import url("helpus.css");
@import url("sidebarstyle.css");

/* ---- NOTE: any styling done or intended to cascade to the a (anchor) tag will also need to be done explicitly (ie: sometag a {...;} in the IE hack CSS. 
																The color will not inherit in IE for the a (anchor) tag  */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	background-color:#ccc;
}
p { font-family:Verdana, Arial, Helvetica, sans-serif;}
	
h1, strong{
	color: #324e79;
        font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
        
}

h2 {
       color: #363;
       font-weight: bold;
       font-size:1.2em;
       line-height:1.6em;
}

h2 a{
	text-decoration:underline;
	}
	
h3 {
       color:#363;
       font-weight: bold;
       font-size:1.1em;
       line-height:1.6em;
}

h3 a{
	text-decoration:underline;
	}
	
h4 {
       color: #324e79;;
       font-weight: bold;
       font-size:1em;
       line-height:1.4em;
}

h4 a{
	text-decoration:underline;
	}

a:hover
{
	text-decoration:underline;
}
#wrapper{
background-color:#fff;
background-image:url(images/bg.gif);
background-repeat: repeat-y;
}



#content{
width:975px;
height:100%; 
}

#mainContent {
margin: 0 12px 0 12px;
margin-bottom: auto;
padding-left: 175px;
padding-top: 20px;
padding-bottom: 30px;
height:auto;
}

#rightCol {
float: right; 
background: #FF0000;
padding: 15px 0;
}

#websidepage a {color:#383;}
#websidepage p {padding-bottom:12px;}
.photocaption {font-size:.8em; font-style:italic;color: #1c254f;}

.greentextbox { 
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #e5f2df;
	color: #000;
	padding:10px;
	margin-bottom:10px;
	}
	
.greentextbox h1 {
	color: #1c254f;
	}
	
.bluetextbox {
	background-image:url(images/top_left.gif);
	background-repeat:no-repeat;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #edf1f4;
	color: #000;
	padding:10px;
	margin-bottom:10px;
	}
	
.bluetextbox h1 {
	color: #324e79;
  }

.bluetextbox h2 {
        color: #1c254f;
        }

.textbox
	{
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #f5f5e4;
	color: #000;
	padding:10px;
	margin-bottom:10px;
	width:inherit;
	}
.tantextbox
	{
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #f5f5e4;
	color: #000;
	padding:10px;
	margin-bottom:10px;
height:auto;
	}

	
.tantextbox h1{
	color: #324e79;
	margin-left:0px;
	}

.borderbox{
	font-family: verdana, helvetica, arial, sans-serif;
	border:2px solid;
	border-color:#728394;
	color:#000;
	}
	
.borderbox h1{
	font-family: verdana, helvetica, arial, sans-serif;
	color:#324e79;
padding-top:10px;
padding_bottom:2px;
	}

.goddardpost {
width: 250px;
float: left;
padding:8px 8px 8px 8px;
margin: 10px 10px 10px 25px;
border: 2px solid;
border-color: #96a5b5;

}

.clearall {
clear:both;
}


/* Captions & aligment */

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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 & aligment */



