/*
    Theme Name: Juicy
    Theme URI: http://vanez.nl
    Description: Juicy is a wordpress theme by <a href="http://vanez.nl">Vanessa Gerardine</a>
    Version: 1.0
    Author: Vanessa Gerardine
    Author URI: http://vanez.nl
*/


body {
background: #d7d9c3 url('img/bgs.jpg');
background-position: right; 
font: 11px verdana, Tahoma;
color: #535047;
}
#wrapper {
width: 800px;
margin-top: 40px;
margin-left:  auto;
margin-right: auto;
margin-bottom:0px;
padding: 0px;
background: #d7d9c3 url('img/bgcontent3.jpg');
border-top: 0px solid #404040;

}
#header {
background: transparent url('img/headers3.jpg') no-repeat;
height: 220px;
padding: 20px;
margin: 0;
}
#header h1 {
font-size: 18px;
font-weight: bold;
}
#header h1 a {
color: #fff;
font-weight: bold;
font-size: 18px;
}
#header .desc {
color: #fff;
font-size: 11px;
margin: 5px;
}

a {
color: #914792;
text-decoration: none;
}
a:hover {
color: #da3962;
text-decoration: none;
}

/* CONTENT */



#content {

width: 800px;
margin: 0 auto;
clear: both;

}
 #main {
float: left;
width: 750px;
padding: 10px;
color:#535047;

}
#divide {

color: #535047;
}
#divide img {
border: 0px;
}
.divide_left {
width: 365px;
float: left;
padding: 5px;
}
.divide_left h2 {
background-color: #9fa188;
color: #fff;
font-weight: bold;
text-transform: uppercase;
text-align: right;
margin-bottom: 10px;
margin-top: 10px;
padding: 5px;
}
.divide_right {
width: 365px;
float: right;
padding: 5px;
}
.divide_right h2 {
background-color: #60a576;
color: #fff;
font-weight: bold;
text-transform: uppercase;
text-align: right;
margin-bottom: 10px;
margin-top: 10px;
padding: 5px;
}
.weblog {
font-size: 11px;
text-align: justify;
}
.weblog img { 
border: 0px;
margin: 5px;
}
#main h3 {
font-size: 14px;
text-transform: uppercase;
color: #cc0000;
border-bottom: solid 1px;
text-align: right;
}
 .meta {
font-size: 10px;
margin: 5px;
color: #363f46;
}
 .weblog {
color: #0e0e10;
padding: 10px;
}
p img {
margin: 5px;
border: 0;
}
#main .img_bg {
background-color: #5b5d44;
padding: 10px;
margin:0 20px 20px 0;
position: relative;
width: 150px;
border: 0px;

overflow:hidden;
}
.img_bg2 {
float: right;
background-color: #5b5d44;
padding: 10px;
margin: 10px;
width: 150px;
border: 0px;
}

 .weblog_closer {
font-size: 10px;
margin: 5px 10px;
text-align: right;
}
#content a {
color: #DA3962;
text-decoration: none;
}
#content a:hover {
color: #F97523;
text-decoration: none;
}

.post-nav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	/* NAVLIST */

	#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #9fa189;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #9fa189;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #d7d9c3;
color: #fff;
}



/* SIDEBAR */

#sidebar {
width: 230px;

float: right;
color: #0E0E10;
margin-right: 0px;
margin-bottom: 20px;
border-bottom: 1px dashed #404040;
border-left: 1px dashed #404040;
}
.recent-post h3 {
color: #404040;
margin-top: 10px;
margin-bottom: 10px;
font-size: 13px;
font-weight: bold;
}
 #sidebar a {
text-decoration: none;
color: #FF88AA;
}
#sidebar a:hover {
color: #ff0099;
text-decoration: none;
}
#sidebar .recent-post {
margin-bottom: 20px;
border-bottom: 1px dashed #404040;

padding: 5 px;
}
#sidebar ul {
padding:0;
margin: 0;
}
#sidebar li {
font-size: 11px;
line-height: 10px;
list-style: none;
padding: 2px;
margin: 5px;
}
#sidebar .link-list {
margin-bottom: 20px;
padding: 5px;
border-bottom: 1px dashed #404040;

}
#sidebar .link-list h3 {
color:#ad864f;
font-size: 13px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
}
#sidebar .categories {
margin-bottom: 20px;
border-bottom: 1px dashed #404040;

padding: 5px;
}
#sidebar .categories h3 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 13px;
font-weight: bold;
color: #404040;
}
#sidebar .twitter {

padding: 5px;
margin-bottom: 20px;
}
#sidebar .twitter h3 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 13px;
font-weight: bold;
}

/* COMMENT */

.commentlist #commentform input #commentform textarea {
font-size: 11px;
}
.commentlist li {
font-weight: bold;
}
.commentlist li .avatar {
float: right;
border: 1px solid #f97523;
padding: 2px;
background: #fff;
}
.commentlist cite .commentlist cite a {
font-weight: normal;
font-style: normal;
}
.commentlist p {
font-weight: normal;
line-height: 1.0em;
text-transform: none;
}
#commentform p {
font-weight: normal;
line-height: 1.0em;
text-transform: none;
}
.commentmetadata {
font-weight: normal;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#commentform #submit {
margin: 0;
float: right;
}
.alt {
margin: 0;
padding: 10px;
}
.commentlist {
padding: 0;
text-align: left;
}
.commentlist li {
margin: 15px 0 3px;
list-style: none;
}
.commentlist p {
margin: 5px 0;
}
#commentform p {
margin: 5px 0;
}
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 0;
display: block;
}
.alt {
background-color: #F4EEE0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

/* FOOTER */

#footer {
width: auto;
height: 300px;
background: #d7d9c3 url('img/footers.jpg') no-repeat;
background-position: ;

margin: 0px;
padding: 0px;
color: #fff;
clear: both;
}
#footer a {
color: #fff;
text-decoration: none;
}
#footer a:hover {
color: #fff;
text-decoration: none;
}