/*
Theme Name: Servoweb.com
Theme URI: http://www.servoweb.com
Description: Custom theme for Servoweb corporate site
Version:0.1
Author: Servoweb Technologies
Author URI: http://www.servoweb.com
Tags: servoweb
*/
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* html redefinitions*/
body {
	background-image: url(/wp-content/themes/servoweb/0/b-bg.png);
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

h1 {
	font-size: 26px;
	text-transform: uppercase;
	color: #666;
}
h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #666;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
}
h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
}
h5, h6 {
	font-size: 15px;
	text-transform: uppercase;
	color: #666;
}
hr {
	clear:both;
	border:0;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #fefefe;
	height:0px;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 10;
}
a:link {
	color: #69A0DC;
	text-decoration: none;
}
a:visited{
	color: #6092C7;
	text-decoration: none;
}
/*divs n ids */
#top-nav-wrap, #mq, #ct, #ft {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.post {
	float:left;
	font-size: 15px;
	line-height: 170%;
	color: #666;
	background-image: url(/wp-content/themes/servoweb/0/post-bg.png);
	background-repeat: no-repeat;
	padding:50px;
	float: left;
	width:900px;
}
#top-nav-wrap {
	height:30px;
	clear:both;
}
#top-nav li {
	display: inline;
	float: right;
	margin-right:20px;
	line-height: 30px;
}
#top-nav a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
#mq #nav {
	float: right;
	width: 700px;
	margin-bottom: 20px;
	margin-right:10px;
	text-align:right;
}
#mq #nav li a{
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin-left: 20px;
	text-shadow: #000 1px 1px 1px;
}
#mq #nav li {
	display: inline;
}

 #servoweb a {
	display:block;
	text-indent:-9009px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	width:230px;
	height:40px;
	background-image: url(/wp-content/themes/servoweb/0/servoweb-logo.png);
 }
#servoweb a:hover {
	background-position: 0 -40px;
}
#mq p {
	width:230px;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#ct p {
	margin-bottom: 15px;
}

#ct {
	background-image:url(/wp-content/themes/servoweb/0/ct-bg.png);
	background-repeat: repeat-y;
}
#mq {
	background-image: url(/wp-content/themes/servoweb/0/mq-bg.png);
	height: 88px;
	padding-top: 37px;
	display: block;
	clear: both;
	float: none;
}
#mq-wrap {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 125px;
}

/* Target Firefox 1.5 and newer [!] */
#mq-wrap, x:-moz-any-link, x:only-child { height: 124px;; }

/*Target IE7 */
html>body #mq-wrap { *height: 125px; }

#sidebar {
	width:250px;
	background-color:#E6E6E6;
	float: right;
	clear: right;
	margin-bottom: 30px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
h2 
{text-shadow: white 1px 1px 1px;}

.skip-to-content {
	display: none;
}
#nav .current_page_item a{
	color: #9C0;
	font-weight: bold;
}
#ft {
	background-image: url(/wp-content/themes/servoweb/0/ft-bg.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	color: #666;
	height:175px;
	font-size: 13px;
	line-height:170%;
	margin-top: -17px;
	margin-bottom: 0px;
	}
#ft #contact-servoweb, #ft #copyright {
	float: left;
	width: 350px;
}
#ft #contact-servoweb{
	width: 340px;
	padding-left: 10px;
}
#ft #rss-feeds {float: left;
width:260px;}

#ft #copyright{
	text-align:center;
	width: 360px;
}
#ft h4 {
	margin-bottom: 10px;
}
#ft .caption {
	text-align:center;
	font-size: 12px;
	font-style: italic;
	color: #999;
}
#homepage #slider {
	background-image: none;
	height: 300px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	width: 920px;
	overflow: hidden;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 956px; /*Width of Carousel Viewer itself*/
	height: 300px;
	margin: 0px;
	padding-left: 20px;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width:960px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:300
.px;
	height: 300px;
}
#homepage .post {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin: 0px;
	width: 950px;
}
.stepcarousel .panel p {
	text-align: justify; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width:500px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 170%;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 40px;
	padding-bottom: 15px;
}
.stepcarousel .panel h2
{
	margin-left: 35px;
	font-weight: bold;
}
.stepcarousel .panel h2 a:link,
.stepcarousel .panel h2 a:visited {
	color:#999;
	background-color: transparent;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.stepcarousel .panel img {
	position: absolute;
	top: 20px;
	right: 60px;
	padding:10px 10px;
	background-color: #A4A4A4;
}
#homepage #sidebar {
	float: none;
}
#homepage .col1{
	margin: 40px;
}
#homepage .col2{
	float: right;
	margin-top: 40px;
	}
#homepage #ct {
	height: 750px;
}
#ct-wrap-listing .listing {
	background-image: none;
}
#ct-wrap #ct #ct-wrap-listing {
	background-image: url(0/ct-wrap-bg.png);
	background-repeat: no-repeat;
	margin-top:1px;
}
.post .alignleft, .post .alignright, .post alignnone {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #CCC;
}
.post .alignleft {
	float: left;
	margin-right: 20px;
}
.post .alignright{
	float:right;
	margin-left:20px;}
.note {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background-color: #C6E3FF;
	border: 1px solid #949494;
	padding: 10px;
	width: 400px;
}
#sidebar ul li li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#sidebar ul li li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width: 100%;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebar .widgettitle {
	margin-bottom: 15px;
}
.form-row {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	clear: both;
	display: block;
}
.form-row label {
	float: left;
	margin-right: 20px;
	width: 150px;
}
#ct #ct-wrap-listing .post {
	margin-bottom: 0px;
	width: 870px;
	margin-top: 50px;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.post-navigation {
	clear: both;
	display: block;
	margin-left:50px;
	padding-top:20px;
	height:30px;
}
.post-navigation li {
	display: inline;
	background-color: #D7D7D7;
	padding: 6px;
	margin-right: 10px;
	border: 1px solid #FFF;
}
