/*
Theme Name: Merrin
Theme URI:
Version: 1
Description: A theme by Sprowt
Author: Weedworks
Author URI: 
*/

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


}

*, *:before, *:after {
margin: 0;
box-sizing:border-box;
}

a {color: #F8CAC3;text-decoration:none;}
a:hover {color: #929497;}

body {
	background: #FFF url('img/bg.jpg') repeat-x center top;

color:#929497;
	font: normal 62.5% Arial, sans-serif
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: bold 1.1em Arial,sans-serif;
	margin-bottom: 0px;
padding-bottom:0;
	color: #999999;
font-style:italic;
}
h2 {font: normal 1.1em Arial,sans-serif;color: #F8CAC3;text-transform:uppercase;}
h3 {font: bold 1.1em Arial,sans-serif;}

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

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

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

/* structure */
.container {
	background: #FFFFFF;
	font-size: 1.2em;
	margin: 20px auto;
	padding: 20px;
	border:7px #fbf7d4 solid;
	width: 956px;

}

/* header */
.top {
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0;

}
/* title */
#header {
	background: #FFFFFF url('img/header.jpg') no-repeat;
	height: 355px;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	over: hidden;
position:relative;
	z-index: 100;
}

#facebook {
position:absolute;
right:20px;
top:170px;
width:144px;
height:144px;
}

/* navigation */
#navigation {	
	background:#f8c9c3;
	height: 37px;
	z-index: 200;
	width:100%;
}

#navigation ul{
	
	margin: 0;
	padding-left:230px;
	list-style: none;
}
#navigation li {
  float: left;
  display: inline-block;
  position: relative;
	
}
#navigation a {
	color: #FFF;
	display: block;
	float: left;
	text-decoration: none;
	font: normal 1.1em Arial,sans-serif;
	line-height: 37px;
	padding: 0 11px;
	text-transform:uppercase;
}
#navigation a:hover {	 color: #929497;}

/* sub-menu */
#navigation li ul {
	width: 160px;
	position: absolute;
	left: 0px;
	top: 37px;
	padding: 0 0 10px 0;
	margin: 0;
	z-index: 4000;
	display:none;
}

#navigation ul li:hover > ul {
		display: block;
	}
#navigation li ul li{

background: #CCCECF;
width: 160px;
height: 32px;
padding: 0;
margin: 0;
	
}

#navigation li ul a{
	background: transparent;
	display: block;
	width: 160px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	
}

#navigation li ul a:hover{
	background: #f8c9c3;
}
/* main */
.main {
	background:#FFFFFF;
	z-index: 50;
}

/* SIDEBAR --------------------------------------------------*/


.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #000000;
	font: bold 1em Arial,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 0px solid #EAEADA;
}
.sidenav li {border-bottom: 0px 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: #fff;	
}

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

.content {
	float: left;
	margin: 0px 0;
	padding: 10px 0 0 0px;
	width: 100%;
}
.content .descr {
text-transform:uppercase;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li { list-style-type: disc; line-height: 140%; padding: 0 02px 6px; }
.content p {

	line-height: 140%;

	}
	
/* CONTENT HOME --------------------------------------------------*/

.contenthome {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 928px;
}
.contenthome .descr {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.contenthome li { list-style-type: disc; line-height: 180%; padding: 0 0 12px 6px; }
.contenthome p {
    font-family: "Arial",sans-serif;
	line-height: 180%;
	color:#000000;
	}
	
	
/* IMAGE STLES --------------------------------------------------*/

img.alignright {float:right; margin:4em 4em 4em 4em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img {border:none;}

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

.footer {
	font: normal 1.2em Arial, sans serif;
	padding: 0px;
width:956px;
margin-top:0;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
color:#F8CAC3;
}
.footer a, .footer a:hover {}

/* POSTS --------------------------------------------------*/

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

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

.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;
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #664;}

/* COMMENT FORM FIELDS --------------------------------------------------*/

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar{
border: 1px solid #F8CAC3;
padding:4px;
width:280px;
color: #929497;
font: 1.1em Arial,sans-serif;
}
textarea.styled {width: 280px;}

.styled, input.large, textarea.medium{
	font-size: 1.1em;
	width: 280px;
	background: #FFFFFF;
padding:5px;
	border: 1px solid #F8CAC3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #F8CAC3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #F8CAC3;
}

#commentform input {margin-bottom: 3px;}

#commentform #submit, .gform_button {
background: #F8CAC3;
color:#FFFFFF;
	border: 1px solid #F8CAC3;
text-align:center;
padding:5px;
cursor:pointer;
text-transform:uppercase;
}

/* HIDDEN ELEMENTS --------------------------------------------------*/

.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}

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

.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}

/* CLEARFIX CLASSES --------------------------------------------------*/

.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
