/*  


*/


/* IE6 PNG FIX */


/* Begin Various Tags & Classes */
.center {
	text-align: center;
}

hr {
	/*display: none;*/
}

a img {
	border: none;
}
	
img {
	padding-top: 5px;
 	border: none;
}		

.clear {
	clear:both;
}

h3 {
	padding-bottom:5px;
}

textarea {
	margin: 5px 0px;
}

/* End Various Tags & Classes*/

/***Begin Web 2.0 Specific CSS***/
body {
	background: #fff url(images/bg_canvas.jpg) repeat-x 0% 140px;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}


#mainbox {
	margin: 170px auto 0px;
	width: 840px;
	background:#ccc;
	/*border-right: 1px solid #0000ff;
	border-left: 1px solid #0000ff;*/
}

/*.alignleft {
	float: left;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
}*/

div.posttitle h2 a {
	color:#4F4F4F;
}

a:link, a:visited {
	color:#AF824C;
	text-decoration: none;
}

a:hover {
	color:#6F6F6F;
	text-decoration: none;
}

div#sidebar h2, div#page h2 {
	text-transform:uppercase;
	font-size:11px;
	margin: 10px 0px;
}
div#content div.post h2.pagetitle {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size:20px;
	height:20px;
	margin: 10px 0px;
	padding: 10px 0px;
}
div#content h2.pagetitle {

	font-size:20px;
	height:20px;
	margin: 10px 0px;
	padding: 30px 0px 10px 50px;
}
div#sidebar h2.widgettitle {
	height:20px;
	padding-top:5px;
	margin:30px 0px 0px;
	/*background: transparent url(images/tape_sprite.png) no-repeat scroll -10px -34px;*/
}

/* =header
   -----------------
   ----------------- */

body div#header {
	margin: 0px auto;
	width: 100%;
	height:140px;
	background: transparent url(images/header_bg.jpg) repeat-x 0% 0px;
}

div#header div#top {
	width:100%;
	height:100px;
	margin: 0px auto;
	background:transparent;
}

div#header div#bottom {
	width:840px;
	height:220px;
	margin: 0px auto;
	background:#ccc;
	padding:5px 0px;
	position:relative;
	/*border-right: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
	border-top: 1px solid #0000ff;*/
}

div#header div#bottom div#missionText {
	padding-left:200px;
	padding-top:25px;
	padding-right:25px;
}

div#header div#bottom div#missionPhoto {
	background: transparent url(images/photos.png) no-repeat;
	position:absolute;
	top:40px;
	left:50px;
	z-index:3;
	height:198px;
	width:190px;

}

div#header div#bottom div#mission {
	width:730px;
	height:115px;
	border:solid 1px #888;
	background: #333 url(images/mission_bg.jpg) no-repeat;
	margin:75px auto 0px;
	padding: 0px 0px;
	left:55px;
	position:absolute;
	top:0px;
}
div#header div#bottom div#mission span.quotes,
div#header div#bottom div#mission h2 {
	color:#fff;
	padding:0px;
	margin:0px;
	display:inline;
	font: 900 20px arial;
	font-style:italic;
	letter-spacing: 2px;
	line-height:30px;
}
div#header div#bottom div#mission span.quotes {
	font-style:italic;
}

div#header div#bottom div#mission span.title {
	color:#AF824C;
	padding:0px;
	display:inline;
}

div#header div#logo h1 a {
	display:none;
}

#logo {
	height: 100px;
	margin: 0px auto;
	width: 840px;
	background:transparent url(images/logo_bg.jpg) no-repeat 0px 0px;
	position:relative;
}

#tagHolder {
	position:absolute;
	width:100%;
	height:146px;
	z-index:5;
}	

#tagHolderInner {
	width:896px;
	height:146px;
	margin:-3px auto;
}	

#tag {
	width:300px;
	height:146px;
	/*background:url(images/tag.png) no-repeat;*/
}

#logo h1 {
	color: #000;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#logo h1 a {
	color: #000;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
}
#topnav {
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:10;
}

input#submit {
	width: 69px;
	height: 21px;
	border: 0px;
	position: absolute;
	margin-top: 1px;
}

/* =topnav 
   -----------------
   ----------------- */  

#menu {
	padding-right:2px;
	*padding-right:0px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li {
	list-style-type:none;
	float: left;
	text-align: center;
	padding:0 0 0 9px;
	margin:0 0 0 8px;
	background: transparent url("images/tab_sprite.png") no-repeat left -3px;
	height:30px;
}

#menu li.current_page_item {
	background: transparent url("images/tab_sprite.png") no-repeat left -58px;
}

#menu a {
	display:block;
	background: transparent url("images/tab_sprite.png") no-repeat 100% -3px;
	color: #fff;
	font-size: 14px;
	padding:5px 15px 9px 6px;
	text-decoration:none;
	margin:0px -2px 0px 2px;
	font-size:1.1em;
	font-weight:bold;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

#menu li.current_page_item a {
	background: transparent url("images/tab_sprite.png") no-repeat 100% -58px;
	color: #000 !important;
}

#menu a:hover {
	color: #fff;
}


/*
#menu li.page-item-4 {
	background-position: left -124px; }
#menu li.page-item-4 a {
	background-position: right -124px; }

#menu li.page-item-11 {
	background-position: left -217px; }
#menu li.page-item-11 a {
	background-position: right -217px; }

#menu li.page-item-2 {
	background-position: left -62px; }
#menu li.page-item-2 a {
	background-position: right -62px; }
*/
#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
}

/***Main Area Stuff***/
#page {
	float: left;
	width: 500px;
	background:#ccc;
	padding:0px 0px 0px 50px;
}

#newsletter p {
	line-height:200%;
}

#newsletter,
#innerSidebar {
	float: right;
	width: 170px;
	margin:0px;
	background:#EEE;
	border: 1px solid #999;
	margin:30px 60px 0px 10px;
	padding:10px 10px 30px 20px;
}

div.navigation {
	font-weight:bold;
	padding-top: 20px;
	position:relative;
	margin-left:50px;
}

div.navigation div.alignright {
	position:absolute;
	right:0px;
	bottom:0px;
}
div.navigation div.alignleft {
	position:absolute;
	left:0px;
	bottom:0px;
}

/***Footer Stuff***/
#footer {
	clear: both;
	color: #FFF;
	height:10px;
	background:transparent;
	width:auto;
}

div#bottomFooter {
	width:100%;
	height:50px;
	background: transparent url(images/header_bg.gif) repeat-x 0% -20px;
}

div#bottomFooter div#bottomInnerFooter {
	width:840px;
	height:20px;
	background:#ccc;
	margin:0px auto;
	/*border-right: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
	border-bottom: 1px solid #A5D9E7;*/
}


/***Post Stuff***/

div#content {
  padding-top:20px;
}

div.post ul
{
  line-height:200%;
  padding-left:20px;
}

div.post {
  padding:0px 0px 60px 50px;
  position:relative;
}




h3#comments {
  padding:0px 0px 10px 50px;
}

ol.commentlist {
  padding:0px 0px 30px 50px;
}

ol.commentlist li {
  padding:10px 0px 10px 0px;
  list-style-type:none;
  border-bottom:solid 1px black;
}

ol.commentlist li cite {
  font-weight:bold;
}

div.responseForm {
  padding:0px 0px 20px 50px;
  position:relative;
}

div.post div.postdate {
  position:absolute;
  width:53px;
  height:62px;
  left:-10px;
  top:-6px;
  text-align:center;
  background:transparent url(images/calendar.png) no-repeat;
}

div.postdate div.day {
  font-weight:bold;
  font-size:20px;
  padding-top:4px;
  color:#333;
}
div.postdate div.month {
  padding-top:10px;
  color:#fff;
}


div.post div.posttitle {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

div.post div.posttitle h2 {
  margin-top:5px;
  padding:0px !important;
  font-size:14px !important;
}

div.post table, div.post p, ol.commentlist li p {
  text-indent:0px !important;
  margin-left:0px !important;
  line-height: 22px;
  padding-top:5px;
}

p.postmetadata {
  padding-top:20px;
}

div.postInfo {
  position:relative;
  height:16px;
}
div.postfoot {
  padding-top:20px;
}

div.postfoot,
div.postInfo div.comments,
div.postInfo div.author {
  position:absolute;
  text-transform:uppercase;
  color:#AF824C;
  font-size:10px;
}
div.postInfo div.comments {
  right:0px;
  padding-right:20px;
}
div.postInfo div.author {
  left:0px;
  padding-right:20px;
}

div.postInfo div.comments div.commentIcon,
div.postInfo div.author div.postIcon {
  width:16px;
  height:16px;
  position:absolute;
  right:0px;
  top:0px;
}
div.postInfo div.author div.postIcon {
  background:url(images/icons/email.png);
}
div.postInfo div.comments div.commentIcon {
  background:url(images/icons/comment.png);
}


.post a:link {
	text-decoration: none;
}

.post a:visited {
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}

.post table {
	border: solid 1px #000 !important;
	border:collapse !important;
}

.post table tr {
	border: solid 1px #000 !important;
	padding:5px !important;
}

.post table td {
	border: solid 1px #000 !important;
	padding:5px !important;
	line-height:22px;
}

.post table td p {
	line-height:200% !important;
}
.post table td p span {
	line-height:200% !important;
}
/* =author
   -----------------
   ----------------- */ 

div.userDetails {
	float:left;
	padding-left:30px;
	padding-bottom:20px;
}

div.userThumbnail {
	float:left;
	padding:0px 10px 10px 50px;
}


/***Side Bar***/

#sidebar ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

#sidebar a {
	color: #AF824C;
	font-size: 12px;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:visited {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #C0440D;
}


/***Other Stuff***/

