/*
Theme Name: SAR Transport
Theme URL: http://www.sartransport.com/
Description: SAR Transport theme
Author: Kudos InfoMedia
Author URI: http://www.kudosinfomedia.com/
Version: 1.0
*/

@charset "utf-8";

/* Begin Structure */
body {
	margin:0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff url(images/bg.jpg) repeat;
	color: #333;
	text-align: center;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	background:url(images/contentBg.gif) repeat-y;
	overflow:hidden;
	height:100%;
	}

#header {
	margin: 0 auto;
	padding: 10px 0 0;
	height: 130px;
	width: 1000px;
	background:  url(images/header.jpg) bottom center;
	}

#logo {
	margin: 10px 0 0;
	height: 95px;
	width: 163px;
	float:left;
	}
#breadcrumb {
	background:url(images/breadcrumBg.gif) no-repeat;
	height:30px;
	width:1000px;
	font-size:14px;
	line-height:1.3em;
	padding-top:12px;
	padding-left:10px;
	font-style:italic;
	color:#003366;
	}
#breadcrumb span {
	margin-left:25px;
	font-style:normal;
	}
.narrowcolumn {
	float: left;
	padding-left: 20px;
	margin: 0px;
	width: 710px;
	}
	
.narrowcolumn .entry {
	line-height: 1.8em;
	font-size:16px;
	}
	
#content {
	font-size: 1.2em
	}
#license {
	width:99%;
	margin:0 auto;
	}
#license span {
	width:23%;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	}
#license span img {
	display:block;
	padding:5px;
	border:1px solid #336699;
	background-color:#0282c9;
	}
.post {
	margin: 0px;
	text-align: justify;
	}
	
.post hr {
	display: block;
	}

.clear {
	clear: both;
	height:0;
	}

#footer {
	padding: 0;
	margin:0 auto;
	width:1000px;
	clear: both;
	border: none;
	color:#333;
	}

#footer p {
	margin: 0;
	float:left;
	padding: 10px 0;
	font-size:12px;
	text-align: center;
	}
	
#footer ul {
	float:right;
	list-style:none;
	font-size:12px;
	padding: 10px 0
	}
#footer li {
	display:inline;
	margin:0 5px;
	}

/* End Structure */

/* Begin link styling*/

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	outline:none;
	}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
	}

/* end link styling */

/*	Begin Headers */

h1 {
	font-size: 2em;
	padding-top: 15px;
	margin: 0;
	font-weight: bold;
	}
	
.description {
	font-size: 1.6em;
	color: #666;
	text-align:right;
	margin-top:10px;
	}

#header h1, #header h1 a {
	text-decoration: none;
	color: white;
	text-align:center;
	}
	
h2 {
	margin: 15px 0 0;
	font-weight: normal;
	font-size: 1.8em;
	line-height:1.4em;
	border-bottom:1px solid #ccc;
	}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #ed5f00;
	text-decoration: none;
	}
	
h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
	color: #006699;
	text-decoration: none;
	}
	
h3 {
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.4em;
	line-height:1em;
	}

h3.comments {
	padding: 0;
	margin: 10px auto;
	}

h4 {
	font-size: 1.2em;
	line-height:1em;
	}
	
h5 {
	font-size: 1em;
	line-height:1em;
	}
	
h6 {
	font-size: 0.8em;
	line-height:normal;
	}

/* End Headers */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 5px 0 5px 20px;
	border-left: 5px solid #ccc;
	background-color:#ddd;
	color:#777;
	font-style:italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	text-align: center;
	padding:30px 0;
	}
	
.date {
    background: url(images/dateBg.gif) no-repeat;
    width:34px;
    height:43px;
    color:#FFFFFF;
    font-size:15px;
    text-align:center;
    padding-top:2px;
    float:left;
    display: none;
    }
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}
	
.thread-alt {
	background-color: #f8f8f8;
	}

.thread-even {
	background-color: white;
	}

.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

code {
	font: 1.1em Arial, Helvetica, sans-serif;
	}
/* End Various Tags & Classes*/

	
/* Begin Comments*/
.comment {
	background-color:#efefef;
	border:1px solid #ccc;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 5px;
	}

.commentlist li {
	font-weight: bold;
	margin: 0px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}


.commentlist li .avatar { 
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 0px;
	text-align: justify;
	}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color:#777;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentCount {
    background:url(images/commentsIcon.gif) no-repeat;
    width:21px;
    height:20px;
    color:#333333;
    }
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* End Comments */


/* Begin PostMetaDeta */	

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: both;
	color: #777;
	}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End PostMetaDeta */



/* misc styles starts */

strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {overflow:scroll;}
pre, code {margin:1.5em 0; white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#999;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#ccc;}
tfoot {font-style:italic;}
/* misc styles ends */

/* forms css starts */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
textarea {width:100%;height:40px;padding:5px;}
/* forms css ends */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
a img {
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
	
.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
/* End Lists */

/* Begin Sidebar */
#sidebar{
	padding: 20px 0 10px 0;
	margin:0;
	margin-left:30px;
	width: 225px;
	float:left;
	}

#sidebar h2 {
	font-size: 1.7em;
	text-transform:capitalize;
	text-decoration:none;
	margin: 5px 0 0;
	padding: 0;
	color:#ed5f00;
	}
#sidebar form {
	margin: 0;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 15px;
	padding-left:10px;
	
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 10px 0 0;
	padding: 0;
	color: #777;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* End Sidebar */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 70%;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	width: 20%;
	}

/* End Form Elements */


/* Begin Captions */
.aligncenter,div.aligncenter {
	display: block;
	margin:0 auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-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;
}

/* End captions */


/* Calendar styling starts */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 70%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	text-decoration:none;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* Calendar styling ends */

/* Dropdown menu styles Begin */
ul#dropmenu  { position:relative;z-index:300; float:right; background:url(images/navBg.gif) repeat-x;list-style:none;margin:15px 0;padding:0;height:52px; }
#dropmenu a {display:block;}
#dropmenu li {float:left; position:relative;margin:0; padding:0 15px; top:15px; font-size:18px}
#dropmenu li.img {float:left; position:relative;margin:0; padding:0; top:0px;}
#dropmenu ul {position:absolute; display:none; width:10em; top:0.9em; left:-5em; text-align:left;}
#dropmenu li ul {width:14.1em; list-style:none; }
#dropmenu li ul a {width:10em; height:auto; float:left; padding:5px 10px;background-color:#efefef;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:10em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
#dropmenu li a:link, #dropmenu li a:visited{color:#666;	}
#dropmenu li a:hover, #dropmenu li a:active, #dropmenu li.current_page_item a, #dropmenu li a.current_page_item {color:#ed5f00;text-decoration:none;}
#dropmenu li li a:link, #dropmenu li li a:visited{color:#666;}
#dropmenu li li a:hover, #dropmenu li li a:active, #dropmenu li li.current_page_item a, #dropmenu li li a.current_page_item {color:#ed5f00;text-decoration:none;}
/* Dropdown menu styles Ends */

/* Slider styles Begin */
#featured { padding: 0px; width: 870px; float: left; color: #333; margin: 10px 5px 0px; height: 324px; overflow: hidden; text-align:left}
#featured-container { width: 1000px; height: 324px; background-image: url(images/slideshowBg.jpg); background-repeat:no-repeat; margin:0 auto;}
.next { width: 37px; height: 43px; background-image: url(images/slideRight.jpg); cursor: pointer; float: left; margin: 150px 5px 0px; }
.prev { width: 37px; height: 43px; background-image: url(images/slideLeft.jpg); cursor: pointer; float: left; margin: 150px 5px 0px; }
#featured ul { height: 275px; margin:10px 0 0; list-style-image: none; list-style-type: none; padding: 0px; width: 6000px; }
#featured ul li { height: 275px; width: 875px; margin: 0px; padding: 0px; float: left; }
#featured-container h2 {color:#003366; border-bottom:none;}
.excrept { width:550px; float:left; font-size:16px; margin-right:60px;}
.bannerImg { width:225px; float:left; text-align:center;}
.bannerImg .attach {margin:20px auto;}
a.readMore {background:url(images/readBtn.png) no-repeat; width:78px; display:block; height:18px; color:#FFFFFF; padding:5px 8px 20px;}
/* Slider styles Ends */

/* Homepage Blue Column styles Begin */
.column {
	width:1000px;
	margin:5px auto;
	}
.column .top-left, .column .top-right, .column .bottom-left, .column .bottom-right { 
	background:url(images/blueColumn.jpg);
	height: 10px;
	font-size: 2px;
	}
.column .top-left, .column .bottom-left { 
	margin-right: 10px;
	}
.column .top-right, .column .bottom-right { 
	margin-left: 10px;
	margin-top: -10px;
	}
.column .top-right {
	background-position: 100% 0;
	}
.column .bottom-left  { 
	background-position: 0 100%;
	}
.column .bottom-right { 
	background-position: 100% 100%;
	}
.column .inside {
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	background: #0066ae url(images/gradient.gif) repeat-x;
	padding-left: 10px;
	padding-right:10px;
	}
.column span.notopgap, .column span.nobottomgap { margin:0;padding:0;height:1px; line-height:0em; display:block;}
.column h3 {
margin:15px 0;
}
.column ul, .column ul li{
	margin-left:0px;
	}
.column a{
	display:block;
	color:#ccc;
	width:70px;
	margin-top:10px;
	}
.column a:hover {
	color:#fff;
	}
/* Homepage Blue Column styles Begin */

/* Easy Tooltip Style Begin */

#easyTooltip{
	background:transparent url(images/tool.png) no-repeat;
	color:#333;
	width:297px;
	height:210px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
#easyTooltip h4{
	margin:.2em 0;
	font-size:14px;
	padding:0 1px;
	padding:10px 10px 0;
	}
#easyTooltip p{
	margin:.2em 0;
	padding:5px 10px;
	font-size:12px;
	}		

/* Easy Tooltip Style End*/

/* Contact Form Style Begin */
.wpcf7-form label{
	float:left;
	font-size:14px;
	font-weight:normal;
	width:250px;
	}

.wpcf7-form span{
	float:left;
	display:block;
	width:262px;
	margin-top:5px;
	}
	
.wpcf7-form span input, .wpcf7-form span textarea {
	border:1px solid #ccc;
	padding:3px;
	}
	
.wpcf7-form input[type="submit"] {
	background: url(images/readBtn.png) no-repeat;
	border:none;
	cursor:pointer;
	color:#fff;
	width:94px;
	font-size:18px;
	padding-bottom:10px;
	height:33px;
	float:left;
	margin-left:250px;
	margin-top:15px;
	
	}
.wpcf7-form p {
	clear:both;
	margin:0;
	margin-bottom:10px;
	}

/* Contact Form Style End */

