/**
 * project:		Yeaguada Haeckl
 * author: 		Daniel Selinger <selinger@neozon.de>
 * creation:	2010-03-15
 * 
 * Styles for the site
 */
	
/* Some reset */	
	
*{
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #322722;	
	}
	
body{
	background: #382c26 url(../img/body-bg.jpg) top center no-repeat;
	/*overflow-y: scroll;	*/
	}
	
/**
 * Containers
 */

#wrapper{
	margin: 30px auto;
	width: 900px;
	}
	
#header{
  margin: 0;
  padding: 0;
	height: 176px;	
	}
	
#container{
	min-height: 300px;
	background: #dad1c8 url(../img/container.jpg) bottom center no-repeat;	
	}
	
#main{
	background: transparent url(../img/header-menu_2nd_level.jpg)	center top no-repeat;
	}
	
#main .inside{
  margin: 0;
	padding: 0 15px 40px;
	}

/**
 * Navigation
 */

.mod_navigation{
	padding: 0 15px;
	}
	
.mod_navigation ul{
	margin: 0;
	}

.mod_navigation.nav1stLevel{
  height: 25px;
  background: transparent url(../img/header-menu.jpg) center top no-repeat;
}

.mod_navigation.nav2ndLevel{
	position: absolute;
	z-index: 10;
	margin: 0;
	display: none;	
	}

.mod_navigation li{
	list-style-type: none;
	line-height: 25px;
	float: left;
	background: transparent url(../img/niete.png) left center no-repeat;
	padding: 0 15px 0 25px;
	}
	
.mod_navigation.nav2ndLevel li{
	background: none;
	padding: 0 15px;
  height: 25px;
	}
	
.mod_navigation.nav2ndLevel li:first-child{
	padding-left: 0px;
	}
	
.mod_navigation a{
	text-decoration: none;
	color: #b49552;
	line-height: 25px;
	}
	
.mod_navigation.nav2ndLevel a{
	color: #312823;	
	}
	
.mod_navigation a:hover,
.mod_navigation span{
	color: #e3d8c3;
	line-height: 25px;
	}
	
.mod_navigation.nav2ndLevel a:hover,
.mod_navigation.nav2ndLevel span{
	color: #000;
	}
	
/**
 * Default elements
 */

/* Links */
.mod_article a, 
.galleryLink{
	/*color: #B49552;*/
	text-decoration: underline;
	}
	
.mod_article a:hover, 
.galleryLink:hover{
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	}

/* Headings */

h1,h2,h3{
	font-family: Gabrielle, Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 2.5em;
	}
	
h3{
	font-size: 18px;	
	}
	
h1:first-child{
	line-height: 49px;
	}
	
/* Lists */

ul, ol{
	margin: 0 0 0 25px;
	}

/* Main container images */	

.image_container img{
	border: 1px solid #322722;
	}
	
.image_container{
	margin: 0px 15px 10px 15px;
	}
	
.image_container.float_left{
	margin-left: 0px;
	}
	
.image_container.float_right{
	margin-right: 0;
	}
	
/* Horses & Galleries */

.ce_text.horse{
	margin: 0 auto;
	/*width: 790px;*/
	width: 680px;
	/*height: 282px;*/
	height: 188px;
	padding: 47px 55px;
	background: transparent url(../img/ce_text-horses.jpg) center center no-repeat;
	display: none;
	}

.ce_text.horse h2{
	/*margin: 0 0 10px 0;*/
	margin: 0 0 5px 0;
	line-height: normal;
	}
	
.ce_text.horse ul{
	list-style-type: none;
	}
	
.ce_text.horse li{
	font-size: 12px;
	}
	
.ce_text.horse .image_container{
	margin: 0 30px 0 0;
	}
	
.galleryLink{
	margin: 10px 0 0 0;
	font-weight: bold;
	}

.horse .ce_gallery{
	margin: 20px auto;
	width: 698px;
	display: none;
	}
	
.ce_gallery .row{
	clear: left;	
	}
	
.ce_gallery .row:first-child{
	clear: none;
	}
	
.ce_gallery .image_container{
	margin: 0 0 20px 20px;
	float: left;
	opacity: 0.75;
	}

.ce_gallery .row .image_container:first-child{
	margin-top: 0px;	
	}
	
.ce_gallery .row .image_container:first-child{
	margin-left: 0;
	}
	
/**
 * Forms
 */

/* Misc */

input,
select,
textarea{
  margin: 0 0 10px 0;
  padding: 3px;
  width: 250px;
	background: #FFFFFF url(../img/input-bg.gif) repeat-x scroll center top;
	border: 1px solid #9F9F9F;
	color: #9F9F9F;
  }
	
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus{
	border: 1px solid #322722;
  color: #322722;
  }
  
input[type=submit],
input[type=checkbox]{
  width: auto;
	cursor: pointer;
  }
	
input[type=checkbox]{
	border: 0px none transparent;
  }
	
input[type=image]{
	border: 0px none transparent;
	background: none;
	width: auto;
	line-height: normal;
	}
	
input.error,
select.error,
textarea.error{
	border: 1px solid #CC0000;
  }

/* CE form */

.ce_form .headline h2{
	margin: 20px 0;
  }
	
.ce_form .row_0 .headline h2{
	margin: 0 0 20px 0;
	}
	
.ce_form td{
  vertical-align: top;
  }

.ce_form td.col_first{
	padding: 0 10px 10px 0;
  width: 290px;
  }
	
.ce_form span.captcha_text{
	margin: 0 0 15px 0;
	display: block;
  }
	
/**
 * Comments
 */

/*.comment_default .info{
	margin: 0 0 10px 0;
	}*/
	
.comment_default .comment{
	margin: 0 0 20px 0;	
	}
	
/**
 * Mediabox mods 
 */

#mbTitle,
#mbNumber{
	font-size: 20px;
	font-family: Gabrielle, serif;
	}
	
#mbNumber{
	font-size: 16px;
	}
