/*

Theme Name: Hannah Murray Online
Theme URI: http://www.hannah-murray.com/
Description: Version 3.0 of Hannah Murray Online
Version: 3.0
Author: Celyn
Author URI: http://trouble.nu
Tags: blue, white

*/




/* MAIN STRUCTURE */

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

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


.ad { 	height: 100px;
}

.sidebar {
	float:left;
	overflow:hidden;
	width: 310px;
}

.content {	
	width: 550px;
	float: left; 
	overflow:hidden;
	padding:10px;
	margin-left:10px;
	font: 12px Arial, Lucida sans, Helvetica, sans-serif;
	line-height: 17px;
	color: #404040;
	text-align:justify;
}


h1 {
	padding:3px;
	font: 16px Arial;
	font-weight: bold;
	color: #232637;
	text-align:left;
	line-height:15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDE7;
}

h2 {
	padding:2px;
	font: 11px Arial;
	color: #232637;
	text-align:right;
	border-top: 1px solid #DDDDE7;
	padding-bottom: 25px;
}


/* FONT and IMAGEs */

blockquote {
	width:90%;
	margin-left:15px;
	font-style:normal;
	color:#404040;	
	background-color:#FFFFFF;
	border-left:3px solid #828490;
	padding:5px;
}

a:link {
	color: #828490;
	text-decoration:none;
	font:12px Arial, "Times New Roman", Times, serif;
}


a:visited {
	color: #828490;
	text-decoration:none;
	font:12px Arial, "Times New Roman", Times, serif;
}


a:hover {
	color: #232637;
	text-decoration:none;
	font:12px Arial, "Times New Roman", Times, serif;
}


/* PICTURE INFO */

.pictures {
	background-color: #F5F5F8;	
	padding:5px;
}

.pictures:hover {
	padding:5px;
}

.item a img{
	background-color: #F5F5F8;
	padding: 5px;
	margin: 5px;
}


.item a:hover img{
	background-color: #DEDEE8;
	padding: 5px;
	margin: 5px;
}


/* SIDEBAR STUFF */

.sidebar_title {	
	padding:6px;
	font: 14px Arial;
	font-weight: bold;
	color: #404040;
	border-bottom: 1px solid #DDDDE7;
	text-align:left;
	margin-bottom:10px;
}


.sidebar_content {
	font: 12px Arial, Lucida sans, Helvetica, sans-serif;
	line-height:17px;
	color: #404040;
	padding:10px;
	margin-bottom:10px;
	margin-top: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;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;}

.nav a:link {
	margin: 1px;
	background: url(/images/nav.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/nav.jpg);
	background-repeat: repeat;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #A09FC1;}

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