/*  
Theme Name: Sliding Door
Theme URI: http://mac-host.com/slidingdoor/
Description:A template designed around Samuel Birch's phatfusion image menu.
Version: 1.0
Author: Wayne Connor
Author URI: http://www.macintoshhowto.com/
*/

* { margin: 0; padding: 0; list-style: none;}




body {
	text-align: left;
	color: #fff;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	background-color: #000;
        background-image:url('http://wgproductions.com/images/wgguccibg.jpg');
        background-repeat:no-repeat;
        background-position:center;
        background-attachment:fixed;
}

body a {
		color: #42adfb;
}


#upperBar {
	height: 0px;
	background: #01bcff;
}

#welcomeheading {
		margin-top: 30px;
		padding-bottom: 15px;

}
#welcomeheading a {

	font-size: 40pt;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
	padding-top: 10px;
	color: #ffffff;
	text-decoration: none;
}

#welcomeheading {
		text-align: center;
}

#welcomeheading a:hover {
	color: #aaa;
}

#middleword {
	color: #909090;
}

#welcomeheading a:hover #middleword {
	color: #fff;
}
 

#wrapper {
width: 1100px;  /* the width of the website left to right */
margin: 0 auto;
position: relative;
}  

#banner {
	background: url(img/banner3.jpg) no-repeat center;
	width: 948px;
	height: 200px;
	padding-top: 10px;
	margin-bottom: 20px;
}   
                  

#content {

	margin-top: 10px;
	margin-left: 170px; /* how far from the left edge to start page content */
	margin-right: 165px; /* when to end page content from the right edge */
}
#content .notice p {
		border-top: 1px solid #8acef3;
		border-bottom: 1px solid #8acef3;
		padding: 5px 0px;
		font-size: 12px;
	    margin: 1px;
}
#content .notice {
		border-top: 1px solid #2d7cb9;
		border-bottom: 1px solid #2d7cb9;
	    margin-bottom: 20px;
}

#content .post { /* .post is the page content for each page */
    	margin-bottom: 50px;
}
	
#content .post h2 {  /* this is the name of each page */
		margin-bottom: 0px;
		color: #FF0000;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
        padding:0px 0;
		font-size: 24px;
		font-weight: bold;
		font-family: "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
}
	
	#content .post h2 a {
	color: #FFF;
		text-decoration: none;
	}

	#content .post h2 a:hover {
		color: #42adfb;
	
}
	
	#content .post h3 {
		font-size: 12px;
		font-weight: normal;
		color: #999;
	margin-bottom: 0px;
	margin-top: 5px;
}

 #content .post-details {

}
	
	#content .post h3 a {
		color: #999;
	}              
	

	
	#content .post img {
	max-width: 600px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	background:#000000 none repeat scroll 0%;
border:0px solid #000000;
padding:0px;

}     
	
		
	#content .post ul {
		margin-left: 20px !important;
	}
	
	#content .post ul li {
		list-style-type: disc !important;
	}
	
	#content p,
	#content .post ul li {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		margin-bottom: 1.3em;
	color: #eaeaea;
	margin-right: 0px;
	margin-top: 12px;


}
	
		#content blockquote {
			margin-left: 10px;
			border-left: 3px solid #333;
			padding-left: 10px;
		}
	
	#content p a {
		color: #42adfb;
	}
	
	#content p a:hover {
	color: #fff;
} 
	
	#content small {
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    border-top: 3px solid #333;
	    border-bottom: 1px solid #333;
	    font-size: 11px;
	    color: #999;
	}
	
#content ol.commentlist {
		margin-top: 10px;
	}
	
	#content ol.commentlist li {
		border-top: 1px solid #333;
		
		margin-bottom: 10px;

} 
	
		#content ol.commentlist li .commentMeta {
			width: 120px;
			float: left;
			margin-top: 5px;
		} 
		
		    #content ol.commentlist li .commentMeta span {
				display: block;
			}
			
			#content ol.commentlist li .commentMeta span.author,
			#content ol.commentlist li .commentMeta span.author a {
				color: #CCC;    
				text-decoration: none;
				margin-bottom: 5px;
			}                     
			
			#content ol.commentlist li .commentMeta span.date a {
				color: #666;
				text-decoration: none;
				font-size: 11px;
			}

			#content ol.commentlist li .commentMeta span.moderate a {
				color: #42adfb;
			}
		
		#content ol.commentlist li .commentText {
			width: 450px;
			float: right;
			padding: 5px;
			font-size: 12px;
}
	
	#content ol.commentlist li .commentText p{
	margin-bottom: 0;
}
	#content ol.commentlist .avatar {
		float: left;
}


	#content h3 {
		color: #42adfb;
	}
	#content .h4{
		color: #000000;
		font-size: 1px;
	}
	
	
	#content #commentform input {
		padding: 5px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content #commentform textarea {
		width: 410px;
		padding: 10px;
		font-family: Arial, Helvetica, Sans-serif;
	}	
	#content .nextprevious {
		height: 40px;
		display: block;
	} 
	
	#content .nextprevious a {
		color: #CCC;
	}               
	
	#content .nextprevious .left {
		float: left;
	}              
	
	#content .nextprevious .right {
		float: right;
	}
	
	#content .adBrite {
		display: block;
		margin-bottom: 20px;
		border: 1px solid #333;
	}

#sitemeter {
	text-align: center;
	width: 160px;
		font-size: 11px;
		color: #999;
}

#sitemeter img{
	padding-bottom: 8px;
	padding-top: 8px;
}



#similar ul {
	margin-bottom: 20px;
	text-align: left;
	margin-left: 30px;
	list-style-type: none;
	line-height: 1.6em;
}

#dubbotime {
	text-align: left;
	margin-bottom: 20px;
	margin-left: 15px;
}


#sidebar {
 
	font-size: 12px;
	width: 115px;
	float: left;
	margin-top: 0px;
	margin-left: 20px;

} 

	#sidebar h2 { /*heading names*/
		display: block;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
		text-transform: uppercase;
		padding: 0 0px 0px 0px;
		text-align: center; 
}

	#sidebar a img {
		border: none;
	}
	
	#sidebar ul {
	margin-top: 10px;
	list-style-type: none;
	padding-left: 10px;
}
	
	#sidebar ul li {
	margin: 0 0 5px;
	text-align: center; /* list of pages align */
	color: #bbb;
	padding: 0 0px 0 0px;
}
	
#sidebar ul li a { /* sidebar links */
		margin: 10px 0px 0px 0px;  /*top, right, bottom, left */
		display: block;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
	    opacity: 1;
	    
}
	
	#sidebar ul li span {
	}
	
	#sidebar ul li a:hover {
		color: red;
		text-decoration: underline;
}
	
	#sidebar ul#nav {
		margin: 10px 0 20px 0;
	}
	
	#sidebar ul#nav li {
		margin: 0;
		padding: 0;
	}
		
	#sidebar ul#nav li a {  /*Pages names */
		display: block;
		height: 17px;
		padding: 7px 10px;
		background: url(img/nav_off.png) 0 0 no-repeat;
		margin-bottom: 5px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		color: #999;
	}
	
	#sidebar ul#nav li a:hover {
		background: url(img/nav_off.png) 0 -31px no-repeat;
	}        
	
	#sidebar ul#nav li a.active {
		background: url(img/nav_on.png) 0 0 no-repeat;
		color: #FFF;
	}



#sidebar2 {
	font-size: 12px;
	width: 135px; 
	float: right;
	margin: 0px 0px 10px 0px; /*N E S W */

	
} 


	#sidebar2 h2 {
		text-align: center; 
		font-weight: bold;
		text-decoration: none;
		font-size: 16px;
		text-transform: uppercase;
		margin: 0px 0px 0px 0px;
	
}

	#sidebar2 a img {
		border: none;
	}
	
	#sidebar2 ul {
	margin-bottom: 20px;
	list-style-type: square;
	padding-left: 0px;
}
	
	#sidebar2 ul li {  /* right side items description*/
	display: block;
	margin: 0 0 5px;  /*top, right, bottom, left */
	text-align: justify;
	color: #bbb;
	margin: 0 0px 0 0px;
	cursor: pointer; /*category names*/
}
	#sidebar2 ul li :hover { 
	color: #ffffff;
	text-decoration: none;
	}
	
	#sidebar2 ul li a {  /*right side PAGE and LINK names */
		display: block; /*forces it to be on its own line */
		font-weight: bold;
		color: #ffffff;
		text-align: left;
	    opacity: 1;
	    padding: 5px 0px 0px 0;  /*top, right, bottom, left */
	    text-decoration: none;
}
	
	#sidebar2 ul li span {
	}
	
	#sidebar2 ul li a:hover {
		color: red;
	text-decoration: underline;

}
	
	#sidebar2 ul#nav {
		margin: 10px 0 20px 0;
	}
	
	#sidebar2 ul#nav li {
		margin: 0;
		padding: 0;
	}
		
	#sidebar2 ul#nav li a {
		display: block;
		height: 17px;
		padding: 7px 10px;
		background: url(img/nav_off.png) 0 0 no-repeat;
		margin-bottom: 10px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		color: #ffffff;
	}
	
	#sidebar2 ul#nav li a:hover {
		background: url(img/nav_off.png) 0 -31px no-repeat;
	}        
	
	#sidebar2 ul#nav li a.active {
		background: url(img/nav_on.png) 0 0 no-repeat;
		color: #FFF;
	}
	
#footer {
	clear: both;
	height: 1em	;
    border-top: 3px solid #444;
    border-bottom: 1px solid #444;
    padding: 7px 0;
    font-size: 11px;
	font-weight: bold;
}

#footer p {
        margin-bottom: 5px;
        color: #ccc;
	text-align: center;
}
    
#footer a {
        color: #999;
	text-decoration: none;
}
    
#footer a:hover {
        text-decoration: none;
        color: #fff;
    }




.clearfix {
	clear: both;
}


.clear {
	clear: both;
}

.textwhite  { color: #fff; }	


[disabled] {

	color:#dddddd;

	border-color:#dddddd!important;

	background:none!important;

}

 #upperBox {
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	right: 0;
	padding-top: 5px;
}
	
 #upperBox a img {
		display: block;
		margin: 0 auto;
		border: none;
	}
	

	 #upperBox p {
		margin: 5px 0;
		font-size: 10px;
		text-align: center;
	}
	
	 #upperBox input {
		height: 18px;
		padding: 5px 5px 5px 25px;
		background: url(img/upperBox_search.png) top left no-repeat;
		border: 0;
		width: 100px;
		color: #9ec7eb;
		margin-top: 5px;
	}
	
	 #upperBox input:focus {
		color: #FFF;
	}
	
	
	
#googleadds{
	text-align: left;
	
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left: 16px;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:957px; 
height:32px; 
font-size:0.85em; 
position:relative; 
z-index:100;
border-right:1px solid #000;
	margin-left: 25px;
		font-weight: bold;

}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:955px; w\idth:954px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:159px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:159px;position:relative;}
/* top level main links and background */
.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	text-decoration:none; 
	color:#fff; 
	width:148px; 
	height:30px; 
	border:1px solid #000; 
	border-width:1px 0 1px 1px; 
	background:#000; 
	padding-left:10px; 
	line-height:29px;}
	
/* top level main colors */
		.menu .col1 a {
	color: #fccc00; 
	}

		.menu .col2 a {
	color: #f71d11; 
	}
		.menu .col3 a {
	color: #217aff; 
	}	
	.menu .col4 a {
	color: #5ca82b; 
	}
	.menu .col5 a  {
	color: #fccc00; 
	}
	
	.menu .col6 a {
	color: #6f39ff; 
	}
	
	
	
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:159px; w\idth:148px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#000 url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#222 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#222 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#000;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#222;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:159px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:159px; top:-1px; width:159px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-159px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#000;  height:auto; line-height:1.3em; padding:5px 10px; width:138px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:160px;w\idth:138px;}

/* style the top level hover  - */
.menu a:hover, .menu ul ul a:hover{ background:#222;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#222;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

/*selected dropdown 2nd level */
.menu .menutop .current_page_item a {

}


	
.menu .menulevel2  .current_page_item a {
color: #ddd;
	background: #333;
}
/*heading normal*/
.menu .current_page_item a {
}
/*dropdown menus 3rd  level*/
.menu ul .current_page_item ul a {
}
/*dropdown 3rd level rollover */
.menu ul .current_page_item ul a:hover {
}
/*headign 3rd level rollover */
.menu .current_page_item a:hover {
}

#menu_div {

}


#tagcloudflash  {
	margin-left: -50px;
	margin-bottom: 20px;
}




/*=========================================================================*/
/*=========================================================================*/
/*======================FACEBOOK STYLE SHEET SHIT==========================*/
/*=========================================================================*/
/*=========================================================================*/
/*=========================================================================*/











/* THE MAIN Comments div 1 */
div.wallkit_frame {
color: #ffffff;
}

/* THE MAIN Comments div 2 */
div.comment_body {
color: #ffffff;
}


/* THE loader div */
div.fb_content_loader {
color: #ffffff;
}

/* THE loader image div */
div.fb_content_loader_gif {
color: #ffffff;
}


/* THE MAIN Comments form div */
div.wallkit_form {
color: #ffffff;
}

/* THE MAIN Comments form form */
div.wallkit_form {
color: #ffffff;
}

/* THE MAIN Comments form not connected div */
div.show_not_connected {
color: #ffffff;
}

/* profile pic div */
div.profile_pic {
color: #ffffff;
}

/* not connected profile pic image */
img.not_connected {
color: #ffffff;
}

/* connected profile pic image */
img.connected {
color: #ffffff;
}

/* connected user div */
div.connected {
color: #ffffff;
}

/* connected user "logged in as" text */
div.loggedinas {
color: #ffffff;
}

/* connected user "logged in as" small icon image */
div.loggedinas img {
color: #ffffff;
}

/* connected user "logged in as" user name span */
span.namelink {
color: #ffffff;
}

/* connected user "logged in as" user name link */
span.namelink a {
}

/* connected user "log out" link */
a.logout {
color: #ffffff;
}

/* connected user admin "Administer Comments" link */
a.editsettings {
color: #ffffff;
}






/* the textarea div */
div.text_spacer {

}

/* the textarea */
div.text_spacer textarea {

}

/* the main connect area div */
div.connect_area {

}

/* connect area main name and email fields div */
div.nameemail {

}

/* connect area name and email fields inputs */
div.nameemail input {

}

/* connect area "or" between word div */
div.or {

}

/* connect button div */
div.connect_button_text {

}

/* connect button link */
div.connect_button_text a {

}

/* connect button image */
img.connect_button {

}

/* connect button text div (Log in to Facebook to post your comment) */
div.hint_text {

}

/* captcha main div 1 */
div.wall_captcha {}
/* captcha main div 2 */
div.captcha {}

/* captcha top text - "Security Check" */
div.captcha h3 {

}

/* captcha top text hr */
div.divider {

}

/* captcha main text,options and image div (above the form) */
div.captcha_challenge {

}

/* captcha main text and options div (above the form) */
div.recaptcha_text {

}

/* captcha only if image text and options div (above the form) */
div.recaptcha_only_if_image {

}

/* captcha only if image text and options links (above the form) */
div.recaptcha_only_if_image a {

}

/* captcha only if audio text and options div (above the form) */
div.recaptcha_only_if_audio {

}

/* captcha image div */
div.recaptcha_image {

}

/* captcha image image */
div.recaptcha_image img {

}

/* captcha main form (below the image) */
div.captcha_input {

}

/* captcha form label (Text in the box:) */
div.captcha_input label {

}

/* captcha form input div */
div.field_container {

}

/* captcha form input */
div.field_container input {

}

/* captcha form submit button div */
div.post_area {

}

/* captcha form submit button */
div.post_area input {

}

/* captcha form submit button */
input.inputsubmit {

}






/* THE MAIN Comments posts div */
div.wallkit_posts {
color: #ffffff;
}

/* main comment post div (with the default values) */
div.wallkit_post {
border-bottom:1px solid #D8DFEA;
margin:10px 10px 5px 0;
padding-bottom:5px;
}

/* comment profile pic div */
div.wallkit_profilepic {

}

/* comment profile pic user link (facebook users only) */
div.wallkit_profilepic a {

}

/* comment profile pic image */
div.wallkit_profilepic img {

}

/* comment content div */
div.wallkit_postcontent {

}

/* comment top content name and date h4 */
div.wallkit_postcontent h4 {

}

/* comment top content name user link (facebook users only) */
div.wallkit_postcontent h4 a {

}

/* comment top content anonymous name */
div.wallkit_postcontent h4 span {

}

/* comment top content date */
span.wall_time {

}

/* comment content text */
div.wallkit_postcontent div {

}

/* comment bottom content actions links div (Message, Delete, Block) */
div.wallkit_actionset {

}

/* comment bottom content actions Message link */
div.wallkit_actionset a.message {}

/* comment bottom content actions Delete link */
div.wallkit_actionset a.delete {}

/* comment bottom content actions Block link */
div.wallkit_actionset a.block {}






/* THE MAIN Comments bottom count and paging div */
div.wallkit_subtitle {

}

/* Comments bottom count div */
div.subtitle_left {

}

/* Comments bottom paging div */
div.pager {

}

/* Comments bottom paging ul */
ul.pagerpro {

}

/* Comments bottom paging li */
li.pagerpro_li {

}

/* Comments bottom paging current li */
li.current {

}

/* Comments bottom paging li link */
a.pagerpro_a {

}





























/*==================================FAN BOX ======================================*/
.fan_box a:hover{
  text-decoration: none;
}
.fan_box .full_widget{
  height: 200px;
  border: 0 !important;
  background: none !important;
  position: relative;
}
.fan_box .connect_top{
  background: none !important;
  padding: 0 !important;
}
.fan_box .profileimage, .fan_box .name_block{
  display: none;
}
.fan_box .connect_action{
  padding: 0 !important;
}
.fan_box .connections{
  padding: 0 !important;
  border: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666;
}
span.total{
  color: #FF6600;
  font-weight: bold;
}
.fan_box .connections .connections_grid {
  padding-top: 10px !important;
}
.fan_box .connections_grid .grid_item{
  padding: 0 10px 10px 0 !important;
}
.fan_box .connections_grid .grid_item .name{
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: normal;
  color: #666 !important;
  padding-top: 1px !important;
}
.fan_box .connect_widget{
position: absolute;
bottom: 0;
right: 10px;
margin: 0 !important;
}
.fan_box .connect_widget .connect_widget_interactive_area {
margin: 0 !important;
}
.fan_box .connect_widget td.connect_widget_vertical_center {
padding: 0 !important;
}



/* My Thumbnail Style by WG */
a.mythumbs:hover {
color:#ffffff;
}  /* mouse over link */


.mythumbs img{
border: 4px solid #ffffff;
}

.mythumbs :hover img{
border: 4px solid #ffffff;
}

.mythumbs :hover{
color: red; /* Dummy definition to overcome IE bug */
}