/*  
Theme Name: USBUSSERV Theme
Description: The default English theme for USBUSSERV site.
Version: 1.3
Author: ScorpAL
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}

#page {
	text-align: left;
/*	background: url(images/page-bg.png) repeat-x 0px -95px;*/
	clear: both;
}

#header {
	background: url(images/page-bg.png) repeat-x 0px 0px;
	}

#headerimg h1 {
	margin-left: 10px;
}
	
#headerimg h1 a {
	text-indent: -100em;
	overflow: hidden;
	background: url(images/logo.gif) no-repeat;
	height: 95px;
	width: 299px;
	display: block;
	}

#headerimg .description {
/*	display: none;*/
	position: absolute;
	left: -999px;
}

#content {
	font-size: 1.2em;
	min-height: 750px;
	height:auto !important;
	height: 750px;
	background-image: url(images/text-bg.png);
	background-repeat: repeat-y;
	background-position: right;
}

* html #content {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/eng/wp-content/themes/usbusserv/images/text-bg.png", sizingMethod="scale");
}

.narrowcolumn {
	float: right;
	padding: 0;
	margin: 0px 0px 0;
	width: 701px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	border-top: 1px solid #850000;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.post h1 {
	font-size: 1.6em;
	}

.post h2 {
	font-size: 1.3em;
	margin-top: 20px;
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist {
	margin: 0 30px 0 30px;
}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0; 
	}

#page {
	margin: 0 0 0 0%;
	padding: 0;
/*	width: 760px;	*/
	width: 950px;
	padding-right: 20px;
	padding-left: 20px;
	}

#header {
	margin: 0; 
	padding: 0; 
	height: 95px; 
	width: 990px;
	}

#headerimg {
	margin: 0;
	height: 95px;
	width: 640px;
	float: left;
	}

.post {
	margin: 0 30px 40px 30px;
	text-align: justify;
	color: #666666;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

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

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	height: 70px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	}

#footer div {
	width: 990px;
}
	
#footer p {
	margin: 10px 0 0 30px;
	padding: 25px 30px 0 120px;
	color: #6d6d6d;
	font-size: 1.1em;
	}
	
#footer p.footerCounters {
	margin:0;
	margin-top: 20px;
	padding:0;
	float: left;
	width: 88px;
}

#footer p.floatedLeft {
	float: left;
}

/*#footer p.floatedLeft a {
	margin-left: 30px;
}*/
	
#footer p.floatedRight {
	float: right;
	margin-left: 0;
	padding-left: 0;
}
	
#footer p span {
	text-transform: uppercase;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	font-size: 1.6em;
	color: #850000;
	margin:0;
	padding:0;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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

h3#comments	{
	margin: 0px 30px 0 30px;
	}
	
h3#respond {
	margin: 0px 30px 0 30px;	
}

/* End Headers */



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

/*	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;
	padding-left: 10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

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

.entry ol li {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul, #sidebar ul ol, #sidebar3 ul, #sidebar3 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 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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#header #searchform, .langSwitch, .sitemaplink {
	float: right;
	margin-top: 50px;
	padding-right: 20px;
}

.langSwitch, .sitemaplink {
	color: #850000;
	padding-top: 2px;
}

.langSwitch a {
	text-decoration: underline;
	color: #850000;
}

.sitemaplink a {
	background-image: url(images/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: block;
	width: 11px;
	text-indent: -100em;
	overflow: hidden;
}
	
#sidebar #searchform #s {
	width: 110px;
	padding: 2px;
	margin: 10px auto;
	padding: 5px 3px; 
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 635px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform {
	margin: 0 30px 0px 30px;
	padding-bottom: 30px;
}
	
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	display: none;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 1px 0 10px 0;
	margin-left: 0px;
	width: 240px;
	}

#sidebar3 {
	float: right;
	width: 235px;
}

#sidebar3 ul {
	list-style: none;
}

#centerbar {
	float: right;
}
	
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

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

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

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

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

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

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

/*blockquote {
	margin: 15px 30px 0 250px;
	padding-left: 80px;
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	}*/

blockquote {
	background-image: url(images/blockquote.gif);
	padding-left: 80px;
	background-repeat: no-repeat;
	}
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

	
.widget_rrm_recent_posts {
	height: 323px;
	background-image: url(images/news-bg.png);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.widget_rrm_recent_posts {
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 1.1em;
}

.widget_rrm_recent_posts h2.widgettitle {
	display: none;
}

.widget_rrm_recent_posts h2.widgettitle2, .widget_rrm_recent_posts h2.widgettitle2 a {
	color: #fff;
	font-size: 1.25em;
	margin-bottom: 10px;
}

 .widget_rrm_recent_posts h2.widgettitle2 {
	float: left;
 }

 .widget_rrm_recent_posts h2.widgettitle2 a {
	background: url(images/bullet-orange.gif) no-repeat 100% 50%;
	padding-right: 30px;
	display: inline;
 }

.allNewsLink li {
	text-align: right;
}

.widget_rrm_recent_posts ul {
	clear: both;
}
 
.widget_rrm_recent_posts ul li {
	margin-bottom: 10px;
	_margin-bottom: 0px;
}

.widget_rrm_recent_posts a{
	color: #fff;
	font-weight: normal;
	display: block;
}

.widget_rrm_recent_posts a:hover{
	color: #fff;
}
	
.flexipages_widget ul {
	text-transform: uppercase;
}

li.flexipages_widget {
	height: 500px;
}

#sidebar ul li#flexi-pages-2 {
 	height: 325px;
	margin-bottom: 0px;
 }

.flexipages_widget h2 {
	height: 14px;
}

.flexipages_widget ul ul {
	text-transform: none;
}

.flexipages_widget li {
	line-height: 2em;
}

.flexipages_widget li a {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.flexipages_widget li.current_page_item a {
	background-color: #5b8ec8;
}

.flexipages_widget li.current_page_item li a {
	background-color: transparent;
}

#page {
	border: none;
}

#sidebar a {
	color: #ffffff;
}

.post h2, .post h1 {
	color: #850000;
}

.post h2 a, .post h1 a {
	color: #850000;
}

#page_slogan
{
	height: 117px;
	width:701px;
	background-image: url(images/page-slogan.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	margin-bottom: 20px;
}

#text_bottom {
	background-image: url(images/text-bottom.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 701px;
	clear: both;
	float: right;
}

#sidebar .widget_text, #sidebar3 .widget_text {
	margin-top: 30px;
	padding-left: 15px;
	background-image: url(images/contacts-bg.gif);
	background-repeat: no-repeat;
	background-position: 55px 20px;
}

#sidebar3 .widget_text {
	margin-top: 40px;
	padding-bottom: 20px;
}

.widget_text h2, .mainpage h1 {
	border-bottom: 1px dotted #a44040;
	width: 200px;
}

* html .widget_text h2, * html .mainpage h1 {
	border-bottom: none;
	background: url(images/ie6border.gif) repeat-x bottom;
	padding-bottom: 1px;
}

#sidebar .widget_text h2 a, #sidebar3 .widget_text h2 a, .mainpage h1 a
{
	color: #a44040;
	font-family: Arial;
	background: url(images/bullet-white.gif) no-repeat 100% 50%;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar .widget_text h2 a, #sidebar3 .widget_text h2 a, .mainpage h1 a
{
	font-size: 1.4em;
}

#sidebar3 .widget_text h2 {
	font-size: 1.2em;
}

.mainpage .post h1 {
	font-size: 1.2em;	
}

.mainpage {
	float: left;
	width: 670px;
	clear: left;
	margin-top: 40px;
	padding:0;
}

.mainpage h1 {
	width: 100%;
	font-size: 1em;
}

.mainpage .post {
	margin:0;
}

.mainpage .post h2 a {
	font-size: 1em;
	color: #a44040;
}

.mainpage .entry li a {
	background-image: url(images/list-style.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
}

.mainpage .entry {
	font-size: 1.2em;
	text-align: left;
	font-family: Arial;
}

.mainpage .entry ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.mainpage .entry ul li {
	margin: 0;
	padding: 0 10px 7px 0;
}

.mainpage .entry a {
	color: #850000;
	text-decoration: underline;
}

.mainpage .entry a:hover {
	text-decoration: none;
}

.mainpage .entry table {
	width: 100%;
}

.mainpage .entry td {
	vertical-align: top;
	width: 50%;
}

/*#sidebar3 .widget_text h2 a {
	font-size: 1em;
}*/

.widget_text table
{
	width: 200px;
	font-size: 1.1em;
	margin-top: 20px;
}

#sidebar .widget_text table a, #sidebar3 .widget_text table a {
	color: #952222;
	text-decoration: underline;
}

#page-links {
	font-weight: bold;
	padding-top: 20px;
}

#page-links a {
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	text-decoration: underline;
}

#page-links a:hover {
	background-color: #5B8EC8;
	color: #fff;
	text-decoration: none;
}

.rss {
	float: right;
	display: block;
	width: 44px;
	height: 16px;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	text-indent: -1000em;
	margin-top: 4px;
}

.secimgdiv img
{
	vertical-align: bottom;
}

#content .entry table {
	border: 1px solid #BDD1EA;
	width: 100%;
	margin-top: 20px;
}

#content .entry table td {
	background-color: #F0F0F0;
}

#content .entry table td, .entry table th {
	padding: 3px 10px 3px 10px;
}

#content .entry table th {
	background-color: #5B8EC8;
	color: #fff;
}

ul.recommendedPages {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	border-top: 1px solid #DDDDDD;
}

ul.recommendedPages h4 {
	margin-bottom: 7px;
}

ul.recommendedPages ul li {
	line-height: 1.6em;
}

ul.recommendedPages ul {
	list-style: disc;
}

.pageimg {
	float: right;
	padding:10px;
	border: 1px solid #777777;
	margin-left: 20px;
	margin-bottom: 20px;
}

.pageimg img {
	border: 1px solid #777777;	
}