/*
THEME NAME: WAVEenergy 0.1
THEME URI: http://waveenergy.com/
DESCRIPTION: Theme for WAVEenergy based on Sandbox 
VERSION: 0.1
AUTHOR: Thomas Wollburg
AUTHOR URI:
TAGS: waveenergy
*/

html
{
	height:100%;
}

body
{
	margin:0;
	padding:0;
	text-align: center;
	font-family:Verdana, Arial, Helvetice, sans-serif;
	background:#424242 url( images/bg.png ) bottom center no-repeat;
	color:#FFF;
	height:100%; 
}

body.pageid-00000
{
	background:#424242 url( images/bg_wave_frontphoto.jpg ) bottom center no-repeat;

}

div
{
	margin:0;
	padding:0;
}


img
{
	border:none;
}

a:link,
a:hover,
a:visited,
a:active
{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover
{
	text-decoration:underline;
}

.lightwindow
{
	display:block;
	margin:10px 0px 0px 0px;
	font-size:10px;
}

strong.date
{
	font-weight:normal;
	display:inline;
	font-size:10px;
}
/* global wrapper ================================================================================================ */
#wrapper
{
	width: 892px;
	height:100%;
	clear: none;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

#logo
{
	width:892px;
	height:67px;
	text-align:center;
}
#logo img
{
	margin:16px 0px 0px 0px;
}

#header
{
	float:left;
	width:892px;
	text-align:justify;
	overflow:hidden;
	
}
#header p
{
	font-size:13px;
	line-height:17px;
	margin-bottom:10px;
}

* html #header p
{
    line-height:15px;
}

#navigation
{
	float:left;
	width:892px;
	height:89px;
	overflow:hidden;
}

#container
{
	float:left;
	width:892px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	text-transform:uppercase;
	font-size:13px;
	margin:0px 0px 6px 0px;
}
h3,h4,h5,h6
{
	font-weight:normal;
}
h1,h2,h3
{
	font-size:14px;
}

#content
{

}

#footer
{
	width:892px;
	overflow:hidden;
}



/* main navigation ================================================================================================ */
#navigation ul {
	margin:0px;
	padding:0px;
	width:892px;
	list-style-type: none;
}

#navigation li
{
	list-style-type: none;
	float:left;
	clear:none;
}


#navigation li a:link,
#navigation li a:visited,
#navigation li a:hover
{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:0px;
}

#navigation li a:hover
{
	color:#F00;
}

#navigation li.current_page_item a:link,
#navigation li.current_page_item a:visited,
#navigation li.current_page_item a:hover
{
	color:#EEE; 
}

#navigation li.current_page_item
{
	
}

#navigation li.clearer
{
	clear:both;
	width:10px;
}

#navigation li.lastli
{
	border:none;
}

/* CONTENT STYLES ====================================================================================================== */

#container
{
	float:left;
	width:892px;
	margin:0px; padding:0px;
	border-top:1px solid #165772;
}

#content
{
	float:left;
	width:892px;
	margin:0px;
}

.entry-title
{
	display:none;
}

.entry-content
{
	float:left;
	width:892px;
	color:#FFF;
	background-color:#165772;
	font-size:12px;
	line-height:17px;	
}

* html .entry-content
{
    line-height:15px;
}

.leftextra
{
	/*padding-left:50px;*/
}

.padder
{
	padding:10px;
}

.leftimage
{
	float:left;
	margin:0px 20px 0px 0px;
	clear:left;
}

.rightimage
{
	float:right;
	margin:0px 0px 0px 20px;
	clear:right;
}

.contentfooter
{
	clear:both;
	display:block;
	width:892px;
	height:22px;
	overflow:hidden;
	background:#535553 url( images/bg_content_footer.png ) top left repeat-x;
}

/* =====================================================================================================================
 Subpages
======================================================================================================================*/

.subpage_header,
.subpage_header_active
{
	display:block;
	width:892px;
	height:28px;
	overflow:hidden;
	background:#535553 url( images/bg_content_divider.png ) top left repeat-x;
	cursor: pointer;
}
.subpage_header span,
.subpage_header_active span
{
	display:block;
	margin:3px 0px 0px 50px;
	font-size:12px;
	text-transform:uppercase;
}

.subpage_content
{
	overflow: hidden;
	width:892px;
}

.subpage
{
	clear:both;
	width:892px;
	background-color:#165772;
}

.subpage .leftextra
{
	padding-left:50px;
}

/* =====================================================================================================================
 Newspages
======================================================================================================================*/

#newspages
{
	width:892px;
	position:relative;
}

.newspage_header,
.newspage_header_active
{
	display:block;
	width:892px;
	height:28px;
	overflow:hidden;
	background:#535553 url( images/bg_content_divider.png ) top left repeat-x;
	cursor: pointer;
}
.newspage_header span,
.newspage_header_active span
{
	display:block;
	margin:3px 0px 0px 100px;
	font-size:12px;
	text-transform:uppercase;
}

.newspage_content
{
	overflow: hidden;
	width:892px;
}

.newspage
{
	clear:both;
	width:892px;
	background-color:#165772;
}

.newscontent .leftextra
{
	padding-left:100px;
}

.tablecell_lightblue
{
	background-color:#347b91;
	padding:10px;
}

.tablecell_headerline
{
	text-transform:uppercase;
	padding:10px;
}

span.tablecell_headerline,
span.tablecell_lightblue
{
	padding:0px;
}
