/* ***** header stuff */

/**
* vBulletin 3.8.2 CSS
* Style: 'Fundamental'; Style ID: 2
*/
body
{
	background: #fff url(images/fun/misc/bg.gif) repeat-x;
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 85%/1.6  Arial, Tahoma, Verdana, sans-serif;
}
a:link, body_alink
{
	color: #22658a;
}
a:visited, body_avisited
{
	color: #22658a;
}
a:hover, a:active, body_ahover
{
	color: #56A1CA;
}
.page
{
	color: #333;
}
.tborder
{
	background: #fff;
	color: #333;
}
.tcat
{
	color: #000;
	font-size: 120%;
	font-weight: bold;
}
.tcat a:link, .tcat_alink
{
	color: #000;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #000;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #56A1CA;
	text-decoration: none;
}
.thead
{
	background: #FFF8CC;
	color: #666666;
	font-weight: bold;
	border-top:1px solid #FFD722;
}
.thead a:link, .thead_alink
{
	color: #666666;
}
.thead a:visited, .thead_avisited
{
	color: #22658a;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #22658a;
}
.tfoot
{
	background: #d6eaf5;
	color: #222;
	border-top:1px solid #96c1d9;
}
.tfoot a:link, .tfoot_alink
{
	color: #111;
}
.tfoot a:visited, .tfoot_avisited
{
	color: #111;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
	color: #111;
}
.alt1, .alt1Active
{
	background: #f8f8f8;
}
.alt2, .alt2Active
{
	background: #fff;
}
.inlinemod
{
	background: #FFFFCC;
	color: #000000;
}
.wysiwyg
{
	background: #F5F5FF;
	color: #222;
}
.smallfont
{
	font-size: 85%;
}
.time
{
	color: #1F343F;
}
.highlight
{
	color: #FF0000;
	font-weight: bold;
}
.fjsel
{
	background: #3E5C92;
	color: #E0E0F6;
}
.fjdpth0
{
	background: #F7F7F7;
	color: #000000;
}
.panel
{
	background: #f2f2f2 url(images/fun/gradients/gradient_panel.gif) repeat-x top left; 
	color: #333;
	padding: 10px;
	border: 1px solid silver;
}
.panelsurround
{
	background: #e5e5e5 url(images/fun/gradients/gradient_panelsurround.gif) repeat-x top left;
	color: #333;
}
legend
{
	color: #22229C;
}
.vbmenu_control
{
	background: #fcf4bf;
	color: #111;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
	border-top:1px solid #FFD722;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
	color: #111;
	text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
	color: #111;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
	color: #111;
	text-decoration: underline;
}
.vbmenu_popup
{
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #0B198C;
}
.vbmenu_option
{
	background: #f8f8f8;
	color: #000000;
	font-size: 90%;
	white-space: nowrap;
	cursor: pointer;
	border-top:1px dotted #e1e1e1;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
	color: #222;
	text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
	color: #222;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
	color: #222;
	text-decoration: none;
}
.vbmenu_hilite
{
	background: #56A1CA;
	color: #FFFFFF;
	font-size: 90%;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
	color: #fff;
	text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
	color: #fff;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
	color: #fff;
	text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; 	background: #FFF8CC none repeat scroll 0 0; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }


.memberarea {
background:#e3eff5;
padding:7px;
background: #e7f2f7;
border:2px dotted #D6EAF5;
}

#header {
height:115px;
margin:0 auto;
/*min-width:1000px; */
width:930px;
}
#logo {
float:right;
width:300px;
margin:10px;
}

#mainOutside {
background:url(images/fun/misc/mainBg.gif) repeat-x;
margin:0 auto;
}

/* ***** that loverly navigation */

#navWrapper {
float:right;
background:#A7D6F0 url(images/fun/misc/navLeft.gif) no-repeat;
height:40px;
}


ul#nav {
width:100%;
background:url(images/fun/misc/navRight.gif) top right no-repeat;
height:40px;
margin:0;
padding:0;
list-style:none;
color: white;
text-align:center;
}

ul#nav li {
float:right;
padding: 0 7px 0 8px;
}

ul#nav  a{
display: block;
float: left;
color: #fff;
background-image: url(images/fun/misc/linkRight.gif);
background-repeat: no-repeat;
background-position: 100% 0;
text-decoration:none;
line-height:39px;
cursor: pointer;
font-size:120%;
}

ul#nav a:hover {
background-position: 100% -40px;
text-decoration: none;
color:#1D719F;
}

ul#nav span {
display: block;
float: left;
padding: 0 8px 0 8px;
background-image: url(images/fun/misc/linkLeft.gif);
background-repeat: no-repeat;
background-position: 0 0;
}

ul#nav a:hover span {
background-position: 0 -40px;
}

/* ***** misc stuff */

img {
border:0;
}

.cellBorder {
border-top:1px dotted #e1e1e1;
}

input:focus {
border: 1px solid #A7D6F0;
}

.box {
background:#f3f3f3 url(images/fun/misc/bottom-left.gif) no-repeat left bottom;
margin-top:10px;
}

.box-outer {
background: url(images/fun/misc/bottom-right.gif) no-repeat right bottom;
}

.box-inner {
background: url(images/fun/misc/top-left.gif) no-repeat left top;
}

.box-final {
background: url(images/fun/misc/top-right.gif) no-repeat right top;
padding:10px;
}

.quoting {
float:left;
margin-top:-25px;
margin-left:5px;
}

#noticesBg {
padding:10px;
border-bottom:1px solid #2C6C8F;
border-right:1px solid #2C6C8F;
background-color:#56A1CA;
color:white;
}

#noticesBg a:hover {
color: #DFF4FF;
font-weight:bold;
}

.postsTally {
font-size:11px;
padding:0 3px 0 3px;
color:#666666;
}

.barNav {
padding-left:10px;
border-right:1px solid #B5D0DF;
border-left:1px solid #B5D0DF;
margin-bottom:20px;
width: 920px;
margin-right: 10px;
}


#search_box{background:url(images/search_box_bg.gif) no-repeat; margin:22px 0 10px;}

#search_box h2{	font-size:1.2em;
				padding:3px;
				margin:0;
}

#posts_thread{ width:570px;float:left;}

html*  #posts_thread{margin-top:-20px;_margin-top:0px;}


#register_btn{
	width:60px;
	height:27px;
	color:#1D719F;
	margin-top:5px;
}


.sidebar_tr{
border-bottom:1px dotted #D3D9EB;
color:#666666;
line-height:18px;
padding-bottom:2px;
padding-top:2px;
}

.sidebar_tr a{ 
	color:#666666;
	text-decoration:none;
line-height:18px;
padding-bottom:2px;

padding-top:2px;
}
.sidebar_tr a:hover{ 
	color: #56A1CA;
	text-decoration:underline;
}

/************************************************************/
/*	FOOTER								*/
/************************************************************/
#kfooter {
	width:100%;
	font-size: 13px;
/*	background:#FFFFFA; */
	margin: 0 auto;
	color: #005699;
	clear:both;
}
.footerHeaders {
	margin:0 auto;
	height:20px;
	width:970px;
}

.footerHeaders h4{
	font-size:12px;
	margin:0;
	padding:0;
}


.footerLinks {
	margin: 0 20px;
	background: #D6EAF5 none repeat scroll 0 0;
	border-top: 1px solid #96C1D9;
	height:130px;
	margin:0 auto;

}

.footerLinks ul {
	clear:both;
	margin:0;
	padding:0;
}
.footerLinks ul li {
	list-style:none;
}
.footerLinks ul li a {
	color:#333333;
	text-decoration: none;
}
.footerLinks ul li a:hover {
	color:#005699;

}


.border_img_top {
	clear:both;
	width:984px;
	height:35px;
	margin:0 auto;
	line-height:10px;
	background:#0D5386 url(images/border-top.jpg) no-repeat top;
}
.border_img_bottum {
	clear:both;
	width:984px;
	height:35px;
	margin:0 auto;
	line-height:10px;
	background:#0D5386 url(images/border-bottom.jpg) no-repeat bottom;
}
/************************************************************/
/*	COMMENT  							*/
/************************************************************/
p#commentNotification { /* text style for notification message that is displayed when post is pass protected or comments are closed */
	display:block;
	margin-top:7px;
	padding:3px 10px;
	color:#7D0915;
	font-weight:bold;
}
ol.commentlist li { /* Comment Wrapper */
	border:1px solid #d5d5d5;
	height:1%;
	margin:0 0 10px;
	padding:5px;
	position:relative;
}
ol.commentlist li p {
	padding:0 46px 0 0; 
}
ol.commentlist li div#respond {
	margin-right:46px; 
}
li div.vcard { /* Font style for comment author link*/
	font:bold 12px;
	font-style:normal;
	padding:0 46px 0 0; 
	margin:5px 0;
}
li div.vcard img.avatar, li div.vcard img.photo { /* Avatar style between comments */
	border:1px solid #d5d5d5;
	padding:2px;
	background:#fff;
	right:7px;
	position:absolute;
	top:7px;
}
li div.comment-meta { /* Style for date of comment */
	font-size:10px/1.4;
	position:absolute;
	left:10px;
	text-align:left;
	direction: rtl;
	top:10px;
}
li div.comment-meta a {
	color:#8F8F8F;
}
li div.comment-meta a:hover {
	text-decoration:underline;
}
ol.commentlist li p { /* Comment font style */
	font:normal 12px;
} 
li div.reply {  /* Reply button style */
	background:#7D0915;
	border:none;
	color:#fff;
	font-weight:bold;
	padding:3px 4px;  
	margin-right: 46px;
	text-align:center; 
	width:36px;
}
ol.commentlist li div.reply:hover {
	color:#fff;
	/*text-decoration:underline;*/
	text-decoration:none;
	background:#7D0915;
}
li div.reply a {
	color:#fff;
}
*html .reply a {
	color:#fff;
}
*html .reply a:hover {
	color:#fff;
}
ol.commentlist li ul.children { /* Inner comment style */
	margin-top:10px;
}
li.depth-2,li.depth-3,li.depth-4,li.depth-5 { /* inner comment margin-bottom */
	margin:0 0 .20em;
}
ol.commentlist li.even { /*The background color for 1-3-5... no comments*/
	background:#fffef1;
}
ol.commentlist li.odd { /* Background color for 2-4-6... no comments */
	background:#f5f6f5;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}

/************************************************************/
/*	COMMENT FORM 							*/
/************************************************************/
p#noComment {
	font:bold .8em;
	background:#f7f7f7;
	padding:4px 4px 4px 10px;
}
#commentform {
	font-family: verdana, arial, sans-serif;
	background: url(images/bgWriteComment.gif) repeat;
	padding:15px 15px 0;
	border:1px solid #ececec;
}
.cancel-comment-reply {
	padding-left:45px;
 	float:left;
	margin-bottom:4px;
}
#commentform cite {
	font-size:.9em;
}
#commentform label {
	font-size:.8em;
	padding-left:0px;
	font-family: verdana, arial, sans-serif;
}
#author,#email,#url {
	font: 11px;
	/*width: 40%;*/
	padding: 2px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}
#commentform textarea {
	font: 90%;
	width: 90%;
	height: 120px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
	padding: 2px 3px 3px 7px;
}

/************************************************************/
/*	NEWSLETTER							*/
/************************************************************/

.newsletter_right {
	width:48%;
	float:right;
	margin-left:1%;
	color:#9F9F9F;
}
.newsletter_right h2 {
	clear:both;
	background:#0C5588;
	color:#FFFFFA;
	font-size:11pt;
	font-weight:bold;
	padding:1px;
	padding-right:3px;
}
.newsletter_right img {
	padding-right:3px;
}
.newsletter_right a {
	color:#9F9F9F;
	text-decoration:none;
}
.newsletter_right a:hover {
	color:#9F9F9F;
	text-decoration:underline;
}

.newsletter_left {
	width:50%;
	float:right;
	color:#9F9F9F;
}
.newsletter_left h2 {
	clear:both;
	background:#7E0A15;
	color:#FFFFFA;
	font-size:11pt;
	font-weight:bold;
	padding:1px;
	padding-right:3px;
}
.newsletter_left h3 {
	clear:both;
	background:#FFFFFA;
	color:#7E0A15;
	font-size:10pt;
	font-weight:bold;
	border:0;
	padding:1px;
	padding-right:3px;
}
.newsletter_left h3 a {
	color:#7E0A15;
	text-decoration:none;
}
.newsletter_left h3 a:hover {
	color:#7E0A15;
	text-decoration:underline;
}

/************************************************************/
/*	OTHER								*/
/************************************************************/
#wpstats{
	display:none;
}
.wp-polls {
	color:#005699;
}
#singlePost .wp-polls-ul li {
	background-image:none;
}
.wp-polls .Buttons {
	background:#FFFFFF;
	border:1px solid #7E0A15;
	color:#7E0A15;
	font-weight:bold;
	padding:3px 4px;  
	text-align:center; 
	font-size:12px;
}
.wp-polls .Buttons:hover {
	color:#005699;
	text-decoration:underline;
}
#quotes {
	color:#666666;
	border-bottom:	1px dotted #D3D9EB;
}

#video {
	color:#666666;
	border-bottom:	1px dotted #D3D9EB;
}


.votes_thumb {
	float:left;
	width:39%;
	text-align:right;
	padding-top:2px;
}
.votes_rate {
	float:left;
	width:50%;
	text-align:center;
	padding-bottom:5px;
}
.MailPressFormEmail {
	width:145px;
	clear:both;
}

#mp_submit {
	clear:both;
	margin-top:5px;
	background:#7D0915;
	border:none;
	color:#fff;
	font-weight:bold;
	padding:3px 4px;
	text-align:center; 
	cursor:pointer;
	font-size:12px;
}
#mp_submit hover {
	color:#222;
	text-decoration:underline;
	background:#7D0915;
}
h2.media a.sidebarvideo,
h2.media a.sidebarvideo:hover {
	color:#005699;
	font-weight:normal;
}
h2.media  {
border:0;
}
div.feaGalPost a.highslide ,
div.medias a.highslide {
	cursor: pointer;
}

@media print {
	#border_img_top		{ display:none; }
	#header				{ display:none; }
	#sidebar			{ display:none; }
	#single2ndCol		{ display:none; }
	#location			{ display:none; }
	#singlePost img 		{ display:none; }
	.wp-caption			{ display:none; }
	#links				{ display:none; }
	#social				{ display:none; }
	.navigation			{ display:none; }
	.more_links			{ display:none; }
	#comments			{ display:none; }
	.commentlist		{ display:none; }
	#respond			{ display:none; }
	#kfooter				{ display:none; }
	#border_img_bottum	{ display:none; }

	#wrapper			{ width:85%; }
	#headerlogo			{ display:block; text-align:center; margin:0 auto; clear:both; }
	#content-wrap		{ width:100%; }
	#singlepage			{ width:100%; }
}


#video h2{ background-color:#FFFFFF; border-top:0;}

.silver_seperator{border-style: none none dotted; border-color: silver; border-width: 1px; color: rgb(248, 248, 248); background-color: rgb(248, 248, 248);margin-top:0;}

#search_box{background:url(../images/search_box_bg.gif) no-repeat;}

.sidebar_closer{margin-top:5px;}

.wp-tag-cloud li {
	line-height:18px;
	font-size: 10pt;
	color:#666;
	border-bottom:1px dotted #D3D9EB;
/*	padding-right:20px; */
	padding-top:2px;
	padding-bottom:2px;
	background: url(images/icons/tag_blue.bmp) no-repeat right 5px;
}

#login{
	width:300px;
	border-bottom:1px dotted #D3D9EB;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	margin: 20px 20px 0 0;

}
#login h1{ padding:5px;}
#login p{ padding: 0 10px 0 0;}


#searchbar{
	padding:3px; text-align:right;
	*margin-top:-20px; *margin-right:5px;
}

#innerWarper{
	width:950px;}
