/*  
Theme Name: DBDC Blue version of SuperFresh
Theme URI: http://themetation.com/
Description: A heavy modification to -A Simple Blog- by Kai Loon
Date: 7th July 2008
Author: Kai Loon and Michael Langham
Author URI: http://kailoon.com/
Tags: Right Sidebar, 3 Column, blue
, Featured Post
/*  


/*-------------------------------------------------------------------------------------------------------------------*/

/* ---------- @ Inherited Styles ----------- */

/*@import url('css/pixo-grey.css');*/

/*---HOF Table styles---*/

#HOF .odd {
	background-color: #B1BFD4; 
}


/*--General--*/

#pixopoint_menu1 {
	position:relative;
	height:50px;
	margin-top:0px;
	z-index: 3001;
}


.trunc {
	display: block;
	width: 480px;
	height: 325px;
	overflow:hidden;

}

.wp125ad img {
	border: none;
	display: block;
	margin: 5px auto;
}

.wp125adwrap_1c{
margin-left: auto;
margin-right: auto;
}

.entry p a img { margin: 0 -6px; }

.entry p a, .entry li a {
	padding: 2px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #002D65;
	background-color: #9EACD2;
	white-space: nowrap;
	text-decoration: none;
}

.entry p a:hover, .entry li a:hover {
	background-color: #900;
	color: #fff;
}

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	color: #00245F;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 170%;
	background-color: #E6ECF2;
	background-image: url(images/headerBackground.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/*--formatting--*/
a {
	color: #990033;
}

a:hover {
	text-decoration: none;
	color: #990033;
}

p {
	padding: 0 0 1.8em;
}	

h2 {
	font: 900 30px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

h2 em {
	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #BBCCE1;
	border-bottom: 1px solid #D7D39A;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color: #003367;
	text-decoration: none;
}

h3 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
	font-style: italic;	
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 90%;
	font-style: italic;
	background-color: #B9C4ED;
	clear: both;
	font-size:16px;
	border: 1px solid #97A0C2;
	background-image: url(images/blockquoteBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 15px 0px 30px 20px;
	padding: 5px 10px;
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

/*--container--*/
#wrapper {
	width: 960px;
	background-image: url(images/headerImage.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 99%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

#header {
	width: 100%;
	height: 192px;
	background-image: url(images/headerBackground.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2002;
}

#content {
	width: 960px;
	float: left;
	margin-top: 20px;
	clear:both;
}

#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	padding-right: 25px;
	margin-top: 25px;
}

#content #right-col {
	width: 330px;
	margin-top: 20px;
	float: left;
	position: relative;
}

#content #right-col #sidebar {
	width: 330px;
	float: left;
	position: relative;
}

#footer {
	width: 100%;
	/*float: left;*/
	height: 40px;
	padding-top: 40px;
	color: #666666;
	background-image: url(images/FooterBackground.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	float: none;
	overflow: hidden;
	position: relative;
}

/*--header--*/

#header #logo {
	width: 100%;
	height: 150px;
	margin-bottom: 0px;
}

#header #logo h1 a {
	background: url(images/logo.png) no-repeat top left;
	width: 450px;
	height: 135px;
	float: left;
	text-indent: -9999em;
}
#header #logo em {
	height: 135px;
	float: left;
	text-indent: -9999em;
}

/*--page-menu
#header #menu {
	width:950px;
	margin-top: 18px;
	position: relative;
}

#header #menu ul {
	list-style: none;
	float: left;
	text-align: right;
}

#header #menu ul li.page_item {
	float: left;
}

#header #menu ul li.page_item a {
	display: block;
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	background-color: #416E9A;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#header #menu ul li.page_item a:hover {
	color: #fff;
	background: #009900;
}

#header #menu ul li.current_page_item a {
	color: #fff;
	background-color: #990033;
}--*/

/*--featured-post--*/

#featured-post {
	width: 600px;
	height: auto;
}

#featured-post h3 {
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #003E7E;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

#featured-post .featured {
	width: 578px;
	border: 1px solid #B0B8D8;
	float: left;
	background-color: #fff;
	background-image: url(images/featuredPostTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 100%;
}

#featured-post .featured h2 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #E6ECF2;
	color: #002961;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #003E7E;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px solid #D3E0F2;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
/*	border-top: 1px solid #668ABF;*/
	width: 558px;
	background-image: url(images/PostPins.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 40px;
	padding-bottom: 8px;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.png) no-repeat top left;
	width: 81px;
	height: 24px;
	text-indent: -9999em;
	margin: -10px 10px 0 0;
	display: inline;
}

/*--post--*/

.post {
	width: 600px;
	float: left;
	margin-top: 20px;
}

.post .post-info {
	float: left;
	width: 100px;
	padding-right: 10px;
	background-image: url(images/postInfoBack.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #C9D7E8;
	border: 1px solid #668ABF;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	border-top: 1px solid #668ABF;
	border-bottom: 1px solid #668ABF;
	font-size: 9px;
	padding: 3px 0;
	line-height: 10px;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entry {
	float: left;
	width: 490px;	
}

p.metadata {
	border-top: 1px solid #668ABF;
	border-bottom: 1px solid #668ABF;
	background-color: #B4C2D1;
	clear: left;
	text-align: right;
	margin-top: 15px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 2px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--feed--*/
#feed {
	width: 330px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	float: right;
	text-indent: -9999em;
	text-align: left;
	background-image: url(images/RSSicon.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*--feed--*/
#searchform {
	width: 330px;
	float: left;
	height: 45px;
	margin-bottom: 20px;
	background-image: url(images/formBack.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#searchform form {
	float: left;
	width: 310px;
	margin: 10px;
	display: inline;
}

#searchform form input#s {
	width: 267px;
	height: 21px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #666;
	background-image: url(images/searchBox.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#searchform form input#searchsubmit {
	width: 18px;
	height: 23px;
	border: 0;
	background-image: url(images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #E6ECF2;
}

/*--about--*/
#about {
	clear: left;
	width: 330px;
	margin-bottom: 20px;
}

#about h3 {
	width: 330px;
	margin-bottom: 10px;
	background-image: url(images/AboutBalloon.png);
	background-repeat: no-repeat;
	background-position: 107px top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

#about a img {
	padding: 5px;
	float: left;
	background-color: #C9D7E8;
	border: 1px solid #668ABF;
	margin: 5px 5px 5px 0;
}

/*--sidebar1--*/

#sidebar h3 {
	text-align: center;
	border-top: 1px solid #668ABF;
	border-bottom: 1px solid #668ABF;
	background-color: #BEC6D6;
	color: #fff;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar1 {
	float: left;
	width: 160px;
	padding-right: 10px;
}

#sidebar2 {
	float: left;
	width: 160px;
}

#sidebar ul {

}

#sidebar ul li {
	float: left;
	width: 158px;
	background-color: #CED7E9;
/*	border: 1px solid #9EABC8;
*/	margin-bottom: 10px;
}

#sidebar ul li h2 {
	padding: 3px 4px 6px;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #79809D;
	background-color: #BEC6D6;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 158px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	float: left;
	width: 150px;
	text-decoration: none;
	color: #003366;
	padding: 2px 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #668ABF;
	line-height: 1.2em;
}

#sidebar ul li ul li a:hover {
	color: #fff;
	background-color: #00336E;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 600px;
}

h3#comment-title {
	background: url(images/comments.png) no-repeat top left;
	width: 600px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #C2D2E3;
	padding: 5px 10px;
	min-height: 120px;
	_height: 120px;
	overflow: auto;
	border: 1px solid #B4C2D1;
}

#comments ol li.alt .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #E6E9F9;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #B4C2D1;
	_height: 120px;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

.comment-data blockquote {
	background:#333366;
	color: #fff;
	margin: 0px;
	padding: 5px;
	border: white solid 1px;
	width: 75%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
	}

/*--respond--*/
#respond {
	background: url(images/respond.png) no-repeat top left;
	padding-top: 30px;
	margin-top: 15px;
	float: left;
	float: left;
	width: 600px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}

/*--footer--*/
#footer .footer-text {
	width: 960px;
	margin: 0 auto;
/*	font-size: 12px;
	line-height: 16px;
*/}

#footer .footer-text a {
	color: #999999;
}

#footer .footer-text span {
	float: right;
	width: 950px;
}

#footer .footer-text em {
	float: left;
	width: 940px;
	text-align: right;
}

/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img  {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a:hover img {
	border: 1px solid red;
}
/*#right-col #feed h5 {
	line-height: 1.9em;
}*/

.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;
} 
#tourney img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tourney {
	text-align: center;
	margin-bottom: 18px;
}

#right-col .googleFriends {
								margin: 10px 0px 15px;
								padding: 0px;
}

th {
	padding-left: 5px;
}

#newNav {
	z-index: 2000;
}

/* -- table.tableizer-table {border: 1px solid #CCC; font-family: Arial, Helvetica, sans-serif; font-size: 14px;} 
.tableizer-table td {padding: 4px; margin: 3px; border: 1px solid #ccc;} 
.tableizer-table th {background-color: #104E8B; color: #FFF; font-weight: bold;} 


tbody tr:nth-child(even) {
   background-color: #BEC6D6;
} --*/

.centerTable {padding: 5px; margin-bottom: 25px;}

.delineator {
	font-weight: bold;
	color: #FFF;
	background: #036;
}
#wrapper #header #pixopoint_menu1_wrapper {
	height: 51px;
	width: 960px;
	position: relative;
	float: left;
	z-index: 10;
}

