/*
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: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

body {
    margin:0 auto;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:1010px;
    background:#fff;
    min-width:600px;		/* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    font-size:80%;
	font-family: Arial, Sans-Serif;
}

a {
    text-decoration: none;
    color: #dd4400;
    font-weight: 600;

}

a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-size: 100%;
    margin:.8em 0 .2em 0;
    padding:0;
}

p {
    margin:.4em 0 .8em 0;
    padding:0;
}

p.wp-caption-text {
    text-align: right;
    font-style: italic;
    padding-right: 10px;
}

img {
    border: 1px solid black;
    margin: 5px;
}

img.logo {
	border: 0;
/*	padding: 10px;*/
}

img.spons {
	float: left;
	margin: 5px;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

ul li {
    list-style-type: none;
}

#releases ul li, #distribution ul li, li.indent {
     margin-left: 20px;	
}

li.post_to {
	padding: 7px 0px;
}

strong {
	color: #dd4400;
}
ul.list_pad li {
	padding: 2px;
}
input#subject { 
	margin-left: 17px;
}

li.box_label {
	width: 300px;
	height: 15px;
	padding: 2px 0px 2px 0px;
}

.area_label {
	width: 450px;
	height: 100px;
	padding: 2px 0px 2px 0px;
}

.input_box {
	width: 150px;
	height: 10px;
	float: right;
}

.input_area {
	margin: 0;
	padding: 0;
	width: 304px;
	height: 100px;
	float: right;
}

.merch_img {
	width: 120px;
	height: 120px;
	border: 0;
}

.merch_text {
	color: #dd4400;
	font-weight: bold;
	padding: 5px;
}

textarea#message {
	margin-left: 8px;
}
/*textarea#vaddress {
	margin-left: 42px;
	margin-top: 2px;
}*/

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1010px;
}

#header {
	margin: 0 0 15px 0;
    background-color: transparent;
}

div#header img {
    border: 0;
}

img#banner {
	height: 100px;
	width: 500px;
	margin-left: 100px;
	margin-right: auto;
}

#locator {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#primary {
	float: left;
	width: 238px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}

#secondary {
	float: right;
	width: 238px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}

#buy-now {
    text-align: right;
}

#content { 
	float: left;
    min-height: 500px;
    border-left: 1px dotted #ccc;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content_with_right_sbar {
	width:492px;
	background-image: url('images/page_bg.gif');
	background-repeat: no-repeat;
	border-right: 1px dotted #ccc;
}
.content_no_right_sbar {
	width:730px;
}

#date {
	color: #666;
}

hr {
	border: 0;
	background-color: #ccc;
	color: #ccc;
	height:1px;
}

#footer {
	clear: both;
    border-top: 1px solid #ccc;
}
