/* Earth Fixed background */
html, body, #bg, #bg table, #bg td {
    height: 100%;
    width: 100%;    
	color: #fff;
	font-size: 12px;
}

#bg {
    position: fixed;
}

#bg div {
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
}

#bg td {
    text-align: center;
    vertical-align: bottom;
}

#bg img {
    margin: 0 auto;
    min-height: 50%;
    min-width: 50%;
}


/* General styles */
* {
    margin: 0;
    padding: 0;
	line-height: normal;
}
h2, h3, p {
	padding-bottom: 5px;
}

a {
	color: #fff;
}

a:hover {
	color: #ccc;
}
h2 {
	font-family: Verdana;
}



/* Wordpress specific */
.feedback {
	margin-top: 20px;
}

.meta {
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 20px;
}

.commentlist {
	margin-left: 25px;
}
.wp-caption-text {
	font-size: 75%;
	font-style: italic;
	text-align: center;
}


#nav-prev {
	float: left;
}
#nav-next {
	float: right;
}




#respond {
	margin-left: 0;
}

#comments {
	margin: 5px 5px 5px 0;
}

.wp-post-image {
	float: left;
	margin: 4px 4px 0 0;
}


.alignleft {
	float: left;
	margin-right: 5px;
	border: none;
}
.alignright {
	float: right;
	margin-left: 5px;
	border: none;
}


/* Header */
#header {
	background: url(images/header.png) repeat-x;
	width: 960px;
	height: 107px;
}

.logo img {
	margin: 15px;
	border: none;
}
#stratos-logo {
	float: left;
	width: 200px;
}

#dare-logo {
	float: left;
	width: 100px;
}

.headermenu {
	float: left;
	width: 570px;
}

.headermenu ul {
	padding: 65px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	font-family: Century Gothic;
	height: 50px;
	line-height: 50px;
}

.headermenu ul li {
	display: inline;
	padding: 25px 1px;
	margin: 0 -1px;
}
.headermenu ul a {
	color: black;
	text-decoration: none;
	padding: 25px 12px;
}
.headermenu .current_page_item, .headermenu ul li:hover {
	background: transparent url(images/current-menu.png) repeat-x center;
	padding: 25px 1px;
}

.headermenu .current_page_item a, .headermenu ul li:hover a {
	background: transparent url('images/current-menu-2.png') repeat-x center;
}

.headermenu ul a:hover {
	text-decoration: underline;
}


/* Footer */
#footer {
	background: url(images/footer.png) repeat-x;
	width: 960px;
	clear: both;
	height: 86px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ccc;
}

#footer p {
	font-family: Verdana;
	font-size: 10px;
	padding: 10px 5px 5px 5px;
}

#footer-left {
	width: 400px;
	float: left
}

#footer-right {
	width: 200px;
	float: right;
	text-align: right;
}

/* Main structure */
#cont {
    position: absolute;
    top: 0;
	left: 0;
    z-index: 70;
	width: 100%;
    overflow: auto;
}

.box {
    margin: 0 auto;
    width: 960px;
    font: 14px Georgia, Serif;
}

#main {
	float: left;
	width: 602px;
}

#sidebar {
	float: right;
	width: 333px;
}

#container {
	width: 960px;
}

/** Styles for the boxes **/
/* Box wrapper */
#main .content-box {
	width: 601px;
	background: #171717 url('images/box-bg.png');
}
#sidebar .content-box {
	width: 333px;
	background: #1e1e1e url('images/blogbox-bg.png');
}
.content-box {
	margin: 20px 0;
}
	


/* Box header */
.box-header-empty {
	height: 20px;
}
#main .content-box .box-header-empty {
	background: #171717 url('images/box-header.png');
}
#sidebar .content-box .box-header-empty {
	background: #171717 url('images/blogbox-header.png');
}

.box-header-content {
	height: 48px;	
	position: relative;
}
#main .content-box .box-header-content {
	background: #171717 url('images/newsbox-header.png');
}
#sidebar .content-box .box-header-content {
	background: #171717 url('images/blogbox-header.png');
}


.box-header-content > * {
	margin: 10px 16px 0 16px;
	padding: 4px 8px;
	line-height: 22px;	
}
.box-header-content h2 {
	display: inline-block;
	font-size: 16px;
	background: #1e3f6d;
}
.box-header-content .date {
	position: absolute;
	right: 0;
	font-size: 12px;
	font-weight: bold;
}

/* Box footer */
.box-footer-small {
	height: 5px;
	background-color: #1e1e1e;
	margin-top: 8px;
}
.box-footer-empty {
	clear: both;
	height: 20px;
}
.box-footer-content {
	height: 28px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 20px 0;
}
#main .content-box .box-footer-empty {
	background: #171717 url('images/box-footer.png');
}
#main .content-box .box-footer-content {
	background: #171717 url('images/newsbox-footer.png');
}
#sidebar .content-box .box-footer-empty {
	background: #171717 url('images/blogbox-footer.png');
}
#sidebar .content-box .box-footer-content {
	background: #1e1e1e url('images/blogbox-footer.png');
}

#category-list {
	list-style-type: none;
}

/* Box content */
.box-content {
	margin: 4px 20px;
}
#sidebar .content-box .box-content p {
	font-size: 12px;
}
.box-content ul {
	list-style-position: inside;
}

#image-highlight {
	position: relative;
	padding: 0;
	text-align: center;
}
#image-highlight .box-header-empty {
	height: 9px;
	margin-bottom: 5px;
}
#image-highlight .box-content {
	margin: 0 5px;
}
#image-highlight .news-image {
	border: 1px solid #555;
}
#image-highlight .caption {
	position: absolute; 
	width: 541px;
	left: 6px; 
	bottom: 6px; 
	padding: 0 24px; 
	
	line-height: 48px; 
	height: 48px; 
	font-size: 24px; 
	font-family: Verdana; 
	
	background: transparent url(images/black-50p.png) repeat; 
	text-align: left;
}
#image-highlight .box-footer-small {
	margin: 0;
}

.photo-zoom {
	display: block;
	background: transparent url('images/photo-zoom.png') no-repeat bottom center;
	margin-top: 10px;	
	height: 32px;
}
.widget { 
	list-style-type: none;
}
.widgettitle {
	display: none;
}
.ngg-widget {
	text-align: center;
}
.ngg-singlepic {
	padding: 1px !important;
	display: inline !important;
}

.pretty-table {
	border-collapse: collapse;
	background-color: #1e1e1e;
	margin: 1em 0;
	padding: 0;
}
.pretty-table td, .pretty-table th {
	padding: 1px 4px;
	background-color: #1e1e1e;

}
.pretty-table th {
	background-color: #1a3c6c;
	border-bottom: 1px solid #888;
}
.aligncenter {
	margin: auto;
	text-align: center;
}
.wp-caption img {
	border: 1px solid white;
	max-width: 560px;
}