/*
THEME NAME: Custom 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
*/

/*
bright blue - 00b5f8
dk navy-grey - 304651
med navy-grey - 475a64
lt navy-grey - 93b1c0
med grey - 606164
yellow - fff600
red - ff0019
*/

body {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 13px;
	background: #fff url('images/bg.jpg') repeat-x top;
	margin: 0;
	padding: 0;
	color: #000;
	}

#header, #wrap, #footer {
	margin: 0px auto !important;
	width: 970px !important;
	}

#wrap {
	padding-bottom: 6px;
	}

#content {
	margin: 0;
	padding: 0;
	}

#content p {
	margin: 16px;
	margin-top: 0;
	line-height: 140%;
	}

#footer {
	font-size: 11px;
	padding: 0;
	padding-top: 4px;
	clear: both;
	margin-top: 24px;
	}

#footer p {
	margin: 0;
	margin-top: 8px;
	}

h1, h2, h3 {
	color: #304651;
	}
	
h1, h2 {
	font-family: georgia, "times new roman", serif;
	margin-top: 0;
	font-style: italic;
	}
	
h1 {
	margin-bottom: 0;
	font-size: 36px;
	}
	
h2 {
	font-size: 26px;
	margin-top: 6px;
	font-weight: normal;
	}

#header h2 {
	margin-top: 0;
	margin-bottom: 27px;
	}
	
h3 {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	font-size: 20px;
	}

a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #475a64;
	}
	
a:visited {
	color: #304651;
	}

a:hover, a:active {
	color: #00b5f8;
	}

a.img {
	border: none;
	text-decoration: none;
	}
	
small {
	font-size: 11px;
	}
	
ul {
	margin-bottom: 16px;
	}
	
li {
	list-style-image: url('images/heart.png');
	line-height: 160%;
	}
	
#nav {
	float: left;
	padding: 0 4px 5px 4px;
	margin: 0;
	margin-bottom: 24px;
	background: url('images/navbg.jpg') repeat-x bottom;
	}
	
#nav a {
	margin: 0;
	padding: 4px 24px 5px 30px;
	color: #00b5f8;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	color: #304651;
	/* background: #304651; */
	}

#navabout {
	background: url('images/heartnav.png') no-repeat left;
	padding-left: 26px !important;
	}
	
#navblog {
	background: url('images/girl.png') no-repeat left;
	}
	
#navstore {
	background: url('images/doggy.png') no-repeat left;
	}
	
#navcontact {
	background: url('images/wheel.png') no-repeat left;
	padding-left: 26px !important;
	}

#navhome {
	padding-right: 3px !important;
	}
	
.left {
	margin-right: 24px;
	float: left;
	}

.right, #car, #viewcart {
	margin-left: 24px;
	float: right;
	}

#car {
	border: 1px solid #fff;
	border-width: 0 1px;
	margin-left: 0 !important;
	}

#titletxt {
	margin: 50px 0 0 0;
	}
	
b {
	background: #fff600;
	text-transform: uppercase;
	padding: 0 .1em;
	}

.red {
	color: #ff0019;
	}
	
hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

#content img {
	background: #fff;
	padding: 3px;
	border: 1px solid #606164;
	margin-bottom: 4px;
	margin-top: 0 !important;
	}
	
form img {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
	}
	
div.indent {
	margin: 16px;
	margin-top: 0;
	}

#viewcart {
	margin: 0 16px 0 0;
	padding: 8px 3px 6px 11px !important;
	background: url('images/viewcartbg.png') no-repeat right;
	}
	
/* Sandbox sidebar stuff, driving me insane */

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 /* url('images/bullet.png') !important */;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style: circle /*url('images/bullet.png') */;
}

/* end sidebar */










div#container {
float:left;
margin:0 -200px 0 0;
width:100%;
}

div#content {
margin:0 200px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:180px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}

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#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

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;
}
