/*  
Theme Name:  TeamD Adventures Standard
Theme URI: 
Description: Designed for TeamD
Version: 1.0
Author: TeamD 
Author URI:

*/

/*
Colour Overview

TeamD Green: #006431
TeamD Yellow: #ffce65
Brown (banner): #806431
Green TextBG (nav and h3 bg): #008431
Darker Green (nav highlight, h text): #004431
Main text: #222222

*/

* { /* d */
	margin:0;
	padding:0;
}

/* Begin Typography & Colors */
body { /* d */
	/*  font-size: 62.5%;  Resets 1em to 10px */
	 font-size: 55%;  /* smaller than above */
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	color: #222222;
		background:#f8f8f3;

	/* background:#f8f8f3 url(images/body-bg.png) repeat-x; */
}

#page { /* d */
    position: relative;
    min-width: 600px;
    max-width: 1000px;
    height: 100%; /* needed for ie6 */
    padding: 7px 15px 0;
    margin: 0 auto;
    /* background: #fff; */
	background:#f8f8f3 url(images/body-bg.png) repeat-x;
}
#page.singlecol {
	border: 1px solid #00611C;	
	background-color: #eaeaea;
	}

#top{ /* d */
	clear: both;
	position: relative;
	height: 2.7em;
	width: 100%;
	background: #008431 url(images/nav-tab.gif) repeat-x;
	margin-bottom: 3px;
}

#header{ /* d */
	clear: both;
	position: relative;
	height: 200px;
	background:#806431 url(images/header-bg.jpg) no-repeat 0 0;
/*	background-position: top center; */
}

#header h1 { /* d */
  	color: #ffce65;
	font-size:3.5em;
	margin: 0 0.25em 0 0.25em;
}

#headerimg{ /* d */
	position: absolute;
	top: 5px;
	right: 25px;
	text-align: left; /* ie */
}

#headertext{ /* d */
	position: absolute;
	top: 10px;
	left: 25px;
	text-align: left; /* ie */
	height: 4em;
	background: url(images/alpha.png) repeat 0 0;
}

#navigation{ /* d */
	clear: both;
	padding-top: 3px;
	
/*	background:url(images/navigation-bar.jpg) no-repeat bottom center;
	width: 799px;
	height:40px;
	line-height: 37px;*/
	}

#navigation ul{ /* d */
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #008431 url(images/nav-tab.gif) repeat-x;
}

#navigation ul li {  /* d */
display: inline;
   }

#navigation ul li a { /* d */
	line-height: 2.5;
	display:block;
	float:left;
	width:auto;
	padding:0 16px;
	border-right:1px solid #003018;
	border-bottom:none;
	border-left:1px solid #00df18;
	color:#ffce65;
	
	font: bold 1.6em/1.8 "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}

#navigation ul li a:hover { /* d */
	/*background:url(images/hover.jpg) no-repeat bottom;*/
	background: #004431 url(images/nav-tab.gif) repeat-x 0 -150px;
	text-decoration:underline;
}

/* #navigation .selected { background: #004431 url(images/nav-tab.gif) repeat-x 0 -300px; } */

#navigation .page_item a { background:#008431 url(images/nav-tab.gif) repeat-x; }
#navigation .current_page_item a  { background: #004431 url(images/nav-tab.gif) repeat-x 0 -300px; }

#content {
	background:#f8f8f3 url(images/body-bg.png) repeat-x;
/*	font-size: 1.4em; */
}

.blognav {
  padding-top: 5px ;
  padding-bottom: 10px ;

}
.widecolumn .entry p {
	font-size: 1.5em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	margin-top: 8px;
	}


.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: right;
	}

.byline {
	text-align: left;
	margin-bottom: 1em; 
}

.alt {
	border-top: 1px dashed #bbbbbb;
	border-bottom: 1px dashed #bbbbbb;
	}

#rotator {
        /* width: 100%;  */
        margin-left: 10%;
	margin-bottom: 10px;
	/* padding:1em; */
	overflow: hidden;
	/*background:#f1efe7;*/
}	

@media handheld {
        #rotator { display: none }
}

#bottom {
	clear:both;
        width: 100%; 
	/* padding:1em; */
	/*background:#f1efe7;*/
	margin-bottom: 5px;
}	
#bleft, #bmiddle, #bright {
	float: left;
	width: 29%;
	font-size: 1.4em;
	margin: 0 0.5% 0.5% 0;
	/* background: #ccffcc;  */
	background-color: #eaeaea;
}
#right {
	/* float: left;  */
	width: 30%;
	background: #ccffcc;
	font-size: 1.4em;
	margin: 0 0.5% 0 0;
}
	
small {
	font-family: Verdana;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 3.6em;
	text-align: center;
	}

#header .description {
	font-size: 1.2em;
	text-align: right;
	padding-right: 40px;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 { /* d */
	/* font-weight: bold; */
	/*text-transform:uppercase;*/
/*	color:#004431;
*/
/*	font-family: Verdana;
	font-size: 12px;
	line-height:20px;
	background: #00611c;
	color:#FFFFFF;*/
	}

h3 {
	font-size: 1.4em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
	text-decoration: none;
	color: #c0c0c0;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana;
	}
	
.commentlist li {
	font-weight: bold;
	}

.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: Verdana;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1.4em;
	/*background-color: #eaeaea;*/
	}
#sidebar ul ul li, #sidebar ul ol li {
}
small, .nocomments, .postmetadata, .byline, blockquote, strike {
	color: #777;
	font-size:0.9em;
	}

#sidebar * img {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.sponsorlist * img {
        /* height: 50px; */
}

/*ul .children {
	font-size:1.2em;
}
*/
code {
	font: 1.2em Verdana;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #009933;
	text-decoration: none;
	}

a:hover {
	color: #004d75;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 0.9em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
.clearfix {display:inline-block}
.clearfix {display:block}

.boxed {
  border: 1px solid #ccc; 
  padding: 1em;
  margin-top: 1em;
  margin-top: 25px;
  z-index: -99999;
}

.boxed h2 {
  margin-top: -0.5em;
  border: 1px solid #ccc;
  background: #fff; 
  z-index: 1000000;
  float: left;  
  padding: 0 .5em;
  line-height: 1.2em;
}

.boxed p { clear: left; }
.boxed br { clear: left; font-size: 1px; height: 1px; display: block; }
.boxed ul { clear: left; margin-bottom: 0; }
.boxed ul li {  margin-bottom: 0.4em; }

.dropshadow2{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 500px;
	padding: 0px;
}
.xpost{
 position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.xpost{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

p { margin-top: 1em; }

.narrowcolumn {
	float: left;
	width: 68%;	
	font-size: 1.4em;
	/* min-height: 500px; */
 	overflow: hidden;
	padding: 5px 5px 5px 5px;
        background: white;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 500px;
	}
	
.post {
	margin: 0 0 40px;
	padding: 10px;
	/*text-align: justify;*/
/*	border: 1px solid #00611c; */
}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata, .byline {
	clear: left;
}

#footer {
	background-color: #eaeaea;
	clear: both;
	position: relative;
	height: 3.0em;
	width: 100%;
	margin: 1em 0 1em 0; 
	/* margin-bottom: 3px; */
	text-align: center;
	list-style:none;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer ul {
	list-style:none;
}
#footer li {
	display:inline;
	margin:0;
	padding:0.25em 0 0 1em;
}
#footer li:before {content:"\00B7\00A0"}
#footer li:first-child:before {content:""}


#foot-note {
	margin: 0 auto;
	width: 799px;
	height: 25px;
	clear: both;
	}

#foot-note p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCCCCC;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	/* padding-top: 70px; */
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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, img.centerimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img.rightimage {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img.leftimage {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright, .rightimage {
	float: right;
	}
	
.alignleft, .leftimage{
	float: left
	}


/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
ul { padding: 0.5em 2em 0.5em 2em; }

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;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0.4em;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#top #searchform {
	float: right;
	margin: 0;
	padding: 0.25em;
	text-align: right;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 110px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
#commentform {
	margin: 10px 10px 10px 10px;
	width: 90%;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* 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;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar { /* d */
	float:right;
	width:30%;
/*	margin-left:1em;
*/}

#calendar
{	
	border: 1px solid #CCCCCC;
	}
	
.date-stamp
{
	background: url('images/date-stamp.jpg') no-repeat bottom;
	width: 4.5em; /* 60px; */
	height: 5.5em; /* 70px */
	padding: 5px 0px 0 3px; 
	margin: 0 12px 5px 0;
	letter-spacing: -.08em; 
	text-align: center; 
	float: left;
}

.date-bold {
font-size:1.8em;
font-weight:bold;
}
.date-text {
	color: #00611c;
	text-align:center;
	padding-top:4px;
	width: 4.5em; /* 56px; */
	}
#random img {
	padding-top:22px;
	padding-left:17px;
	}
#form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

