@charset "UTF-8";

body {
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
	background-color: #fafafa;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
}


/****************************
header styles
****************************/
#header{
	height: 9em;
	text-align: center;
	height: 142px;
	background-image: url(images/LOL_Logo.png);
	background-position: 20px -10px;
	background-repeat: no-repeat;
	margin: 0;
}

#header>a{
	display: block;
	float: left;
	height: 130px;
	width: 135px;
}

#headerContent{
	float: right;
	width: 85%;
	background: url(images/description.png) center 40% no-repeat;
	padding-top: 50px;
	margin-top: 10px;
}

#headerContent span, #headerContent p{
	display: none;
}

#header hr{
	width: 85%;
	padding: 0;
	margin: 1em auto;
	height: 2px;
	border: none;
	background-color: #6254b1;
}

/* navigation links list styles */

#navBar{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navBar li{
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navBar a{
	color: #000;
	width: 4em;
	text-decoration: none;
	margin: 0;
	padding: .1em .6em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

#navBar a:hover{
	color: #555;
}

/****************************
end header style definitions
****************************/

#main{
	margin: 0;
}


#content{
	background-color: #fafafa;
	margin: 0;
	padding: 0 8px 15px 8px;
}

#sidebar{
	width: 24%;
	background-color: #ffe3ab;
	margin: 0;
	float: left;
	border: 1px solid #291b73;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding-bottom: 7px;
}

#sidebar h1{
	display: block;
	background-color: #ffcc66;
	background-image: url(images/dove.png);
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
	padding: 7px;
	font-size: 150%;
	color: #165567;
	text-align: center;
	border-bottom: 1px solid #291b73;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#content h3{
	margin-bottom: 0;
}

#content p{
	margin-top: 0;
}

#content h1{
	margin-top: 0;
	padding: .35em;
	background-image: url(images/h1_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

blockquote{
	font-style: italic;
}

#fadein{
	display: block;
	background: url(images/fadein.png);
	height: 34px;
	margin: 0;
}

#fadeout{
	display: block;
	background: url(images/fadeout.png);
	height: 34px;
	margin: 0;
}

#textarea{
	margin: 0;
	width: 73%;
	float: right;
}

#footer{
	background-color: #8dc0cf;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 7px 0 7px 0;
	clear: both;
	width: 100%;
}

#footer p{
	margin: 0;
	font-size: 75%;
}

div.bookAd {
	text-align: center;
	background-color: #fff;
	padding: 5px;
}

div.bookAd h4 {
	margin: 0 0 1em 0;
}

div.bookAd p{
	margin-top: .1em;
	margin-bottom: .1em;
	font-size: small;
}

div.clear{
	clear: both;
}

#content img {
	margin: 15px;
}

#content ul, #content ol{
	float: left;
}

#content ul *, #content ol *{
	float: none;
}
