/********************************************* layout */
body {
background: #231f20;
font-size: 12px;
line-height: 22px;
color: #ffffff;
font-family: Geneva, Sans-serif;
}

#site-wrapper-top {
background: #29bee2;
height: 400px;
}

#site-wrapper-bottom {
background: #231f20;
}

.site-wrapper {
margin: 0px auto;
width: 700px;
}

#divide-sofabackground {
background: url('images/divide-sofabackground.png') no-repeat;
height: 400px;
}

#header {
float: left;
padding: 150px 0px 0px 0px;
}

#socialsection {
padding: 290px 85px 0px 0px;
float: right;
}

#widget_section {
padding: 20px 0px;
}

#widget_block_one {
padding-bottom: 20px;
}

#widget_block_two {
padding-bottom: 20px;
}

#home-content {
padding-top: 40px;
}

#sidebar {
float: left;
width: 150px;
}

#content {
float: right;
width: 550px;
padding: 0px 0px 20px 0px;
}

#site-container {
padding: 50px 0px;
}

#respond {
padding: 10px;
background: #333333;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.post {
border-bottom: 1px solid #333333;
margin-bottom: 10px;
}

/********************************************* forms */
input[type="text"],
textarea {
background: #ffffff;
border: 1px solid #ffffff;
color: #111111;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px;
}

input[type="textarea"],
textarea {
background: #ffffff;
border: 1px solid #ffffff;
color: #111111;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px;
width: 98%
}

a.button, input[type=submit], input[type=button],
ul.button-nav li a, div.generic-button a {
font-size: 14px;
font-weight: bold;
padding: 5px 10px;
color: #ffffff;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
background: #111111;
border: 1px solid #111111;
text-shadow: #ffffff 0px 0px 0px;
}
	
a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover,
ul.button-nav li a:hover, ul.button-nav li.current a,
div.generic-button a:hover {
font-size: 14px;
font-weight: bold;
padding: 5px 10px;
color: #ffffff;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
background: #333333;
border: 1px solid #333333;
text-shadow: #ffffff 0px 0px 0px;
}


/********************************************* navigation */
.navigation {
margin: 0px;
clear: both;
padding: 5px 0px 20px 0px;
float: left;
}

.nav {
margin: 0;
padding: 0;
line-height: 100%;
}
.nav li {
margin: 0 5px 0px 0px;
padding: 0 0 8px;
float: left;
position: relative;
list-style: none;
}
/* main level link */
.nav a, .nav a:visited, .nav a:link {
font-style: normal;
font-weight: bold;
text-decoration: none;
display: block;
padding: 12px 10px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 14px;
margin: 0;
background: #333333; /* for non-css3 browsers */
color: #ffffff;
}
/* main level link hover */
.nav .current a, .nav li:hover > a, .nav li.current_page_item a {
background: #333333;
/* for non-css3 browsers */
font-style: normal;
color: #cccccc;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* sub levels link hover */
.nav ul li:hover a, .nav li:hover li a {
background: none;
border: none;
color: #ffffff;
}
.nav ul a:hover {
background: #333333; /* for non-css3 browsers */
color: #ffffff;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* level 2 list */
.nav ul {
background: #333333; /* for non-css3 browsers */
display: none;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: 0;
padding: 0;
width: 185px;
position: absolute;
top: 35px;
left: 0;
border: solid 1px #333333;
}


/********************************************* text */
h1, h1 a, h1 a:link, h1 a:hover, h1 a:visited {
color: #000000;
text-shadow: #a4d4df 1px 1px 0px;
}

h2, h3, h4 {
color: #ffffff;
}

h1 {
font-size: 60px;
text-transform: uppercase;
}

a:link {
color: #ffffff;
}

a:visited {
color: #ffffff;
}

a:active,
a:hover {
color: #cccccc;
}


/********************************************* comments */
ol.commentlist li {
margin-bottom: 10px;
}

.comment-body {
background: #333333;
padding: 10px;
}


ul.children {
margin-top: 10px;
}

/* 171900-1365108476-ai */