/*
Theme Name: SilverBusiness
Theme URI: http://themeforest.net/user/udesignstudios
Description: Clean corporate template for Wordpress
Author: gabriel regentin
Author URI: www.goodguygabe.com
Version: 1.0

/* CSS Document */

/* We define background color, and body top margin and padding */


body {
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}

p, .textwidget {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size: 80%;
	color: #666666;
	line-height: 1.2em;
	text-align: justify;
}

img {
	border: 0;
}

H1, H2, H3, H4, H5, H6 {
	color: #000000;
	font-family: "Times New Roman", Times, Georgia, serif;
	padding-top: 5px;
	margin: 0px;
	font-weight: normal;
}

H1 {
	font-size: 3em;
	font-weight: normal;
}

H2 {
	font-size: 2.5em;
	font-weight: normal;
	
}

H3 {
	font-size: 2em;
	margin-left: -5px;
	margin-bottom: 0;
	padding: 0;
}

H4 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #333333;
}

H4 img {
	border: none;
	vertical-align: -15%;
}

H5 {
	font-size: 12px;
}

H6 {
	font-size: 11px;
	margin: 0px;
}

H2.slide-header {
	color: #CA9835;
	font-size: 1.5em;
	padding-top: 0px;
}

a {
	color: #36C;
}

H4 a {
	text-decoration: none;
	font-weight: bold;
}

ul {
	font-family: Times, Georgia, serif;
	font-size: .8em;
	color: #000;
	list-style: square;
	list-style-position: inside;
	margin: 0 0 10px 0;
	padding: 0px;
}

/* Our wrapper will be 940px wide, fixed and centered */
#wrapper {
	background: #ffffff url('images/bg_peacock.jpg') no-repeat scroll top right;
	width: 90%;
	min-width: 940px;
	margin: 0 auto;
}

/* This is used to obtain 10px gap between "real content" and footer */

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

/*
.col1 {
	float: left;
	width: 620px;
	height: 1000px;
}



.col2 {
	font-size: 1.1em;
}
*/

.col1 {
	float: left;
	width: 54%;
}

.col1 img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.col2 {
	float: left;
	width: 45%;
	padding-left: 4px;
	font-size: 1.1em;
}

.cat_col1 {
	float: left;
	width: 45%;
	text-align: center;
}
	
.cat_col2 {
	float: right;
	width: 45%;
	text-align: center;
}



/*******************/
/* START OF HEADER */
/*******************/

#header {
	/*width: 940px; */
	height: 225px;
}

/* Main, 920px wide section of header */
#header-signup {
	margin: 50px 50px 0 0;
	width: 300px;
	color: #ffffff;
	text-align: right;
	font-size: 1.3em;
	float: right;
}

/* Image with logo, to change it just open header.psd, change your content and use premade slices */
#header-logo {
	width: 432px;
	height: 90px;
	float: left;
}
#SH_logo {
	margin-top: 40px;
	margin-left: 40px;
}

/**************/
/*NAVIGATION */
/************/

#navigation {
	margin: 5px 35px;
	height: 60px;
	font-size: 1em;
}

ul li a {
	border: 0px;
	text-decoration: none;
}


/* Main, 920 px wide section ofnavigation with all the links images etc */

#nav-main {
	width: 920px;
	float: left;
	height: 58px;
	background-image:url(images/bg-nav.jpg)
}

#nav-main ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

#nav-main ul a {/*

	height: 20px;
*/
	padding: 5px 7px;
	display: block;
	border: none;
	text-decoration: none;
	color: #000000;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 2em;
}
#nav-main ul li{
	float: left;
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	margin: 0px;
	z-index: 2;
	position: relative;
}

/* Represents the background of the highlighted menu-item. */
#nav-main ul li.back {
	margin-top: -.7em;
	margin-left: -1px;
	height: 44px;
	z-index: 1;
	position: absolute;
	border-bottom: 1px solid #3C3;
}
#nav-main ul li.back .left {
	background-color: #ccc;
}

/***********/
/* SEARCH */
/*********/

/* Class used for styling whole search part of nav section */
.search {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
}

/* Input search text */
.input-text {
	background-color: #f5f5f5;
	padding: 5px;
	color: #222222;
	border: 1px solid #bcbbba;
	width: 160px;
}

/* Submit button for search */
.submit-button, #searchsubmit {
	background-color: #f5f5f5;
	border: 1px solid #666666;
	cursor: pointer;
	padding: 5px;
	width: 110px;
	margin-left: 10px;
}

#searchsubmit {
	width: 70px;
	margin-left: 0px;
}

/* Submit button for search on hover*/
.submit-button:hover, #searchsubmit:hover {
	background-image: url(images/bg-nav.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666666;
}

/****************/
/* MAINCONTENT */
/**************/

#content {
	margin: 0 80px 0 40px;
}

.entry p {
	margin: 0 0 10px 0;
	padding: 0;
}


/* Top rounded corners of MainContent */
#maincontent-bg-top {
	width: 940px;
	height: 10px;
	background-image:url(images/bg-maincontent-top.jpg);
	background-repeat: no-repeat;
}

/* Lower rounded corners of MainContent */
#maincontent-bg-bottom {
	width: 940px;
	height: 10px;
	background-image: url(images/bg-maincontent-bottom.jpg);
	background-repeat: no-repeat;
}

/* Main viewport content, including sidebars */
#maincontent-main {
	border-left: 1px solid #bcbbba;
	border-right: 1px solid #bcbbba;
	background-color: #f5f5f5;
	height: auto;
	width: 938px;
	overflow: hidden;
}

/* maincontent without sidebars */
#maincontent-main-core {
	width: 570px;
	float:left;
	padding-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
}

/* sidebar collumn */
#maincontent-main-sidebar {
	margin-top: 10px;
	width: 290px;
	margin-right: 20px;
	float: right;
	margin-left: 10px;
}

/* sidebar element */
.sidebar {
	margin-bottom: 20px;
	height: auto;
	width: 290px;
}

/* Top rounded corners of sidebar element */
.sidebar-bg-top {
	width: 290px;
	height: 10px;
	background-image:url(images/bg-sidebar-top.jpg);
	background-repeat: no-repeat;
}

/* Bottom rounded corners of sidebar element */
.sidebar-bg-bottom {
	width: 290px;
	height: 10px;
	background-image: url(images/bg-sidebar-bottom.jpg);
	background-repeat: no-repeat;
}


/* Sidebar element main section */
.sidebar-main {
	width: 288px;
	background-color: #ebecef;
	border-right: 1px solid #c8c7c6;
	border-left: 1px solid #c8c7c6;
	height: auto;
	padding-bottom: 10px;
}

/* Styling used for image which is used as a header of sidebar elemtn */
.img-sidebar-header {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 8px;
}

/* Small image icons in quick contact sidebar */
.img-sidebar-contact {
	margin-left: 20px;
	float: left;
	margin-right: 20px;
}

/* Every single one line of contact info in quick contact sidebar */
.sidebar-contact-line {
	padding-bottom: 5px;
}

/*Contact info in quick contact sidebar */
.sidebar-contact-info {
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-top: 0px;
	line-height: 16px;
}

/* General sidebar text */
.sidebar-text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 18px;
	text-align: justify;
	margin-right: 20px;
}

.contact-main-info {
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-top: 0px;
	line-height: 16px;
	margin-top: 10px;
}

/* This class is used to style section name of every subpage, eg.: Services, Contact etc */
.section-name {
	color: #222222;
	margin: 0px;
	font-size: 21px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top: 0px;
}

/* This class is used to style subheaders , eg.: Service 1 , Service 2 */
.subheading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* Class used to style general text */
.general-text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
	
}

.prod-table {
	border-collapse:separate;
	border-spacing: 0 0;
	border: 0;
	margin-bottom: 1em;
	
}

.prod-table th {
	font-size: .8em;
	border-bottom: solid 1px silver;
}

.prod-table td {
	font-size: .8em;
	padding: 3px;
	border-bottom: solid 1px silver;
}
/***********/
/* FOOTER */
/*********/

#footer {
	margin-left: 40px;
}

/* toprounded corners footer */
#footer-bg-top {
	width: 940px;
	height: 10px;
	background-image:url(images/footer-bg-top.jpg);
}

/* Main section of footer, 920 px wide */
#footer-main {
	width: 938px;
	border-left: 1px solid #bcbbba;
	border-right: 1px solid #bcbbba;
}

/* bottom rounded corners footer */
#footer-bg-bottom {
	height: 10px;
	width: 940px;;
	background-image:url(images/footer-bg-bottom.jpg);
}

/* Footer text, left part */
.footer-text-left {
	margin: 0px;
	padding-left: 20px;
	color: #222222;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
}

/* Footer text - right part */
.footer-text-right {
	margin: 0px;
	padding-right: 20px;
	color: #222222;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	float: right;
}

/* Class used to style image on the left side of mainContent */
.main-image-left, .alignleft {
	padding: 5px;
	border: 1px solid #bcbbba;
	background-color: #e6e7eb;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* Class used to style image on the left side of mainContent */
.main-image-right, .alignright {
	padding: 5px;
	border: 1px solid #bcbbba;
	background-color: #e6e7eb;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Class used to style UL (used in service section */
.list {
	list-style: url(images/list.gif);
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-left: 20px;
}

/* Class used to every single service (on services page) */
.service {
	border-bottom: 1px dotted #bcbbba;
	padding-bottom: 10px;
	margin-top: 10px;
}
/* Class used style image of team member) */
.icon-team {
	float: left;
}
/* Class used style description of team member) */
.data-team {
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	margin-left: 10px;
}

/* This styles every data line in team member description */
.team-member-data-line {
	margin-bottom: 4px;
}

/* This is used to avoid borders and padding of whole contact form */
.contact-fieldset {
	border: none;
	padding: 0px;
}

/*Styling for labels in contact form */
.contact-label {
	font-family: Tahoma;
	color: #222222;
	font-size: 11px;
	float: left;
	padding-top: 4px;
	margin-right: 20px;
}

/*Styling for input fields in contact form */
.contact-input {
	float: left;
	border: 1px solid #222222;
	padding: 4px;
	width: 230px;
}

/* subject select in contact section */
.contact-select {
	float: left;
	padding: 2px;
}

/* message body text field in contact section */
.contact-body {
	float: left;
	padding: 5px;
	border: 1px solid #222222;
	font-family: Tahoma;
	font-size: 12px;
}

/* Contact submit button */
.contact-button {
	border: 1px solid #222222;
	margin-left: 93px;
	margin-top: 10px;
	padding: 5px;
	background-image:url(images/bg-nav.jpg);
	background-repeat:repeat-x;
}

#contact-form {
	float: left;
}

#contact-maininfo {
	float: right;
}

.contact-form-all {
	margin-top: 10px;
}

/* class used to clear float */
.clear {
	clear: both;
}

.slide {
	width: 500px;
}

#wp-calendar {
	margin: auto;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 10px;
	border-collapse: collapse;
}

#wp-calendar td {
	width: 33px;
	height: 33px;
	text-align: center;
	border: 1px solid #ccc;
}

#wp-calendar caption {
	text-align: left;
	margin-bottom: 10px;
	color: #666;
}

h2.widgettitle {
	font-size: 1.5em;
	margin: 0px 0px 10px 15px;
}

.textwidget {
	margin: 0px 15px;
}

/* Searchbox widget */

label.hidden {
	display: none;
}

#searchform div {
	padding-left: 17px;
}

#s {
	width: 160px;
	height: 15px;
	padding: 5px;
	background-color: #f5f5f5;
	border: 1px solid #bcbbba;
}

/* contact form */
.contact-form label {
	width: 100%;
	display: block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}

.contact-form textarea {
	float: none;
	clear: both;
	background-color: #f9f9f9;
	border: 1px solid #bcbbba;
	padding: 5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
}

.contact-form input {
	padding: 3px;
	background-color: #f9f9f9;
	border: 1px solid #bcbbba;
	margin-bottom: 10px;
}

.contact-form .submit {
	background-color: #f9f9f9;
	border: 1px solid #bcbbba;
	display: block;
	width: 50px;
	padding: 5px;
	margin-top: 10px;
}

.avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 20px;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #666666;
}

.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
}

.blog-header {
	float: left;
}

.blog-text {
	padding-top: 3px;
}

.comment-author {
	padding-bottom: 5px;
}

.comment-meta {
	padding-top: 5px;
	width: 400px;
	padding-left: 20px;
}

.commentlist p {
	clear: both;
}

.post-comments {
	border-top: 1px dotted #666666;
}

.comment {
	border-top: 1px dotted #666666;
	padding-top: 20px;
}

#commentform textarea {
	width: 560px;
	padding: 5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #f9f9f9;
	border: 1px solid #bcbbba;
}

#commentform input {
	background-color: #f9f9f9;
	border: 1px solid #bcbbba;
	padding: 3px;
}

.post-comments .navigation{
	display: none;
}

.sidebar ul {
	margin-top: 5px;
	padding-left: 15px;
	font-size: 13px;
}

.sidebar ul li {
	margin-bottom: 5px;
}

/* blog */
.post h2 {
	float: left;
}

.post .post-content h2 {
	float: none;
}

.post-date {
	float: right;
	padding-left: 20px;
	margin-top: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #666;
}

.post-info {
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #666666;
	font-style: italic;
	float: right;
	margin-top: 9px;
	padding-left: 20px;
}

.post-info .post-date{
	float: none;
	padding-left: 0px;
}

.post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.more-link {
	float: right;
}


/* javascript off fallback */
#header-about {
	margin-top: 60px;
	height: 140px;
	overflow: hidden;
}

.arrow-left, .arrow-right {
	display: none;
}