/*

Theme Name: Downey Web
Theme URI: http://www.robert-downeyjr.net/
Description: Robert Downey Jr Web
Version: 1.0
Author: Celyn
Author URI: http://trouble.nu
Tags: blue, white

*/




/* MAIN STRUCTURE */

body {	background-image:url(/images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
}

.container {
	width: 900px;
	margin: 0px auto;
	margin-top:0px;
}


.ad { 	height: 100px;
}

.sidebar {
	float:left;
	overflow:hidden;
	width: 280px;
	-moz-border-radius:15px;
}

.content {	
	width: 575px;
	float: left; 
	overflow:hidden;
	padding:10px;
	margin-left:10px;
	font: 11px Lucida sans, Helvetica, sans-serif;
	color: #404040;
	background-color: #FFFFFF;
	-moz-border-radius:10px;
	text-align:justify;
}


h1 {
	padding:6px;
	font: 16px Georgia;
	font-style: italic;
	font-weight: bold;
	color: #232637;
	text-shadow: #FFF 2px 2px 2px;
	letter-spacing: 1px;
	text-align:left;
	margin-bottom:10px;
}

h2 {
	padding:6px;
	font: 12px Georgia;
	font-style: italic;
	font-weight: bold;
	color: #232637;
	text-shadow: #FFF 2px 2px 2px;
	letter-spacing: 1px;
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px dotted #B0B5BB;
}

.titlemini {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
	font-family: lucida sans;
	color: #404040;
	text-align: center;
	font-size: 10px;
	line-height: 11px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:6px;
	padding-left:6px;
	margin:5px;
	border-bottom:1px solid #B0B5BB;
}



.footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}


/* FONT and IMAGEs */

i, em {
	color: 040404;
}

blockquote {
	width:80%;
	margin-left:15px;
	font-style:italic;
	color:#2A2A2A;	
	background-color:#D5D5D7;
	padding:10px;
	-moz-border-radius:10px;
}

a:link {
	color: #191E34;
	text-decoration:none;
	font:11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


a:visited {
	color: #191E34;
	text-decoration:none;
	font:11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


a:hover {
	color: #A6A5AB;
	text-decoration:none;
	font:11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


/* PICTURE INFO */

.pictures {
	background-color: #FFF;
	border-right:1px solid #828490;	
	border-bottom:1px solid #828490;	
	padding:3px;
	-moz-border-radius:5px;
}

.pictures:hover {
	background-color: #FFF;
	border-right:1px solid #232637;	
	border-bottom:1px solid #232637;
	padding:3px;
	-moz-border-radius:5px;
}



/* SIDEBAR STUFF */

.sidebar_title {	
	padding:3px;
	font: 18px Georgia;
	font-weight: bold;
	font-style: italic;
	color: #232637;
	text-shadow: #FFF 1px 1px 1px;
	letter-spacing: 0px;
	text-align:center;
	margin-bottom:10px;
}


.sidebar_content {
	font: 11px Lucida sans, Helvetica, sans-serif;
	line-height:15px;
	color: #3E3E3E;
	background-color: #BEBEC3;
	padding:10px;
	margin-bottom:30px;
	margin-top:10px;
	-moz-border-radius:10px;
	text-align:justify;
}

/* NAVIGATION LINKS */

.nav {
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	font: 12px Arial;
	line-height: 11px;
	color: #A09FC1;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;}

.nav a:link {
	margin: 1px;
	background: url(/images/navi.jpg);
	background-repeat: repeat;
	padding: 5px;
	font-weight: bold;
	border-bottom: 0px;
	letter-spacing: 1px;
	color: #A09FC1;}

.nav a:visited {
	margin: 1px;
	background: url(/images/navi.jpg);
	background-repeat: repeat;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #A09FC1;}

.nav .selected, .nav a:hover {
	margin: 1px;
	background: url(/images/navi.jpg);
	background-repeat: repeat;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #DCDCE9;}

