/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

 .relatedposts {
 margin:0 0 0 0;background:#ffffff;
 border:1px solid #7de7f2;
 }
 .relatedposts h3{
 font-size:11px;border-bottem:1px dotted #ddd;display:block;
 margin:0 5px 5px 0;
 }
 .relatedposts ul{
 margin:0 0 15px 20px;
 padding:0;
 }
 .relatedposts ul li{
 margin:0 0 4px 0;
 background:url(images/rcomments.gif) no-repeat left;
 padding:1px 0 0 15px;
 list-style:none;
 }
 .relatedposts ul li a:hover{
 color:#fff;
 background:#ef2690;
 }
 .relatedphotos {
 margin-bottom:15px;margin-top:15px;padding:3px;
 border:1px solid #cecece;
 overflow:hidden;background: #eeeeee;
 -moz-border-radius:5px;
 -webkit-border-radius:5px ;
 border-radius:5px ;
 height:100%;
 }
 .relatedphotos h3{
 font-size:17px;border-bottom:1px dotted #cecece;
 margin:5px 20px 4px 5px;color: #61666C;font-weight:bold;
 }
 .relatedphotos ul{
 margin:0 0 15px 20px;
 padding:0;
 }
 .relatedphotos ul li{
 margin:0 20px 4px 0;
 padding:5px;
 list-style:none;
display:inline;
 width:170px;
 float:left;font-size:12px;font-weight:bold;
 text-align:left;
}
.relatedphotos ul li a{
color:#2B75BA;padding:2px;
}
.relatedphotos ul li a:hover{
color:#333;
}
#hd {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#D3D4D6 url(http://www.uship.com//public/images/elements/header/masthead.png) repeat-x scroll 0 0;
border-color:-moz-use-text-color -moz-use-text-color #C6C8CA;
border-style:none none solid;
border-width:0 0 1px;
color:#414042;
font-family:arial,helvetica,clean,sans-serif;
font-size:100%;
height:56px;
line-height:17px;
margin:0 0 6px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
text-align:left;
}

.hd-inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none;
color:#414042;
font-family:arial,helvetica,clean,sans-serif;
font-size:100%;
height:56px;
line-height:17px;
margin:0 auto;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0 7px;
position:relative;
width:960px;
}
.custom #header {
background-image:url(http://www.uship.com/public/images/promo/helponwheels/helponwheels_header.jpg);
background-repeat:no-repeat;
height:173px;
width:960px;
padding-bottom:0em;
padding-top:0em;
padding-left:0;
padding-right:0;
}

.custom .widget h3, .custom .widget h3 a
{
background-color:#5B8FB5;
color:#FFFFFF;
height:30px;
line-height:30px;
padding:0 10px;
font-size:14px;
font-weight:bold;
position:relative;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
font-variant:normal;
}

.custom #multimedia_box 
{
margin-bottom: 5px;
}

.custom #page 
{
padding-top:0px;
}

.breadcrumb
{
margin-bottom:15px;
font-size:11px;
}