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

/* Reset ************************** */
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
		}
		/* remember to define focus styles! */
		:focus {
		outline: 0;
		}
		body {
		line-height: 1;
		}
		ol, ul {
		list-style: none;
		}
		/* tables still need 'cellspacing="0"' in the markup */
		table {
		border-collapse: separate;
		border-spacing: 0;
		}
		caption, th, td {
		text-align: left;
		font-weight: normal;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
		content: "";
		}
		blockquote, q {
		quotes: "" "";
		}
strong {font-weight:bold;}

a {
	color:#2167bd;
	text-decoration:underline;
}

h2 a, h3 a, h4 a {text-decoration:none;}

h2, h3, h4 {
	font-weight:bold;
	color:#111;
	text-transform:uppercase;
	border-bottom:1px solid #bde;
	margin-bottom:10px;
	padding:3px 0;
}

h2 {font-size:20px;}
h3 {font-size:18px; margin:20px 0 5px;}
h4 {font-size:16px;}

small {font-size:80%;}

body {
	background:#0F1B29 url(images/bodybg.png) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#superheader {
	height:60px;
	background:url(images/superheaderbg.gif) bottom left no-repeat;
}
	
	#todayis {
		margin:25px 0 0 10px;
		float:left;
		color:#5B96cA;
		font-size:12px;
	}

	#sh-logo {
		margin:5px 0 0 10px;
		float:left;
	}

	#superheader ul {
		margin:25px 10px 0 0;
		float:right;
		font-size:12px;
	}
	
	#superheader ul li {
		float:left;
		list-style-type:none;
	}
	
	#superheader ul li a {
		color:#5B96cA;
		padding:3px 10px;
		border-left:1px solid #5B96cA;
		text-decoration:none;
	}
	
		#superheader ul li a:hover {
			color:#ddd;
		}

#header {
	background:#fff;
	padding:0 10px;
}

	#headernav {
		height:60px;
		margin:0;
		background:url(images/headernavbg.jpg) top left no-repeat;
	}
	
	.proxibid-headernav {
		background:url(images/proxibid-headernavbg.jpg) top left no-repeat !important;
	}
	
	#headernav ul {
		height:60px;
		width:100%;
		text-align:center;
	}
	
	#headernav ul li {
		float:left;
		border-right:1px solid #112d4e;
		list-style-type:none;
		width:133px;
		height:60px;
	}

	#headernav ul li.homelink a {
		border-right:0;
	}

	#headernav ul li.homelink a {
		display:block;
		height:47px;
		width:100%;
		padding:13px 0 0;
	}
		
	
	#headernav ul li a {
		display:block;
		height:37px;
		width:100%;
		padding:23px 0 0;
		font-size:12px;
		font-weight:bold;
		color:#bbb;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	#headernav ul li a:hover {
		color:#fff;
/*		background:url(images/headernavhoverbg.jpg) bottom left repeat-x; */
	}
	
	#headerbottom {
		height:313px;
		width:940px;
		background:url(images/headerbottombg.png) top left no-repeat;
	}

#container {
	background:#fff;
	padding:15px 0;
}

/* Styles for sidebar and content */
	#container ul {
		padding-left:25px;
	}
	
	#container li {
		list-style-type:disc;
	}
	
	#container p {
		margin:0 0 10px;
	}
	
	#content ul li {
		margin:5px 0;
	}
	
	#sidebar ul {
		margin:5px 0 15px;
	}
	
	#sidebar ul li {
		list-style-type:none;
	}
	
	#sidebar a {
		text-decoration:none;
		display:block;
		padding-bottom:3px;
		border-bottom:1px dashed #ccc;
		margin:3px 3px 3px 0;
		}
		
	#sidebar a:hover {
		border-bottom-color:#999;
	}
	
	#sidebar h2 a {border:0;padding:0;margin:0;}
	
#sidebar {
	float:left;
	width:260px;
	padding:10px;
	margin-left:10px;
	background:#fff url(images/sidebar-bottom.jpg) bottom left repeat-x;
	border:1px solid #82b0ac;
}

#content {
	margin:0 0 0 310px;
	padding:10px 10px 10px 0;
	background:url(images/globe.gif) bottom right no-repeat;
	min-height:230px;
}

#widecontent {
	margin:0;
	padding:10px;
}

#footer {
	padding:55px 10px 10px;
	background:url(images/footerbg.gif) top left no-repeat;
	color:#5B96cA;
	font-size:12px;
	line-height:125%;
}

	#footer a {
		color:#5B96cA;
		text-decoration:none;
	}
	
	#footer img#card-logos {
		float:right;
	}


/* Alignment */
.clear {clear:both;border:1;}

.alignleft,img.alignleft{
float:left;
margin:0 1em .5em .5em;
}

.alignright,img.alignright{
float:right;
margin:0 .5em .5em 1em;
}


.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

/* Form Styling for SalesForce forms */
#SFform {
	margin:10px 100px;
	padding:20px;
	background:#ddd;
	border:1px solid #0f1b29;
	-moz-border-radius: 15px;
}

#SFform input, #SFform select, #SFform textarea {
 background-color: #fff;
 border:1px solid #0f1b29;
 color:#0f1b29;
 margin-top:3px;
}

#SFform input:hover, #SFform select:hover, #SFform textarea:hover {
	background:#ccc;
}

#SFform input:focus, #SFform select:focus, #SFform textarea:focus {
	background:#eee;
}

#SFform textarea {
	display:block;
	clear:both;
}

#SFform input#submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 14px;  
	background-color: #2167bd;  
	color: #FFFFFF; 
	padding:3px 10px;
	display:block;
	margin:10px auto;
	cursor:pointer;
	-moz-border-radius:5px;
}

#SFform input#submit:hover {
	background:#4187dd;
}

/* Just some example content 
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}
