/*
Name: Classy Covers
Date: 2.10.2009
Description: Blue & Off-White Gradient Template
Author: Joe Sciara
URL: http://seedotnetdevelop.com
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color:#0000FF;text-decoration:none;
	}
a:hover {color:#00CC00;}

body {
	background-image:url(images/bgBlue.jpg);
	background-repeat:repeat-x;
	font: normal 67.5% "Lucida Sans Unicode",sans-serif;
	margin-top: 5px;
	}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
span {font-weight:bold}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 1.4em;}

h1 {color: #654;}
/* intro */
.opening {
	text-align:center;
	padding-top:80px;
	color:#252062;
	font-size:24px;
	font-family:"Lucida Sans Unicode",sans-serif;
}
/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
	padding-top:5px;
	padding-bottom:5px;
	width: 640px;
	background-color:#FFFFFF;
}

.gallery {
	margin: 75 auto;
	padding-top:5px;
	padding-bottom:5px;
	width: 640px;
}
/* top */
.top {
	height: 63px;
	margin: 0 auto;
	width: 630px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #9c9ac1;
	color: #FFF;
}
/* header */
.header {
	background:url(images/header.jpg);
	height: 180px;
	margin: 0 auto;
	width: 630px;
}
/* item */
.item {clear: both;}
.item .content {
	float: left;
	width: 630px;
	margin-top:5px;
	}
.item h1 {
	background: #252062;
	color: #FFF;
	line-height: 30px;
	padding-left: 16px;
}
.item .body {padding: 12px 10px;
			min-height: 150px;}

/* main */
.main {float: left;
margin-left: 5px;

}
.navmenu {
	height: 30px;
	margin: 0 auto;
	width: 630px;
	text-align:center;
	padding-bottom: 5px;
	}

/* footer */
.centerText {
font-size: 2em;
text-align: center;
font-weight: bold;
}

.footer {
	background:url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #00CC00;}
