/*  
Theme Name: Pro3 ocean challenge 2009
Theme URI: http://pro3.org/
Description: Pro3 ocean challenge 2009.
Version: 0.2
Author: GamePoint B.V.
Author URI: http://www.gamepoint.net/
*/



/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: Arial;
	color: #333;
	width: 1000px;
	height: 600px;
	border: 1px solid #000;
	margin: 0px auto;
	background-color: #000;
}

font {
	font-size: 12px;
	font-family: Arial;
	color: #333;
}

A {
	color: #F27221;
	font-weight: bold;
	text-decoration: underline;
}

img a { border: 0; }
a img { border: 0; }

#page {
	background-image: url(images/background.jpg);
	height: 650px;
	position: absolute;
}

#bodycontent {
	width: 1000px;
}

#header {
	height: 150px;
	width: 1000px;
	background-image: url(images/header.gif);
	background-color: #000;
}

#headerimg {
	left: 15px;
	position: relative;
	float: left;
	text-align: center;
}

#menu {
	z-index:3;
	position: relative;
	left: 200px;
	height: 30px;
	background-color: #1A69A4;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#menu DIV {
	float: left;
}

#menu LI {
	background-color: #E87920;
	width: 112px;
	height: 30px;
	margin: 0 1px;
	list-style-type: none;
	color: #FFF;
	position:relative;
	float:left;
}

#menu LI:HOVER {
	background-color: #1A69A4;
}

#menu li a {
	color: #FFF;
	text-decoration: none;
	font-size: 10pt;
	width: 112px;
	height: 30px;
	display: block;
	text-align: center;
	padding-top: 10px;
}

#menu li ul				{ display:none; }
#menu li:hover ul		{ display:block; position:absolute; top:16px; left:-43px; }
#menu li ul li			{ width:116px !important; }

#content {
	top: 20px;
	height: 400px;
	left: 220px;
	width: 750px;
	overflow: auto;
	position: relative;
}

#footer {
	background-color: #000;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	height: 100px;
	width: 1000px;
}

#footer A {
	color: #F27221;
}

.post H2 {
	margin: 0px;
	font-size: 14pt;
	color: #444444;
}
.post H2 A {
	color: #990000;
	text-decoration: none;
}
.poster {
	margin-bottom: 12px;
	font-size: 12px;
}
.post HR {
	height: 1px;
}
.post {
	margin: 0 0 20px;
	text-align: justify;
}

.entry P {
	margin: 0px;
	font-size: 12px;
	color: #000;

        margin-bottom: 8px;
        line-height: 17px;
}

#leftbar {
	position: relative;
	width: 200px;
		
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	width: 600px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

#comments {
	color: #990000;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


.navigation {
	height: 25px;
}

#sidebar {
	float: left;
	position: relative;
}