/* ----------------------------------------- */
/*  Theme Name: Theme for Buruma             */
/*  Author: Courtney Wood                    */
/*  Author URL: http://cordy.nu              */
/* ----------------------------------------- */

/* ------------------------------------------------------------------------- */
/*  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126        */
/* ------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* ------------------------------------------------------------------------- */
/*  Base Styles                                                              */
/* ------------------------------------------------------------------------- */

body {background: url(images/lay/bg.jpg); text-align:left; font-size:87.5%; line-height:1.692em; font-family: 'Lato', sans-serif; color:#EFA5BF; margin:0; font-weight: 400; text-shadow: 1px 1px #CE1D3E;}

#submit:hover, input[type="submit"]:hover, input[type="reset"]:hover, a:hover, li:hover, a img:hover, img a:hover, img:hover, td:hover, i:hover {-webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;}

b, strong {color: #E5995D; font-weight: 700; text-shadow: 0px 0px;}

i, em {color: #d8b2a9;} 

li > ul, li > ol {margin: 0;}

/* ------------------------------------------------------------------------- */
/*  Base Styles | Forms                                                      */
/* ------------------------------------------------------------------------- */

input,
textarea,
select {
	width: 80%;
	padding: 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #EC61A1 !important;
	color: #ffffff;
	border: 1px solid rgba(194,178,128,0.18);
	border-radius: 18px;
	font-family: 'Georgia', serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height:2.7;
	outline: none;
	box-sizing: border-box;
	transition:
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}

/* ------------------------------------------------------------------------- */
/*  Base Styles | Links                                                      */
/* ------------------------------------------------------------------------- */

a:link, a:active, a:visited {color: #EC61A1; text-decoration: none;}
a:hover {color: #EEBC7E; text-decoration: underline;}

/* ------------------------------------------------------------------------- */
/*  Base Styles | Blockquotes                                                */
/* ------------------------------------------------------------------------- */

blockquote {
	font-family: Georgia, serif;
	font-size: 12px;
	width: 395px;
	margin: 0 auto;
	padding: 1.0em 10px;
	line-height: 1.45;
	position: relative;
	border: 1px solid #E985A6;
	color: #E985A6;
	background-image:url(images/lay/bg.png);
	background-repeat:no-repeat;
	}	
	
/* ------------------------------------------------------------------------- */
/*  Base Styles | Headers                                                    */
/* ------------------------------------------------------------------------- */
	
h1,h2,h3 {margin: 5px 0;font-family: "Oswald", sans-serif;}

h1 {color: #EFA5BF; padding: 0 5px 5px 5px;font-size: 2em;line-height: 1em;font-weight: 300;text-transform: capitalize; }

h2 {font-size: 1.45em;color: #fff;background: #EC61A1;text-align: center;padding: 10px; font-weight:500; text-transform:capitalize; text-shadow: 0px 0px;}
	
h3 {font-size: 1.5em; color: #EC61A1; text-align: left; padding: 5px 10px 5px 10px; text-transform: lowercase; letter-spacing: -1px; font-weight: 300; text-shadow: 0px 0px;}

/* ------------------------------------------------------------------------- */
/*  Section | Header                                                         */
/* ------------------------------------------------------------------------- */

#container {
width: 779px;
margin: 0 auto;
background: #F4F4F1;
}

#header {
width: 779px;
height: 620px;
padding: 0;
background: #F4F4F1;
background: url(images/lay/vers2.png) top center no-repeat;
}
	
/* ------------------------------------------------------------------------- */
/*  Section | Header - Navigation                                            */
/* ------------------------------------------------------------------------- */
	
#nav {
font-weight: 700;
text-decoration:none;
font-size: 1em;
text-align: center;
text-transform: uppercase;
margin: 15px 0 20px 0;
text-transform: uppercase;
background: #F4F4F1;
}

#nav ul, #nav li {display: inline; list-style: none;}

#nav a:link, #nav a:visited, #nav a:active {color: #EFA5BF; margin: 0 5px; padding: 10px;}

#nav a:hover {color: #EF3D62; text-decoration:non;}

/* ------------------------------------------------------------------------- */
/*  Section | Page Contents                                                  */
/* ------------------------------------------------------------------------- */

#content {		
padding: 10px;	
text-align: left;
width: auto;
background: #F4F4F1;
}
		
/* ------------------------------------------------------------------------- */	
/*  Section | Images                                                         */
/* ------------------------------------------------------------------------- */	
	
img {
margin: 1px 3px;
padding: 0;
border: 5px solid #E985A6;
}

img:hover {border: 5px solid #E985A6;}

/* ------------------------------------------------------------------------- */	
/*  Section | Footer                                                         */
/* ------------------------------------------------------------------------- */	

#footer {
width: auto;
margin: 0 auto;
font-size: .875em;
line-height: 1.125em;
padding: 20px;
text-align: center;
background: #F4F4F1;
}