/*  
	Theme Name: Ravenclaw feat. Cho Chang
	Theme URL: http://diagonalley.de/lays/layouts/15/
	Description: blue-white design with pictures from Harry Potter, also available as html-version
	Author: Lara
	Author URI: http://www.diagonalley.de
	Version: 1.0
	Tags: two columns, fixed width, white, blue, manual design, no widgets
*/

body{
	background: url(images/background.jpg) repeat-x #7a8195;
        background-attachment: fixed;	
        color:#8c8c8c;
	font-family:Tretbuchet MS, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color: #8ba2c9;
	font-weight:900;
}
a:hover {
	color: #6d788c;
	font-weight:900;
}
b, strong {
	color: #5f79bb;
	font-weight:900;
}
u {
	color: #a3c0ee;
	border-bottom: 1px solid #a3c0ee;
}
italic, i {
	color: #3d3b53;
}
h1 {
	text-align:center;
	font-size:11px;
	border-bottom: 1px solid #6d788c; 
	color:#3d3b53;
	line-height: 16px;
	text-transform: uppercase;
	}	
#ram {
	width: 650px;
        margin: auto;  
	margin-top: -10px;
	margin-bottom: -10px;
	background-color:#ffffff;
}
#header {
	width: 450px;  
	padding-top: 5px; 
	padding-right: 5px;  
	padding-left: 5px;
        height: 300px;
	background: url(images/header.png);
        float:right;        	
} 
#content {
	width: 450px; 
        float:right;
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
}
#navi {
        float:left;
	width: 190px; 
} 
#navi a {
        color:#FFFFFF;
	background-color:#8ba2c9;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 11px;
	font-style: inherit;
	text-decoration:none;
	font-size: 10px;
	text-align:center;
        padding: 5px 10px 5px 10px;
        margin-left: 10px;
        margin-bottom: 2px;
        margin-top: 2px;
        margin-right: 0px;
        display:block;     	
} 
#navi a:hover {
        color:#303030;
	background-color:#8ba2c9;        	
}
#navi h1 {
	text-align:center;
	font-size:10px;
	border-left: 10px solid #8ba2c9; 
	background-color:#6d788c;
	color:#FFFFFF;
	line-height: 16px;
	text-transform: uppercase;
	}
#navi p {
	text-align:center;
	font-size:10px;
	padding: 5px; 
	}
#footer {
	width: 635px; 
	clear: both;
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px;
	line-height: 20px;
	text-align:center;
} 
blockquote {
	color:#a3c0ee;
	padding: 5px;
	background-color: #6d788c;
	margin: 5px 5px 5px 20px;
	background-image: url(images/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
        text-indent: 45px;
	line-height: 16px;
  }
.icon {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #a3c0ee;
	margin: 5px;
  }

#submit {
        padding : 4px;
        width : 50px;
        background: #eff0f3;
        border : 1px solid #c5c5c5;
        font : normal 11px Verdana, Tahoma, sans-serif;
}
#author, #url, #email {
        padding : 4px;
        width : 150px;
        background: #eff0f3;
        border : 1px solid #c5c5c5;
        font : normal 11px Verdana, Tahoma, sans-serif;
}
#comment {
        padding : 5px;
        font : 1em Verdana, Arial, Serif;
        background: #eff0f3;
        border : 1px solid #c5c5c5;
        width : 360px;
}
div#info {
        width : 97%;
        font: italic 0.8em Arial, Arial, Sans-Serif
        display:block;
	color:#5b6280;
        background: #eff0f3;
        margin-bottom: 20px;
        padding: 3px;
}