/* 
Theme Name: Loomis Basin Equine Medical Center
* Description: Custom WordPress theme for Loomis Basin Equine Medical Center
* Author: Jenn de la Fuente	
* Author URI: http://www.jrosebud.com/designs
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #3c4a27 url(images/background.jpg) repeat-y fixed top center;
	color: #3c4a27;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 900px;
	margin: 0 auto;
	background: #ecddb9 url(images/container.jpg) repeat-y;
	height: 100%;
}

p {
	padding-bottom: 12px;
}

a {
	color: #77040c;
}

a:hover {
	color: #3c4a27;
}


li {
	margin-left: 20px;
}

h1 {
	color: #77040c;
	font-size: 200%;
	padding-bottom: 12px;
}

h2 {
	color: #77040c;
	font-size: 175%;
	padding-bottom: 12px;
}

h3 {
	color: #77040c;
	font-size: 150%;
	padding-bottom: 12px;
}

h4 {
	color: #77040c;
	font-size: 125%;
	padding-bottom: 12px;
}

h5 {
	color: #77040c;
	font-size: 90%;
	padding-bottom: 12px;
}

h6 {
	color: #77040c;
	font-size: 80%;
	padding-bottom: 10px;
}

small {
	color: #77040c;
	font-size: 75%;
	padding-bottom: 10px;
}

img {
	border: none;
	outline: none;
}

ul {
	padding-bottom: 12px;
}

/* structure and whatnot */

#sidebar {
	width: 200px;
	padding: 30px;
	background-color: #3c4a27;
	color: #fff;
	float: left;
	text-align: center;
	font-size: 14px;
}

#rightcolumn {
	width: 580px;
	padding: 30px;
	float: right;
}

#info {
	color: #77040c;
	font-weight: bold;
	margin-bottom: 15px;
}

#footer {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 2px #77040c solid;
}

/* navigation stuffs */

#navigation {
	margin: 0 auto;
	background-color: #ecddb9;
	height: 50px;
}

#navigation ul li {
	display: block;
	padding: 15px 17px;
	text-align: center;
	font-size: 20px;
	list-style: none;
	float: left;
}

#navigation ul li a {
	text-decoration: none;
	color: #3c4a27;
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #77040c;
}

#navigation ul li a.current {
	text-decoration: none;
	color: #77040c;
}

#bottomnav {
	font-size: 10px;
	text-align: center;
	margin-top: 40px;
}

#bottomnav a {
	color: #3c4a27;
}

#bottomnav a:hover {
	color: #77040c;
}

#bottomnav a.current {
	color: #77040c;
}

/* other important classes */

.pagehed {
	background-color: #77040c;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 580px;
	padding: 3px 0;
	font-size: 18px;
	margin-bottom: 14px;
}

.callout {
	background-color: #77040c;
	padding: 10px;
	font-size: 18px;
}

.current {
	color: #77040c;
}

.category {
	padding-bottom: 20px;
}

.sidebox {
	background-color: #788c53;
	width: 170px;
	padding: 15px;
	margin: 30px auto;
	min-height: 200px;
	text-align: left;
}

.sidebox h3 {
	color: #fff;
	text-align: center;
}

.sidebox h3 a {
	color: #fff;
	text-decoration: none;
}

.sidebox h3 a:hover {
	color: #fff;
	text-decoration: underline;
}

.search {
	text-align: left;
	margin-bottom: 30px;
}

.search-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* captions and photos */

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

.alignleft {
   float: left;
   margin-right: 15px;
   margin-bottom: 10px;
}

.alignright {
   float: right;
   margin-left: 15px;
   margin-bottom: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}