/*

Theme Name: Suniai

Theme URI: http://www.suniai.nl

Author: william[at]designbrein.nl

Author URI: http://designbrein.nl/

Description: Een voor wordpress aangepast Theme voor Suniai

Version: 1.1

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ece8b0;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h1 a {
	text-decoration: none
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
p {
	margin-bottom: 15px
}
a {
	color: black;
	text-decoration: underline;
}
img {
	max-width: 800px;
	height: auto;
}
blockquote {
	color: #333;
	font-weight: bold;
	font-style: italic;
	margin: 1em 3em;
}
blockquote p:before {
	content: '"'
}
blockquote p:after {
	content: '"'
}
#wrapper {
	background-color: #fff;
	margin: 0 auto;
	width: 950px;
	height: 100%;
	min-height: 700px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 200px;
}
#header h1 a {
	display: block;
	height: 120px;
	position: relative;
	top: 36px;
	width: 300px;
}
#site-title {
	text-indent: -9999em
}
#site-description {
	text-indent: -9999em
}
.facebook-suniai {
	float: right;
    margin: 20px 40px;
}
#navigation {
	background-color: #c3b600;
	width: 950px;
	height: auto;
}
#navigation a {
	color: black;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
}
#navigation a:hover {
	color: white
}
#navigation ul {
	margin-left: 75px
}
#navigation ul ul {
	display: none;
	margin: 0;
	position: absolute;
	width: 188px;
	z-index: 99999;
}
#navigation ul ul a {
	background: #c3b600;
	border-bottom: 1px dotted #ddd;
	color: black;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 2.4em;
	padding: 10px 10px;
	width: 168px;
}
#navigation ul li:hover > ul {
	display: block
}
#navigation ul li {
	display: inline-block;
	margin-right: 35px;
}
#contentwrap {
}
#content {
	width: 630px;
	margin: 0 0 0 75px;
}
.post {
	margin: 25px 0
}
#subcontent {
	text-align: center;
	position: relative;
	top: 60px;
	right: 30px;
	width: 180px;
	height: 180px;
	float: right;
}
#payoff {
	text-align: left;
	width: 875px;
	font-size: 14px;
	color: #c3b600;
	font-style: italic;
	padding: 20px 0;
}
#footer {
	color: #c3b600;
	font-size: 10px;
	width: 950px;
	background-color: #ece8b0;
	margin: 0 auto;
	padding-top: 10px;
}
#footer a {
	color: #c3b600;
	text-decoration: underline;
	display: block;
	float: right;
	margin: 10px;
}
