@charset "utf-8";
/*****************
  Default Styles
******************/
body {
    font-size: 12px;
    line-height: 1.5em;
    color: #51626f;
    font-family:Arial, Helvetica, sans-serif;
}


h2, h3,
h4, h5, h6 {

    line-height: 1em;
    margin: 0px;
}
h1 {
	
	margin:0px 0px 0px 0px;
	height:40px;
    color: #361413;
	font-weight:bold;
    font-size:24px;
}



h2 {
    font-size: 2.5em;
    margin: 0 0 0.4em;
}

.blog h2 {
    font-size: 1.5em;
    margin: 0 0 0.4em;
}
h3 {
    font-size: 1.5em;
	letter-spacing:.5px;
   	color:#9cc4ae;
	float:left;
	font-weight:bold;
}



h4 {
    font-size: 1.8em;
    margin: 1.7em 0 .9em 0;
	color:#00aeef;
	font-weight: Bold;
	
}
h5 {
    font-size: 1em;
    margin: 1em 0 1em;
    font-weight: bold;
	
}
h6 {
    font-size: 1em;
	font-weight: bold;
   
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0.5em 0 1.5em;
}
p.last {
    margin-bottom: 0.5em;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
    color: #394a58;
}
abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
a, a:link, a:visited {
     text-decoration: none;
	 color:#FFFFFF;
}

#textAreaAdoption a, #textAreaAdoption a:link, #textAreaAdoption a:visited,
#textAreaBlog a, #textAreaBlog a:link, #textAreaBlog a:visited {
	 color:#342826;
	 font-weight:bold;
}

#textAreaAdoption a:hover{
text-decoration:underline;


}

a:hover, a:active {
    
    text-decoration: none;
    color: inherit;
}


#topMenu a:hover  {
    
    text-decoration: underline;
    color: inherit;
}

/*******************
   General Classes
********************/
#footer span{

	line-height:30px;
}
.box {
    
}
.box h1, .box h2,
.box h3, .box h4,
.box h5, .box h6 {
    color: #394A58;
    text-align: center;
}
.fill {
    color: #ffffff;
}
.shadow {
    text-shadow: #acc0c6 1px 1px 1px;
}
.small span.dropcap {
    font-size: 3.375em;
}
.small p, p.small {
    font-size: 0.8888em;
    line-height: 1.6875em;
    margin: 0.5625em 0 1.6875em;
}
.small li {
    font-size: 0.8888em;
    line-height: 1.6875em;
    letter-spacing: 1px;
}
.align_right {
    text-align: right;
}
.upper {
    text-transform: uppercase;
}

/*******************
   Specific Styles
********************/

/* Container Styles */

/* Header Styles */
#header span.small {
    text-transform: uppercase;
    display: block;
    font-style: normal;
    letter-spacing: 1px;
    color: #51626f;
}
#header h1, #header h1 span.small {
    color: #d52b1e;
}
#header h1 {
    margin: 0;
    font-style: italic;
    padding: 9px 0;
}
#header h1 span.small {
    font-size: 0.2963em;
    line-height: 1.6875em;
}
#header h2 {
    font-size: 2em;
    line-height: 1.25em;
    margin: 0.5em 0 0;
    padding: 9px 0;
}
#header h2 span.small {
    font-size: 0.4444em;
    line-height: 1.6875em;
}
#header h3 {
    font-size: 0.8888em;
    line-height: 1.6875em;
    margin: 0;
    color: #51626f;
    text-transform: uppercase;
}
#header p {
    margin: 0;
    font-size: 0.8888em;
    line-height: 1.6875em;
    color: #51626f;
}



.white{
	color:#FFFFFF;
}

.marginleft {
	margin-left:7px;
	border-left:5px;
	border-color:#9cc4ae;
}

.dark{
	color:#000;
	margin-left:10px;
}

.brown{
	 color:#361413;

}

#textAreaBlip a {
    font-size: 1.5em;
	letter-spacing:.5px;
   	color:#9cc4ae;
	float:left;
	font-weight:bold;
}

#textAreaBlip a:hover{
    font-size: 1.5em;
	letter-spacing:.5px;
   	color:#9cc4ae;
	float:left;
	font-weight:bold;
	text-decoration:underline;
}

.blog h2 {
    font-size: 2em;
	color:#333333;
    margin: 0 0 0.4em;
}

#sidebar h2 {
    font-size: 2em;
	color:#333333;
    margin: 0 0 0.4em;
}

#sidebar li{
	color:#000;
	margin-top: 5px;

}


#sidebar li h2{
	color:	#625D5D;
	font-size:1.5em;
	

}


#sidebar a, #sidebar a:link, #sidebar a:visited{
	color:#000000;
	

}

#sidebar a:hover {
	color:#000000;
	text-decoration:underline;

}

/* Blog */
#comments, #respond h3 {
	float: none;
}

