/*   
Theme Name: Robin van Persie
Author: Kat P. @ Tenth Day Designs
Author URI: tenthdaydesigns@yahoo.com

*/


body
{
background:url(http://www.robinvpersie.com/wordpress/wp-content/themes/RobinVP/images/rvpbg.jpg) repeat;	
width:auto;
margin:0 auto;
font-size:12px;
font-family:trebuchet ms;
color:#222;
}

#wrapper {
margin-left: 10%;
margin-right: 10%;

}

.content {
margin-left:300px;

}

img {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}

img a {
border:10px;
border-color:#fff;
}	

.clear {
clear:both;
}

b, blockquote b {
color:#1867b3;
}

#headernav, #headernav a{
font-size:20px;
font-family:georgia;
color:#fff;
text-align:center;
text-shadow:1px 1px 0px #0c0b0c;
width:735px;
height:35px;
font-style:italic;
word-spacing:20px;
}

#headernav a:visited {
color:#fff;
text-decoration:none;
text-shadow:1px 1px 0px #0c0b0c;
}

#headernav a:hover {
color:#1867b3;
text-decoration:none;
text-shadow:1px 1px 0px #fff;
}

table {
color:#999;
font-size:12px;

}


/*FOOTER*/

#footer {
	width:auto;
        clear:both;
	}



.fimage {
	background: url(http://www.robinvpersie.com/wordpress/wp-content/themes/RobinVP/images/rvpfooter.jpg) no-repeat;	
        width:800px;
        height:80px;
        margin-left: 5%;
        margin-right: 20%;
        color:#999;
}

#footer a{
        color:#fff;
}

/*FONTS*/	
	
h1 {font-size:24px;color:#448cca;}
h2 {font-size:24px;color:c69c6d;font-style:italic;}


a:link, active {
color: #ff9900;
text-decoration:none;
}

a:hover {
color:#fff;
text-decoration:underline;
}

a:visited {
color: #ff9900;
text-decoration:none;
}


/* Sidebar */

#sidebar {
width:239px;
margin-left:50px;
float:left;

}

.sidetheader{
background: #fff url(http://www.robinvpersie.com/wordpress/wp-content/themes/RobinVP/images/rvpsideheader.jpg) no-repeat;
height:65px;
text-align:center;
color:#1867b3;
font-size:24px;
text-shadow:1px 1px 0px #fff;
font-family:georgia;
}

.sidetheader2 {
background: #fff url(http://www.robinvpersie.com/wordpress/wp-content/themes/RobinVP/images/rvpsidebg.jpg) no-repeat;
height:50px;
text-align:center;
color:#1867b3;
font-size:24px;
text-shadow:1px 1px 0px #fff;
font-family:georgia;
}

.sidecontent {
background: #fff url(http://www.robinvpersie.com/wordpress/wp-content/themes/RobinVP/images/rvpsidebg.jpg) repeat-y;
text-align:left;
color:#999;
font-family:trebuchet ms;
font-size:12px;
width:239px;
padding:0 3px 5px 15px;
}

.sidefooter {
background: url(http://www.robinvpersie.com/wordpress/wp-content/themes/RobinVP/images/rvpsidefooter.jpg) no-repeat;
height:65px;
}

/* Posts */

#entry {
width:561px;

}

.navigation {
font-size:12px;
font-family:trebuchet ms;
padding-top:20px;
padding-bottom:20px;

}

.eheader {
width:100%;
background:url(http://www.robinvpersie.com/wordpress/wp-content/themes/RobinVP/images/rvpeheader.jpg) no-repeat;
height:105px;
font-family:trebuchet ms;
font-size:28px;
font-style:italic;
text-align:center;
text-shadow:1px 1px 0px #0c0b0c;
color:#fff;
}


.entrydetails {
color: #999;
font-family:trebuchet ms;
font-variant:small-caps;
font-size:12px;
text-align:center;

}

.entrycontent {
width:561px;
background: url(http://www.robinvpersie.com/wordpress/wp-content/themes/RobinVP/images/rvpebg.jpg) repeat-y;
height:auto;
color: #888;
font-family:trebuchet ms;
font-size:12px;
padding-left:10px;
padding-right:10px;
}

.entryfooter {
background: url(http://www.robinvpersie.com/wordpress/wp-content/themes/RobinVP/images/rvpefooter.jpg) no-repeat;
height:65px;
text-align:center;
color:#888;
 }
 
blockquote{
margin: 15px 30px 0 10px;
padding-left: 5px;
border-left: 10px solid #222;
background:#eee;
color: #999;
}


/*COMMENTS*/
 
#comments{
padding-top:15px;
}


.comheader {
width:100%;
background: url(http://www.robinvpersie.com/wordpress/wp-content/themes/RobinVP/images/cilcomheader.jpg) no-repeat;
height:95px;
font-family:trebuchet ms;
font-size:14px;
font-style:italic;
text-align:center;
text-shadow:1px 1px 0px #fff;
color:#4f77d1;
}

ol.commentlist {
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

ol.commentlist li {
	padding: 10px;
	margin-top: 5px;
	width:450px;
}

.comments ol li cite, .comments ol li cite a {
	color: #FF9900;
	font-style: normal;
	font-weight: bold;
}
		

/*Lists*/

#entry ul, ol {
margin-left:20px;
padding-left:0px;
}

#entry ol li {
	color: #fff;
	margin-bottom: 5px;
	font-size: 12px;
	margin-left:20px;
}

#entry ul li {
	color: #fff;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	list-style:square;
	margin-left:20px;
}


