/*  
Theme Name: Emancipet Default
Theme URI: http://www.emancipet.org/
Description: 
Version: 1
Author: 
Author URI: 
*/

/* LAYOUT */

/*
1.GLOBAL
2.LAYOUT
3.NAVIGATION
4.SPECIAL
*/

/* -- 1.GLOBAL -- */
		
* {margin: 0; padding: 0;}
			
body {
	font: 80%/1.4  Tahoma, Geneva, sans-serif;
}
						
/* -- 2.LAYOUT -- */

#container {
	width:857px;
	margin:10px 0 0 0;
}
			
#header {
			
}
			
#logo a {
	float:left;
	display:block;
	height:72px;
	width:240px;
	background-image: url(/images/logos/logo_masthead.gif);
	background-repeat: no-repeat;
	background-position: 0 30px;
}
			
#content {
	padding:10px 0 0 0;
			
}

#content #left-col {
	width:304px;
	float:left;
	text-align:left;
}

#content #right-col {
	width:540px;
	float:right;
}

#content #home-col-1 {
	float:left;
	width:348px;
	margin-right:21px;
}

#content #home-col-2 {
	float:left;
	width:488px;
	text-align:right;
}

#footer {
	margin:10px 0 0 0;
	border-top:1px solid #0e9cda;
	font-size:.85em;
}

#footer a {
	color:#0e9cda;
}

#footer a:hover {
	color:#000;
}

#donate-now-side {
	width:222px;
	height:34px;
	margin-bottom:10px;
}

#donate-now-side a {
	display:block;
	background:url(/images/buttons/donate-now_side.gif);
	width:222px;
	height:34px;
	padding:0;
	margin:0;
}

#donate-now-side a:hover {
	background-position:0 -34px;	
}

#donate-now-side a span {
	display:none;
}

#make-an-appointment-side {
	width:222px;
	height:34px;
	padding:0;
	margin-bottom:10px;
}

#make-an-appointment-side a {
	display:block;
	background:url(/images/buttons/make-an-appointment_side.gif);
	width:222px;
	height:34px;
	padding:0;
	margin:0;
}

#make-an-appointment-side a:hover {
	background-position:0 -34px;	
}

#make-an-appointment-side a span {
	display:none;
}
			
/* -- 3.NAVIGATION -- */

/* - Main Navigation - */

#main-nav ul {
	margin:50px 0 0 0;	
	float:right;
	border-bottom:1px solid #0e9cda;
	padding:0 0 4px 10px;
}

#main-nav ul li {
	display:block;
	float:left;
	list-style-type: none;
	text-align:left;
	margin:0 10px 0 0;
}

#main-nav ul li a {
	text-decoration:none;
	color:#0e9cda;
	font-weight:bold;
	font-size:1.1em;
	font-family:Lucida Grande,Lucida Sans Unicode,Verdana, Arial, Helvetica, sans-serif;
}

#main-nav ul li a:hover, #main-nav ul li a:focus, #main-nav ul li.current_page_item a, #main-nav ul li.current_page_parent a {
	color:#000;
}

			
/* - Sub Navigation - */	
#sub-nav li {
	list-style-type:none;
	font-size:1.1em;
	margin:0;
	padding:0;

}

#sub-nav li a {
	display:block;
	height:25px;
	width:282px;
	padding:6px 0 0 6px;
	color:#f36523;
	text-decoration:none;
	border-bottom:1px solid #dfdfdf;

}

#sub-nav li a:hover, #sub-nav li a:focus,  #sub-nav ul li.current_page_item a {
	color:#000;
	background-color:#efefef;
}

/* - Sidebar - */
.side-item a {
	display:block;
	text-align:center;
	width:200px;
	background-color:#9a1a1b;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.3em;
	text-decoration:none;
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #0e9cda;
}

.side-item a:hover {
	background-color:#fff;
	color:#0e9cda;
}


/* - Footer Navigation - */
#footer-nav {
	float:left;
	width:450px;
}

#footer-nav ul {
	padding:0;
	margin:0;
}

#footer-nav ul li {
	display:block;
	float:left;
	list-style-type: none;
	text-align:center;
	padding:0;
	margin:0 10px 0 0;
}

#footer-nav ul li a {
	text-decoration:none;
	color:#0e9cda;
	font-weight:bold;
}

#address {
	float:right;
}
		

			
/* -- 4.SPECIAL -- */
		
span.replace, #skip-nav { /* Image Replacement */
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;			
}
						
/* Clear fix */
.clear:after{
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	visibility: hidden;
}
.clear{
	display: block;
}
/*  \*/
.clear{
	min-height:1%;
}
* html .clear{
	height:1%;
}

/* Social media icons on left navigation */

#social-list {
width:288px;
margin-top:20px;
padding-top:20px;
border-top:1px solid #dfdfdf;
}

#social-list ul {
margin:10px 0 0 -26px;
}

#social-list li {
list-style-type: none;
}

#social-list li a {
display:block;
height:32px;
padding:10px 0 0 42px;
background:url(/wp-content/themes/emancipet/images/logos/logos-social.gif) no-repeat;
}

#social-list .yelp {
background-position: 0px 0px;
}

#social-list .facebook {
background-position: 0px -42px;
}

#social-list .twitter {
background-position: 0px -84px;
}

#social-list .wordpress {
background-position: 0px -126px;
}

#social-list .youtube {
background-position: 0px -168px;
}

#social-list .flickr {
background-position: 0px -210px;
}

/*  */			

/* CONTENT */

/*
1.GENERAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GENERAL -- */
dl, ol, p, table, ul {
	margin: 0 0 1.5em 0;
}

/* -- 2.TEXT -- */
h1 {
	font-size: 2em;
	line-height: 1;
	margin-bottom:10px;
}
h2 {
	font-size: 1.3em;
	color:#f36523;
	font-weight:bold;
}
h3 {
	font-size: 1.1em;
	color:black;
}

p {
	padding: 0;
}

pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}

code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	font-size: 1em;
}
table caption {
	padding: 0 0 1.5em 0;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}

/* -- 6.LINKS -- */

a {
	color: #0e9cda;
}

a:hover {
	color: #000;
}

/* -- 7.PAGES/SECTIONS -- */

.highlight {
	color:#f36523;
	font-weight:bold;
}

/* - Home - */
#home-col-1 p {
	margin-bottom: 0px;
}
#home-col-1 a {
	display: block;
	margin-bottom: 1.5em;
}
#banner-home {
	height:140px;
	background-image:url(/images/layout/banner_home_aug2009.jpg);
	margin-bottom:10px;
}

#banner-home h1 {
	display:none;
}

#flashcontent {
	width:220px;
	height:180px;
}

#donate-now {
	float:left;
	width:311px;
	height:48px;
	margin-right:29px;
}

#donate-now a {
	display:block;
	background:url(/images/buttons/donate-now.gif);
	width:311px;
	height:48px;
}
#donate-now a:hover {
	background-position:0 -48px;	
}

#donate-now a span {
	display:none;
}

#make-an-appointement {
	float:left;
	width:311px;
	height:48px;
}

#make-an-appointement a {
	display:block;
	background:url(/images/buttons/make-an-appointment.gif);
	width:311px;
	height:48px;
}
#make-an-appointement a:hover {
	background-position:0 -48px;	
}

#make-an-appointement a span {
	display:none;
}

#live-give {
	float:left;
	margin-right:29px;
}

table.table-style1 td {
	border-top:1px solid #efefef;
	padding:4px;
}

table.table-style1 th {
	border-bottom:1px solid #dfdfdf;
	padding:4px;
	font-weight:bold;
	text-align:left;
}

/* FORMS */

/* --- Begin Main Form --- */

/* - Form Margins and Padding - */
form.layout-main-form {
	margin: 2em 0;
}
/* - General Preferences - */
input, textarea, select, button {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
form.layout-main-form input:focus,form.layout-main-form textarea:focus,form.layout-main-form select:focus {
	background-color: #FFFFE0;
}
form.layout-main-form fieldset input, form.layout-main-form fieldset textarea, form.layout-main-form fieldset select {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: .25em;
}
/* - Fieldset - */
form.layout-main-form fieldset {
	margin-bottom: 1.25em;
	border: 1px #CFCFCF solid;
	padding: .25em;
}
form.layout-main-form fieldset fieldset {
	border: none;
	padding: 0;
}
/* - Legend - */
form.layout-main-form fieldset legend {
	color: #000;
	font-weight: normal;
}
form.layout-main-form legend {
	padding: 0 2px;
	font-weight: bold;
	margin: 0 -7px; /* IE Win */
	margin /**/: 0;
}
form.layout-main-form fieldset fieldset legend {
	
	padding: 0 0 .25em 0;
	font-weight: normal;
}
form.layout-main-form fieldset fieldset legend span {
	display: block;
	width: 600px;
}
/* - Button -   */
form.layout-main-form button {
	padding: .25em;
	margin-right: 15px;
}
/* - Labels - */
form.layout-main-form label {
	display: block;
	float: left;
	line-height: 1.8;
	vertical-align: top;
	width: 10em;
	margin-right: .5em; 
	text-align: left; 
}
form.layout-main-form label.error {
	color: #f00;
}
form.layout-main-form fieldset fieldset label {
	float: none;
	margin-left: 10.4em;	
	display: block;
	width: auto;
}
form.layout-main-form label.layout-long-option { 
	width: auto; 
	display: inline;
	text-align: left;
}
/* - Check Boxes & Radios - */
form.layout-main-form fieldset fieldset input {
	margin-right: .25em;
	border: none;
	padding: 0;
}
/* - Select Boxes - */

form.layout-main-form fieldset select {
	padding-right: 0;
}
form.layout-main-form fieldset option {
	padding-right: .25em;
}
#mc-option, #visa-option, #amex-option, #discover-option {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 32px;
}
#mc-option {
	background-image: url("/images/icons/mastercard.gif");
}
#visa-option {
	background-image: url("/images/icons/visa.gif");
}
#amex-option {
	background-image: url("/images/icons/american-express.gif");
}
#discover-option {
	background-image: url("/images/icons/discover.gif");
}
/* - List Styles - */
#container #content form.layout-main-form fieldset ol {
	margin: .5em;
	padding: 0;
}
form.layout-main-form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: left;
	border-bottom: 1px #e1e1e1 solid;
}
form.layout-main-form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

/* Clear Fieldsets */
form.layout-main-form fieldset:after {
	content: ".";
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
form.layout-main-form fieldset {
	display: inline-block;
}
/* Hide from Internet Explorer for Mac \*/
form.layout-main-form fieldset {
	display: block;
}
/* End hide */	

/*\*//*/ form.layout-main-form legend { display: inline-block; } /* IE Mac legend fix */

/* Message Alerts */
div.alert, div.confirm {
	padding: .25em;
	color: #000;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 1em;
}
div.alert {
	background-color: #FFD9D9;
	border: 1px solid #c00;
}
div.confirm {
	background-color: #B3FFB3;
	border: 1px solid #090;
}

/* Apointment Request Form */
form.appointment p {
	margin:10px 0 0 0;
}

form.appointment .button {
	padding:4px;
}

/* Appointment Request Form */
form#appointment-request-form li {
	border: none;
}

form#appointment-request-form li label {
	float: none;
	width: 100%;
}

form#appointment-request-form li input#Age_Months {
	margin-left: 1em;
}

form#appointment-request-form li fieldset {
	margin: 0;
	padding: 3px 0;
	border: 1px #CFCFCF solid;
	padding: .25em;
	width: 25%;
}

form#appointment-request-form li fieldset legend {
	margin-left: .5em;
}

form#appointment-request-form li fieldset label {
	margin: 0;
}

form#appointment-request-form li fieldset label input {
	margin-left: 1em;
}

#footer-block-links ul {
margin-left:16px;
}

#footer-block-links li {
float:left;
list-style-type:none;
margin:0;
}

#footer-block-links a {
display:block;
text-decoration:none;
padding:10px 56px;
font-weight:bold;
text-align:center;
margin-right:6px;
color:#fff;
background:#F36523;
font-size:180%;
-moz-border-radius:.75ex;
-webkit-border-radius:.75ex;
}

#footer-block-links a:hover {
border:1px solid #F36523;
color:#F36523;
background:#fff;
padding:9px 55px;
}