/*
Theme Name: Southampton
Description: Custom theme for Southampton
Version: 1.0
Author: Victoria Lantz
Author URI: http://www.victorialantz.com/
*/

/*
cranberry: #aa3535
black: #030303
*/
body {margin:0px; 
background: #030303 url('images/bg.jpg') fixed center;
font-family: century gothic, verdana, tahoma;}

h1 {color: #aa3535;margin-bottom:4px;font-size:24px;font-weight:normal}
h2 {color: #aa3535;margin-bottom:4px;margin-top:25px;font-size:20px;font-weight:normal}

a:link {
	text-decoration: underline;
	color: #000000;
	font-weight:normal;
}
a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: #aa3535;
	font-weight:normal;
}
a:active {
	text-decoration: underline;
	color: #aa3535;
	font-weight:normal;
}


/* CSS items for the home page */
.container {
  position:relative;
	width: 920px;
	padding: 0px;
	margin: 0px;
}
.header-container {
  position: relative;
	width: 920px;
	height: 150px;
	background-image: url(images/body-bg.jpg);
	background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
}
.logo-art{
position: absolute;  
top: 65px; 
left: 50px; 
}
.logo-name{
position: absolute;  
top: 5px; 
left: 13px; 
}

#menu{
position: relative;
margin: auto 0;
width:920px; 
top: 122px; 
left: 0px; 
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	float:right;
}

#menu li {
float: left;
}

#menu a:link {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	font-size: 15px;
	margin-right:12px;
	margin-left:13px;
}
#menu a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	font-size: 15px;
	margin-right:12px;
	margin-left:13px;
}
#menu a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #aa3535;
	font-size: 15px;
	margin-right:12px;
	margin-left:13px;
}
#menu a:active {
	text-decoration: none;
	font-weight:bold;
	color: #aa3535;
	font-size: 15px;
	margin-right:12px;
	margin-left:13px;
}

#sub-menu{
position: relative;
margin: auto 0;
top: 0px; 
left: -13px; 
padding-bottom:20px;
}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	float:left;
}

#sub-menu li {
float: left;
}

#sub-menu a:link {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	font-size: 15px;
	margin-right:12px;
	margin-left:13px;
}
#sub-menu a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	font-size: 15px;
	margin-right:12px;
	margin-left:13px;
}
#sub-menu a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #aa3535;
	font-size: 15px;
	margin-right:12px;
	margin-left:13px;
}
#sub-menu a:active {
	text-decoration: none;
	font-weight:bold;
	color: #aa3535;
	font-size: 15px;
	margin-right:12px;
	margin-left:13px;
}
.body-copy {
  position: relative;
	width: 920px;
	background-image: url(images/body-bg.jpg);
	background-repeat:repeat-y;
	padding-bottom: 20px;
	margin: 0px;
}
.slides{
position: relative;  
top: 3px; 
left: 0px; 
}
.copy{
text-align:left;
margin-left:12px;
margin-right:12px;
margin-bottom:0px;
margin-top:15px;
padding: 0px;
font-size: 15px; 
line-height: 18px;
}



.footer-copy {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 10px;
}

.footer-copy a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer-copy a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer-copy a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer-copy a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border:0px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

