/*
Theme Name: PressMe
Theme URI: 
Description: 
Version: 2.0
Author: Mr Snow
Author URI: 
Tags: 
*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 100px; /* .push must be the same height as .footer */
	clear: both;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


body {
	font: 12px/18px arial, verdana, sans-serif;
	color: #707070;
	margin: 0;
	padding: 0;
}

.text {
	font: 12px/18px arial, verdana, sans-serif;
	color: #707070;
}

.blacktext {
	color: #000;
}

input {
	font: 12px/18px arial, verdana, sans-serif;
	color: #707070;
	padding: 1px;
}

img {border: none}

a:link, a:visited, a:active {
	color: #707070;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clearfix,
.clear {clear: both}

ol, ul {
	list-style: none
}

ol.aligned {
	padding: 1em;
}

#mainnav {
	font-size: 11px;
	height: 35px;
	background: #db0016 url("images/img_nav_rpt.gif") left top repeat-x;
	list-style: none;
	z-index: 2;
	margin: 15px 0 0 0;
	position: relative;
	text-decoration:none; 
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

#mainnav div.extra {
	font-style: italic;
	line-height: 35px;
	margin-left: 35px;
	float: left;
}
#mainnav img {
	margin-top: 8px;
}
#header {
	width: 100%;
	height: 109px;
	border-top: 1px solid #FFF;
	background: #5A5A5A url("images/img_banner_gbl.jpg") left bottom no-repeat;
	position: relative;
}

#content {
	padding: 0 30px 30px 30px;
	width: 870px;
	margin-top: 30px;
	text-align: left;
	position: relative;
}

#header #searchform {
	top: 90px;
}

#headerimg {
	width:900px;
	margin: 0;
	padding:0;
}

#headerimg h1 {
	margin:0;
	padding: 0;
	
}

/* --------------------------------------------------------
	2. Typography
 -------------------------------------------------------- */
p {margin-bottom: 15px;}

h1, h2 {
	margin-bottom: 15px;
	color: #000 !important;
	text-transform: uppercase;
	font-size: 20px;
}

h3, 
hgroup .description p, 
.post_meta_data h2 {
	margin-bottom: 15px;
	color: #000;
	font-size: 12px;
	float: left;
	width: 500px;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
	margin-bottom: 5px;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}

/* --------------------------------------------------------
	4. Navigation
 -------------------------------------------------------- */
#nav {
	padding-left: 0;
}
#nav li a {
	display: block;
	padding:0 10px 0 10px;
	color: #ffffff;
	text-decoration: none;
}

#nav li {
	float: left;
	height:35px;
	line-height: 35px;
	border-left:1px solid #fe152c;
	border-right:1px solid #c40f21;
	position: relative;
}

/*sub menus*/
#nav ul li a {
	display: block;
	text-decoration:none; 
	color:#000;
	text-transform: none;
	font-weight:normal;
	padding:5px 10px 5px 10px;
	width: 160px;
}

#nav ul li { 
	float: left;
	width: 180px; /* width needed or else Opera goes nuts */
	border:1px solid #fe152c;
	margin-bottom: -1px;
	height: auto;
	line-height: 1.2;
	background: #fff;
}

#nav li ul { /* second-level lists */
	position: absolute;
	color:#000;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left: -41px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 140px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.children
{
 z-index:2;
}

/*rollover states*/
#nav a:hover {
	font-weight:bold;
}

#nav li:hover, #nav li.sfhover {
	background: #c40f21;
}

#nav ul li:hover, #nav ul li.sfhover {
	background: #fff;
}

.current-cat a {
	font-weight:bold !important;
}

#nav li#text {
	position: absolute;
	left: 587px;
	background: none;
	border: none;
	height:35px;
	line-height: 35px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	text-transform:uppercase;
}

/* --------------------------------------------------------
	5. Banner
 -------------------------------------------------------- */
#home #header {
	background: #5A5A5A url("images/img_banner_home.jpg") left top no-repeat;	
	height: 259px;
}

#home #header #searchform {
	top: 150px;
}

#header a i {
	visibility: hidden;
}

#header a {
	position: absolute;
	left: 40px;
	top: 10px;
	width: 90px;
	height: 90px;
	text-decoration: none;
}

#home #header a {
	top: 45px;
	width: 160px;
	height: 160px;
}

#header .description {
	width: 855px;
	padding-top: 40px; 
}

#header .description  h2 {
	float: right;
	color: #000; 
	font-size: 18px; 
	text-transform: uppercase;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	background: url(images/ico_square.gif) left center no-repeat;
}

#stud-welding-video {
	margin: 20px 0px 0px 40px;
}

/* --------------------------------------------------------
	7. Footer
 -------------------------------------------------------- */
#footer {
	width: 100%;
	border-top: 1px solid #FA0019;
	background: #E5E5E5;
	float:left;
	bottom: 0;
	margin-bottom: 0;
	padding: 0 0 5px 0;
}
 
#footer li {
 	float: left;
	min-height: 23px;
	margin-top: 10px;
	padding-left: 30px;
	line-height: 30px;

}

#footer li a {
	font-weight: bold;
	text-decoration: none;	
}

#footer li a:hover {
	text-decoration: underline;	
}

.text a {
	color: #FA0019;
	font-weight: normal !important;
}

.socialmedia {
	font-size: 11px;
	line-height: 20px;
}

	.socialmedia a {
		color: #fa0019;
	}

	.socialmedia a:hover {
		color: #ff3a3d;
	}

		.socialmedia .fa {
			font-size: 20px;
			line-height: 20px;
		}

	.socialmedia #linkedinlink {
		margin: 3px 5px 0px 5px;
	}

hr {
	display: none;
}

.narrowcolumn {
	width: 290px !important;
	
	float: left;
}

#feature {
	position: absolute;
	top: 0; 
	left: 420px;
}

/* Products */
.images {
	clear: both;
}

.images li {
	float: left;
	margin-right: 26px;
	width: 190px;
	height: 200px;
	text-align: center;
	font-weight: bold
}
.images li a {
	display: block;
}

.images li a img {
	padding: 10px;
	background: #DFDEDF;
	margin-bottom: 5px;
	max-width: 170px;
	max-height: 120px;
	min-width: 170px;
	min-height: 120px;
	overflow:none;
}

.images li a:hover img {
	background: #CFCFCD;
}

.list li {
	list-style-image: url("images/ico_arrow.gif");
}
.list li a, .list li a:active, .list li a:visited {
	color: #FA0019;
	line-height: 20px;
	text-decoration: none;
}
.list li a:hover {
	text-decoration: underline;
}

.list h2 {
	margin-bottom: 5px;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}

#laser {
	position: absolute;
	top: 441px; 
	left: 290px;
}

ul.downloads {
	width: 294px;
	float: right;
	margin: 0;
}

ul.downloads li a {

	color: #FA0019;
	width: 294px;
	display: block;
	margin: 0;
	padding: 5px 0 8px 33px;

	background: url("images/ico_pdf.gif") left center no-repeat;

	float: right;

	margin-right: 33px;

}

input {
	margin: 0 0 10px 10px;
}

/* Contacts */
#column .contacts {
	width: 450px;
	position: absolute;
	z-index: 100;
}

.contacts label {
	float: left;
	width: 140px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
	background: #ff0000;
	clear: left;
}

.contacts span {
	float: left;
	background: #ccc;
}

.contacts br {
	clear: both;
}

#numberDisplay {
	display: none !important;
}

.article-container.product {
	float: left;
	width: 49%;
}

aside {
	float: left;
	margin: 30px 2em;
}

.gallery-navigation, /* disable -- we print out all attachments */
.gallery-navigation nav.one-attachment {
	display: none;
}

.gallery .gallery-node span {
	display: block;
}

.gallery .gallery-node {
	margin-bottom: 1.5em;
}

header {
	clear: both;
}

body.category .entry {
	margin-bottom: 1em;
}

body.category .entry .image {
	float: left;
	margin-right: 1em;
}

body.category .entry h2 {
	float: none;
	margin-bottom: 0.5em;
}

a.email_link {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

img.mail_icon {
	vertical-align: middle;
}

