/*  
Theme Name: OSM
Theme URI: http://www.oldschoolmedia.net
Description: OSM
Version: 1.0
Author: Claire Jarvis
Author URI: http://www.clairecatherine.net

*/

/* Structure/Layout */

html{ 
	height:100%; 
}

body > #container {
	height:auto; 
	min-height:100%; 
}

body{
	margin:0;
	padding:0;
	height:100%;
}

#bridgetown{
	width:700px;
	height:260px;
	margin:0px;
}

#bridgetownshop{
	margin:0px;
	float:left;
}

#btownimg{
	width:160px;
	float:left;
}

#btowntxt{
	width:480px;
	height:100px;
	margin-top:40px;
	margin-right:20px;
	padding:0px 20px;
	float:left;
}

#btownshopimg{
	width:289px;
	height:420px;
	float:left;
}

#btownshop{
	width:250px;
	height:408px;
	margin-top:40px;
	margin-left:20px;
	padding:0px 20px;
	float:left;
}

#container{
	width:100%;
	position:relative;
	height:100%;
	padding-bottom:-16px;
}

#wrap{
	width:700px;
	margin:20px auto 0 auto;
}

#content{
	width:700px;
	float:left;
	margin-bottom:20px;
}

#footer{
	width:100%;
	height:16px;
	clear:both;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	z-index:10;
	margin-top:-16px;
}

#header{
	height:35px;
	width:700px;
	margin:0 auto;
	padding:25px 0px 0px 10px;
}

#nav{
	width:100%;
	height:20px;
}

#navtext{
	width:700px;
	padding-top:4px;
	padding-left:10px;
	margin:0 auto;
}

#woodyisland{
	height:190px;
}

#wislimg{
	width:260px;
	float:left;
}

#wisltxt{
	padding:0px 10px;
	width:380px;
	margin-left:20px;
	float:left;
}

/* Beautify */

body{
	background-color:#23251f;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#fff;
}

.butt{
	border:1px solid #638339;
	background-color:#fff;
	color:#23251f;
}

#content{
	border:1px solid #638339;
	text-align:justify;
	padding:20px;
}

#content a:active{
	color:#638339;
	text-decoration:none;
}
	
#content a:link{
	color:#638339;
	text-decoration:none;
}

#content a:visited{
	color:#638339;
	text-decoration:none;
}
	
#content a:hover{
	background-color:#638339;
	color:#fff;
	text-decoration:none;
}

#content img{
	border:1px solid #fff;
	margin:10px;
}

#filmsbreak{
	color:#638339;
}

#footer{
	background-color:#638339;
	font-size:9px;
	text-align:right;
}

#footer a:active{
	color:#23251f;
	text-decoration:none;
}
	
#footer a:link{
	color:#23251f;
	text-decoration:none;
}

#footer a:visited{
	color:#23251f;
	text-decoration:none;
}
	
#footer a:hover{
	background-color:#638339;
	color:#fff;
	text-decoration:none;
}	

#header{
	background-color:#23251f;
}

hr{
	border:0;
	background-color:#638339;
	height:1px;
	clear:right;
}

img a:active{
	text-decoration:none;
}
	
img a:link{
	text-decoration:none;
}

img a:visited{
	text-decoration:none;
}
	
img a:hover{
	background-color:#638339;
	color:#fff;
	text-decoration:none;
}

.alignleft,img.alignleft{
	float:left;
	margin:5px 20px 5px 0;
}
.alignright,img.alignright{
	float:right;
	margin:5px 0 5px 20px;
}

.aligncenter,div.aligncenter,img.aligncenter{
	text-align:center;
	display:block;
	margin:20px auto;
}

#nav{
	background-color:#fff;
	color:#23251f;
}
	
#nav a:active{
	color:#23251f;
	text-decoration:none;
}
	
#nav a:link{
	color:#23251f;
	text-decoration:none;
}

#nav a:visited{
	color:#23251f;
	text-decoration:none;
}
	
#nav a:hover{
	background-color:#638339;
	color:#fff;
	text-decoration:none;
}

#phone, #name, #email, #comments{
	border:1px solid #638339;
	background-color:#fff;
}

.subtitle{
	font-style:italic;
}

.title{
	font-weight:bold;
}

h2{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	margin:0;
}

h2.topspace{
	margin-top:30px;
}
