/*

Theme Name: Sponge Shoe
Theme URL: 
Description: Simplicity
Version: 1.1
Author: White Ink Studio

*/	

body {
	font-size: 12px;
	margin: 0px;
	background: url(img/header.jpg) top center;
	background-repeat:no-repeat;
	color: #00ADEE;
	font-family:Helvetica, sans-serif;
}
h1 {
	font-size:3.5em;
	font-weight:bold;
	text-transform:uppercase;
}
h1 a{
	padding:10px 10px 0px 10px;	
}
h1 a:hover{
	background-color:#f05c22;
	color:#fff;
	text-decoration:none;
}
h2 {
	font-size:2.5em;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}

h3 {
	font-size:1.8em;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}
h4{
	font-size:1.3em;
	font-weight:bold;
	margin-top:15px;
	 
}


p{
	padding-bottom:10px;
	
	
}

a{
	text-decoration:underline;
	color:#00ADEE;
}
#content{
	min-height:200px;
	background: url(img/content_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:50px;
}

#content_inside{
	min-height:400px;
	background: url(img/inner_content.jpg);
	background-repeat:repeat-x;
	padding-bottom:50px;
	background-position:bottom center;
}


#content_inner{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
}

#content_inner_inside{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
}


#content p{
	margin-top:10px;
	margin-bottom:10px;
}
#header_container {
	height:286px;
	margin:auto;
	position:relative;
	z-index:1;
	
}
#menu{
	width:850px;
	padding-top:7px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.2em;
}
.menu a{
	font-size:1.2em;
	margin-right:20px;
	padding:5px;
	text-decoration:none;
}
.menu a:hover{
	background-color:#bee7fb;
	color:#026eb6;
}
#splash{
	background: url(img/splash_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
}
.inner{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	margin:auto;
	width:auto;
	background-color:#CCCCCC;
	min-height:200px;
	border-top:solid 5px #999;
	padding-top:20px;
	color:#fff;
}
#footer a{
	color:#999;	
}
#footer a:hover{
	background-color:#999;
	color:#fff;
}
#shoe{
	margin-left:10px;	
}
#headline h1{
	font-size:3.0em;
}
.blue_border{
	border:solid 5px #9fe1f8;	
	background-color:#FFF;
	padding:15px;
}
.blue_border h2{
	margin-top:0px;	
}
.orange_box{
	background-color:#f05c22;
	padding:10px;
	float:left;
	margin-right:20px;
}
#directions{
	float:left;
	width:710px;
	margin-bottom:15px
}
#right_col{
	width:200px;
	float:right;
}

#pic {
	border:solid 5px #F05C22;	
	background-color:#FFF;
	height:400px;
	width:350px;
	float:left;
	margin-right:25px;
	
}
