/* WASTED SPACE COMMUNICATIONS
http://www.mywastedspace.com 
Style Sheet for Vintage di Vita
*/

/* COLORS
#565d68 background blue
#efefdd page
#48546a titles
*/

/* MAIN STRUCTURE */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #565d68;
	margin: 20px 0 0 0;
	padding: 0;
	}

#page {
	background: #efefdd;
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 770px;
	}

#header {
padding: 10px 0 0 0;
}

#header-image {
background: url("images/masthead.gif") no-repeat center;
height: 130px;
}

.navigation {
background: #efefdd;
height: 30px;
text-align: center;
}

.main {
padding: 0px 20px 0px 20px;
min-height: 390px;
}

#title-image {
height: 40px;
padding: 20px 0 10px 0;
margin: 0 0 0 20px;
}

.left {
padding: 0px 0 20px 20px;
}

.right {
padding: 0px 0px 0 0px;
}

#right-image {
padding: 0px 0 0 0;
text-align: center;
}

#rule {
clear: both;
border-top: 3px double #333967;
width: 90%;
margin: 0 auto;
}

#bottom {
clear: both;
text-align: center;
padding: 0px 0 0px 0;
background: url("images/bottom.gif") no-repeat center bottom #efefdd;
height: 100px;
}

#footer {
clear: both;
background: #efefdd;
min-height:30px;
text-align: center;
}

#logo {
background: url("images/logo.gif") no-repeat bottom center;
text-align: right;
margin: 0 auto;
position: relative;
width: 770px;
height: 35px;
}


/*POSITIONING*/
.left{
width: 251px;
float: left;
}

.right{
width: 430px;
float: right;
}

/*NAVIGATION*/
#navlist{
margin: 0 auto;
border-bottom: 3px double #333967;
width: 90%;
}

#navlist ul, #navlist li {
margin: 0;
display: inline;
list-style-type: none;
text-align: center;
}

#navlist a:link, #navlist a:visited {
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #333967;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover { 
background: transparent;
color: #666; 
}

/*LINKS*/

h2 a{
color: #ccc;
text-decoration: none;
}

h2 a:hover {
color: #fff;
}

.left a {
color: #333967;
font-weight: bold;
text-decoration: none;
}

.left a:hover {
color: #666;
text-decoration: underline;
}

h4 a{
color: #ccc;
text-decoration: none;
font-weight: bold;
font-size: 16px !important;
}

h4 a:hover {
color: #fff;
}


/* Headers */
h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
background: transparent;
text-align: center;
padding: 0px 0 0 0;
}

h2{
font-size: 10px;
font-weight: normal;
color: #ccc;
background: #565d68;
padding: 10px 0;
line-height: 120%;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #333967;
}


/* HTML element control*/
p {margin: 0 0 1em 0;
line-height: 150%;}

strong {font-weight: bold;}
em {font-style: italic;}

ul, ol {margin: 0 0 1em 25px; padding: 0; line-height: 120%;}
ul {list-style: disc;}
li {margin: 0 0 0.25em 0;}

img {
border: none !important;
}
