/*
Theme Name: Dreamcast Wordpress Theme
Theme URI: http://www.templecreative.com
Description: The official Wordpress Theme for Dreamcast
Author: Jon van Rooyen
Author URI: http://www.templecreative.com
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

body {
	font-size: 8pt;
	background-image: url('images/bg-page.png');
	background-repeat: repeat-x;
	background-color: #151515;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


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

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
.clear {
	clear: both;
}

/* links */

a{
	color:#25AAE1;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 940px;
	margin: 0 auto;
	padding:0;
	color: #848484;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 940px; 
  	height: 113px;
	color: #fff; 
	position: relative;
	background-image: url('images/bg-header.jpg');
	background-repeat: no-repeat;
	background-position: right;
	}
	#header .logo {
		position: absolute;
		top: 17px;
		left: 31px;
	}
	#header .blog-description {
		position: absolute;
		text-transform: uppercase;
		top: 77px;
		left: 396px;
	}

#header h1{
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	font-size: 8pt;
	width:940px; 
	height: 39px;
	background-image: url('images/bg-nav.png');
	background-repeat: no-repeat;
	overflow:hidden;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}


#menu ul {
	margin:7px 0 0 18px;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0px 5px;
	border-right: solid 1px #0f7fae;
	border-collapse: collapse;
}
#menu ul li.first_item {
	border-left: solid 1px #0f7fae;
}
#menu ul li.btn-home {
	margin-top: 2px;
	border: none;
	padding: 0px 5px 0px 0px;
}
	#menu ul li.btn-home a {
		padding: 0px;
	}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
}



/* content */


#content {
	float: left;
	width:720px;
	overflow: hidden;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #25aae1;
	font-weight: normal;
	margin-bottom: 21px;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
.post h3{
	color: #25aae1;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.post h4 {
	color: #848484;
	font-size: 14px;
	font-weight: normal;
}
	
.post ul, .post ol {margin-left: 20px;}

.post li {}
.entry {
	margin: 15px 58px auto 58px;
}
.entry p{margin:12px 0; color: #848484;}
.entry img {
	border: solid 3px #FFFFFF;
	margin: 5px;
}
table tr td {
	color: #848484;
}
.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0 0 10px;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{margin:25px 0; color: #FFFFFF;}
.alignright a{margin:25px 0; color: #FFFFFF;}

/* Dreamcast Waters' Items */
.dreamcast-waters-item {
	width: 535px;
	background-color: #052440;
	border: solid 2px #202020;
	padding: 10px;
	margin-bottom: 10px;
}
	.dreamcast-waters-item p img {
		float: right;
	}
	.dreamcast-waters-item h3 {
		color: #25aae1;
	}
	.dreamcast-waters-item a.readmore {
		color: #25aae1;
		text-decoration: none;
		font-weight: bold;
	}
	.dreamcast-waters-item a.readmore:hover {
		text-decoration: underline;
	}

/* Promotion Box on Home Page */
.promotion {
	width: 580px;
	margin: 15px auto;
	background-color: #101010;
	padding-bottom: 8px;
	background-image: url('images/promo-footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
	.promotion .promo-heading {
		background-image: url('images/promo-bg-header.png');
		background-repeat: no-repeat;
		background-color: #062239;
		font-size: 24px;
		color: #FFFFFF;
		padding:18px 31px 10px;
	}
	.promotion .promo-content {
		margin: 10px;
		font-size: 14px;
		color: #848484;
		padding: 0px 23px;
	}
		.promotion .promo-content .flashobject {
			margin-top: 10px;
		}

/* sidebar */

#sidebar {
	font-size:8pt;
	width:220px;
	float:right;
	margin:0;
	padding: 0;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* Fly of the Month */
#advanced_text-3 h2 {
	display: none;
}
div.flyofthemonth {
	background-image: url('images/bg-flyofthemonth.png');
	height: 204px;
	background-repeat: no-repeat;
	padding-top: 1px;
}
	div.flyofthemonth .thumb-container {
		width: 220px;
		height: 60px;
		position: relative;
		margin-top: 18px;
		background-image: url('images/bg-fotm-thumbimg.png');
		background-repeat: no-repeat;
	}
		div.flyofthemonth .thumb-container img {
			width: 51px;
			height: 51px;
			position: absolute;
			top: 5px;
			right:23px;
		}
	div.flyofthemonth .flyname {
		background-image:url('images/bg-ftom-heading.gif');
		background-repeat:repeat-x;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		margin-left:5px;
		margin-right:5px;
		margin-top:5px;
		padding:8px 8px 7px;
	}
	div.flyofthemonth .description {
		font-size: 12px;
		color: #939598;
		font-weight: bold;
		padding: 0px 13px;
	}
		div.flyofthemonth .description .emphasis {
			color: #FFFFFF;
		}
	div.flyofthemonth .readmore {
		padding: 0px 13px;
	}
		div.flyofthemonth .readmore a {
			color: #25aae1;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
		}
		div.flyofthemonth .readmore a:hover {
			text-decoration: underline;
		}

/* Widget Control */
.widget {
	margin-bottom:14px !important;
}
#richtext-3 h2 {
	display: none;
}
#richtext-4 h2 {
	display: none;
}
#advanced_text-4 h2 {
	display: none;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */
.cform { 
	clear: both;
}

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Individual Page Customisations */

 /* Contact Us Page */
#post-56 table tr td {
	width: 200px;
	color: #848484;
}
	#post-56 table tr td.rowname {
		color: #FFFFFF;
		font-weight: bold;
		width: 100px;
	}

/* Gallery Page */
.gallery-page h3 {
	clear: both;
}
	
/* Flys */	
.fly-materials {
	margin: 10px auto;
}
	.fly-materials table tr td {
		vertical-align: top;
	}
	.fly-materials table tr td.rowname {
		width: 150px;
		color: #FFFFFF;
		font-weight: bold;
	}

/* footer */

#footer {
	background-image: url('images/bg-footer.jpg');
	background-repeat: no-repeat;
	clear: both;
	width: 960px;
	height: 107px;
	margin: auto;
	padding-top:30px;
	}
	#footer ul.logos {
		
	}
		#footer ul.logos li {
			list-style-type: none;
			float: left;
			margin:auto 11px;
		}
#footer p{padding:14px 0;margin: 0; color: #6e6e6e; text-align:center;clear:both;font-size: 10px;}
p.copyright {  }
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


