/*
Theme Name: Beautiful Day
Theme URI: http://templates.arcsin.se/
Version: 2.0
Description: Previously released by Kaushal Sheth, includes several fixes and improvements. Based on the <a href="http://templates.arcsin.se/">free website template</a> Beautiful Day. Also available as <a href="http://templates.arcsin.se/beautiful-day-joomla-template/">Joomla template</a> and <a href="http://templates.arcsin.se/beautiful-day-blogger-template/">Blogger template</a>.
Author: Viktor Persson
Author URI: http://arcsin.se
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #6262c4;}
a:hover {color: #6262c4;}

body {
	background: #c3c3ae url('http://www.tashanorpark.com/images/orange_BG.jpg') repeat-x;
	color: #444;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #585858;
	line-height: 160%;
}

h1 {
	font-weight: lighter;
	font-size:24px;
	margin-bottom: 15px;
	color:#455121;
	font-family:"Times New Roman", Times, serif;
}
h2 {
font-weight: lighter;
	font-size:18px;
	color:#455121;
	font-family:"Times New Roman", Times, serif;
	line-height: 120%;
	margin-bottom:6px;
	}
	
h3 {font-weight: lighter;
	font-size:24px;
	color:#455121;
	font-family:"Times New Roman", Times, serif;

}



#Overall {
	width: 900px;
	margin:0 auto;
	align: center;
	background: url("/images/overallBG.jpg");
	position:relative;
}

#padder {
	height:50px;
	margin:0 auto;
}

#boxContainer {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width: 800px;
	margin:0 auto;
	align: center;
	background: #fff;
	
}

#PostnRail {
	width:312px; 
	height:263px; 
	border:0px solid #000; 
	position: absolute;
	top:18px;
 	right:22px;
}

#subscribe {
	width:450px; 
	height:25px; 
	border:0px solid #000; 
	position: absolute;
	top:208px;
 	left:85px;
}

.text {
	background : #f2efe8 url("/images/text_BG.gif");
	color: #444444;
	border: 0px solid #989782;
	font-size:10px;
	height: 19px;
	width:101px;
	padding-left:10px;
	vertical-align: bottom;
	padding-top:6px;
}



input.send-btn {
	width: 130px;
	height: 25px;
	background: url(/images/btn-send.gif) no-repeat;
	outline: none;
}
input.send-btn:hover {
	background: url(/images/btn-send.gif) no-repeat 0 -25px;
}



.rowstyle-alt table {
	padding:8px;
}
.rowstyle-alt td {
	padding:8px;
}
.sortable td {
	padding:8px;
	background-color: #c8c4b8;
	font-weight: bold;
}



li {list-style: none;}



code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	padding-left: 26px
}

big {font-size: 1.1em;}

h1, h2, h3 {padding-top: 6px;}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	/*background: url('img/clouds.gif') repeat-x;*/
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
}

/* title */
.header {
	background: #FFF;
	height: 206px;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	width: 780px;
}

#navBox {
	background: #fff url('/images/nav_left.jpg');
	background-repeat: repeat-x;
	height: 35px;
	margin: 0 auto;
	width: 780px;
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}


#nav { line-height: 1; z-index: 9998; 
font-family: "Lucida Sans Unicode",sans-serif;
font-size: 12px;
}

#nav a {
	background: url(/images/navbg.jpg) no-repeat 0 0;
	display: block;
	height: 35px;
	text-indent: -999em;
	overflow: hidden;
	text-decoration: none;
	color: #2c3d0b;
	
}

#nav li { float: left; position: relative; }
* html #nav li * { position: relative; }
#nav li, #nav ul { margin: 0; padding: 0; }
	
	/*--- Default ---*/
	#nav-home a { background-position: 0 0; width: 66px; }
	#nav-education a { background-position: -66px 0; width: 94px; }
	#nav-starting a { background-position: -160px 0; width: 119px; }
	#nav-horses a { background-position: -279px 0; width: 72px; }
	#nav-sale a { background-position: -351px 0; width: 82px; }
	#nav-shop a { background-position: -433px 0; width: 57px; }
	#nav-gallery a { background-position: -490px 0; width: 76px; }
	#nav-contacts a { background-position: -566px 0; width: 88px; }
	#nav-links a { background-position: -654px 0; width: 63px; }

	/*--- Hovering ---*/
	#nav-home a:hover { background-position: 0 -35px; width: 66px; }
	#nav-education a:hover { background-position: -66px -35px; width: 94px; }
	#nav-starting a:hover { background-position: -160px -35px; width: 119px; }
	#nav-horses a:hover { background-position: -279px -35px; width: 72px; }
	#nav-sale a:hover { background-position: -351px -35px; width: 82px; }
	#nav-shop a:hover { background-position: -433px -35px; width: 57px; }
	#nav-gallery a:hover { background-position: -490px -35px; width: 76px; }
	#nav-contacts a:hover { background-position: -566px -35px; width: 88px; }
	#nav-links a:hover { background-position: -654px -35px; width: 63px; }
	
	/*--- Clicking ---*/
	#nav-home a:active { background-position: 0 -70px; width: 66px; }
	#nav-education a:active { background-position: -66px -70px; width: 94px; }
	#nav-starting a:active { background-position: -160px -70px; width: 119px; }
	#nav-horses a:active { background-position: -279px -70px; width: 72px; }
	#nav-sale a:active { background-position: -351px -70px; width: 82px; }
	#nav-shop a:active { background-position: -433px -70px; width: 57px; }
	#nav-gallery a:active { background-position: -490px -70px; width: 76px; }
	#nav-contacts a:active { background-position: -566px -70px; width: 88px; }
	#nav-links a:active { background-position: -654px -70px; width: 63px; }
	
	/*--- Dropdowns ---*/
	#nav li:hover ul, #nav li.over ul { left: 0; background: #e3e2db;}
	#nav li li { float: none; position: static; width: 100%; }
	
	#nav li li a, #nav li li a:hover, #nav li li a:active {
		background: none;
		height: auto;
		padding: 1px 12px 2px;
		text-indent: 0;
		width: 157px;
	}
	
	#nav li li a:hover { background: #fff; }
	
	#nav li ul {
		background: #fff;
		/* border-bottom: 1px solid #4d4c47;
		border-left: 1px solid #4d4c47;
		border-right: 1px solid #4d4c47; */
		left: -1999px;
		line-height: 1.5;
		padding: 5px 0;
		position: absolute;
		top: 35px;
		width: 180px;
		z-index: 9999;
	}



.header .left, .header .right {
	/* background: #A4A4A0; */
	color: #FFF;
	height: 150px;	
}
.header .left {
	/* background: #cbc8b5; */
	text-align: center;	
	width: 780px;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
}
.header .right {
	overflow: hidden;
	width: 212px;
}

/* navigation */
.navigation {	
	
	border-top: 1px solid #989782;
	border-right: 1px solid #989782;
	border-bottom: 1px solid #989782;
	background:#d0cfc1 url('img/nav.gif');
	height: 41px
}
.navigation a {
	background: #d0cfc1 url('img/nav.gif');
	border-left: 1px solid #989782;
	color: #760000;
	display: block;
	float: left;
	text-decoration: none;
	font: bold 1em sans-serif;
	line-height: 41px;
	padding: 0 16px;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	background: #fafafa url('img/bgmain.gif') repeat-y;
	
	
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	padding-left: 6px;
	padding-top: 10px;
}
.sidenav h2 {
	color: #5A5A43;
	font: bold 1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 15px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}

.content p {
	margin-bottom:18px;
}

/* footer */
.footer {
	background: url('/images/footer_BG.jpg') repeat-x; 
	color: #c3c3ae;
	font:  1em sans-serif;
	padding: 0 17px;
	line-height: 53px;
	height: 200px;
	
}
.footer a, .footer a:hover {color: #c3c3ae; font-weight: bold;}

.post {

margin: 6px 0 2px;


}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #555;
	margin: 2px 0 4px;
}
.post img { }
.post a img {margin:0; padding:0;}
.post a:hover img {margin:0; padding:0;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA; 
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #664;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
/* #commentform input {margin-bottom: 3px;} */

a img {border:none;}

/* calendar */


/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}



#searchform {padding:10px;}