/* page structure */



body {
	font-size: 9px; 
	background: url('graphics/bg1.jpg') repeat top left;	
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;

}
#page {
	background: #fff;
	width: 780px;
	border: solid 1px;
	border-color: #0183B7;
	margin: 2em auto 2em auto;
	padding: 0 0 0 0;
}

.title {
	text-align: center;
	background: url('graphics/header1.jpg') no-repeat top center;
	margin: 1px;
	padding-top: 320px;
	height: 0px !important;
}
.menu {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-right: 350px;
	margin: -120px 0 25px;
	width: auto;
	display: inline;
	position: relative;
	right: auto;
}
.menu li {
	display: inline;
}
.menu a {
	color: #0183b7;
	font-weight: bold;
	font-size: 1.8em; 
	margin: 15px;
	text-decoration: none;

}

.menu li.active a {

}
.menu a:hover,
.menu .active a {
	color: #1c232f;

}

#main_menu {
	padding-top: 1em;

}
#main_menu a {
	
}
#indexlink {
	border: none; 
	padding: 170px 390px 0 0;
	position: absolute; 
	left: 25px;
	top: -180px;
	display: inline;
	float: left;
}
#dvdlink {
	border: none; 
	padding: 130px 160px 0 0;
	position: absolute; 
	left: 400px;
	top: -10px;
	display: inline;
	float: left;
}
form {
	padding-left: 40px;
	border: none;
	width: 460px;
}

#footer {
	font-size: 0.9em; 
	border: none;
	margin-top: 4em;
	text-align: center;
	color: #0183B7;
	padding: 1em;
}
#footer a {
	color: #0183B7;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* content styles */

#content {
	text-align: justify;
	margin-top: -65px;
	padding: 0 1em;
	max-width: 65em;
	font-size: 1.2em;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#content .post {

	margin-left: 65px;
	margin-top: -65px;
	border: none;

}
#content .date{
	background: #fff url('graphics/date.gif') no-repeat top left;
	width: 55px;
	height: 55px;
	margin: 35px 0 0 -10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 1px 0 0 4px;
	color: #fff;
	font-weight: bold;
}
#content .date_month {
	border: none;
	padding: 0 30px 0 0;
}
#content .date_day {
	border: none;
	margin-top: -5px;
	font-size: 2.5em;

}
#content .pagetitle{
	margin: 20px 60px 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	padding: 0 0 85px 20px;
	color: #fff;
	width: 400px;

}
#content .archive {
	border: none;
	margin-left: auto;
}
#content .archive {
	border: none;
	padding: 1px;
	margin-left: 65px;
}
#content h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 1em 0 0 0;
	clear: both;
	color: #0183b7;
	font-style: normal;
	text-transform: capitalize;
}

.alt {
	background-color: #f5f9ff;
	border-top: 1px solid #ddd;
	}

a {
	color: #0183b7;
	text-decoration: none;
}
a:hover {
	color: #0183b7;;
	text-decoration: underline;
}
a:visited {
	color: #0183b7;
	text-decoration: none;
}

#content p {
	margin: 1em 0;
}

#content blockquote {
	background: url('graphics/blockquote.png') no-repeat top left;
	padding-left: 4em;
}

#content ol,
#content ul {
	padding-left: 4em;
	margin: 1em 0;
}
#content li {
	padding: .2em 0;
}

#content img {
	border: none;
	padding: 1px;
	margin: 0 10px 10px 10px;
}
#content img.right {
	float: right;
	clear: right;
	margin-right: 0;
}
#content img.left {
	float: left;
	clear: left;
	margin-left: 0;
}

li.commentlist {
	padding: 50px;
	text-align: justify;
	}

/* specific content styles */

ol.blog_archive {
	list-style: none;
}

/* specific post styles */
#comments img {
	border: solid 1px #000;
	padding: 1px;
	margin: 0;
}


