/*  
Theme Name: Sunset Animal Clinic
Description: 
Version: 1.0
Author: julie
Author URI: 

*/

/* CSS Document */

/************************************************************************

	Site:		SunsetAnimal.com

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	/*background: url(/wp/images/bg.jpg) repeat-x; */
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #333333; /*#f49b31*/;
	margin-top: 0;
}

html, h1, h2, h3, h4, h5, h6, ol, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}

ul {
margin: 5px 0;
padding: 0 25px;
}

li {
margin: 0;
padding: 0;
}

div.clear {
clear: both;
}

h1 {
	margin: 0 0 10px 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #f49b31;
}

p {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 8px 5px 12px 0;
	line-height: 18px;
}

img {
	border: 1px solid #cccccc;
	padding: 3px;
}	

a { color: #097b7b; text-decoration: none; }

a:hover { text-decoration: underline; }

hr { color: #f49b31; }

blockquote { margin: 10px 25px; }


/***********************************************************************
	2 - STRUCTURE
************************************************************************/

div#container {
width: 850px;
margin: 0 auto;
background-color: #fff;
}

div#content {
width: 845px;
padding: 5px 5px 5px 0;
border-top: 2px solid #097b7b;
border-bottom: 2px solid #097b7b;
background-color: #fdfccc;
}

div#sidebar {
width: 150px;
padding: 10px 10px 20px 10px;
margin: 0;
float: left;
}

div#homeRight {
width: 633px;
float: left;
padding: 20px;
background-color: #fff;
border: 1px solid #CCCCCC;
}

div#right {
width: 655px;
float: left;
padding: 5px 10px 25px 5px;
background-color: #fff;
border: 1px solid #CCCCCC;
min-height: 300px;
}

div#footer {
width: 850px;
padding: 5px 0;
text-align: center;
background-color: #f07d3a;
font-size: 10px;
color: #333;
}


/***********************************************************************
	3 - GLOBAL
************************************************************************/

div#header {
width: 830px;
height: 90px;
background: url(/wp/images/banner-fade.jpg) repeat;
padding: 10px;
}

div#header div#logo {
width: 140px;
height: 82px;
background: url(/wp/images/logo.gif) center no-repeat;
background-color: #fff;
padding: 3px;
border: 2px solid #000;
float: left;
}

div#header div#logo p {
margin: 20px;
}

div#header div#contact {
width: 550px;
height: 90px;
margin-left: 10px;
padding-left: 10px;
float: left;
}

div#header div#contact h1 {
font: italic bold 34px Georgia, "Times New Roman", Times, serif;
color: #000;
padding: 0;
margin: 5px 0 0 0;
letter-spacing: 0;
}

div#header div#contact h1 a {
text-decoration: none;
color: #000;
}

div#header div#contact p {
font: 14px "Times New Roman", Times, serif;
margin-top: 7px;
letter-spacing: 2px;
}

/***********************************************************************
	4 - NAV
************************************************************************/

#nav {
	width: 150px;
} 


/* Top Level */
#nav ul { 
list-style: none;
margin: 0;
padding: 0;
}

#nav ul li {
padding: 0;
margin: 0;
position: relative;
}

#nav ul li a {
	display: block;
	border-left: 4px solid #f49b31;
	text-transform: capitalize;
	font: bold 13px Arial, Helvetica, sans-serif;
	background-color: #097b7b;	
	cursor:pointer;
	color: #fff; 
	padding: 5px;
	margin: 2px 0;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}	

/* Level Two */
#nav ul li ul {
position: absolute;
top: 0;
left: 99%; 
width: 105px; 
background-color: #fdfccc;
border-top: 1px solid #f49b31;
border-bottom: 1px solid #f49b31;
padding: 3px;
z-index: 1;
}

#nav ul li ul li {
	padding: 0 5px;
	font-weight: normal;
	border: 0;
}	

#nav ul li ul li a {
color: #097b7b;
text-decoration: none;
background-color: #fdfccc;
font-weight: normal;
border: none;
	font-size: 11px;
}

#nav ul ul li a:hover {
text-decoration: underline;
}

div#nav ul ul ,
div#nav ul li:hover ul
{display: none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul
{display: block;}


/***********************************************************************
	3 - HOME CONTENT
************************************************************************/

div#homeRight div.post {
	width: 100%;
}	

div#homeRight div.post h1 {
	margin: 0;
	font: bold 20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #f49b31;
	letter-spacing: 1px;
}

div#homeRight div.post p {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 8px 5px 12px 0;
	line-height: 18px;
}

div#homeRight div.entry {
	padding-bottom: 15px;
}	

div#homeRight div.entry h2 {
	font: italic 16px Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}	

div#jako { 
	width: 600px;
	padding: 5px; 
	border: 1px dashed #097B7B;
	margin: 10px 0;
 }

div#homeRight div#boxes {
	width: 633px;
}

div#boxes div.homeBoxLeft {
	width: 310px;
	min-height: 125px;
	margin-right: 13px;	
	float: left;	
	}
	
div#boxes div.homeBoxLeft h2 {
	background-color: #f49b31;
	height: 18px;
	background-image: url(/wp/images/paw-white.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 2px 5px 2px 18px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

div#boxes div.homeBoxLeft p{
	margin: 10px;
	}
	

div#boxes div.homeBoxRight {	
	width: 310px;
	min-height: 125px;	
	float: left;	
	}

div#boxes div.homeBoxRight h2 {
	background-color: #f49b31;
	height: 18px;
	background-image: url(/wp/images/paw-white.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 2px 5px 2px 18px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}	

	
div#boxes div.homeBoxRight p{
	margin: 10px;
	}	


/***********************************************************************
	3 - SUB CONTENT
************************************************************************/

div#right h1 {
background: url(/wp/images/paw-orange.gif) no-repeat;
height: 25px;
padding: 3px 0 0 27px;
margin: 0;
font-size: 16px;
text-transform: capitalize;
letter-spacing: 1px;
}

div#right h2 {
font: bold 14px Arial, Helvetica, sans-serif;
color: #097b7b;
letter-spacing: 1px;
}

div#right h3 {
font: bold 13px Arial, Helvetica, sans-serif;
color: #097b7b;
letter-spacing: 1px;
}

div#right a { color: #097b7b; }

div#right div.post { width: 100%; }

div#subContent {
width: 600px;
padding: 8px 30px 0 26px;
}

div.entry ul li {
margin-bottom: 6px;
}



/*************************************************************************
	4- FOOTER
*************************************************************************/

div#footer li {
	list-style-type: none;
	display: inline;
	padding: 0 3px;
}

div#footer li a {
	text-decoration: none;
	color: #333;
}	

div#footer li a:hover {
	text-decoration: underline;
}	


/*************************************************************************
	5- COMMENTS
*************************************************************************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}		