/* ----------------------------------------- */
/*  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: #1f4b7a; text-align:left; font-size:87.5%; line-height:1.692em; font-family: 'Lato', sans-serif; color:#1f4b7a; margin:0; font-weight: 400;}

#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: #1f4b7a; font-weight: 700;}

i, em {color: #de2707;} 

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

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

input, textarea, button, select { font-family: inherit; font-weight: 350; font-size: .875em; }

input[type="text"], input[type="password"], input[type="email"], input[type="submit"], input[type="reset"], button,  textarea { margin: 0; }

label { color: #bec6d3; }
label .required { color: #bec6d3; }

input[type="text"], input[type="password"], input[type="email"], textarea, input, textarea, button, select { background: #023042; border: 1px solid #000000; color: #ffffff; font-weight: bold; display: block; padding: 10px; }

input[type="submit"], button[type="submit"], input[type="reset"], button[type="reset"] { background: #023042; color: #ffffff; padding: 10px 20px; display: inline-block; border: none; font-weight: 500; }

button[type="submit"]:hover, input[type="submit"]:hover, button[type="reset"]:hover, input[type="reset"]:hover { background: #023042; color: #ffffff;}

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

a:link, a:active, a:visited {color: #1f4b7a; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}
	
/* ------------------------------------------------------------------------- */
/*  Base Styles | Blockquotes                                                */
/* ------------------------------------------------------------------------- */

blockquote {
	font-family: Georgia, serif;
	font-size: 12px;
	width: 380px;
	margin: 0 auto;
	padding: 1.0em 10px;
	line-height: 1.45;
	position: relative;
	border: 1px solid #023042;
	color: #000000;
	background-image:url(img/bg.png);
	background-repeat:no-repeat;
	}	

/* ------------------------------------------------------------------------- */	
/*  Base Styles | Headers                                                    */
/* ------------------------------------------------------------------------- */
	
h1,h2,h3 {margin: 5px 0;font-family: "Oswald", sans-serif;}

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

h2 {font-size: 1.45em;color: #ffffff; background: #023042; text-align: center;padding: 10px; font-weight:500; text-transform:capitalize; text-shadow: 0px 0px;}
	
h3 {font-size: 1.5em; color: #023042; 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: 900px;
margin: 0 auto;
background: #f9fafa;
}

#header {
width: 900px;
height: 440px;
padding: 0;
background: url(img/header.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;
}

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

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

#nav a:hover {color: #dc6871; text-decoration:none;}

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

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

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

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

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