/*   
Theme Name: HGH Theme
Theme URI: 
Description: based on thematic
Author:  
Author URI:  
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* CSS for home page */
@import url('style_home.css');

#header {
    /*background-color:green;*/
}

body {
min-width:980px;
}

#main {
background-color:#FFFFFF;
width:978px;
padding-top: 25px;
}

.menu {
width:980px;
}

#wrapper {
background-color:#fff;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
margin:0 auto;
min-height:100%;
width:980px;
background:url(HGH_masthead.png) no-repeat top left;
}

#branding {
height:100px;
padding:0 0 0 75px;
margin-top:5px;
margin-bottom:5px;
}


#siteinfo {
color:#666666;
font-size:11px;
line-height:18px;
padding:6px 0 4px;
}

#content, #container { width:640px; }

#primary {
background-color: #eee;
}

#post-7 h1.entry-title {display:none;}

.inv_item {
width:530px;
background-color:#E1ECD7;
border: 1px solid #CCC;
margin-bottom:10px;
}

.invleft {
float:left;
width:120px;
height:140px;
}

.invleft img {
padding-top:10px;
padding-left:10px;
}

.invright {
float:left; 
width:400px;
height:140px;
padding-right:5px;
}

.invright h2 {
font-size:12px;
text-transform:uppercase;
padding: 3px 0 6px 0;
}

.cb {clear:both;}

#breadcrumbs {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
padding-top:5px;
}

#itemdescrip h1 {
font-size:18px;
letter-spacing:2px;
}

#itemdescrip h2 {
font-size:16px;
font-weight:bold;
letter-spacing:2px;
border-bottom:1px solid #999999;
margin-bottom:9px;
text-transform:uppercase;
}

#comments h3 {
padding: 0;
}

#comments h4 {
padding: 0 0 18px;
}

a.external {
    background: url(/images/external.png) center right no-repeat;
    padding-right: 13px;
}

#menu-search{
    position:absolute;
    left:50%;
    width:260px;
    margin-left:255px;
    height:29px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border: none;
    padding:5px 0 0 4px;
}
#menu-search #searchsubmit {
display:none;
}

/*the next 3 styles are standard Kubrick image caption*/

.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;
}

body {
/*background-color: #f1efdd;*/
background: url('/images/bg.jpg') repeat;
}
#wrapper {
background-color: #fff;
}

#comment_warn_box, .gform_wrapper ul li.comment_warn_box  {
	background-color:#FFFFDE;
	color:#333333;
	border:1px solid #FFCF0F;
	padding: 5px;
	}

#comment_warn_box h3 {
	font-weight: bold;
}


.alert {
    /* used on Guidelines/Age page */
    color: #C09853;
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}