/*
CSS for MASTERMIND: THE DANNY OCEAN FANLISTING 
http://ocean.beatifique.org
Modified by Ai~ [http://beatifique.org]
Based on a design by Free CSS Templates (http://www.freecsstemplates.org)
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #D1D1D1 url(img/bg.jpg) repeat-x top left;
	font: 12px/120% "Lucida Grande", "Trebuchet MS", Arial, Serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	border: 0px;
	background: #F2F0E0;
	border-bottom: 2px solid #5A8365;
	font: 11px/100% Verdana, Tahoma, sans-serif;
	color: #9B2636;
}

textarea {
overflow-x: hidden;
overflow-y: scroll;
width: 150px;
height: 30px;
}

h1 {
	font-size: 24px;
}


h3 {
	font-size: 16px;
}


a {
	color: #5A8365; 
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #A52115;
	background: #ccc;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 10px;
	border: 4px solid #F2F0E0;
	padding: 2px;
	}

img.right {
	float: right;
	margin-left: 10px;
	border: 4px solid #F2F0E0;
	padding: 2px;
}

b {
	color: #CC9E7C;
}

i, em {
	color: #669999;
}

blockquote {
margin: 0 auto;
background: #DDDDDD;
width: 350px;
height: 110px;
padding: 10px;
}

blockquote p {
width: 65%;
font: italic 11px/110% Verdana, Arial; 
color: #AB5A2D;
}

blockquote a {
color: #799AAC;
}

blockquote img {
float: right;
}

/* Container */
#wrapper {
float: right;
width: 706px;
}

/* Header */

#header {
	width: 706px;
	height: 240px;
}

/* Page */

#page {
	width: 706px;
}

/* Menu */

#navcontainer
{
margin: 0 auto;
position: relative;
top: -30px;
left: -18px;
font: bold 16px "Century Gothic", "Trebuchet MS", Arial, Sans Serif;
color: #993333;
}

*html #navcontainer
{
position: relative;
top: 0px;
left: -22px;
margin-bottom: 0px;
}

#navlist li
{
display: inline;
padding-left: 10px;
background-repeat: no-repeat;
}

#navlist a
{
font: 16px "Century Gothic", "Trebuchet MS", Arial, Sans Serif;
text-decoration: none;
color: #336868; 
border: 0px;
}

#navlist a:link, #navlist a:visited
{
padding: 5px;
}

#navlist a:hover
{
color: #334B68;
background: #B9C7C7;
} 



/* Content */

#content {
	float: right;
	width: 600px;
	position: relative;	
	top: -70px;
	margin-bottom: -70px;
	}

*html #content {
	position: relative;	
	top: -20px;
	margin-bottom: -20px;
	}

.post {
	padding: 15px;
	background: url(images/bodybg.jpg) no-repeat top left;
	margin-bottom: 15px;
}

.post h1 {
	margin: 0;
	text-align: right;
	padding: 3px 3px 3px 20px;
	font: italic 20px Georgia, Serif;
	text-transform: lowercase;
	color: #597B8E;
	letter-spacing: 4px;
	border-bottom: 1px dashed #B0757C;
}

.post .entry {
	padding: 0 20px;
	text-align: justify;
}

.post a {
background: #ccc;
color: #336868; 
}

.post .entry .p {
	text-align: justify;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#content li {
	margin-bottom: 0px;
	padding: 1px 1px 1px 15px;
	background: url(img/bullet.gif) no-repeat 0 2px;
}

/*
/* Sidebar */

#left {
	float: left;
	width: 220px;
	color: #FFFFCC;
	padding: 0px 0px 20px 0px;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#left li {
	margin-bottom: 30px;
}

#left li ul {
	font: 16px;
}

#left li li {
	margin: 0;
	padding: 5px 20px;
}

#left li li a, #left li li a:active, #left li li a:visited {
	display: block;
	font: italic 14px "Trebuchet MS", Tahoma, Arial;
	letter-spacing: 2px;
	background: #C2E2DC; 
	color: #E7F7CC;
	padding: 5px 10px;
	font: italic 18px Georgia, Serif;
	border-bottom: 1px dashed #fff;
	border-right: 5px solid #ccc;
}

#left li li a:hover {
	background: #CEEAEA; 
	color: #BF8A9A;
	padding: 5px 10px;
}


#left li p {
	padding: 0 20px;
}
*/

/* Footer */

#footer {
	clear: both;
	height: 56px;
	padding: 12px 5px;
}

#meta {
	padding: 5px;
	text-align: center;
	font: 14px "Lucida Grande", "Trebuchet MS", Arial, Serif;
	text-transform: lowercase;
	color: #8EBE94;
	letter-spacing: 4px;
	border-bottom: 1px dotted #80AF8F;
}

#meta a, #meta a:active, #meta a:visited {
	color: #67AC9F;
	text-align: center;
	font-weight: bold;
}

#footertxt {
	padding: 3px;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #799AAC;
	font: 10px Tahoma, Arial, Serif;
	text-align: center;
}

#footertxt a {
	color: #B38C90;
}

#footer .legal {
	float: center;
}

#footer .credit {
	font: italic 9px Arial;
	color: #ffffcc;
}
