/*
Theme Name: TraQs
Theme URI: 
Description: 
Version: 1.0
Author: UiDigital
Author URI: http://UiDigital.com/
*/

/* BASIC */
body {
	background: #FFF url('images/body.png') left top repeat-x;
	margin: 0;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	color: #666;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

canvas {
	position: absolute !important;
	top: 0;
	left: 0;
}

a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #4d4d4d;
}

a:active {
  outline:none;
}

img {
	border: none; outline: none;
}

.clear {
	clear: both;
}

.noborder {
	border: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

.nopadding-right {
	padding-right: 0 !important;
	border: 0 !important;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a, h5, h5 a, h6, h6 a {
	color: #333!important;
	text-decoration: none !important;
}

h1 {
	font-size: 34px;
	margin-bottom: 15px;
}

h2 {
	font-size: 32px;
	line-height: 39px;
	margin-bottom: 15px;
}

h3 {
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 12px;
}

h4, h5 {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 10px;
}

h5 {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}

.newdesign {
		border: 0px none;
		margin: 20px 0 0px -7px;
}

.textholder img {border: 1px solid #dfdfdf;}

.textholder ul, .textholder ol {
	margin: 10px 0 20px 30px;
}

.textholder ul.m40 li {
	list-style: none !important;
	padding-left: 15px;
	background: transparent url('images/bullet.png') left top no-repeat;
}

.textholder ul li {
	list-style-image: url('images/bullet.png');
	list-style-position: outside;
	margin: 0 0 5px 15px;
}

.textholder ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 5px 15px;
}

blockquote {
	padding: 11px 30px 15px 40px !important;
	width: 485px;
	margin: 15px auto;
	position: relative;
	overflow: auto;
	background: #e4e4e4 url('images/blockquote.png') left top no-repeat;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #d8d8d8;
	border-right-color: #f6f6f6;
	border-bottom-color: #f1f1f1;
	border-left-color: #d2d2d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

blockquote h3 {
	padding: 0 0 8px 0;
	margin: 0 !important;
	font-size: 17px;
}

blockquote p {
	padding: 0 0 5px 0;
	overflow: auto;
	margin: 0 !important;
}

p {
	margin-bottom: 15px;
	line-height: 18px;
}

p.index {
	margin-bottom: 10px;
}

.bottom8 {
	margin-bottom: 8px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #d2d2d2;
}

/* wp style */
.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft, .alignright {
	margin-bottom: 15px;
	display: inline;
	position: relative;
}

.wp-caption-text {
	text-align: center;
	font-size: 10px;
	color: #666;
	line-height: 13px;
	margin-top: 13px;
}

img#wpstats {
	display: none !important;
}

/* CONTAINER */
#container {
	width: 983px;
	margin: 0 auto;
	background: transparent url('images/container.png') left top no-repeat;
	overflow: auto;
	position: relative;
}

/* HEADER */
#header {
	width: 975px;
	padding: 0 0 0 8px;
}

#logo {
	margin-top: 15px; margin-left: 15px;
}

#logo, #logo h1, #logo a {
	width: 217px;
	height: 110px;
	text-decoration: none !important;
}

#logo a {
	background: transparent url('images/logo.png') left top no-repeat;
	text-indent: -9999px;
	display: block;
}

#logo a:hover {
	background-position: left bottom;
}

#header-right {
	margin-top: 2px;
}

#header-phone {
	font-size: 20px;
	color: #fff;
	height: 22px;
	padding: 7px 25px 3px 40px;
	margin-top: 3px;
	background: transparent url('images/ico-phone.png') left top no-repeat;
}

#header-emailAddress
{
	padding: 7px 25px 3px 10px;
	margin-top: 3px;
}


#header-emailAddress A
{
	font-size: 20px;
	color: #fff;
}


#header-search {
	margin-top: 5px;
	height: 29px !important;
	margin-right: 48px;
}


#header-search div {
	float: left; position: relative; display: inline;
}


#header-search #s {
	background: transparent url('images/ico-search.png') left 1px no-repeat;
	padding: 5px 10px 8px 34px;
	height: 16px;
	width: 110px;
	font-size: 11px; line-height: 11px; color: #FFF;
}

#header-search #searchsubmit {
	font-size: 11px; color: #FFF; text-shadow: -1px -1px #0071BC; text-align: center;
	background-color: #86B9D4;
	cursor: pointer;
	margin-left: 7px;
	height: 27px; width: 55px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #9EC6DD;
}

#header-search #searchsubmit:hover {
	background-color: #93c0d8;
	border: 1px solid #b7d5e6;
}

/* NAVIGATION */
#container #navigation {
	padding: 0; z-index: 1;
}

#navigation ul.sf-menu {
	list-style: none;
	margin: 6px 0 0 0;
	font-weight: normal !important;
	text-indent: 0 !important;
	width: 743px;
	height: 77px;
	background: transparent url('images/sf-menu.png') right top no-repeat;
}

#navigation ul.sf-menu > li {
	margin-top: 12px;
	border: 0;
	border-left: 1px solid #91C1E1;
	border-right: 1px solid #0775BD;
	text-align: center;
}

#navigation ul.sf-menu li.current_page_item a {
	font-weight: bold;
	color: #fff;
}

#navigation ul.sf-menu > li a:hover {
	color: #fff;
	background: #1c88d0;
}


#navigation ul.sf-menu > li a {
	padding: 7px 19px;
	display:block;
	text-decoration: none !important;
	color: #eee;
	text-shadow: -1px -1px #0071BC;
	font-size: 13px;
	font-weight: normal;
}

#navigation ul.sf-menu > li.page-item-first {
	border-left: none !important;
	margin-left: 48px;
}

#navigation ul.sf-menu > li.page-item-first a {
}

#navigation ul.sf-menu > li.page-item-last {
	border-right: none !important;
}

#navigation ul.sf-menu > li.page-item-last a {
	padding-right: 17px;
}

/* CONTENT */
#content, #content-home {
	width: 913px;
	padding: 0 35px;
	position: relative;
	background: transparent url('images/content2.png') center top scroll repeat-y;
	overflow: auto;
}

#content {
	padding-left: 21px; width: 927px;
}

#content-home {
	background-image: url('images/content-home.png');
}

#content-top, #content-bottom, #content-top-home, #content-bottom-home {
	position: relative;
	width: 983px; height: 46px;
	background: transparent url('images/content-top2.png') center top no-repeat;
}

#container #content-top, #container #content-top-home {
	height: 43px;
	margin-top: 17px; z-index: 0 !important;
}

#content-top {
	 background-position: center bottom;
	 height: 43px !important; z-index: 0 !important;
}

#content-top-home {
	height: 18px; margin: 0 !important;
	background: transparent url('images/content-top-home.png') center -9px no-repeat;
}

#content-bottom {
	background-image: url('images/content-bottom.png');
	background-position: center top;
}

#content-bottom-home {
	background-image: url('images/content-bottom-home.png');
	background-position: center top;
}

/* FOOTER */
#footer {
	clear: both !important;
	width: 100%;
	background: #fff url('images/footer-bckg.png') left bottom repeat-x;
	overflow: auto;
	font-size: 11px;
	line-height: 18px;
	min-height: 197px;
	text-align: center;
}

#footer, #footer a {
	color: #808080;
	font-weight: normal !important;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-content {
	width: 983px;
	margin: 0 auto;
}

#footer-clients {
	height: 124px !important;
	background: transparent url('images/footer.png') center bottom no-repeat;
	text-align: left;
	padding: 0 27px 0 43px; width: 913px;
	overflow: auto;
}

#footer-clients .title {
	font-size: 22px; color: #333;
	margin-bottom: 10px; margin-top: 5px;
}

/* ALIGNS */
#logo, #navigation ul li, #footer ul.main > li {
	float: left;
	display: inline;
	position: relative;
}

#header-right, #header-emailAddress, #header-phone, #header-search, #header-right #navigation {
	float: right;
	display: inline;
	position: relative;
}

.wpcf7-form input,
.wpcf7-form textarea{background-color: #eee; border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; padding:6px 10px;}
#submit{cursor:pointer;}

.wpcf7-form input:hover,
.wpcf7-form textarea:hover{border-bottom: 1px solid #999; border-right: 1px solid #999;}

#sitemap {margin:26px 0 0 32px;}
#sitemap a{text-decoration:none;}
#sitemap a.toplevel{font-size:20px;line-height:50px;}
#sitemap a.medlevel{font-size:12px;line-height:21px;color:#777}
#sitemap a.lowlevel{font-size:12px;font-weight:normal;line-height:18px;color:#999}
#sitemap a.medlevel:hover{color:#555}
#sitemap a.lowlevel:hover{color:#777}


.heading2,
.heading3
{
}

.heading2
{
    font-size: 130%;
    font-weight: bold;
}

.heading3
{
    font-size: 110%;
    font-weight: bold;
}


.highlightText,
.highlightText A
{
    color: #0070CE;

}


.altHighlightText,
.altHighlightText A
{
    color: #FEAC2A;
}



.projectTitle
{
    color: #0070CE;
    font-weight: bold;
}

.clientName
{
    color: #0070CE;
    font-weight: normal;
}

.taglineH3,
.taglineH4 
{
    font-family: Arial;
    font-weight: bold;
}

.taglineH3
{
    font-size: 12pt;
}


.taglineH4 {
    font-size: 10pt;
}


.imageFlowTextRight
{
    float: right;
}

.strong
{
    font-weight: bold;
}



.textholder ol ol li
{
	list-style-type: lower-alpha;
}


table
{
	margin-bottom: 1em;
}


table.standardTable
{
	border-collapse: collapse;
}


table.standardTable tr
{
	font-size: 95%;
}


table.standardTable,
table.standardTable td,
table.standardTable th
{
	border: 1px solid #c0c0c0;
}


table.standardTable td,
table.standardTable th
{
	padding: 0.5em;
}


table.standardTable td
{
	text-align: center;
}


table.standardTable th
{
	background-color: #f7f7f7;
	text-align: center;
}


table.standardTable th + th
{
	width: 38%;
}

table.standardTable th + th + th
{
	width: 38%;
}




table.noMarginTable
{
	border-collapse: collapse;
}


table.noMarginTable td
{
	margin: 0px;
	padding: 0.25em;
}



div.bottomBarBox
{
	padding: 10px;
	background-color: #CEEFCF;
	border-radius: 8px;
	width: 30em;
	text-align: center;
	margin-bottom: 1.5em;
}

div.bottomBarBox .boxTitle
{
	font-weight: bold;
	font-size: 130%;
	color: #ff0000;

}

div.bottomBarBox p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

div.bottomBarBox p + p 
{
	margin-top: 1em;
}
