/*
Theme Name: Warehousing and Fulfillment
Theme URI:
Description:
Version: 1.6
Author: Greg Burkett
Author URI: http://ripfish.com/
Tags: blue, custom header, fixed width, two columns
*/

body {
background:url(images/bg-warehousing.jpg);
text-align:center;
margin:0;
padding:0;
margin-top:15px;
font-family:Trebuchet ms, Arial, Helvetica, sans-serif;
color:#555;
font-size:13px;
line-height:18px;
}

blockquote{
background:#f3f3f3;
border:1px dashed #3399CC;
border-left:4px solid #3399CC;
font-style:italic;
margin:8px 0;
padding:0 10px;
font-size:14px;
line-height:22px;
}

a,
a:visited {
color:#EF6616;
}

h1{
font-size:24px;
color:#F59139;
margin:5px 0 8px 0;
}

h2 {
font-size:15px;
font-weight:bold;
color:#56A2C0;
margin:0;
padding:0;
}

#wrapper{
margin:0px auto;
text-align:left;
width:1000px;
background:white;
}

#nav{
height:30px;
width:1000px;
background:url(images/nav-bg.jpg);
background-repeat:repeat-x;
margin:0 auto;
border-bottom:3px solid white;
padding-top:11px;
}

#nav li {
display:inline;
list-style:none;
}

#nav a{
color:white;
text-decoration:none;
padding:0 14px;
font-size:15px;
font-weight:bold;
border-right:1px solid #9AC8DA;
}

#nav a:hover{
text-decoration:underline;
}

#header{
width:1012px;
height:119px;
margin:0 auto;
}

#howitworks{
height:183px;
width:334px;
float:left;
}

#homesplash{
height:182px;
width:666px;
float:left;
}

#bluedivider{
width:1000px;
height:9px;
background:#377B95;
}

#supplierlogos{
width:1000px;
height:56px;
}

#supplierlogos img{
margin-right:5px;
margin-left:22px;
}

#left-column{
margin-top:5px;
width:302px;
float:left;
margin-left:12px;
}

#rightcolumn{
margin-top:5px;
width:636px;
float:left;
margin-left:13px;
padding-right:15px;
border-right:1px dashed #ddd;
}

#box{
width:302px;
background:url(images/box-bg.jpg);
margin-bottom:5px;
font-size:11px;
}

#footer{
text-align:right;
height:38px;
padding:6px 10px 0 0;
font-size:11px;
color:#888;
background:#fafafa;
}

#footer a{
text-decoration:none;
}

#quotebox{
background:url(images/quote-box-bg.jpg);
}

#breadcrumbs{
font-size:11px;
margin:0 0 16px 0;
}

#quotecolumn{
float:left;
margin-left:10px;
width:200px;
}

#quotecolumn li{
margin:5px 0 0 9px;
text-indent:-9px;
padding:0;
}

#quotecolumn ul{
list-style:none;
margin:0;
padding:0;
}

#quotecolumn a{
font-size:13px;
font-weight:bold;
color:#327D90;

}

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


/*WORDPRESS STUFF*/

/* 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 */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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 */


