/*
Theme Name: WP Industry
Theme URI: http://themeforest.net/user/contempoinc?ref=contempoinc
Version: 1.0
Author: Chris Robinson
Author URI: http://www.contempographicdesign.com
Tags: grey, clean, grid, premium, portfolio, business, fixed width, widgets, video

==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
@font-face {
  font-family: "League Gothic";
  src: url(fonts/league_gothic.otf) format("opentype");
}*/

/** Body
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #745a0a;
	margin: 0 auto;
	background: #efefef;
}

/** Floats
==============================================================================*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/** Images
==============================================================================*/

#leftcol img.left,
#leftcol img.alignleft {
	margin: 0 16px 8px 0;
}

#leftcol img.right,
#leftcol img.alignright {
	margin: 0 0 8px 16px;
}

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

img.gallery {
	margin: 0 15px 15px 0;
}

a img {
	border: none;
	display: block;
}

/** H Tags
==============================================================================*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 36px;
	margin: 0 0 4px 0;
}

.page h1 {
	margin-bottom: 15px;
}

.page p + h3 {
  margin: 0px;
  position: relative;
  top: -10px;
}

h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#comments h2, h2.btop {
	padding: 16px 0 0 0;
	border-top: 2px solid #444444;
}

h2.btop {
	margin-top: 24px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 8px 0;
}

h4 {
	font-size: 16px;
	line-height: 16px;
}

h5 {
	font-size: 14px;
	line-height: 14px;
}

h6 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

/** Links
==============================================================================*/

a:link {
	color: #745a0a;
	text-decoration: none;
}

a:visited {
	color: #745a0a;
	text-decoration: none;
}

a:hover {
	color: #745a0a;
	text-decoration: underline;
}

a:active {
	color: #745a0a;
	text-decoration: none;
}

/** Buttons
==============================================================================*/

#submit {
	border: none;
}

a.btn,
#postnav a,
input.btn {
	display: block;
	text-decoration: none;
	font-size: 14px;
    padding: 6px 12px;
	color: #fff;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), -2px 0 1px rgba(0, 0, 0, 0.25);
	background: #333;
}

a.btn:hover,
#postnav a:hover,
input.btn:hover {
	background: #555;
}

/** Paragraphs
==============================================================================*/

p {
	margin: 0 0 18px 0;
}

#postcontent p + p,
.page p + p {
	/*text-indent: 36px;*/
}

/** Lists
==============================================================================*/

#leftcol dl,
#leftcol ol,
#leftcol ul {
	margin: 0 0 30px 30px;
}

#leftcol ol li,
#leftcol ul li,
#sidebar ul li,
#footerwidgets ul li {
	line-height: 18px;
}

#sidebar ul li,
#related ul li,
#footerwidgets ul li {
	padding: 0 0;
}

#leftcol dl {
	padding-left: 0;
}

#leftcol dl dt {
	font-weight: bold;
}

#leftcol ol li {
	list-style-type: decimal;
}

#leftcol ul li {
	list-style-type: disc;
}

/** Tables
==============================================================================*/

#leftcol table {
	border-spacing: 2px;
	margin: 0 0 30px 0;
}

#leftcol th {
	font-weight: bold;
	border-top: 1px solid #b2ceed;
	border-bottom: 1px solid #91a8c3;
	background-color: #a3bdda;
}

#leftcol th,
#content td {
	padding: 5px 10px;
}

#leftcol tr.even {
	background-color: #cdcdcd;
}

/** Misc Elements
==============================================================================*/

pre {
	width: 590px;
	padding: 15px;
	margin: 0 0 30px 0;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
	background-color: #fff;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

blockquote {
	margin: 0 0 18px 36px;
	padding: 0 0 0 15px;
	font-style: italic;
	border-left: 3px solid #ccc;
}

/** Nav
==============================================================================*/

/*
#navwrap {
	position: relative;
	z-index: 5;
	height: 39px;
	margin: 0 auto;
	background: url(images/nav_bg.png) repeat-x;
}*/

#header {
  padding: 0 15px 0 0;
  margin-bottom: 7px;
  background-image: url('images/header-bg.png');
  background-repeat: repeat-x;
}

#header, #header a {
    color: #F8F7E3;
}

#header td {
  vertical-align: bottom;
}


#nav ul,
#nav ul ul {
	list-style-position: outside;
	position: relative;
	z-index: 5;
}

#nav li ul li {
	background-color: #ece1c8;
  border: none;
  line-height: 30px;
}

#nav li {
  display:inline;
  float:left;
  font-size:11px;
  line-height:50px;
  padding-bottom:8px;
  padding-left:1px;
  padding-right:1px;
  position:relative;
  text-transform:uppercase;
  z-index:20;
}

#nav ul li.first {
  padding-left: 96px;
}

#nav li.hover {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

#nav li a {
	display: block;
	position: relative;
	float: left;
	height: 35px;
	padding: 0 5px 2px;
	z-index: 35;

}

#nav ul ul {
	display: none;
	left: -1px;
	position: absolute;
	top: 38px;
	width: 230px;
	background-color: transparent;
}

#nav li ul li.first {
  padding: 0px;
	border-top: 1px solid #FFF;
}

#nav li ul a {
	width: 150px;
	height: auto;
	float: left;
	color: #694522;
	text-align: left;
	padding: 0 5px 2px;
	border: 1px solid #FFF;
	border-top: none;
}

#nav li ul a:hover {
	background-color: #F9F7E3;
}

#nav ul ul ul {
	top: auto;
	border-top: none;
	background-color: transparent;
}	

#nav li ul ul {
	left: 163px;
}


#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
	display: none;	
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
	display: block;
}

#mc_message {
  position: absolute;
  top: 162px;
  right: 38px;
}


#nav-forms {
  clear: both;
  padding: 2px;
  float: right;
  height: 30px;
  width: 220px;
}

#newsletter {
  margin-left: 3px;
}

#mc_signup_container {
  float: right;
  margin-top: 1px
  padding: 0px
  clear: both;
  height: 20px;
  background-color: white;
  border: 1px solid #E8E8E8;
}

#mc_signup_container form {
  margin-left: 4px;
}

#mc_signup_container input {
  font-family: "Lucida Grande", verdana, arial;
  font-size: 0.8em;
  text-transform: uppercase;
}

#mc_mv_EMAIL {
  float: right;
  height: 20px;
  width: 150px;
  border: none;
  color: #B9B9B9;
  text-align: left;
}

#mc_signup_submit {
  width: 60px;
  height: 20px;
}

#socialicons {
  top: -55px;
  right: -8px;
  position: relative;
  float: right;
}

#socialicons img {
  display: inline;
  padding-top: 2px;
  padding-right: 2px;
}

#socialicons img.last {
  padding-right: 10px;
}

#contact-header {
  float:right;
  font-size: 12px;
  text-transform: uppercase;
  position:relative;
  text-align:right;
  top:-105px;
  width:250px;
}

#content-strip {
  margin-bottom: 10px;
}


/** Search
==============================================================================*/

#s {
	height: 14px;
	width: 184px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 7px 0 0 0;
	padding: 3px 8px 2px 8px;
	border: 1px solid #6a6a6a;
	background: #fff;
}

/** Columns
==============================================================================*/

.singlecol {
	width: 225px;
}

.twocol {
	width: 465px;
}

.threecol {
	width: 705px;
}

.fourcol {
	width: 975px;
}

#leftcol {
	width: 605px;
}

#leftcol, #full-width-body, #menu-page {
  margin-left: 20px;
}

#menu-page {
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  text-align: center;
}

#menu-page p.lead-in {
  width: 100%;
}

#menu-page table {
  text-align: center;
}

#menu-page table td {
  vertical-align: top;
}

#sidebar {
  padding-right: 10px;
}

#sidebar, .widget {
	width: 300px;
	text-align: left;
}

/** Container
==============================================================================*/

#container {
	width: 975px;
	margin: 0 auto;
	position: relative;
	top: -15px;
	z-index: 2;
	padding-top: 15px;
  /*padding: 15px 15px 0 15px;**/
/*	border: 1px solid #e1e1e1;*/
	background: #f9f7e3; 0;
}

/** Logo
==============================================================================*/

#logo {
  margin: 2px;
}

#textlogo {
	margin: 36px 0 0 0;
	text-align: left;
}

#textlogo h1 {
	font-size: 64px;
}

#textlogo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	text-transform: none;
}

/** Content
==============================================================================*/

#content {
	/** border-top: 2px solid #444; */
	padding: 15px 0 0 0;
}

/** Widgets
==============================================================================*/

.widget {
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
}

.widget.first {
	border-top: none;
	padding: 0;
}


.widget p {
	margin: 0 0 10px 0;
}

.widget ul {
  margin-left: 10px;
}

.widget li {
  margin-bottom: 3px;
}

#sidebar .widget h2 {
  font-size: 14px;
  text-transform: none;
}

#sidebar .contact-info {
  width: 250px;
}


#sidebar .widget h2 {
  font-weight: bold;
  color: #F8F7E3;
  background-color: #764C22;
  padding: 2px 2px 2px 6px;
  font-weight: normal;  
}

#sidebar .widget h2 a .widget_title {
  color: #F8F7E3;
  background-color: #764C22;
  padding: 2px 2px 2px 6px;
  font-weight: normal;
}

#sidebar .widget_industryfeedsbymetawidget .widget h2 {
  background-color: #F8F7E3;
  padding: 0px;
}

#sidebar .widget .post-title {
  font-weight: bold;
}


a.rsswidget img {
  display: none;
}

.widget .follow-us {
  position: relative;
  top: 5px;
  right: -3px;
}

.widget .follow-us img {
  display: inline;
}

#ads.widget {
	border: none;
	padding: 0;
}

.smsqad {
	margin: 0 15px 15px 0;
}

.smsqad.last {
	margin-right: 0;
}

#advertise {
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}

#flickr {
  width: 240px;
  float: right;
  padding-top: 0px;
}

#sidebar #flickr img {
	float: left;
	margin: 0 8px 8px 0;
	height: 80px;
	width: 80px;
}

#footerwidgets #flickr img {
	float: left;
	margin: 0 8px 8px 0;
	height: 67px;
	width: 67px;
}

#footerwidgets {
	padding: 15px 0 15px 0;
	background-image: url(images/footer-bg/one.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

#footerwidgets p, #footerwidgets a {
  color: #F8F7E3;
}

#footerwidgets h2, #footerwidgets h2 a {
  color: #745A0A;
  text-transform: none;
}

#footerwidgets-wrap {
  padding-left: 15px;
}

#footerwidgets ul {
	padding: 0;
}

#sidebar ul li,
#related ul li,
#footerwidgets ul li {
	list-style-type: none;
	padding-right: 15px;
}

#related ul {
	margin: 0;
}

#sidebar ul li.item-last,
#twitter ul li.tweet-last,
#related ul li.item-last,
#footerwidgets ul li.item-last {
	border-bottom: none;
}

.widget_categoryposts {
  padding-top: 0px;
}

.widget_categoryposts  ul {
  width: 400px;
}

.widget_categoryposts li {
  width: 43%;
  float: left;
}

.widget_rss ul li {
  padding-bottom: 8px !important;
}

#footerwidgets .post-title {

  font-size: 16px;
}

#footerwidgets p a, #footerwidgets .post-title {
  color: white;
}

#footerwidgets .cat-post-item p {
  margin-top: 5px;
  color: white;
}

/**
 * Contact Information via widget
 */ 
 
#contact-info {
  width: 300px;
  color: white;
} 

#contact-info ul li {
  padding: 0px;
}

#contact-info div {
  width: 49%;
}


#contact-info ul {

}

/** Slider
==============================================================================*/

#featured-body {
  padding-left: 15px;
}

#featured {
	position: relative;
	height: 300px;
	width: 945px;
	margin: 0 0 0px 0;
	padding: 0 0 15px 0;
	/**border-bottom: 2px solid #444;*/
	overflow: hidden;
}

.featured-text {
	position: absolute;
	z-index: 3;
	top: 15px;
	right: 15px;
	width: 313px;
	min-height: 178px;
	padding: 45px 15px 15px 15px;
	overflow: hidden;
	background: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


#featured a#prevarrow,
#featured a#nextarrow {
	position: absolute;
	z-index: 2;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
	cursor: pointer;
}

#featured a#prevarrow {
	bottom: 15px;
	left: 0;
	background: url(images/prev_arrow.png) 6px 6px no-repeat #fff;
}

#featured a#nextarrow {
	bottom: 15px;
	right: 0;
	background: url(images/next_arrow.png) 9px 6px no-repeat #fff;
}

#featured a#prevarrow span,
#featured a#nextarrow span {
	display: none;
}

#slides {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 300px;
	width: 945px;
	overflow: hidden;
}

/** Article, Article Wide & Gallery
==============================================================================*/

.article, .gallery {
	margin: 0 15px 15px 0;
}

table.header {
  
  margin-bottom: 15px;
}

#gallery-1 dl, #gallery ul {
  margin: 0px;
  border: none;
}

#gallery-1 .gallery-item dl {
  margin-left: 3px;
  display: none;
}

.video,
#postimg,
.article img,
.articlewide img {
	margin: 0 0 10px 0;
}

.article p,
.articlewide p {
	margin: 0 0 10px 0;
}

.articlewide {
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #888888;
}

#featured-sub-articles, #farticles {
  margin: auto;
  text-align: center;
}

#featured-sub-articles a img, #sub-articles a img {
  display: inline;
  margin: 0px;
}


#featured-sub-articles {
  width: 770px;
  text-align: center;
  position: relative;
  top: 10px;
}

#featured-sub-articles .last {
  text-align: right;
}

#featured-sub-articles .article {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
}

#sub-articles {
  margin: auto;
  width: 680px;
  clear: both;
}

#sub-articles .article {
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.article-grid {
  width: 450px;
  margin: auto;
}

.article-grid caption {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

.article-grid td {
  vertical-align: top;
  padding-left: 0px !important; 
  padding-bottom: 30px !important;
}

.article-grid td img {
  vertical-align: top;
  padding: 10px;
}

.article-grid p {
  margin-bottom: 8px;
}

.website_url {
  padding: 10px;
}

p.lead-in {
  font-size: 14px;
  width: 98%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6D6A13;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

p.meta {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 0 18px 0;
	color: #888;
}

.commentnum {
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
	border-left: 1px solid #e1e1e1;
}

#adminedit {
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
	border: 1px solid #cdcdcd;
	background: #ffffe5;
}

#authorinfo {
	padding: 16px 16px 0 16px;
	border: 1px solid #e1e1e1;
	background: #efefef;
}

#authorinfo img.avatar {
	float: left;
	margin: 0 24px 24px 0;
}

img.relatedtn {
	border: 1px solid #e1e1e1;
}

/** Post Nav
==============================================================================*/

#postnav {
	width: 625px;
	float: left;
	margin: 0 0 15px 0;
}

#postnav.gallery {
	width: 945px;
}

/** Page
==============================================================================*/

#page img {
	margin: 0 0 10px 0;
}

/** Read More
==============================================================================*/

p.readmore {
	margin: 0;
}

.readmore a {
	display: block;
	height: 18px;
	width: 72px;
	background: url(images/read_more.png) no-repeat 0 0;
}

.readmore a:hover {
	background-position: 0 -18px;
}

.readmore a span {
	display: none;
}

/** Info
==============================================================================*/

#info {
	padding: 15px 0 0 0;
	border-top: 2px solid #444;
}

#location .gsmsc-mapDiv {
	height: 217px;
}

#location .gsmsc-idleMapDiv {
	height: 217px;
	overflow: hidden!important;
}

#location #mapsearch * {
	margin: 0px!important;
	padding: 0px!important;
	font-size: 12px;
}

#location .gsmsc-controls,
#location div.gs-directions-to-from {
	display: none;
}

/** Twitter
==============================================================================*/

.tweet .tweet_text {
	font-size: 10px;
	color: #d0d0d0;
	line-height: 12px;
}

#twitter ul {
	margin: 0;
	padding: 0;
}

#twitter ul li {
	list-style-type: none;
	line-height: 18px;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #ccc;
}

.last-tweet {
	border: none;
}

.date, .author {
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
}

/** Comment Form / Contact Form
==============================================================================*/

#commentform,
#contactform {
	width: 582px;
}

fieldset {
	border: none;
}

#commentform .text-input,
#contactform .text-input,
#commentform select,
#contactform select {
	width: 548px;
	color: #555555;
	font-size: 11px;
	margin: 0 5px 10px 0;
	border: 1px solid #cdcdcd;
	background-color: #fff;
}

#commentform input.text-input,
#contactform input.text-input {
	height: 19px;
	padding: 6px 16px 0 16px;
}

#commentform select {
	padding: 5px 3px 5px 15px;
}

#commentform textarea.text-input,
#contactform textarea.text-input {
	height: 178px;
	padding: 6px 16px 0 16px;
}

#commentform input:focus,
#commentform select:focus,
#commentform textarea:focus,
#contactform input:focus,
#contactform select:focus,
#contactform textarea:focus{
	background: #efefef;
}

#submit:hover {
	cursor: pointer;	
}

#comments {
	margin: 32px 0 32px 0;
}

.userinfo {
	width: 589px;
	border-top: 1px solid #cdcdcd;
	padding: 8px 0 0 0;
}

.userinfo p {
	margin: 0;
}

p.user {
	font-size: 16px;
}

p.comdate {
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}

.useravatar {
	width: 40px;
	margin: 0 0 0 16px;
}

div.rightcol p.comdate:last-child {
	margin: 0;
}

#comments .rightcol {
	margin-bottom: 24px;
}

.comcontent {
	width: 589px;
	margin: 0 0 24px 0;
}

.comcontent, #loggedin {
	padding: 16px;
	border: 1px solid #cdcdcd;
	background: #f7f7f7;
}

.authcomment {
	background: #ffffe5;
}

.editcom {
	font-size: 10px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

/** Footer
==============================================================================*/

#footer {
	font-size: 10px;
	text-transform: uppercase;
	border-top: 2px solid #444;
}

#footer p {
  padding-top: 15px;
	padding-left: 15px
}

#powered-by-juice {
  padding-right: 10px;
}

/** Remove Margin From Last Item
==============================================================================*/

.last, img.last {
	margin-right: 0;
}
