/*
Theme Name: George Hurrell Custom Theme - 2026 Update
Theme URI: http://websitesforrockstars.com/
Description: This theme was designed by Scott James.
Author: Scott James
Author URI: http://about.me/scottjames
Version: 1.0

License:  All Rights Reserved
License URI: http://websitesforrockstars.com

*/

/* Structure */

body{
font-family:"Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
font-size:14px;
text-align:center;
background:#000 url(img/background.jpg) top center no-repeat;
color:#eaeaea;
}

#container{
width:980px;
text-align:left;
margin-left:auto;
margin-right:auto;
border-left:1px dotted #222;
border-right:1px dotted #222;

}

#main_content{
width:599px;
float:left;
background:#000;
padding:20px 30px;
border-right:1px dotted #222;
}

#full_content{
width:920px;
float:left;
background:#000;
padding:20px 30px;
}

#sidebar{
width:379px;
float:left;
background: rgba(0, 0, 0, 0.5);
padding:10px 25px 10px 25px;
border-left:1px dotted #222;
}

#header {
height:160px;
}

#footer{
clear:both;
background:#111 url(img/footer_sig.png) 820px 5px no-repeat;
padding:8px;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
}

/* Fonts */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 28, 2011 03:37:08 PM America/New_York */

@font-face {
    font-family: 'AspireDemiBold';
    src: url('fonts/aspire-demibold-webfont.eot');
    src: url('fonts/aspire-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aspire-demibold-webfont.woff') format('woff'),
         url('fonts/aspire-demibold-webfont.ttf') format('truetype'),
         url('fonts/aspire-demibold-webfont.svg#AspireDemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaBook';
    src: url('fonts/futuran-webfont.eot');
    src: url('fonts/futuran-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuran-webfont.woff') format('woff'),
         url('fonts/futuran-webfont.ttf') format('truetype'),
         url('fonts/futuran-webfont.svg#FuturaBook') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'TheanoDidotRegular';
    src: url('fonts/TheanoDidot-Regular-webfont.eot');
    src: url('fonts/TheanoDidot-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TheanoDidot-Regular-webfont.woff') format('woff'),
         url('fonts/TheanoDidot-Regular-webfont.ttf') format('truetype'),
         url('fonts/TheanoDidot-Regular-webfont.svg#TheanoDidotRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaMedium';
    src: url('fonts/futura-webfont.eot');
    src: url('fonts/futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-webfont.woff') format('woff'),
         url('fonts/futura-webfont.ttf') format('truetype'),
         url('fonts/futura-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Headings */

h1{font-size:30px;
font-family: Futura, 'FuturaBook', arial, sans-serif;
font-weight:normal;
margin-top:4px;
padding-top:0px;
color:#b88e54;
letter-spacing:3px;
}

.condensed {
line-height:0.5;
}

h2{
font-family: Futura, 'FuturaBook', arial, sans-serif;
font-weight:normal;
border-bottom: 1px dotted #333;
font-size:24px;
padding:0 0px 6px;
margin-top:4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

h3{font-size:28px;
font-family: Futura, 'FuturaBook', arial, sans-serif;
font-weight:normal;
}
h4{font-size:36px;
font-family: 'AspireDemiBold';
margin:10px 0;
font-weight:normal;
}
h5{
font-family: Futura, 'FuturaBook', arial, sans-serif;
font-weight:normal;
margin:15px 20px 25px 0px;
font-size:20px;
line-height:1.5;
}

h6{font-size:20px;}

.tophead {
font-size:60%;
color:#fff;
margin-bottom:0;
line-height: 0.5;
padding-bottom:0;
letter-spacing:0;
text-decoration:none;
}

.tophead a{
font-size:60%;
color:#fff;
margin-bottom:0;
line-height: 0.5;
padding-bottom:0;
letter-spacing:0;
text-decoration:none;
}

.tophead a:visited{
font-size:60%;
color:#fff;
margin-bottom:0;
line-height: 0.5;
padding-bottom:0;
letter-spacing:0;
text-decoration:none;
}

.single_header h1{
border-bottom: 1px dotted #222;
}

/* Links */

a:link{text-decoration:underline;
color:#b88e54;
border:none; 
outline:none;
}
a:visited{text-decoration:underline;
color:#b88e54;
border:none; 
outline:none;
}
a:hover{text-decoration:none;
color:#d3bb9a;
}
a:active{text-decoration:underline;
color:#d3bb9a;
}


/* Navigation */

.menu {margin:0; padding:0;}

#nav{
width:980px;
float:left;
background:#111;
font-family: 'FuturaBook';
font-size:20px;
border-top: 1px solid #222;
border-bottom: 2px solid #333;
padding-top:10px;
}

#nav ul{
padding:0px;
}

#nav li{
float:left;
list-style:none;
}

#nav a{
text-decoration:none;
display:block;
padding:0 25px 0;
color:#b88e54;
}

#nav a:hover{
color:#fff;
}

#nav li,
div.menu li {
	float: left;
	position: relative;
}

#nav ul li:hover > ul {
	display: block;
     background:black;
}

#nav li:hover > a,
#nav ul ul :hover > a {
}

ul.sub-menu {background-color:black;}

#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a {

}


#nav ul ul {
	display: none;
	position: absolute;
    padding-top:10px;
	top: 24px;
	left: 20px;
	float: left;
	width: 180px;
	z-index: 99999;
    background:black;
}


#nav ul ul li{
margin:0;
 background-color:black;
}

#nav ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	 background:black;
}



/* Text Formatting */

p {margin:0 20px 10px 0;}
li{margin:0 0 10px 0;}
ul {}
ol {}
ul li{}
ol li{}
strong {
font-weight:bold;
color:#b88e54;
}

/* Sidebar Styles */

#sidebar ul{
margin-left:0;
padding-left:0;
}

#sidebar li{
padding:0 0 6px 0px;
list-style:none;
}

#sidebar li h2 {
padding:6px 0 6px 0px;

}

/* Images */
img {
    border: none;
    max-width: 100%;
    height: auto;
}

#main_content img {
    border: 2px solid #222;
    max-width: 100%;
    height: auto;
    float:right;
    margin-bottom:30px;
}

/* Footer Styles */

#footer ul{
text-align:left;
list-style:none;
width:980px;
margin:0 10px;
padding:4px 0 4px 0;
}

#footer li{
display:inline;
margin-right:20px;
padding:0;
}

#menu-footer{
width:100%;
margin-left:0;
}

#footer_bottom a{
color:#eaeaea;
}

/* Forms */

fieldset {
	border: none;
	position: relative;
	padding: 10px 0 20px 0;
	margin:10px 30px;
}
fieldset div {
	
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px 5px 5px 0;
}

/* Labels */
    fieldset div label {
    	
    	float: left;
    	font-size: 1.16em;
        font-weight: bold;
        line-height: 1.1;
        margin: 9px 20px 8px 0;
        width: 100%;
		display:inline-block;
		color:#000;
    }

	/* Input defaults */
	input,
	textarea,
	select {
	    display: inline-block;
	   height:30px;
	    line-height: 1;
	    margin: 0;
		
	}
    
    /* Text inputs */
    fieldset div input {
    	padding: 6px 3px;
        width: 288px;
    }
	    /* Textareas */
    textarea {
        height: 140px;
        padding: 3px;
        width: 480px;
    }
	
	/* Submit */
	fieldset div.controls {
		background: none;
		
	}
	
		fieldset div.controls input {
			float: left;
			margin-left:400px;
			width: auto;
		}
		abbr {color:red;}
		
		#af-form-361151600 {
		margin:0;
		padding:0;
		}

#content_wide input[type=image]{
margin-top:10px;
}

#content_wide form{
margin:15px 0;
}

input[type=checkbox] {
width:30px;
}

input[type=radio] {
width:20px;
}

input[type=submit] {
margin-top:4px;
}

fieldset .checkbox{
margin:0px;
}

fieldset .checkbox_wrapper{
margin:15px 0 0 0;
}

fieldset label {
  display: inline-block;

}
fieldset label.valid {
  width: 24px;
  float:left;
  background:url(../img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

fieldset label.error {
  padding-left: 5px;
  font-size:12px;
  color:red;
  display: inline-block;
}

label {}

fieldset form div {
  padding: 5px;
  float: left;
  clear: left;
  width: 100%;
}

fieldset button {
  margin-top: 10px;
}

/* Classes */

.left {float:left;}
.right {float:right;}
.centered {text-align:center;}

.alignleft {
text-align:left; 
float:left;
margin:10px 20px 10px 0;
}
.alignright {
text-align::right;
float:right;
margin:10px 0px 10px 20px;
}
.aligncenter {text-align:center;
margin:10px 20px;
}
.gallery-caption{font-size:12px;}
.wp-caption {
float:left;
}
.wp-caption-text {
border-bottom:1px dotted #666;
padding:10px 10px 4px 0px;
font-size:12px;
color:#ccaf88;
width:94%;
}
.bypostauthor {}

/* Blog */

.post {
padding:0 20px 10px 10px;
float:left;
width:585px;
background:#111;
margin:5px 20px 5px -10px;
font-size:12px;
border: 2px solid #121212;
}

.sticky{

}

.post_thumb{
float:left;
margin:10px 20px 0 0;
}


.readmore {
float:left;
display:block;
margin-top:8px;
}

.post_cat {
margin:20px 10px 8px;
float:right;
display:block;
padding:4px 8px;
background:#222;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.post_text{
margin-left:20px;
}

.postnav  {
margin-top:10px;
float:left;
width:100%;
}

.older a{
padding:5px 10px;
background:#222;
float:left;
}

.newer a{
padding:5px 10px;
background:#222;
float:right;
}

/* Slideshow */

#slideshow .slide {
    transition: opacity 1s ease-in-out;
}

/* Comments */

.comment_nav {}
.comment_list {}
#respond {}
.postacomment {}
.cancel-comment-reply {}
.commentloggedin {}
#comment {
float:left;
width:599px;
}

/* Single */

#page {

}

.entry {
margin-bottom:0;
padding:0;
}
#single_content {
margin-bottom:0;
padding:0;
}
.entry_content {
margin-bottom:0;
padding:0;
}

/* Misc */

#slideshow {
    width:320px;
height:320px;
}

#slideshow img {
border:solid 3px #222;
    width:320px;
height:320px;
}

#signature {
position:absolute;
left:50%;
margin-left:365px;
z-index:1;
}

#footer_bottom{
z-index:10;
}

.button a{
margin-left:0;
display:block;
padding:8px;
color:#b88e54;
background:#111;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#icon_facebook {background:url(img/facebook.png) 0 0;
width:62px;
height:62px;
}
#icon_twitter {background:url(img/twitter.png) 0 0;
width:62px;
height:62px;
}
#icon_tumblr {background:url(img/tumblr.png) 0 0;
width:62px;
height:62px;
}
#icon_myspace {background:url(img/myspace.png) 0 0;
width:62px;
height:62px;
}

#icon_facebook:hover {background:url(img/facebook.png) 0 -62px}
#icon_twitter:hover {background:url(img/twitter.png) 0 -62px}
#icon_tumblr:hover {background:url(img/tumblr.png) 0 -62px}
#icon_myspace:hover {background:url(img/myspace.png) 0 -62px}

iframe {
min-height:40px;
}

.sharing {

}
/* ============================================
   RESPONSIVE BASE STYLES
   ============================================ */

/* Box-sizing for better responsive behavior */
*, *:before, *:after {
    box-sizing: border-box;
}

/* Flexible embedded content */
iframe,
embed,
object,
video {
    max-width: 100%;
}

/* Mobile menu toggle - FORCE HIDDEN on desktop */
.mobile-menu-toggle {
    display: none !important;
    background: #222;
    color: #b88e54;
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    border: none;
    width: 100%;
    font-family: 'FuturaBook';
    margin-bottom: 30px;
}

/* Only show on mobile/tablet */
@media only screen and (max-width: 768px) {
    .mobile-menu-toggle {
        display: block !important;
    }
}

.mobile-menu-toggle .menu-text {
    float: left;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle.active {
    background: #333;
    color: #fff;
}

/* Submenu toggle indicator */
.submenu-toggle {
    float: right;
    margin-left: 10px;
}

.submenu-toggle:before {
    content: "▼";
    font-size: 12px;
}

.menu-item-has-children.open > a .submenu-toggle:before {
    content: "▲";
}

/* Ensure tables are responsive */
table {
    width: 100%;
    max-width: 100%;
}

/* Better form field sizing */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    max-width: 100%;
}

/* Gallery responsive behavior */
.gallery {
    margin: auto;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

/* Clear floats */
.clearfix:after,
.post:after,
.entry:after,
#main_content:after,
#sidebar:after {
    content: "";
    display: table;
    clear: both;
}

/* Touch device improvements */
.touch-device a,
.touch-device button {
    cursor: pointer;
}

/* Accessibility improvements */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}