
html, body, div, span, applet,  object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th 
{
	margin:0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background: transparent;*/ /* removed due to a number of issues with BG disappearing*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 18px;
}
/*
html
{
    min-height: 100%;
}*/

/*Removed from above =  td and  (which caused Outbrain to look bad)*/
body {
  background: url(images/bgd.gif) repeat-x top center;
  background-color: #c6e0f2;
  color: #333333;
margin: 0px;
/*min-height: 100%;*/
}

ol, ul {
  padding: 0px;
  margin: 0px 0px 10px;
list-style-image: url('/content/images/bullet.gif');
}

li {
  padding: 0px;
  margin-left: 15px;
list-style-image: url('/content/images/bullet.gif');
}



/*** CLEARFIX ***/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*** SITEWIDE STYLES ***/

h1 {
  font-family: Arial, sans serif;
  font-size: 160%;  
  font-weight: bold;
    line-height: 22px;
  color: #333333 !important;
  margin-bottom: 10px;
  padding-top:10px;
}

h1 a {
  color: #4a3c31;
}
  
h2, h3, h4 {
  font-family: Verdana, Geneva, sans-serif;

  font-weight:bold;
  color: #333333 !important;
}
h2 {
  font-size: 110%;
	margin-bottom: 2px;
}
h3 {
  margin-top: 10px;
}
h4 {
  font-weight:normal;
}
p {
  margin-bottom: 4px;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration:underline;
  color: #00a9e0;
}

/*** SITEWIDE LAYOUT ***/

div#layout_content {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px -10px 0px;
/*  	border: 1px solid #FFCC00;*/
/*  background: url(images/bgd_header.gif) repeat-y top center;*/
}
div.layout_centered {
  width: 915px;
  margin-left: auto;
  margin-right: auto;
	padding: 0px;
}	  

div.fullwidth_top {
	height: 5px; 
	background: url(images/bgd_full_width_top.gif) top center;}

div.fullwidth_bottom {
	height: 5px; 
	background: url(images/bgd_full_width_bottom.gif) top center;
	margin: 0 0 30px 0;
}

div.fullwidth_content
{
	background: url(images/bgd_full_width.gif) repeat-y top center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.fullwidth_content h1, div.fullwidth_content p, div.fullwidth_content div
{
	background: url(images/bgd_full_width.gif) repeat-y top center;
}

div.fullwidth_content a {
  color: #00a9e0;
  text-decoration: none;
}
div.fullwidth_content a:hover {
  text-decoration:underline;
  color: #00a9e0;
}

div.layout_content_right_of_header {
  float:right;
  line-height:46px;
}

/*** HOMEPAGE ***/

div.layout_home_content {
  margin: 0px auto 0px;
  width: 915px;
  clear:left;
  padding: 0px 25px 0px;

}
div.layout_home_content .layout_home_centered {
  margin: 0px;
  padding: 0px;
background-color:#fff;
/*border: 1px solid blue;*/
}


div.third_box{
	width: 430px;
	height: 200px;
	float: left;
	overflow: hidden;
	margin: 0px 7px 0px 0px;
background: url(images/bgd_box.gif);
		 /*   background-color:#fff;*/
	padding: 15px 10px 10px 10px;
    }

div.third_box_blogs {
	width: 310px;
	height: 240px;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background: url(images/bgd_box_blogs.gif);
	/* background-color:#CCff00;*/
	padding: 25px 10px 10px 10px;
}	
div.third_box_tags {
	width: 557px;
	height: 240px;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background: url(images/bgd_box_tags.gif);
	 /*   background-color:#ffccff;*/
	padding: 25px 10px 10px 10px;
	clear:left;
    }
	
	    div.latest_news {display:block
    }

/*** SEARCH BOX ***/

div#layout_search {
  height: 19px;
  color:white;
  margin-top: 20px;
  margin-right: 20px;
  float:right;
  width: 220px;
/*  border: 1px solid #99FF33;*/
}
input#layout_search_input {
  float:right;
  height: 16px;
  border: 1px solid #495b6b;
  background-color:#ffffff;
  width: 175px;
  margin: 0px 3px 0px 0px;
  font-size: 11px;
  padding: 2px 1px 1px 5px;
}
#layout_search_submit {
  width: 21px;
  height: 21px;
  display:block;
  float: right;
  padding:0px;
  border: none;
}


/*** FLASH ***/
div#layout_flash {
  height: 40px;
  text-align:center;
  vertical-align: middle;
  font-weight: bold;
  color:white;
  line-height: 40px;
  display:none;
}

div#layout_flash.notice {
  background-color: #00cc00;
}

div#layout_flash.error {
  background-color: #CC0000;
}
img.flash_close_button {
  width: 19px;
  height: 19px;
  float:right;
  margin: 10px;
  cursor: pointer;
}

/*** FLASH ***/
div#layout_flash {
  height: 40px;
  text-align:center;
  vertical-align: middle;
  font-weight: bold;
  color:white;
  line-height: 40px;
}

div#layout_flash.notice {
  background-color: #00cc00;
}

div#layout_flash.error {
  background-color: #cc0000;
}

/* needed so that errors don't break layout */
div.fieldWithErrors {
  display:inline;
}




.clearboth {
  clear: both;
}





/*** Right Sidebar ***/
#right_sidebar_container {
  background: url(/content/images/bgd_right_sidebar_container.gif) no-repeat top right;
  margin: 0 0 30px 0;
}

#right_sidebar_top
{
    width: 280px;
    height: 15px;
}

#right_sidebar {
  float:right;
  width: 250px;
  padding: 0 15px 0 15px;
  color: #666666;
  background: url(/content/images/bgd_right_sidebar.gif) repeat-y top right;
}

#right_sidebar_bottom {
  background: url(/content/images/bgd_right_sidebar_bottom.gif) no-repeat top right;
  margin: 30px 0 0 -15px;
  width: 280px;
  height: 17px
}

div#right_sidebar .side_sub{
margin-top: 10px;
	}

#right_sidebar p {
  margin-top: 6px;
}

#right_sidebar h2 {
  padding-bottom: 2px;
  padding-top: 10px;
}
#right_sidebar hr {
  margin: 6px 0px;
  padding: 0px;
  border: none;
  border-top: 1px solid #666666;
}
#right_sidebar .label {
  height: 12px;
  vertical-align: text-bottom;
}
#right_sidebar p#forum_description {
  margin-top: 6px;
}
/* seo */
#right_sidebar h3
 {
  margin: 0px;
  padding: 0px;
  border: none;
  font-weight: normal;
}

/*** Profile Section ***/
  .profile_section {
    clear:left;
    padding-top: 30px;
  }
  h1.profile_section_header {
    border-bottom: 1px solid #c8c4c1;
    padding-bottom: 8px;
  }
  .profile_section_header img {
    position: absolute;
    top: -9px;
  }

/*** contributing (all static?) ***/
#static_header {
  border-bottom: 1px solid #a49d99;
  margin-bottom: 25px;
}

/* seo */
h1.image,
h2.image,
#layout_content_sidebar h3
 {
  margin: 0px;
  padding: 0px;
  border: none;
  font-weight: normal;
}


img.bordered {
  border: 3px solid #e4e2e0;
  padding: 2px;
}


/* comments (and communiques) */

.comment {
	border-bottom: 1px solid #c8c4c1;
	padding: 12px 0px 15px;
}
.comment_sender { font-weight: bold; }
.comment_date { color: #a49d99; }
.comment_text { padding-left: 70px; }
.comment_reply_to {
	color: #a49d99;
}
.comment_profile_image {
	float:left;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	margin-top: 3px;
}
.comment .buttons {
	float:right;
}
.comment .buttons .reply_button,
.comment .buttons .validation_wrapper {
	display:inline;
	margin: 0px 0px 0px 5px;
	float:left;
}
#comment_text {
	width: 486px;
	height: 116px;
}
#comments_form {
	border-bottom: none;
}
#comments_form .inputimage {
	margin-left: 70px;
}


div#layout_header {
  height: 170px;
/*  background-color: #333;*/
	background: url(/content/images/bgd_header.gif) repeat-y top center;
  color: #999999;
  z-index: 100;
  position: relative;
  margin-bottom:0px;
  margin: 5px 0 0 0;
/*  border: 1px solid #CCFF00;*/
}

div#layout_header_logo {
  width: 114px;
  height: 70px;
  padding-top:10px;
}

div#layout_header_links {
  float:right;
  margin-top: 10px;
}
div#layout_header_links img {
  vertical-align: -1px;
  margin-right: 7px;
}
img#layout_header_links_divider {
}

div#layout_header_links {
  color: #FFFFFF;
}

div#layout_header_links a {
  color: #FFFFFF;
}

div#layout_header_links a:hover {
    text-decoration:underline;
}

div#layout_header_util.middle_row img { 
  width: 24px;
}

div#layout_header_nav {
  clear:left;
  width: 575px;
  float:left;
  margin-right: 25px;
}
ul#layout_header_nav_main {
  margin: 0px;
  padding: 0px;
  text-align:left;
  height: 40px;
  overflow:hidden;
  display:block;
}
li.layout_header_nav_main_item {
  display: block;
  float:left;
  width: 114px;
  margin: 0px 1px 0px 0px;
  padding: 0px;
  height: 40px;
  position: relative;
}
li.layout_header_nav_main_item ul.layout_header_nav_sub {
  background-color: #00a9e0;
  padding: 10px 25px 25px 10px;
  margin: 0px;
  width: 145px;
}
li.layout_header_nav_main_item div.layout_header_nav_sub_wrapper {
 display:none;
  position: absolute;
  z-index: 100;
  top: 40px;
  left: 0px;
  width: 180px;
}
li.layout_header_nav_main_item div.layout_header_nav_sub_bl {
  width: 4px;
  height: 4px;
  background-image: url(/content/images/dropdown_cap_oL.png);
  float:left;
}
li.layout_header_nav_main_item div.layout_header_nav_sub_bottom {
  height: 4px;
  background-color: #00a9e0;
  width: 172px;
  float:left;
}
li.layout_header_nav_main_item div.layout_header_nav_sub_br {
  width: 4px;
  height: 4px;
  background-image: url(/content/images/dropdown_cap_oR.png);
  float: left;
}
li.layout_header_nav_main_item.selected div.layout_header_nav_sub_bl {
  background-image: url(/content/images/dropdown_cap_wL.png);
}
li.layout_header_nav_main_item.selected div.layout_header_nav_sub_bottom {
  background-color:#ffffff;
}
li.layout_header_nav_main_item.selected div.layout_header_nav_sub_br {
  background-image: url(/content/images/dropdown_cap_wR.png);
}


li.layout_header_nav_main_item ul.layout_header_nav_sub a {
  color:white;
}
li.layout_header_nav_main_item ul.layout_header_nav_sub a:hover {
  color:white !important;
}
li.layout_header_nav_main_item.selected ul.layout_header_nav_sub {
  background-color:white;
}
li.layout_header_nav_main_item.selected ul.layout_header_nav_sub a {
  color: #00a9e0;
}
li.layout_header_nav_main_item.selected ul.layout_header_nav_sub a:hover {
  color: #00a9e0 !important;
}
li.layout_header_nav_main_item a.primary {
  display:block;
  float:left;
  height: 40px;
  width: 89px;
}
li.layout_header_nav_main_item a.menu_arrow {
  display:block;
  height: 15px;
  width: 25px;
  vertical-align: middle;
  background: url(/content/images/layout_header_nav_menu_arrow.gif) no-repeat;
  margin: 13px 0px 0px 0px;
  float:left;
}
li.layout_header_nav_main_item a.primary:hover,
li.layout_header_nav_main_item a.menu_arrow:hover {
  text-decoration:none;
}
li.layout_header_nav_main_item.selected a.menu_arrow {
  background: url(/content/images/layout_header_nav_menu_arrow_selected.gif);
}
ul#layout_header_nav_main li#browse {
  background: url(/content/images/layout_header_nav_browse.gif) no-repeat;
}
ul#layout_header_nav_main li#browse.selected {
  background: url(/content/images/layout_header_nav_browse_selected.gif) no-repeat;
}

ul#layout_header_nav_main li#earn {
  background: url(/content/images/layout_header_nav_earn.gif) no-repeat;
}
ul#layout_header_nav_main li#earn.selected {
  background: url(/content/images/layout_header_nav_earn_selected.gif) no-repeat;
}

ul#layout_header_nav_main li#learn {
  background: url(/content/images/layout_header_nav_learn.gif) no-repeat;
}
ul#layout_header_nav_main li#learn.selected {
  background: url(/content/images/layout_header_nav_learn_selected.gif) no-repeat;
}

ul#layout_header_nav_main li#blog {
  background: url(/content/images/layout_header_nav_blog.gif) no-repeat;
}
ul#layout_header_nav_main li#blog.selected {
  background: url(/content/images/layout_header_nav_blog_selected.gif) no-repeat;
}

ul#layout_header_nav_main li#forum {
  background: url(/content/images/layout_header_nav_forum.gif) no-repeat;
}
ul#layout_header_nav_main li#forum.selected {
  background: url(/content/images/layout_header_nav_forum_selected.gif) no-repeat;
}

ul li ul li.layout_header_nav_sub_item {
  list-style-type:none !important;
  list-style-position:inherit !important;
  list-style-image:none !important;
  list-style:none !important;
  margin-left: 10px;
}


div#pipes {
	height:40px;
	width:750px;
	/*background-color: #ffcc00;*/
	background:url(images/pipes.gif);
	}

div#layout_footer {
    margin: 0px auto;
    width: 100%;
    clear:left;
    padding: 0px 0px 20px 0;
    /*background:url(images/bgd_footer.gif) repeat-x top center;*/
    background-color: #fff;
    border-top: 1px solid #333;
    /*height: 100%;
    position: absolute;
    bottom: 0;*/
}
div#layout_footer .layout_centered {

  padding: 0px;
}
div#layout_footer a {
  color: #666;
  line-height:120%;
}

div#layout_footer a:hover{
  color: #f3000d;
  text-decoration:none;
}

div#layout_footer h2 a{
  color: #000;
  font-size:110%;
  text-decoration:none;
}

div#layout_footer img {
  margin-top: 20px;
    margin-bottom: 20px;
}

div.layout_footer_column {
  width: 210px;
  margin: 0 25px 30px 0;
  float:left;
}
div#layout_footer_column_rightmost {
  margin-right: 0px;
}

div#layout_bottom {
	background-color:#FFF;
  color:#666;
  clear:both;
  margin: 0 auto 0 auto;
  padding:5px 0 0 0;
  width: 915px;
  height: 20px;
}

div.layout_bottom_public
{
    border-top: 1px solid #666;
}

div#layout_bottom > *{
  float:left;
}
img#layout_bottom_copyright {
  float:right;
}

div#layout_wpcredit {
  clear:left;
  border-top: 1px solid #c8c4c1;
  margin: 0px auto;
  height: 20px;
  width: 915px;
  padding: 4px 0 4px 0;
}

/*** search results ***/

div.post_search_results_top {
	height: 5px;
	width: 540px;
	/*background: url(/content/images/bgd_results_top.gif) top left no-repeat;*/
}

div.post_search_results_bottom {
	height: 5px;
	width: 560px;
	clear:left;
	background: url(/content/images/bgd_results_bottom.gif) bottom left no-repeat;
}

div.publishDate {color:#f3000d;}

/*** blog ***/
div.post_headline {
  width: 520px;
  margin-bottom: 0px;
  padding: 0px 20px 0px 20px;
}

div.post {
	width: 520px;
    padding: 0 20px 20px 20px;
	margin-bottom: 0px;
	background: url(/content/images/bgd_post.gif) repeat-y top center;
	min-height: 80px; /* Added to fix No search results page bottom BG image*/
	float:left;
}

div.post a {color:#00a9e0;}

div.post h2 {  font-size: 120%;
	margin-top: 12px;
	margin-bottom: 0px;}

div.post_end{
  /*height:270px; */
  width: 560px;
  margin-bottom: 10px;
  padding-top: 40px;
  background: url(/content/images/bgd_post_end_3.gif) no-repeat top right;
  clear:left;
	}


div.reblog{
  margin: 0px 0px;
  padding: 10px;
  width: 200px;
  float:right;
 height:90px;
line-height:150%;
	}
	
div.reblog a{
	display: inline-block;
	margin: 0 0 5px 0;
}

div.RSS{
  margin: 0px 0px;
  padding: 10px;
  width: 300px;
  height:90px;
	}
	
div.google{
  margin: 20px 0 0 0;
  padding: 10px;
  width: 540px;
  /*height: 100px;*/
background: url(/content/images/bgd_post.gif) repeat-y top left;
	}
	
div.googleFooter{
	width: 560px;
	height: 10px;
	background: url(/content/images/bgd_post_end_4.gif) no-repeat bottom left;
}

div.info {
  margin: 10px 0px;
  padding: 10px 0px;
  /* min-height:110px;
  Changed this from height:100px;*/
}
div.info div {
  border-top: 1px solid #CCCCCC;
  float:left;
  width: 100%;
  padding: 6px 0px;
}
div.info div.label {
  width: 80px;
}
div.info img {
  margin-right: 10px;
  vertical-align: middle;
}

.comments_header {
  border-top:1px solid #CAC6C1;
  position:relative;
  width:510px;
  margin-bottom: 20px;
}

.comments_header img {
  left:205px;
  position:absolute;
  top:-9px;
}

.comment {
  width: 510px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cac6c1;
}
.comment_author {
  font-weight: bold;
}

.comment_date {
  color: #cac6c1;
}

#comment_text {
  width: 419px;
}



input, 
textarea, 
select, 
.displayfield {
  display: inline-block;
  margin: 0px 0px 8px 0px;
  vertical-align:middle;
  padding: 2px 2px 2px 2px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;  
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #cac6c1;
  line-height: 16px;
}

input#submit {
  width: auto;
  border: none;
  margin: 8px 0px 0px 0px;
  padding: 0px;
}
.two_col input,
.two_col select,
.two_col .displayfield {
  width: 236px;
}
textarea {
  padding:8px 8px 8px 8px;
  line-height: 18px;
}
label {
  color: #291D07;
  display:block;
}
.two_col label {
  width: 70px;
  float:left;
}
span.required {
  width: 10px;
  color:#00bde5;
  display: block;
  float: left;    
}
.note {
  color: #cac6c1;
}
.align_with_fields {
  margin-left: 80px;
}
.navigation {
  margin-top: 45px;
  padding-top: 10px;
  border-top: 1px solid #cac6c1;
  width: 510px;
}
#prev_entry {
  
}
#next_entry {
  float:right;
}
img.rss {
  margin-left: 10px;
  vertical-align: 3px;
}
h2.pagetitle {
  width: 510px;
  margin-bottom: 16px;
}
ul#sidebar_categories li a.selected {
  color: #00bde5;
  font-weight: bold;
}

.entry img {
  margin-bottom: 15px;
}

.entry p {
  margin-bottom: 18px;
}

.teamName
{
    font-weight: bold;
}

