/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(images/bg2.jpg) repeat-x #fff;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000;
	margin: 0;
	padding: 0;
	}

a:link, a:visited {
	color:#f8610e;
	}
	
a:hover, a:active {
	color:#255c9d;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.raquo {
	font-size:1.2em;
	color:#fff;
	}

.section_header_left {
	background:url(images/section_title_bg.gif) repeat-x;
	height:25px;
	padding:5px 10px;
	width:180px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#fff;
	font-weight:normal;
	}

.section_header_right {
	background:url(images/section_title_bg.gif) repeat-x;
	height:25px;
	padding:5px 10px;
	width:599px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#fff;
	font-weight:normal;
	margin-bottom:10px;
	}


.gray_list {
	background:#f6f6f6;
	width:200px;
	margin-bottom:10px;
	}
	
	.gray_list li {
		_position:relative;	 /*to fix the IE bullet peekaboo pug */
		padding:8px 15px 8px 21px;
		line-height:1.2em;
		list-style: none;
		background: transparent url(images/arrow_orange.gif) 10px 11px no-repeat;
		font-weight:bold;
		color:#064780;
		border-bottom:1px solid #e5e5e5;
		}
	
	.gray_list a:link, .gray_list a:visited, .blue_list a:link, .blue_list a:visited {
		color:#064780;
		text-decoration:none;
		}
		
	.gray_list a:hover, .gray_list a:active, .blue_list a:hover, .blue_list a:active {
		color:#f26522;
		}


.blue_list {
	background:#e7f8ff;
	width:200px;
	margin-bottom:10px;
	}
	
	.blue_list li {
		_position:relative;	 /*to fix the IE bullet peekaboo pug */
		padding:8px 15px 8px 21px;
		line-height:1.2em;
		list-style: none;
		background: transparent url(images/arrow_orange.gif) 10px 11px no-repeat;
		font-weight:bold;
		color:#064780;
		border-bottom:1px solid #cfe0ee;
		}

.hr {
	width:100%;
	color:#ccc;
	background:#ddd;
	height:1px;
	overflow:hidden;
	margin:20px 0;
	}

.orange {	
	color:#ff9222;
	}


/* Layout
 * ------------------------------------------------------------------------- */
 
#contentfull { /* Needed div to enable bottom-aligned footer */
	padding: 0px;
	width:860px;
	margin:0 auto;
	line-height:1.8em;
	background:#fff;
	}
	

#title {
	background:url(images/title.gif) no-repeat;
	width:860px;
	height:122px;
	}
	
	#title_left {
		float:left;
		width:350px;
		}
	
	#title p {
		text-indent:-5000px;
		}
		
	#header_home_link {
		width:308px;
		height:64px;
		display:block;
		text-indent:-5000px;
		outline:none;
		margin:30px 0 0 10px;
		}
	
	#title_right {
		width:510px;
		float:left;
		}
		
		
/* ----- Search Form ----- */
#searchform {
	margin:0 0 0 274px;
	padding-top:7px;
	}
	
	#search {
		border:1px solid #000;
		width:168px;
		height:17px;
		float:left;
		margin-right:4px;
		}
		
		#search_button {
			float:left;
			}
			
			

#content_container {
	width:840px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y #fff;
	margin-bottom:10px;
	}


/* ----- Homepage Intro Content ----- */
#intro_content {
	background:#05407c;
	width:840px;
	border-bottom:10px solid #fff;
	}

#intro_content_top {
	background:url(images/intro_content_top.jpg) no-repeat;
	width:840px;
	height:20px;
	overflow:hidden;
	}

#intro_content_bottom {
	background:url(images/intro_content_bottom.jpg) no-repeat bottom left;
	padding:0 20px 20px 20px;
	width:800px;
	color:#fff;
	}

#intro_content_left {
	width:377px;
	float:left;
	}
	
	#intro_content_left h2 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:1.8em;
		margin-bottom:5px;
		}

#flash_image {
	border:10px solid #fff;
	float:right;
	margin:8px 0 0 20px;
	background:url(images/office_photo.jpg) no-repeat;
	width:383px;
	height:251px;
	z-index:0;
	}
	
#more_about {
	background:url(images/more_about_button.gif) no-repeat;
	width:149px;
	height:26px;
	font-weight:bold;
	color:#064780;
	padding:5px 0 0 26px;
	display:block;
	margin:5px 0 15px 0;
	text-decoration:none;
	}	
	
	#more_about:hover {
		color:#f26522;
		}

#envelope {
	background:url(images/envelope.gif) no-repeat;
	width:58px;
	height:32px;
	float:left;
	margin-right:10px;
	margin-top:6px;
	}
	
	

/* ----- Main Content Columns ----- */
#column_left {
	width:200px;
	float:left;
	display:inline;
	margin-right:21px;
	}
	
	
#view_featured_inventory {
	background:url(images/orange_button.gif) no-repeat;
	width:160px;
	height:25px;
	margin-bottom:10px;
	padding:4px 10px 0 30px;
	display:block;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	}
	
	#view_featured_inventory:hover, #view_featured_inventory:active {
		color:#064780;
		}


#view_special_offers {
	background:url(images/blue_button.gif) no-repeat;
	width:160px;
	height:25px;
	margin-bottom:10px;
	padding:4px 10px 0 30px;
	display:block;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	}

	#view_special_offers:hover, #view_special_offers:active {
		color:#f26522;
		}

#rss_lrg {
	background:url(images/rss_lrg.gif) no-repeat top left;
	width:30px;
	height:30px;
	float:left;
	display:block;
	text-indent:-5000px;
	margin-right:10px;
	outline:none;
	}
	
	#rss_link {
		color:#064780;
		text-decoration:none;
		font-size:.92em;
		line-height:1.2em;
		font-weight:bold;
		}
	
	#rss_link:hover, #rss_link:active {
		color:#f26522;
		}

/* ----- WP Recent Posts ----- */
li#recent-posts h3 {
	display:none;
	}


li#recent-posts ul {
	background:#e7f8ff;
	width:200px;
	margin-bottom:10px;
	}
	
	li#recent-posts ul li {
		_position:relative;	 /*to fix the IE bullet peekaboo pug */
		padding:8px 15px 8px 21px;
		line-height:1.2em;
		list-style: none;
		background: transparent url(images/arrow_orange.gif) 10px 11px no-repeat;
		font-weight:bold;
		color:#064780;
		border-bottom:1px solid #cfe0ee;
		}
	
	li#recent-posts ul li a:link, li#recent-posts ul li a:visited {
		color:#064780;
		text-decoration:none;
		}
		
	li#recent-posts ul li a:hover, li#recent-posts ul li a:active {
		color:#f26522;
		}


/* ----- Column Right ----- */
#column_right {
	width:619px;
	float:left;
	display:inline;
	}

#column_right p {
	margin-bottom:12px;
	}

#column_right h2.entry-title {
	font-size:1.8em;
	color:#034784;
	padding-bottom:5px;
	}
	
	#column_right h2.entry-title a:link, #column_right h2.entry-title a:visited {
		color:#034784;
		text-decoration:none;
		}
		
	#column_right h2.entry-title a:hover, #column_right h2.entry-title a:active {
		color:#f8610e;
		text-decoration:none;
		}

.entry-date {
	font-size:.92em;
	color:#888;
	margin-bottom:5px;
	}

#nav-above, #nav-below {
	font-size:.92em;
	}

.nav-previous {
	float:left;
	}

.nav-next {
	float:right;
	}


.entry-content h1 {
	color:#034784;
	font-size:1.8em;
	margin-bottom:12px;
	}

.entry-content h2 {
	color:#034784;
	font-size:1.6em;
	margin-bottom:12px;
	}

.entry-content h3 {
	color:#034784;
	font-size:1.5em;
	margin-bottom:12px;
	}

.entry-content h4 {
	color:#034784;
	font-size:1.2em;
	margin-bottom:12px;
	}

.entry-content h5 {
	color:#034784;
	font-size:1.0em;
	margin-bottom:12px;
	}






/* ----- Lists within main content area ----- */
#column_right ul {
	margin-left:10px;
	}

	#column_right ul li {
		/*_position:relative;	 to fix the IE bullet peekaboo pug...NOTE: MUST BE REMOVED FOR DROP-DOWNS TO WORK IN IE 6 */
		padding-left: 12px;
		line-height:1.2em;
		margin-bottom:8px;
		list-style: none;
		background: transparent url(images/bullet_lrg.gif) 0px 5px no-repeat;
		}

		#column_right ul li ul li {
			background: transparent url(images/bullet_med.gif) 0px 5px no-repeat;
			}

			#column_right ul li ul li ul li {
				background: transparent url(images/bullet_sm.gif) 0px 6px no-repeat;
				}	

		#column_right ul ul, #column_right ul ul ul {
			margin-top:8px;
			}

#column_right ol{ 
	margin-left:30px;
	list-style:decimal;
	}

	#column_right ol li {
		margin-bottom:8px;
		}

		#column_right ol ol, #column_right ol ol ol {
			margin-left:22px;
			margin-top:8px;
			}




/* 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;
}

#column_right .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	margin-bottom:0;
}
/* End captions */




/* ----- Footer ----- */	
#footer {
	position: relative;  /* Needed for Safari */
	padding: 20px 0 10px 0;
	background:url(images/footer2_bg.jpg) repeat-x #064780 top left;
	}
	
#footer_container {
	width:840px;
	margin:0 auto;
	color:#fff;
	font-size:.92em;
	}

#footer_left {
	float:left;
	width:115px;
	display:inline;
	margin-right:60px;
	}
	
	#footer_left p {
		margin-bottom:15px;
		}

#rss_sm {
	background:url(images/rss_sm.gif) no-repeat top left;
	width:15px;
	height:15px;
	float:left;
	display:block;
	text-indent:-5000px;
	margin-right:5px;
	outline:none;
	}
	
	#rss_link_sm {
		text-decoration:none;
		font-size:.92em;
		line-height:1.2em;
		font-weight:bold;
		color:#fff;
		}
	
	#rss_link_sm:hover, #rss_link_sm:active {
		color:#f26522;
		}

#footer_right {
	width:665px;
	float:left;
	display:inline;
	}


#footer ul {
    	margin: 0 0 20px 0;
   		padding: 0;
    	}

 	#footer li {
    	margin: 0;
    	padding: 0 5px 0 7px;
    	display: inline;
    	border-left: 1px solid #fff;
    	line-height:1.7em;
    	background: none;
    	}

	#footer li.first { 
    	border: none;
		padding:0 5px 0 0;
    	}

	#footer a:link, #footer a:visited{
		color:#fff;
		text-decoration:none;
		}

	 #footer a:hover, #footer a:active {
	 	color:#ff9222;
		text-decoration:none;
		}



/* email list sign-up form
 * ------------------------------------------------------------------------- */
#email_list input {
	width:150px;
	float:left;
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	color:#000;
	margin-bottom:8px; /* sets vertical spacing between fields */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.2em;
	border:1px solid #000;
	} 
 
#email_list label {
	font-weight:bold;
	margin-right:10px;
	width:30px;
	float:left;
	}

#email_list input#go {
	width:52px;
	height:18px;
	padding:0;
	border:0;
	float:left;
	margin-left:5px;
	}



/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("images/nav.gif") no-repeat; 
	width:860px; 
	height:34px; 
	margin:0 0 10px 0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:34px; display:block; outline:none; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 66px; left: 0px;}
#nav-02 { width: 137px; left: 1px; }
#nav-03 { width: 149px; left: 2px; }
#nav-04 { width: 119px; left: 3px; }
#nav-05 { width: 90px; left: 4px; }
#nav-06 { width: 95px; left: 5px; }
#nav-07 { width: 123px; left: 6px; }
#nav-08 { width: 74px; left: 7px; }


/*-------------- (-79px) X position of button / (-34px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/nav.gif") -0px -34px no-repeat; }
#nav-02 a:hover { background:url("images/nav.gif") -67px -34px no-repeat; }
#nav-03 a:hover { background:url("images/nav.gif") -205px -34px no-repeat; }
#nav-04 a:hover { background:url("images/nav.gif") -355px -34px no-repeat; }
#nav-05 a:hover { background:url("images/nav.gif") -475px -34px no-repeat; }
#nav-06 a:hover { background:url("images/nav.gif") -566px -34px no-repeat; }
#nav-07 a:hover { background:url("images/nav.gif") -662px -34px no-repeat; }
#nav-08 a:hover { background:url("images/nav.gif") -786px -34px no-repeat; }





/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	text-align:left;
	float:left;
	z-index:5;
	
	}

#nav li ul li { 
	height:24px; 				/* Height of each drop down nav item */
	border:1px solid #fff;
	border-top:none;
	background-color:#e77d17; /* Put background here! Not in the ul!!*/
	left:-1px; /*Optional - Makes drop-down line up even with the dividing line in primary nav (instead of 1px to the right) */
	font-size:.92em;
	color:#fff;
	}	

#nav li ul li a {
	width:100%;
	height:24px;				/* Height of each drop down nav item, should match above */
	line-height:24px;			/* Height of each drop down nav item again, should match above */
	color:#fff;
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color:#fff;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left:0; }

/* Hover styles for drop down items */
#nav-05 ul a:hover { 
	background-image:none;
	background-color:#b75722;
	color:#fff;
	text-decoration:none;
	cursor:pointer; 
	}

/* width of drop down nav - choose width that allows items to display on one line */

#nav-05 ul, #nav-05 li { width:130px; }