/***** Global Settings *****/

p {
	color: #000000;
	font-family: Gotham, Helvetica, Verdana, san-serif;
}

h1 {
	display: none;
}

h2 {
	display: none;
}

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	background-color: #dcf2fd;
}

#masthead {
	width: 970px; 
	height: 30px; 
	background: none;
}

img {
	border:0;
	margin:0;
	padding:0;
}


/***** Common Formatting *****/



/***** Custom Formatting *****/

.textwidget {
	margin-top: 10px;
}

#leftbar {
	margin-left: 30px;
}

#header h1 { display:none }

#caption {
display: block;
width: 690px;
background: #dfdfdf;
text-align: right;
color: #403e3f;
font-family: Gotham, Helvetica, Verdana, Arial, san-serif;
font-size: .75em;
line-height: 1.5em;
padding: 15px 15px 25px 0;
margin: 0 0 0 10px;
 }
 
#content_box {
width: 1100px;
}
 

 
#main_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 206px;
}

#main_nav li{
	list-style: none;
	float:left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0;
	width: 206px;
	float: left;
}

ul li {
	float: left;
}

ul a {
	display: block;
	padding: none;
	text-decoration: none;
}

#main_nav li a#about{
	text-decoration: none;
	display: block;
	text-indent: -5000px;
	width: 40px;
	height: 7px;
	margin-top: 10px;
	background: url("http://www.usandthemstudio.com/resources/about_over.jpg") no-repeat left center;
}

#main_nav li a#about:hover, .selected{
	background-position: right bottom;
	text-decoration: none;
}

#main_nav li a#contact{
	text-decoration: none;
	display: block;
	text-indent: -5000px;
	width: 61px;
	height: 7px;
	margin-top: 10px;
	background: url("http://www.usandthemstudio.com/resources/contact_over.jpg") no-repeat left center;
}

#main_nav li a#contact:hover, .selected{
	background-position: right bottom;
	text-decoration: none;
}

#main_nav li a#store{
	text-decoration: none;
	display: block;
	text-indent: -5000px;
	width: 37px;
	height: 7px;
	margin-top: 10px;
	background: url("http://www.usandthemstudio.com/resources/store_over.jpg") no-repeat left center;
}

#main_nav li a#store:hover, .selected{
	background-position: right bottom;
	text-decoration: none;
}
	
:focus { -moz-outline-style: none; }
	
/***** Links *****/

a, a:visited {
text-decoration:none;
}

img.title {
	margin-top: 10px;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }