/*

Theme Name: Ewan McGregor Online
Theme URI: http://www.ewan-mcgregor.org/
Description: Version 2.0 of Ewan McGregor Online
Version: 2.0
Author: Celyn
Author URI: http://revoltinglyunfaithful.net
Tags: blue, white

*/




/* MAIN STRUCTURE */

body {	background-image:url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.container {
	width: 900px;
	margin: 0px auto;
	margin-top:0px;
}


.ad { 	height: 100px;
}

.sidebar {
	float:left;
	overflow:hidden;
	width: 260px;
	-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: #F5F6F8;
	border-bottom:1px solid #B0B5BB;
	border-right:1px solid #B0B5BB;
	-moz-border-radius:10px;
	text-align:justify;
}


h1 {
	padding:6px;
	font: 14px Georgia;
	font-style: italic;
	color: #232637;
	text-shadow: #FFF 2px 2px 2px;
	letter-spacing: 1px;
	background-color: #DADBDF;
	border: 1px solid #B0B5BB;
	-moz-border-radius:10px;
	text-align:left;
	margin-bottom:10px;
}

h3 {
	padding:6px;
	font: 12px Georgia;
	font-style: italic;
	color: #232637;
	text-shadow: #FFF 2px 2px 2px;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	-moz-border-radius:10px;
	text-align:left;
	margin:5px;
	border-bottom:1px solid #B0B5BB;
	border-right:1px solid #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;
	border-right:1px solid #B0B5BB;
}



.navigation {
	width: 600px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #DADBDF;
	text-shadow: #FFFFFF 1px 1px 1px;
	padding: 6px;
	-webkit-border-radius: 6px;
	background-color: #DADBDF;
	border: 1px solid #B0B5BB;
	-moz-border-radius:10px;
	float: center; 
	margin-bottom:10px;
}

.navigation a {
	padding: 10px;
	margin: 0;
	letter-spacing: 1px;
	text-decoration:none;
	text-shadow: #FFFFFF 1px 1px 1px;
	color: #B0B5BB;
	border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;}

.navigation a:hover{
	padding: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: #FFFFFF 1px 1px 1px;
	color: #404040;
	border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;}



/* FONT and IMAGEs */

blockquote {
	width:90%;
	margin-left:15px;
	font-style:italic;
	color:#74757A;	
	background-color:#E9EAEE;
	border:1px solid #828490;
	padding:10px;
	-moz-border-radius:10px;
}

a:link {
	color: #828490;
	text-decoration:none;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-shadow: #FFF 2px 2px 2px;
}


a:visited {
	color: #828490;
	text-decoration:none;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-shadow: #FFF 2px 2px 2px;
}


a:hover {
	color: #232637;
	text-decoration:none;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-shadow: #FFF 2px 2px 2px;
}


/* PICTURE INFO */

.pictures {
	background-color: #FFF;
	border-right:1px solid #828490;	
	border-bottom:1px solid #828490;	
	padding:3px;
	-moz-border-radius:5px;
}

.pictures:hover {
	border-right:1px solid #232637;	
	border-bottom:1px solid #232637;
	padding:3px;
}



/* SIDEBAR STUFF */

.sidebar_title {	
	padding:6px;
	font: 14px Georgia;
	font-style: italic;
	color: #232637;
	text-shadow: #FFF 2px 2px 2px;
	letter-spacing: 1px;
	background-color: #DADBDF;
	border: 1px solid #B0B5BB;
	-moz-border-radius:10px;
	text-align:center;
	margin-bottom:10px;
}


.sidebar_content {
	font: 11px Lucida sans, Helvetica, sans-serif;
	line-height:15px;
	color: #404040;
	background-color: #EDEEF0;
	padding:10px;
	margin-bottom:30px;
	margin-top:10px;
	border-bottom:1px solid #B0B5BB;
	border-right:1px solid #B0B5BB;
	-moz-border-radius:10px;
	text-align:justify;
}

/* SUB MAVIGATION */


.subnav {
	border-bottom:1px solid #B0B5BB;
	padding:12px 0 8px 10px;
	line-height:15px;
	-moz-border-radius:10px;
}

.subnav:hover {
	background-color:#fff;
	border-bottom:1px solid #B0B5BB;
}

input, textarea, select {
	padding: 5px;
	color: #404040;
	font: 11px lucida sans;
	line-height: 10px;
	background: #FFFFFF;
	border: 1px solid #B0B5BB;
	-moz-border-radius:10px;
}