/*
Theme Name: Infoglide
Theme URI: http://infoglide.com/
Description: Infoglide corporate website
Author: Tiki2
Author URI: http://tiki2.com
version: 1.0
Tags: one-column, two-column, three-column, widget-ready, copyrighted
*/



/* basics */

* {
	margin:0px;
	padding:0px;
}
body {
	background:#fff;
}
img, fieldset {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	font-family:"Courier New", Courier, monospace;
}
.center {
	text-align: center;
}
.clearboth {
	clear: both;
	text-indent: -1000em;
	font-size: .00001em;
}
.nobanner {
	display: block;
	height: 20px;
}
/* Fonts */
#content h1, #content h2, #content h3, #footer h1, .indexSubBannerBody h1, #indexThreeColBox h1, .content-landing h1, .content-landing h2 {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
#content p, #content ul, #content ol, #content dl, .post form label, #left, #right, #footer ul, .indexSubBannerSidebar, #indexThreeColBox p, .content-landing p, .content-landing ul, .content-landing ol {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
#himenu, #menu, #content #crumbs, #footer .copyright, #landingFooter, .post form input, .post form select, .post form textarea,p.required {
	font-family: Arial, Helvetica, sans-serif;
}
/* 25px */
.indexSubBannerBody h1 {
	font-size: 25px;
}
/* 20px */
#header h1, .post h1, .indexSubBannerBody h1 {
	font-size: 20px;
}
/* 18px */
.post h2 {
	font-size: 18px;
}
/* 16px */
.post h3, .indexColumn h1, #indexThreeColBox h1 {
	font-size: 16px;
}
/* 12px */
#content p, #content ul, #content ol, #content dl, .footerbox h1, #right h2,#right h2 a, #left h2, #left h2 a, .indexSubBannerSidebar, #indexThreeColBox p, #right li.rightbox b {
	font-size: 12px;
}
/* 11px */
#himenu a, #himenu a:hover, #himenu span, #right h3, #left label, #right label, .post form label {
	font-size: 11px;
}
/* 10px */
#header h2, #left a, #right li.rightbox, #right li.rightbox a, .footerbox ul,p.required {
	font-size: 10px;
}
#searchform input#s {
	line-height: 10px;
}
/* 9px */
#content #crumbs, .copyright, #searchform input#s, .navigation, #author, #email, #url, #comment, #submit, cite, #landingFooter {
	font-size: 9px;
}
#content #crumbs {
	line-height: 9px;
}
/* Links */


/* container */
#container, #landingContainer {
	width:980px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
}
#landingContainer {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #666;
	margin-top: 20px;
	background: url(images/header-infoglide-logo.png) no-repeat left top;
	padding-top: 75px;
}
/* header */

#header {
	background:url(images/header-infoglide-logo.png) no-repeat left top;
	width:100%;
	height:70px;
	position: relative;
}
#header #homelink {
	height: 60px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #homelink img {
	height: 60px;
	width: 200px;
}
#header h1 {
	padding:20px 0 0 16px;
	margin:0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#header h1 a {
	color: #404040;
	text-decoration: none;
}
#header h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header h2 {
	color:#333;
	padding: 0 0 0 18px;
	margin:0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#header #himenu {
	position: absolute;
	top: 30px;
	width: 600px;
	right: 20px;
}
#himenu a, #himenu a:hover, #himenu span {
	color: #a4a5a5;
	line-height: 14px;
	margin-left: 20px;
	text-decoration: none;
}
#himenu a:hover {
	color: #666;
	text-decoration: underline;
}
#himenu a:active {
	padding-top: 1px;
}
#himenu span {
	margin-right: 10px;
}
#header #himenu a, #header #himenu span, #header #himenu #searchform {
	float: right;
}
/* main menu */


#menu {
	background:#288ca5;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top: 1px solid #959595;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}
/* content */

#content {
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.content-twocolumn {
	width: 760px;
	margin-left: 25px;
}
.content-twocolumnright {
	width: 765px;
	margin-left: 15px;
}
.content-onecolumn {
	width: 100%;
	margin-top: 15px;
}
.content-threecolumn {
	width: 575px;
	margin-left: 25px;
}
.content-landing {
	width: 940px;
	padding-left: 20px;
}
#content p, #content ul, #content ol, #content dl {
	line-height: 16px;
	padding-bottom: 10px;
}
#content #crumbs {
	display: block;
	margin-bottom: 15px;
	color: #000;
	font-weight: normal;
	font-variant: normal;
}
#content #crumbs a {
	color: #288ca5;
	text-decoration: none;
}
#content #crumbs a:visited {
	color: #093945;
	text-decoration: none;
}
#content #crumbs a:hover {
	color: #288ca5;
	text-decoration: underline;
}
#content #crumbs .current {
	color: #999;
}
.post {
	margin:0;
	padding:0;
}
.post h1 {
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 20px;
}
.post h2 {
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 20px;}
.post a, #landingFooter a, #indexThreeColBox p a {
	color: #288ca5;
	text-decoration: underline;
}
.post a:visited, #landingFooter a:visited, #indexThreeColBox p a:visited {
	color: #093945;
}
.post a:hover, #landingFooter a:hover, #indexThreeColBox p a:hover {
	color: #777;
	text-decoration: none;
}
.post ul {
	margin-left: 15px;
}
.post li {
	list-style: disc;
}
.post dl dt {
	font-weight: bold;
}
.post li, .post dd {
	margin-bottom: 5px;
}
.postmetadata {
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
}
.navigation {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
.alignleft a {
	float:left;
	margin:25px 0;
}
.alignright a {
	float:right;
	margin:25px 0;
}
/* left sidebar */

#left {
	width:170px;
	float:left;
	margin:0;
	padding:10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #959595;
}
#left h2, #right li.rightbox h2 {
	color: #828282;
	margin: 0 0 5;
	padding: 0 0 5;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom: 1px solid #EAEAEA;
}
#left h2 a, #right li.rightbox h2 a {
	color: #828282;
	text-decoration: none;
}
#left h2 a:hover, #right li.rightbox h2 a:hover {
	color: #828282;
	text-decoration: none;
}
#left label {
	font:normal;
	color: #000;
	margin: 0;
	padding: 0;
}
#left p {
	margin:0;
	padding: 0;
}
#left img {
	padding: 0;
	margin: 0;
}
#left li a, #left li a:visited, #right li.rightbox a, #right li.rightbox a:visited {
	color: #818181;
	text-decoration: none;
}
#left a:hover, #right li.rightbox a:hover {
	text-decoration: underline;
}
#left ul {
	margin:0px 0 15px 10px;
	padding:0;
}
#left ul li {
	margin: 0 0 50;
	padding: 0;
	list-style-type: none;
}
#left ul ul {
	margin:0px 0 15px 10px;
	padding: 0;
}
#left ul ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
#left ul ul ul {
	margin: 0;
	padding: 0;
}
#left ul ul ul li {
	padding: 0;
	list-style-type: square;
	color: #898989;
}
/* right sidebar */

#right {
	width:175px;
	float:right;
	margin:0px;
	padding: 0px;
}
#right h2 {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#right h3 {
	color: #288ca5;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#right label {
	color: #000;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#right p {
	margin:0;
	padding:0;
}
#right img {
	padding: 0;
	margin: 0;
}
#right ul {
	margin:0px;
	padding:0px;
}
#right ul li {
	margin: 0;
	list-style-type: none;
}
#right li.rightbox {
	border: 1px solid #cdcdcd;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 10px;
	margin-bottom: 15px;
}
#right li.rightbox b {
	margin-top: 5px;
}
#right ul ul {
	margin:0px 0 10px;
	padding: 0;
}
#right ul ul li {
	list-style-type: none;
}
#right ul ul ul {
	margin: 0;
	padding: 0;
}
#right ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* forms */
.post form {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #959595;
	width: 400px;
	display: block;
	padding: 10px;
}
.post form fieldset {
}
.post form label {
}
.post form input.fullline, .post form textarea.fullline {
	width: 96%;
	padding-right: 1%;
	padding-left: 1%;
	border: 1px solid #CCC;
}
p.required {
	text-align: right;
	display: block;
}

/* comments */
#commentform {
	background:#fff;
	margin:0;
	padding:0;
}
#commentform p {
	color: #000;
}
#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14pt;
}
#commentform h3 {
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
#comment {
	width:80%;
}
#author, #email, #url, #comment, #submit {
	background: #fff;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
}
#submit {
	margin:5px 5px 0 0;
}
#comments {
	margin:0;
	padding:0
}
ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
}
.avatar {
	float:left;
	margin:0 12px 0 0;
}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}
ol.commentlist li.alt {
	background: #eee;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}
ol.commentlist a {
	color:#000;
}
cite {
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}
/* search */

#searchform {
	padding:0;
	margin:0px;
}
#searchform input#s {
	margin:0;
	border:1px solid #a5a5a5;
	padding:2px;
	height: 10px;
	width: 135px;
}
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* footer */

#footer {
	background:#000 url(images/background-footer-gradient.png) repeat-x bottom;
	width: 965px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}
#landingFooter {
	width: 940px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: right;
	clear: both;
}
#landingFooter a {
	float: left;
	width: 300px;
	text-align: left;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footerbox {
	float: left;
}
.footerbox h1 {
	color: #FFF;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.footerbox ul {
}
.footerbox li {
	list-style: none;
}
.footercolumn1 {
	width: 310px;
	margin-right: 10px;
}
.footercolumn1 a {
	margin-right: 3px;
}
.footercolumn2 {
	width: 440px;
	margin-right: 10px;
}
.footercolumn3 {
	width: 175px;
}
.copyright {
	color: #8b8b8b;
	text-align: left;
}
/* INDEX */
#indexHeadline {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	border-bottom: 1px solid #959595;
	background: url(images/background-indexSubBanner.png) repeat-x bottom;
	margin-bottom: 15px;
}
#indexBanner {
	background: #000;
}
#indexBanner h1 {
	color: #FFF;
}
#indexSubBanner {
	padding: 15px 15px;
	clear: both;
}
.indexSubBannerBody {
	float: left;
	width: 630px;
}
.indexSubBannerBody h1 {
	letter-spacing: 2px;
}
.indexSubBannerBody p {
}
.indexSubBannerSidebar {
	float: right;
	width: 312px;
}
.indexSubBannerSidebar a {
	border: 1px solid #959595;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #FFF url(images/background-subbanner-link.png) no-repeat right center;
	display: block;
	padding: 8px 35px 8px 25px;
	width: 248px;
	text-transform: uppercase;
	color: #505050;
	text-decoration: none;
}
.indexSubBannerMarginBot {
	margin-bottom: 10px;
}
#contentindex {
	width:100%;
}
#indexThreeColBox {
	padding-left: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.indexColumn {
	background: url(images/background-indexColumn.png) repeat-x bottom;
	border: 1px solid #959595;
	width: 278px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	padding: 15px;
}
.indexColumn h1 a,.indexColumn h1 a:visited {
	color: #205662;
	text-decoration: none;
}
.indexColumn h1 a:hover {
	color: #205662;
	text-decoration: none;
}
.indexColumnMargin {
	margin-right: 9px;
}
/* INTERIOR */
.interiorbannerimage {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	height: 110px;
	border-bottom: 1px solid #959595;
	margin-bottom: 15px;
}
.interiorbannerimgdefault {
	background: url(images/interiorbanner_default.jpg) no-repeat;
}
