/*
Theme Name: Ambrit
Version: 1.0
Author: Ambrit
Description: Clean slate Wordpress theme
*/


/*-------------------RESET-------------------*/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul, li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
q:before, q:after { content:''; }


/*-------------------WORDPRESS GENERATED STYLES-------------------*/

.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; margin: 0 15px 15px 0; }
.alignright		{ float: right; margin: 0 0 15px 15px;}
.wp-caption		{ margin: 10px; padding: 10px; border: 1px solid #ECDEE5; text-align: center; background: #FFF; }
strong			{ font-weight: bold; }


body {
	background-color: #530029;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #454545;
}
a:link, a:visited {
	color: #660032;
}
a:active, a:hover {
	color: #454545;
}
h1 {
	clear: both;
	margin: -4px 0 0.75em 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #660032;
}
h2 {
	clear: both;
	margin: 0 0 0.7em 0;
}
p {
	margin: 0 0 1.2em 0;
	line-height: 1.4em;
}
em {
	font-style: italic;
}

/*-------------------WRAPPER-------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 45px 0 15px 0;
}


/*-------------------HEADER-------------------*/

#header {
	position: relative;
	background: url(images/bg_header.jpg) top right #FFF;
	padding: 15px 25px;
	height: 185px;
}


/*-------------------CONTENT-------------------*/

#contentWrapper {
	padding: 5px 0 0 0;
	background-color: #FFF;
}

#contentMain {
	width: 630px;
	float: left;
	padding: 0 0 30px 30px;
	font-size: 0.9em;
}
#contentMain h2 {
	margin: 1em 0 0 0;
	padding: 1.5em 0 0.5em 0;
	border-top: 1px solid #ECDEE5;
}
#contentMain ul {
	margin: 0 0 0.8em 0;
}
#contentMain li {
	margin: 0 0 0.5em 30px;
	padding: 0 0 0 12px;
	background: url(images/bullet.gif) no-repeat 0 0.45em;
}

#contentMain .postsIndex {
	margin: 0;
	padding: 0;
}
#contentMain .postsIndex li {
	margin: 0 0 1.2em 0;
	padding: 0 0 0.8em 0;
	border-bottom: 1px solid #EEE;
	background: none;
}
#contentMain .postsIndex p {
	margin: 0 0 0.6em 0;
	font-size: 0.9em;
}
#contentMain .postsIndex p.postedOn, #contentMain .postsIndex p.postedIn {
	margin: 0 0 0.6em 0;
	font-size: 0.8em;
}

.postedOn, .postedIn {
	font-size: 80%;
}
.backToIndex {
	display: block;
	padding: 0 0 1.2em 0;
	font-size: 0.9em;
}
.previousNav {
	float: left;
	display: block;
	width: 40%;
	padding: 0 0 1.2em 0;
	font-size: 0.9em;
}
.nextNav {
	float: right;
	display: block;
	width: 40%;
	padding: 0 0 1.2em 0;
	text-align: right;
	font-size: 0.9em;
}
.wp-caption p {
	font-size: 0.8em;
	margin: 0 0 0.4em 0;
}

#contentMain #ourHorses h2, #contentMain #stables h2 {
	font-size: 1.2em;
	color: #660032;
}
#contentMain #ourHorses .infoPanel {
	float: right;
	width: 175px;
	margin: 0 0 15px 15px;
	padding: 15px;
	background-color: #fef6fa;
	border: 1px solid #DEC0CF;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

#contentSub {
	float: right;
	width: 240px;
	margin: 0 30px 0 0;
}
#contentSub a {
	text-decoration: none;
}
#contentSub .xoxo li {
	margin: 0 0 1em 0;
}

.relatedPages, .newsItems {
	margin: 0 0 1.2em 0;
	border-bottom: 1px solid #ECDEE5;
}
.relatedPages li, .newsItems li {
	padding: 10px 0;
	border-top: 1px solid #ECDEE5;
	font-size: 0.9em;
}
.relatedPages li .date, .newsItems li .date, p.date {
	margin: 0;
	font-size: 0.8em;
}
#contentMain .topStory, #contentMain .featuredStories {
	margin: 0;
	padding: 0;
}
#contentMain .topStory li, #contentMain .featuredStories li {
	background: none;
	margin: 0;
	padding: 0;
}
#contentMain .topStory h2 a {
	text-decoration: none;
	font-size: 1.2em;
}
#contentMain .featuredStories h2 a {
	text-decoration: none;
}
#contentMain .topStory .date, #contentMain .featuredStories .date {
	margin: 0 0 0.8em 0;
}


#ownerLogin {
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
}
#ownerLogin input {
	padding: 4px;
	border: 1px solid #E5E5E5;
	background: #FBFBFB;
	font-size: 1em;
}
#ownerLogin p.username, #ownerLogin p.password {
	position: relative;
	padding: 0 0 0 100px;
}
#ownerLogin p.username br, #ownerLogin p.password br {
	display: none;
}
#ownerLogin p.username label, #ownerLogin p.password label {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
#ownerLogin input.sendButton {
	float: right;
	width: 100px;
	border: 0;
	background-color: #660032;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}

#slider {
    position: relative;
    width: 630px;
    height: 305px;
    margin: 0 0 25px 0;
    background: url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#slider a {
    border: 0;
    display: block;
}

#contentMain .address {
	margin: 1.65em;
}
#contentMain .address p {
	margin: 0.15em;
}



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

#navMain {
	position: absolute;
	top: 152px;
	width: 960px;
	height: 50px;
}
#navMain li {
	position: relative;
	display: inline;
	font-size: 0.8em;
}
#navMain li:hover > a {
	background-color: #A26383;
	color: #FFF;
}
#navMain a {
	display: inline-block;
	height: 17px;
	padding: 6px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#navMain ul ul {
	position: absolute;
	left: -1976px;
	z-index: 99999;
	text-align: left;
	border-top: 4px solid #660032;
	background-color: #FFF;
	padding: 5px;
}
#navMain li:hover ul {
	left: 5px;
}
#navMain ul ul li {
	display: block;
	background-color: #FFF;
	white-space: nowrap;
	text-transform: none;
}
#navMain ul ul a {
	display: block;
	padding: 6px;
	color: #454545;
}
#navMain ul ul li:hover > a {
	color: #FFF;
	background: none;
	color: #660032;
}
#navMain ul li:hover > ul {
	display: block;
}
#navMain ul li.current_page_item > a,
#navMain ul li.current-menu-ancestor > a,
#navMain ul li.current-menu-item > a,
#navMain ul li.current-menu-parent > a {
	color: #FFF;
	background-color: #A26383;
}


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

#footer {
	position: relative;
	clear: both;
	padding: 30px;
	border-top: 1px solid #ECDEE5;
	font-size: 0.8em;
}
#footer .address {
}
#footer .address h2 {
	margin: 0 0 0.2em 0;
}
#footer .address p {
	margin: 0 0 0.1em 0;
}
#footer .address .caption {
	font-weight: bold;
}
#footer .copyright {
	position: absolute;
	bottom: 25px;
	right: 25px;
	color: #660032;
}


/*-------------------AMBRIT-------------------*/

#ambrit {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	text-align: right;
	font-size: 0.9em;
}
