/*
Theme Name: Etheridge Original Black Theme
Theme URI: http://www.shortordersites.com
Description: Based on Refueled's Empty Canvas theme - CAUTION - DO NOT change this theme without copying the template files to preserve structure.
Author: George Plumley from Refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#000000;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin:0px;
	overflow:scroll;
	color: #ffffff;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{ border: none; }

img.left{ float: left; margin-right: 15px; }
img.right{ float: right; margin-left: 15px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color: #0099FF;
	text-decoration:none;
	}

a:hover {
	text-decoration: underline;
	color: #a6a6a6;
}



/* container */


#container {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding:0;
	background:#000000;
	color:#fffffff;
	overflow: hidden;
	border: 1px solid  #262626;
	border-top: 0px;
	}
	
/* header */

#header {
	color: #fff; 
	padding: 0px;
	padding-left: 30px;
	height: 200px;
	font-size: 12px;
	font-family: Tahoma,Arial,Helvetica,sans serif;
	letter-spacing: .1em;
	background:#000000 url('images/header-back.jpg') no-repeat top right; 
	}


/* main menu */


.jqueryslidemenu{
font: normal 12px Arial, Helvetica;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #262626;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 100;
}
/*
.jqueryslidemenu #level-one{
width: 660px;
margin: 0px auto;
}
*/
/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
border-left: 0px solid #bc9b6e; /* common border */
float: left;
}

.jqueryslidemenu ul li:first-child {
	border: none;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
font-family: "Trebuchet MS",Arial,Verdana,Helvetica,san serif;
display: block;
background: #000000; /*background of tabs (default state)*/
padding: 8px 10px;
color: #ffffff;
text-decoration: none;
text-transform: none;
letter-spacing: .08em;
}

.jqueryslidemenu ul li a:link {
	color: #ffffff;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:hover{
background: #000000;
/*background: #000000 url('images/arrow-grey-down.png') no-repeat 8px 10px; */
color: #0099FF;
}

.jqueryslidemenu ul li.current_page_item a {
	color: #0099FF;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border: 1px solid #262626; /* common border */
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background: #ffffff;
color: #000000;
}

/* content */

.wp-polls img, .wp-polls label, .wp-polls input, .wp-polls-loading img, .wp-polls-image img { width: 180px; }
.post .wp-polls ul { margin-left: 0px; }
.wp-polls-ans ul li { margin-bottom: 25px; }
.wp-polls .answer { width: 180px; float: left; margin: 20px; }
.wp-polls .answer img { margin-top: 15px; }

.wp-polls #polls-3-ans { width: 100%; }
.wp-polls #poll-3-footer input.Buttons { text-align: center; font-size:18px; font-weight:bold; text-transform: uppercase; }
.wp-polls #poll-3-header { margin-top: 25px; font-size: 16px; font-weight: bold; color: #CE7100; }
#poll-3-viewlink { display: none; }


#content {
	float: right;
	width:600px;
	overflow: hidden;
	
	margin:14px;
	margin-top: 0px;
	margin-right: 30px;
	}	
	

#contentwide {
	width: 700px;
	margin: 0 auto;
	/* padding-left: 75px;
	padding-right: 85px; */
}

#contenthome {
	width: 800px;
	margin: 0 auto;
	/* padding-left: 75px;
	padding-right: 85px; */
}

.post {
	margin:0;
	padding:0;
	}
	
.post h2{
	color: #0099FF;
	font:normal 15pt georgia, times;
	margin-bottom: 10px;
	}
	
.post h2 a{
	color: #0099FF;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #0099FF;
	text-decoration: none;
	}
	
h2.pagetitle {
	margin-bottom: 20px;
}

.post ul {
	margin-left: 30px;
	list-style-type: circle;
}

.post li {
	margin-bottom: 15px;
}

.entry img, .post img, .photobox img {
	border: 2px solid #ffffff;
}

.attachment-post-thumbnail {
	float: right;
	margin-left: 25px;
}

.entry p, td p{
	margin-bottom: 15px;
}

#contentwide .entry h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-listing, .post-archive {
	padding-bottom: 15px;
	border-bottom: 1px dotted #5A9DD5;
	margin-bottom: 15px;
}

.blog-listing h3, .post-archive h3 {
	margin-bottom: 5px;
}

.blog-listing .postmetadata, .post-archive .postmetadata {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
	
.testimonialbox {
	padding-bottom: 15px;
	border-bottom: 1px dotted #5A9DD5;
	margin-bottom: 15px;
	overflow: hidden;
}

.testimonialbox .photobox {
	float: right;
	margin-left: 25px;
	width: 154px;
}

.testimonialbox .bodytext {
	font-size: 12px;
	line-height: 20px;
}

.testimonialbox p.author {
	margin-top: 10px;
}

#testimonialimages {
	width: 350px;
	float: right;
	text-align: right;
	margin-bottom: 40px;
}

.entry form p {
	margin-bottom: 20px;
}

.entry form .input-name {
	font-weight: bold;
	padding-right: 10px;
}

.entry form .required {
	font-weight: bold;
	color: #a65600;
	padding-right: 10px;
}

/* Sets the parameters for the right hand column of a two-column page */
#two {
	padding-left: 35px;
}

.postmetadata{
	clear: both;
	padding-top: 30px;
	margin: 0px;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size: 10px;
	width:190px;
	float:left;
	margin:0;
	padding: 0;
	padding-left: 30px;
	border-right: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 12px arial, helvetica, sans serif;
	color: #ffffff;	
	margin: 0;
	padding: 0;
}



#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	margin-bottom: 5px;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #ffffff;
	}
	
#commentform a{color: #ffffff; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #ffffff;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	font-family: verdana, arial, times;
	font-size: 10px;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #ffffff;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #000000;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#ffffff;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #ffffff; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}


/* misc */



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}



img.alignright {
margin-top: 15px;	margin-left: 15px;
	display: inline;
	}



img.alignleft {
margin-top: 15px; margin-right: 15px;
	display: inline;
	}



.alignright {
	float: right;
	}



.alignleft {
	float: left
	}
	


.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;
}




/* footer */

#footer {
	background: #00000;
	color: #fffffff;
	clear: both;
	font-size: 10px;
	padding-left: 30px;
	margin-top: 50px;
	}

#footer p { margin: 0; color: #eee;}
#footer p#footerinfo { padding-top: 10px; font-size: 12px; text-align: color: #ffffff; }
#footer p#footerinfosub { font-size: 10px; margin-top: 10px; }
#footercopyright {
	padding-bottom: 25px;
	padding-top: 15px;
	font-size: 9px;
}


#footer #socialmedialinks {
	float: right;
	width: 200px;
	text-align: right:
	padding-right: 30px;
}

#footer #socialmedialinks img.icon {
	height: 40px;
	width: auto;
	padding: 5px;
}

.nggv_container {
    clear: both;
    display: block;
    line-height: 10px;
    margin-bottom: 30px;
    padding-left: 8px;
    width: 100px;
}

.nggv-link-dislike {
	display: none;
}

.nggv-link-dislike img {
	display: none;
}
