/*
Theme Name: SBC Custom
Theme URI: http://valid-webs.com
Description: This is custom theme for SecretBettingClub.com.
Version: 1.00
Author: Jeff Behnke
Author URI: http://valid-webs.com
Tags: custom private, custom header, fixed width, two columns, widgets

* @author Jeff a.k.a. (topdown / phpbbxpert)
* @package SBC Custom WP theme
* @version $Id: style.css 17 2010-03-27 06:41:33Z topdown $
* @copyright (c) 2009 Valid-Webs.com
* @license Not GLP Privately owned source code!
*/

/* Use the = sign as a search flag for code sections */
/***********************************************************
= element reset all browsers ********************
***********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, menu, nav, header, footer, section, article,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:				0;
	margin:				0;
	padding:			0;
	vertical-align:		baseline;
	font-weight:		inherit;
	font-style:			inherit;
	font-size:			100%;
	font-family:		'Lucida Grande', Verdana, Arial, Sans-Serif;
	height:				auto;
}

body {
    font-family:        'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:			13px; /* = Default Font Size, Adjust here for all */
	line-height:		14px; /*make sure its the same in all browsers, just in case */
    background:         #ccc;
    color:              #333;
	margin:				0;
	padding:			0;
	width:				100%;
	text-align:			center; /*Centering block elements in IE need a parent centered*/
}

/*
**********************************************************
= typographic scale ********************
**********************************************************
*/
h1 {
	font-size:			2.0em;
	line-height:		1.0em;
	margin:				5px;
	font-weight:		bold;
}

h2 {
	display:			block;
	font-size:			1.6em;
	line-height:		1.2em;
	text-transform:		uppercase;
	margin:				5px;
	font-weight:		bold;
}

h3 {
	font-size:			1.4em;
	line-height:		1.2em;
	margin:				5px;
	font-weight:		bold;
}

h4 {
	font-size:			1.2em;
	line-height:		1.2em;
	margin:				5px;
	font-weight:		bold;
}

h4.related {
	color:				#666;
	font-size:			1.1em;
	line-height:		1.2em;
	margin:				5px;
	padding:			0 0 4px 0;
	font-weight:		bold;
	border-bottom:		1px solid #ccc;
}

h5 {
	font-size:			1.0em;
	line-height:		1.2em;
	margin:				5px;
	font-weight:		bold;
}

.entry h5 {
	color:				#006699;
	line-height:		1.5em;
	font-size:			16px;
	margin:				5px 0;
	font-family:		Arial, Helvetica, sans-serif;
}

h6 {
	font-size:			1.0em;
	line-height:		1.2em;
	margin:				10px 5px 5px 5px;
	font-weight:		bold;
	text-decoration:	none;
}

p {
	display:			block;
	font-size:			1.0em;
	line-height:		18px;
	font-style:			inherit;
	margin-bottom:		15px;
	padding-right:		10px;
}

ul, ol {
	display:			block;
	margin:				5px 5px 15px 40px;
}

li {
	display:			list-item;
	list-style:			none; /*By default no style*/
	font-size:			1.0em;
	line-height:		1.0em;
	margin-bottom:		5px;
	padding:			0;
}

blockquote {
	display:			block;
	margin:				0px 30px 15px 45px;
	padding:			5px 15px 5px 10px;
	background:			#eee;
	border:				1px solid #ccc;
	border-left:		5px solid #ccc;
}

input {
	font-size:			1.0em;
}

.entry a {
	color:				#436976;
	text-decoration:	none;
}

.entry a:hover {
	color:				#ff0000;
	text-decoration:	underline;
}

em {font-style:	italic;}
strong {font-weight: bold;}
code {font-style: oblique; font-size: 1.0em;}

/* = Begin Structure */
#page {
    background-color:   #ffffff;
    border:             1px solid #959596;
    text-align:         left;
    width:              775px;
    padding:            10px;
    margin:             10px auto;
}

#page-wrap {
    border:             1px solid #0e2144;
	position:			relative;
	overflow:			hidden;
}

#header {
    margin:             0;
}

a#headerimg {
    display:            block;
    background:         #010408 url("images/header2.gif") no-repeat top center;
    margin:             0;
    height:             112px;
    width:              100%;
    border:             none;
}

/* = Begin Top Menu */
#top-menu {
    background:         #0e2144;
    height:             26px;
}

#top-menu ul {
    list-style:         none;
    color:              #fff;
    font-weight:        bold;
    font-size:          12px;
    margin:             0 0 0 140px;
    padding:            0;
}

#top-menu li {
    display:            inline;
    text-align:         center;
}

#top-menu a {
    color:              #fff;
    margin:             0;
    padding:            5px 10px;
    line-height:        26px;
}
/* = End Top Menu */


.narrowcolumn {
	float:              right;
	padding:            0 10px 20px 10px;
	margin:             0;
	width:              550px;
}

.widecolumn {
	padding:            10px 0 20px 0;
	margin:             5px 0 0 150px;
	width:              530px;
}

.post {
	margin:             10px 0 40px;
	/*text-align:         justify;*/
}

.entry{
	padding:			5px;
}

pre {
	color:				blue;
	font-style:			oblique;
	font-family:		"New Century Schoolbook", serif;
	background-color:	#eee;
	padding:			0.75em 1.5em;
	font-size:			14px;
	border:				1px solid #ddd;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
	white-space:		pre-line;
}

.post hr {
	display:            block;
}

.postheading {
	display:			block;
	background:			#ddd;
	padding:			2px 5px;
	border:				1px solid #aaa;
	margin-bottom:		12px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
}

.sticky .entry {
	background:			#f7f7f7;
	padding:			10px;
	border:				1px solid #ddd;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
}

.sticky h2 {

}

.post h2 {
	font-family:		arial, sans-serif;
	float:				left;
	width:				360px;
	font-size:			1.0em;
}

.date {
	float:				right;
	text-align:			right;
	width:				140px;
	margin-top:			4px;
	padding-right:		5px;
	color:				blue;
	font-size:			.8em;
	font-style:			italic;
}

.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 {
	clear:              both;
}

.clear {
	clear:              both;
}

p.postmeta {
	float:					left;
	width:					55%;
	margin:					10px 0 0 0;
	padding:				5px;
	background:				#efefef;
	border:					1px solid #ddd;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
}

p.more-link {
	float:					right;
	width:					100px;
	margin:					0;
	text-align:				right;
}

p.postmetadata { /*-- Single page post meta --*/
	width:					520px;
	margin:					10px 0 0 0;
	padding:				5px;
	background:				#efefef;
	border:					1px solid #ddd;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
}


#footer {
	position:			relative;
	overflow:			hidden;
    background:         #0e2144;
    padding:            0;
    margin:             0 auto;
    width:              100%;
    clear:              both;
}

#footer p {
    color:              #fff;
	margin:             0;
	padding:            10px 0;
	text-align:         center;
	font-size:			.8em;
}
/* End Structure */

/* = Begin Sidebar */
#sidebar{
	position:			relative;
    font:               1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background:         #e8e8e8;
    float:              left;
    border-right:       1px solid #0e2144;
	padding:            20px 0 99999px 0;
	margin:             0 0 -99999px 0;
	width:              200px;
}

#sidebar li a {
	color:              #111;
	font-size:          .9em;
    font-weight:        bold;
	text-decoration:    none;
	padding:			5px 0;
	line-height:		1.3em;
}

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


#sidebar form {
	padding:			5px 10px 5px 10px;
}

#sidebar h2 {
	font-family:        'Lucida Grande', Verdana, Sans-Serif;
	font-size:          .8em;
    background:         #0e2144;
    color:              #fff;
    margin:             0;
	padding:            3px 5px;
}

#login-b {
	margin:				5px 0 0 0;
}
/* End Sidebar */

/* = Begin Typography & Colors */
#content {
	font-size:          1.0em;
}

.narrowcolumn .postmetadata {
	text-align:         center;
}

.thread-alt {
	background-color:   #f8f8f8;
}
.thread-even {
	background-color:   white;
}
.depth-1 {
border:                 1px solid #ddd;
}

.even, .alt {
	border-left:        1px solid #ddd;
}

small {
	font-family:        Arial, Helvetica, Sans-Serif;
	font-size:          0.9em;
	line-height:        1.5em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

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 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.0em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* = Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using these image classes for image alignment */

img.centered {
	display:				block;
	margin-left:			auto;
	margin-right:			auto;
	padding:				8px;
	border:					1px solid #0e2114;
	background:				#ccc;
}

img.alignright {
	display:				inline-block;
	padding:				8px;
	margin:					0 0 2px 8px;
	border:					1px solid #0e2114;
	background:				#ccc;
}

img.alignleft {
	display:				inline-block;
	padding:				8px;
	margin:					0 8px 2px 0;
	border:					1px solid #0e2114;
	background:				#ccc;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* = Begin Lists

	Special stylized non-IE bullets
	Does not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style: disc;
	padding: 0 0 0 8px;
}

.entry ul li:before, #sidebar ul ul li:before {

}

.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;
	padding:			0;
	border-bottom:      1px solid #0e2144;
}

#sidebar ul li {
	list-style-type:	none;
	list-style-image:	none;
	margin:				0 8px 5px 8px;
	font-size:			0.9em;
}

#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 */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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 input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* 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 cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

/***********************************************************
= Ratings ********************
***********************************************************/
.rating {
	background:				url('images/ratings.png') repeat-x;
}

.gold {
	height:					20px;
	background-position:	0px 0px;
}

.gray {
	height:					20px;
	background-position:	0px -20px;
}

.red {
	height:					20px;
	background-position:	0px -40px;
}

.blue {
	height:					20px;
	background-position:	0px -60px;
}

.green {
	height:					20px;
	background-position:	0px -80px;
}

.star1{
	top:					0;
	left:					0;
	width:					22px;
}
.star2{
	top:					0;
	left:					0;
	width:					44px;
}
.star3{
	top:					0;
	left:					0;
	width:					66px;
}
.star4{
	top:					0;
	left:					0;
	width:					88px;
}
.star5{
	top:					0;
	left:					0;
	width:					110px;
}
/***********************************************************
= End ********************
***********************************************************/

/***********************************************************
= a little security for content ********************
***********************************************************/
.secure{
	-moz-user-select:	none;
    -webkit-user-select: none;
}

.warning {
	color:			#ffffff;
	font-weight:	bold;
	padding:		5px;
	text-align:		center;
	background:		#ff0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.members-only {
	color:			#ffffff;
	font-weight:	bold;
	padding:		5px;
	text-align:		center;
	background:		#ff0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/***********************************************************
= Page Navi ********************
***********************************************************/
/*----------------------------------------------------------------*
	WordPress 2.8 Plugin: WP-PageNavi 2.60
	Copyright (c) 2009 Lester "GaMerZ" Chan

	File Written By:
	- Lester "GaMerZ" Chan
	- http://lesterchan.net

	File Information:
	- Page Navigation CSS Style
	- wp-content/plugins/wp-pagenavi/pagenavi-css.css
 *----------------------------------------------------------------*/

.wp-pagenavi {margin-bottom: 20px;}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #ffffcc;
	background-color: #091d47;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #ffffcc;
	background-color: #091d47;
}
.wp-pagenavi a:hover {
	border: 1px solid #000000;
	color: #fff;
	background-color: #091d47;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #ffffcc;
	background-color: #091d47;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #fff;
	border: 1px solid #000000;
	background-color: #174884;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #fff;
	background-color: #091d47;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #000000;
	color: #fff;
	background-color: #091d47;
}

/***********************************************************
= FancyBox ********************
***********************************************************/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('images/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('images/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('images/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('images/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('images/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('images/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_nw.png') no-repeat;
}

/***********************************************************
= Post ad blocks & other special rules ********************
***********************************************************/
.post-ads { /*-- the post ad block, uses custom post fields --*/
	background:				#eee;
	width:					520px;
	margin:					20px 0;
	padding:				5px 5px 10px 5px;
	border:					1px solid #ddd;
	line-height:			1.4em;
	position:				relative;
}

.ad_image { /*-- the post ad image --*/
	float:					left;
	width:					130px;
	margin-top:				15px;
	height:					130px;
}

.post_ad {/*-- the post ad text --*/
	float:					right;
	width:					360px;
	margin:					0px 10px 10px 10px;
	line-height:			1.4em;
}

#breadcrum {
	background:				#eee;
	width:					100%;
	display:				block;
	padding:				4px 10px;
	border-bottom:			1px solid #0e2144;
}

#crumbs {
	margin:					0 0 0 210px;
}

.related-posts {

}
/***********************************************************
= Featured content block ********************
***********************************************************/
#headline {
	display:				block;
	background-color:		#eee;
	color:					#000;
	width:					930px;/* Page wrapper adjustment */
	margin:					20px 0 0 0;
	padding:				5px 5px 8px 5px;
	margin-left:			auto; /* For IE */
	margin-right:			auto; /* For IE */
	text-align:				left; /* Sets alignment back to left where it should be because body centers for IE */
	border:					1px solid #ccc;
/*	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
	box-shadow:				3px 3px 5px #222;
	-webkit-box-shadow:		3px 3px 5px #222;
	-moz-box-shadow:		3px 3px 5px #222;*/
	line-height:			normal;
	position:				relative;
}

#headline h2 {
	margin:					10px 0 5px 0;
}

#headline h2 a {
	color:					#333;
	text-decoration:		none;
}

.featured {
	float:					right;
	width:					72%;
}

#headline ul {
	display:				block;
	margin:					5px 0 0 10px;
}

#headline li {
	list-style:				none;
	background:				url('images/tick.png') no-repeat 0 2px;
	padding:				0 0 0 18px;
	line-height:			1.4em;
}

#headline p {
	line-height:			1.4em;
}

.hl-image {
	float:					left;
	margin:					15px 0 0 0;
	padding:				5px;
	width:					240px;
	/*background:				#fff;
	border:					1px solid #ddd;*/
	text-align:				center;
}

.hl-middle {
	float:					left;
	margin:					0 0 0 0;
	width:					40%;
	line-height:			1.4em;
}

.hl-right {
	float:					right;
	margin:					0 0 0 0;
	width:					40%;
	line-height:			1.4em;
}

.hl-edit {
	float:					right;
	margin:					0 0 0 0;
	width:					10%;
	line-height:			1.4em;
}

/***********************************************************
= Item Text ********************
***********************************************************/
.expand_cm {
	/*width:11px;
	height:11px;
	background:url(images/expand.gif) no-repeat;*/
	background:				#000066;
	color:					#fff;
	padding:				3px 5px;
	text-align:				center;
	width:					120px;
	display:none;
	cursor:					pointer;
}
.collapse_cm {
	background:				#000066;
	color:					#fff;
	padding:				3px 5px;
	text-align:				center;
	width:					120px;
	cursor:					pointer;
/*	width:11px;
	height:11px;
	background:url(images/collapse.gif) no-repeat;*/
}

/***********************************************************
= Post Author ********************
***********************************************************/
.postauthor {
background-color:			#fafafa;
border:						1px solid #f3f3f3;
padding:					10px;
margin:						10px 0;
}

.postauthor h4 {
font-size:					1.2em;
margin:						0 0 10px 0;
}

.postauthor img {
float:						left;
margin:						0 15px 8px 0;
}


/***********************************************************
= Social Sprite ********************
***********************************************************/

.block-bg {
	background:				url('images/background.png') repeat-x;
	width:					auto;
}

.social {
	display:				block;
	background:				url('images/social-sprite.png') no-repeat;
	margin:					0;
	width:					60px;
}

.feed{
	float:					left;
	top:					0;
	left:					0;
	background-position:	0px 0px;
	height:					80px;
}

.feed2{
	float:					left;
	top:					0;
	left:					0;
	background-position:	-80px 0px;
	height:					80px;
}

.tweety{
	float:					left;
	top:					0;
	left:					0;
	background-position:	-160px 0px;
	height:					80px;
}

.facebook{
	float:					left;
	top:					0;
	left:					0;
	background-position:	-240px 0px;
	height:					80px;
}

.twitter{
	float:					left;
	top:					0;
	left:					0;
	background-position:	-320px 0px;
	height:					80px;
}

.facebookw{
	float:					left;
	top:					0;
	left:					0;
	background-position:	0px -80px;
	height:					80px;
}

.facebookt{
	float:					left;
	top:					0;
	left:					0;
	background-position:	-80px -80px;
	height:					80px;
}

.rsso{
	float:					left;
	top:					0;
	left:					0;
	background-position:	-160px -80px;
	height:					80px;
}

.rssb{
	float:					left;
	top:					0;
	left:					0;
	background-position:	-240px -80px;
	height:					80px;
}

.calendar{
	top:					0;
	left:					0;
	background-position:	-320px -80px;
	height:					56px;
	width:					50px;
}

/*.date { SEE .post
	float:					right;
	text-align:				right;
	width:					140px;
	margin-top:				5px;
}*/

p.month {
	color:					#fff;
	text-transform:			uppercase;
	text-align:				center;
	font-size:				10px;
	margin:					10px 0 0 10px;
	font-weight:			bold;
}

p.day {
	text-align:				center;
	font-size:				17px;
	color:					#888;
	font-weight:			bold;
	margin:					10px 0 0 12px;
}

a.read-more {
	top:					0;
	left:					0;
	background-position:	0px -155px;
	height:					40px;
	width:					100px;
}

a:hover.read-more {
	top:					0;
	left:					0;
	background-position:	0px -190px;
	height:					40px;
	width:					100px;
}

.retweet {
	float:					right;
	top:					0;
	left:					0;
	background-position:	-125px -167px;
	height:					62px;
	width:					65px;
	margin:					10px 0 0 0;
}

a.retweet {
	display:				block;
	margin:					8px 0 0 0;
}

/***********************************************************
= Twitter Status Box customizations ********************
***********************************************************/
.twtr-widget a img {
	height:					15px;
}

.side-block .twtr-hd {
	background:				#ccc !important;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
	margin-bottom:			5px;
}

.side-block #twtr-widget-1 .twtr-hd a,
.side-block #twtr-widget-1 h3,
.side-block #twtr-widget-1 h4 {
	background:				#ccc !important;
	color:					#222 !important;
}


.side-block #twtr-widget-1 .twtr-new-results,
.side-block #twtr-widget-1 .twtr-results-inner,
.side-block #twtr-widget-1 .twtr-timeline {
	background:				#ccc !important;
}

.side-block #twtr-widget-1 .twtr-bd,
.side-block #twtr-widget-1 .twtr-timeline i a,
.side-block #twtr-widget-1 .twtr-bd p {
	color:					#222 !important;
}

.side-block #twtr-widget-1 .twtr-tweet a {
	color:					#0000ff !important;
}

.side-block .twtr-widget .twtr-tweet {
	border-bottom:			1px dotted #333;
}

.side-block #twtr-widget-1 .twtr-timeline p i a.twtr-reply {
	color:					#0000ff !important;
}

/***********************************************************
= Post FIxes ********************
***********************************************************/
.post img {
	max-width:				520px;
}

.post table {
	max-width:				520px;
}

#atoz {
	display:				block;
	height:					200px;
	overflow-x:				hidden;
	overflow-y:				auto;
}

#easyTooltip {
	padding:				10px 15px;
	border:					1px solid #195fa4;
	background:				#195fa4;
	color:					#fff;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
	box-shadow:				3px 3px 5px #222;
	-webkit-box-shadow:		3px 3px 5px #222;
	-moz-box-shadow:		3px 3px 5px #222;
}

p.wp-download {
	display:				block;
	font-size:				1em;
	font-style:				inherit;
	line-height:			14px;
	margin:					5px;
	padding:				0;
}

#contact {
	text-align:				left;
	margin:					0;
	padding:				10px 5px;
}

#contact table, #contact td, #contact th{
	vertical-align:			middle;
}
#contact td {
	margin:					0;
	padding:				5px 0;
}

#contact td.left {
	display:				block;
	width:					110px;
}

.entry h1 {
	width:					100%;
	font-size:				24px;
	line-height:			18px;
	color:					#333;
	margin:					10px 0;
}

.entry h2 {
	float:					none;
	width:					100%;
	font-size:				20px;
	line-height:			22px;
	color:					green;
	margin:					5px 0;
}

.entry h3 {
	font-size:				20px;
	line-height:			22px;
	color:					#000;
	margin:					5px 0;
}
.entry h4 {
	font-size:				14px;
	line-height:			18px;
	color:					#000066;
	margin:					3px 0;
}
.entry h5 {
	font-size:				12px;
	line-height:			14px;
	color:					#333;
	margin:					3px 0;
}

.entry h6 {
	font-size:				12px;
	line-height:			14px;
	color:					#000;
	margin:					3px 0;
}

.entry strong {
	font-weight:			bold;
	font-size:				12px;
}

.entry a {
	font-size:				12px;
	text-decoration:		underline;
	color:					#000055;
}

.entry blockquote {
	color:					#000088;
}

/***********************************************************
= Item Text ********************
***********************************************************/
.key-faqs-block {
	clear:					both;
	display:				block;
}

.key-faqs-block h2 {
	display:				block;
	background:				#ddd;
	color:					#333;
	padding:				5px 5px 2px 10px;
	border:					1px solid #aaa;
	margin:					5px 0 12px -10px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
	width:					100%;
	font-size:				1.2em;
}

.key-faqs-block hr {
	border-top:				1px solid #0e2144;
}

.rating-col {
	display:				block;
	float:					left;
	width:					140px;
	margin:					0;
	padding:				0;
}

.faqs-col {
	display:				block;
	float:					right;
	margin:					0 0 0 0;
	padding:				0;
	width:					350px;
}

.faqs-col p {
	line-height:			14px;
	margin-bottom:			10px;
}

.score-block-head h3{
	padding:				5px 0 5px 20px;
	margin:					0;
	color:					#333;
	font-size:				14px;
}

.score-block-head{
	clear:					both;
	float:					left;
	display:				block;
	background:				#ddd;
	color:					#333;
	width:					340px;
	border:					1px solid #0e2144;
	margin:					5px;
	padding:				0;
	font-weight:			bold;
	line-height:			20px;
/*	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;*/
}

.score-block{
	clear:					both;
	float:					left;
	display:				block;
	background:				#ddd;
	color:					#fff;
	width:					340px;
	border:					1px solid #0e2144;
	margin:					5px;
	padding:				0;
	font-weight:			bold;
	line-height:			20px;
/*	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;*/
}

.score-title{
	display:				block;
	width:					230px;
	float:					left;
	padding:				5px;
	color:					#333;
}
.score{
	display:				block;
	width:					75px;
	background:				#0e2144;
	float:					right;
	text-align:				center;
	font-size:				14px;
	padding:				5px 10px;
}

.vw-rating {
	display:				block;
	font-size:				2.0em;
	font-weight:			bold;
	text-align:				center;
	background:				#0e2144;
	width:					50px;
	color:					#fff;
	padding:				20px 10px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
	cursor:					pointer;
}

p.updated {
	font-size:				.8em;
	font-style:				italic;
}

p.updated span {
	color:					#0000ff;
}

.entry .related h4 {
	margin-top:				10px;
}

/***********************************************************
= Custom editor styles ********************
***********************************************************/
.green-heading {
	display:				block;
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			bold;
	font-size:				20pt;
	line-height:			20pt;
	color:					#99cc00;
	margin:					6px 0;
	padding:				0;
}

.black-heading {
	display:				block;
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			bold;
	font-size:				20pt;
	line-height:			20pt;
	color:					#000;
	margin:					5px 0;
	padding:				0;
}

.sub-heading {
	display:				block;
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			bold;
	font-size:				12pt;
	line-height:			12pt;
	color:					#000099;
	margin:					2px 0;
	padding:				0;
}

.pullleft {
	margin-right: 			20px;
	text-align: 			right;
	margin-left: 			0;
	width: 					33%;
	float: 					left;
	}
.pullright {
	margin-left: 			20px;
	text-align: 			left;
	margin-right: 			0;
	width: 					33%;
	float: 					right;
	}



#sidebar .widget {
	margin:					0;
	padding:				0;
}
#sidebar ul li.widget-container {
	margin:					0;
}

#sidebar .menu-sidebar-container ul {
	border-bottom: 			none;
	margin:					5px 0;
}

#sidebar .menu-sidebar-container li a {
	font-size:				1.0em;
}

.recaptchatable #recaptcha_response_field {
	left: 0;
}
