/*
Theme Name: grote
Theme URI: http://wordpress.org/
Description: Custom wordpress theme for grote
Author: Nathan Schivley

*/



/* Begin Typography & Colors */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	background: transparent;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

p {
       padding:8px 0px;
        line-height:1.4em;
}

strong, b
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

a:link, a:visited {color:#e75811; text-decoration:underline;}
a:hover, a:active {color:#000; text-decoration:underline;}

h1 {
    text-transform:uppercase;
    color:#333;
    font-size:32px;
    line-height:30px;
    font-weight:normal;
    margin:5px 0px 10px 0px;
    padding:0px;
}

h1 .orange {
color:#e75811;
}

h3 {
    text-transform:uppercase;
    font-size:16px;
    font-weight:normal;
    line-height:16px;
    margin:10px 0px 3px 0px;
    padding:0px;
color:#e75811;
    
}

#header .last-item, #footer .last-item {
    padding-right:0px !important;
    border-right:none !important;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-size: .8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background: #fff url(/wp-content/themes/grote/images/cuts/header_bground.jpg) repeat-x top left;*/
	background: #fff url(/wp-content/themes/grote/images/cuts/header_bground.png) repeat-x top left;
	color: #333;
        padding:0px !important;
        margin:0px !important;
        line-height:1.4em;
	}

#header {
     width:940px;
     margin:0 auto;
	 /*height:126px;*/
	 height: 150px;
}

#header a:link, #header a:visited {color:#fff; text-decoration:none;}
#header a:hover, #header a:active {color:orange; text-decoration:none;}

#top_line {
    float:left;
    text-align:right;
    padding-top:8px;
    width:940px;
    height:30px;
}

#top_line ul li {
    list-style:none;
    display:inline;
    padding:0px 10px;
    border-right:1px solid white;
    font-size:12px;
}

#header #logo h1{
    display:none;  
}

#header #logo {
   float:left;
    /*width:448px;
    height:49px;
	margin-top:15px;*/
	width:600px;
	height: 100px;
	margin-top:5px;
   
}

#request_info {
    display:block;
    width:200px;
    height:20px;
    background:orange url(/wp-content/themes/grote/images/cuts/btn_request_info.jpg) no-repeat top left;
    float:right;
    margin:10px 0px;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    padding:4px 0px 0px 0px;
    text-align:center;
}

a#request_info:hover {
    color:black;
}

#header_right {
    float:right;
    margin:20px 0px 0px 0px;
    text-align:right;
}

/* MAIN NAV */

#main_nav {
    width:870px;
    height:58px;
    background:url(/wp-content/themes/grote/images/cuts/nav_bground.jpg) no-repeat top left;
    float:left;

}


#main_nav ul {
      margin:0px 0px 0px 5px;
      color:white;
      height:28px;
      padding:0px;
      height:28px;
      float:left;
      white-space: nowrap;
      list-style:none;
}

#main_nav ul li {
      float:left;
      text-transform:uppercase;
      font-family:Verdana, Helvetica, Arial, sans-serif;
      font-size:12px;
      position:relative;
}

#main_nav ul li.last-item a{border-right:none !important;}



#main_nav ul li a:link, #main_nav ul li a:visited {
      display:block;
      float:left;
      height:23px;
      padding:5px 14px 0px 14px;
      color:white;
      font-weight:bold;
      text-decoration:none;
      border-right:1px solid white;
      white-space: nowrap;
}

#main_nav ul li a:hover {
      background:#e75811 url(/wp-content/themes/grote/images/cuts/nav_bground_hover.jpg) repeat-x top left;
      color:#fff;
      display:block;
      padding:5px 14px 0px 14px;
      height:23px;
}


#main_nav ul li ul {display:none;}

#main_nav ul li:hover ul {
    position:absolute;
    top:28px;
    left:-5px;
    display:block;
    z-index:500;
    width:215px;
}

#main_nav ul ul.last-subnav {
     left:-152px !important;
}

#main_nav ul li ul li {
    background:#999;
    position:relative;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:0px;
    padding:0px;
    height:auto;
    z-index:500;
}

#main_nav ul li ul li a:link, .last-subnav a:link,
#main_nav ul li ul li a:visited, .last-subnav a:visited {
    color:#fff;
    background:#999;
    display:block;
    width:255px;
    font-size:11px;
    text-transform:inherit !important;
    margin:0px;
    padding:3px 10px;
    height:auto;
    z-index:500;
}

#main_nav ul li ul li a:hover,
#main_nav ul li ul li a:active
{
    color:#333;
    background:#eee;
    z-index:500;
}

/* HOME */

#home_image {
    margin-left:-35px;
    margin-right:30px;
}

.post_text {
    width:400px;
}

.tabbed-box {
    width: 431px;
    background:#fff;
    float:left;
    margin-left:-20px;
    margin-right:20px;
}

.ie8 .tabbed-box div.entry p, .ie8 .grey_home_box div.entry p
{
	font-size: 9px!important;
	_font-size: 9px!important;
	*font-size: 9px!important;
}

.tabbed-box .tabs {
    margin-left:6px;
}

.tabbed-box .tabs li {
    list-style: none;
    float: left; 
}

.tabbed-box .tabs li a {
    display: block;
    width: 109px;
    height:17px;
    padding: 8px 0px 5px 0px;
    font-weight: bold;
    text-transform:uppercase;
    font-size:11px;
    text-align: center;
    text-decoration: none;
    color: black;
    background:#fff url(/wp-content/themes/grote/images/cuts/tabbed_box_tab.jpg) no-repeat top left;
}

.tabbed-box .tabs li:first-child a {
    border-left: none; 
}

.tabbed-box .tabs li a:hover {
    color: #000; 
}
.tabbed-box .tabs li a:focus {
    outline: none; 
}
.tabbed-box .tabs li a.active {
    color: black;
    background:#333 url(/wp-content/themes/grote/images/cuts/tabbed_box_tab_up.jpg) no-repeat top left;
}

.tabbed-content-top {
    width:431px;
    height:6px;
    background:url(/wp-content/themes/grote/images/cuts/tabbed_box_top.jpg) no-repeat bottom left;
    float:left;
}

.tabbed-content-middle {
    background:#fff url(/wp-content/themes/grote/images/cuts/tabbed_box_middle.jpg) repeat-y top left;
    float:left;
    width:431px;
    height:190px;
}

.ie8 .tabbed-content-middle {
    background:#fff url(/wp-content/themes/grote/images/cuts/tabbed_box_middle_ie.jpg) repeat-y top left;
    float:left;
    width:451px;
    height:190px;
}

.tabbed-content {
    height:240px;
    background:#fff url(/wp-content/themes/grote/images/cuts/tabbed_box_bottom.jpg) no-repeat bottom left;
}

.mini-post {
    width:400px;
    float:left;
    line-height:16px;
    padding-left:20px;
    padding-right:10px;
    margin-top:10px;
}

.mini-post .date-post {
    text-transform:uppercase;
    color:#333;
    padding:0px;
}

#recent-events .mini-post .date-post {display:none;}

/*.mini-post h3 {
    text-transform:none;
    font-weight:bold;
    margin:0px;
    padding:0px;
    line-height:14px;
    font-size:12px;
}*/

.mini-post p{
}

.grey_home_box {
    width:409px;
    height:200px;
    float:left;
    background:url(/wp-content/themes/grote/images/cuts/grey_home_box.jpg) no-repeat top left;
    margin-top:25px;
    padding:15px 15px 0 15px;
	_font-size: 9px;
	*font-size: 9px;

}

.grey_home_box img {
    float:right;
    margin:0px 0px 0px 10px;
}

.grey_home_box p {
    padding-bottom:0px;
}

.grey_home_box a.read_more {
    padding-left:15px;
    background:url(/wp-content/themes/grote/images/cuts/grey_arrow.jpg) no-repeat left;
}

.grey_home_box div.mini-post{
	width: 379px;	
	padding: 0 10px 0 10px;
}

/* MAIN */

#steel_area {
    width:100%;
    background:url(/wp-content/themes/grote/images/cuts/steel_bground.jpg);
    margin-bottom:10px;
    padding:10px 0px;
     -webkit-box-shadow: 0px 2px 4px #999;   
     -moz-box-shadow: 0px 2px 4px #999;  
     -box-shadow: 0px 2px 4px #999;   

}

#content {
    width:872px;
    margin:0px auto;
    background:white;
    border:1px solid #ccc;
    padding:15px 34px;
     -webkit-box-shadow: 0px 0px 8px #666;  
      -moz-box-shadow: 0px 0px 8px #666;  
     -box-shadow: 0px 0px 8px #666;  
}

.post {
    width:870px;
    float:left;
    padding-bottom:20px;
}

.post h2 {
    display:none;
}

.post p {
    line-height:1.5em;
}

.main_left {
    width:340px;
    float:left;
    margin-right:20px;
	height: 400px;
}

.main_right {
    float:left;
    width:504px;

}
.post ul {
    margin:10px 0px 10px 30px;
}

.post ul li {
    margin:2px 0px;
}

.entry object {
     /*width:320px;*/
}

.page-id-338 object{
      width:880px !important;

}


/* ARCHIVES */

.archive .post {
    border-bottom:1px dashed #ccc;
    padding:20px 0px;
}

.category-trade-shows small {display:none;}


/* FOOTER */

#footer_bground {
    height:280px;
    width:100%;
    background:#45484c url(/wp-content/themes/grote/images/cuts/footer_bground.jpg) repeat-x top left;
    color:white;
}

#footer {
    width:940px;
    margin:0 auto;
    padding:10px;
}


#footer a:link, #footer a:visited {color:#fff; text-decoration:none;}
#footer a:hover, #footer a:active {color:orange; text-decoration:none;}

#footer_left {
    float:left;
	width: 540px;
}

#footer_left #corporate, #footer_left #europe {
    float:left;
	width:255px;
}

#footer_left #corporate {
    margin-right:20px;
}
#sales_by_location_button {
    display:block;
    width:127px;
    height:23px;
    background:orange url(/wp-content/themes/vanmark/images/cuts/footer_button.jpg) no-repeat top left;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    padding:8px 0px 0px 10px;
    margin:0px 0px 10px -5px;
}

a#sales_by_location_button:hover {color:black;}

#footer_right {
    float:right;
    text-align:right;
    margin-top:10px;
	width:400px;
}

#footer_right ul li {
    display:inline;
    list-style:none;
    border-right:1px solid white;
    padding:0px 10px;
}

#footer_right div.copyright {
    color:#ccc;
    margin-top:10px;
	width: 400px;
	/*float:right;*/
}

/* FORM */

.wpcf7-form {
    float:left;
    text-align:left !important;
}

/* START WORDPRESS DEFAULTS */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 17px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
        margin-right:20px;
	}
/* End Images */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 5px 20px 10px 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;
}
/* End captions */

.entry ol{
	margin:0 0 0 2em;
	padding: 0;
}

ol.lower{ 
	list-style-type:lower-alpha;
}	

/* The container with ONE associated post */
.associated-posts .associated-post {
	border-bottom: 1px dashed #CCCCCC;
	padding: 20px 0;
}

