/*  
Theme Name: seaduced by belize
Theme URI: 
Description: Custom Wordpress Theme coded by themespress.com
Author URI: animamedia.org
*/
/* Basic Default Styles */
body {
	font: 14px Trebuchet MS, Verdana;
	color: #fff;
	background: #EBE7F7; 
	margin: 5px 0 5px 50%;

}
a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover, a:active {
	text-decoration:underline;
	color: #4D004D;
}
#container {
	position: relative;
	width: 700px;
	background: #01557C url(images/header.jpg) no-repeat top left;
	margin: 0 0 0 -350px;
	border: 5px solid #FFF;
	min-height: 1400px

}

h2 {
	color: #ffffff;
	font: 24px Trebuchet MS, Verdana;
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
}
h3 {
	color: #ffffff;
	font: 24px Trebuchet MS, Verdana;
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
}

h4 {
	color: #ffffff;
	font: 17px Trebuchet MS, Verdana;
	margin: 0 0 0 0;
	padding: 0 0 0px 0;
	text-transform: lowercase;
	font-weight: bold;
}

h5 {
	color: #ffffff;
	font: 18px Trebuchet MS, Verdana;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-weight: bold;
}

#pageHeader {
	height: 300px;
}
#pageHeader span {
	display: none;
}



#quickSummary {
	margin-top: 45px;
	width: 430px;
	margin-left: 260px;
}

#quickSummary2 {
	margin-top: 25px;
	width: 600px;
	margin-left: 50px;
}


.top_meta{font-weight: bold;font-size: 10px;}
.bottom_meta{font-weight: bold;font-size: 10px;}

#linkList {
	position: absolute;
	left: 18px;
	top: 195px;
	width: 225px;
	color: #4D004D;


}
#linkList h3 {
font-size: 17px;
	width: 210px;
	height: 18px;
	margin-top: 20px;
	color: #fff;
	font-weight:bold;
}
#linkList h3 span {
	display: visible;
}

#linkList ul {
	list-style: none;
	padding: 5px 0 5px 0;
	margin: 0;
}
#linkList ul li {

	padding: 5px 10px 5px 10px;
	background: #BFD4DE;
	border-bottom: 1px solid #01557C;
	margin: 0;
}
#linkList ul li:hover {
	background: #9A65A3;
	color: #FFF;
}


#linkList ul li a {
	color: #4D004D;
	display: inline;

	text-transform: lowercase;
}

#linkList ul li a:hover {
	color: #fff;
	display: inline;

	text-transform: lowercase;
	text-decoration: underline;
}



