/*  
Theme Name: DVDesign
Theme URI: http://www.dvdesign.co.nz/
Description: Theme used for DVDesign website. Not for distribution.
Version: 0.1
Author: Tom Henderson
Author URI: http://www.dvdesign.co.nz/
*/

body {
	background: no-repeat right top url(newimages/background.png) fixed;
    font-size: 62.5%; /* Resets 1em to 10px */
	color: #383838;
	font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#navigation {
	position: relative;
	top: -16px;
}

#content {
    width: 570px;
    margin: 0px auto;
    padding: 0px;
	text-align: left;
}

#map {
    width: 570px;
    height: 320px;
    border: 1px solid #949494;
}

#content h1 {
    font-size: 1.4em;
	clear: both;
}

#content p {
    font-size: 1.3em;
}

#content ul {
    font-size: 1.3em;
}

#content li {
    padding-bottom: 5px;
}

#content img {
    border: 1px solid #949494;
}

#content #logo img {
    border: none;
}

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

#content a:hover {
	color: #e2741f;
	text-decoration: underline;
}

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


#content a:visited {
	color: #e2741f;
	text-decoration: none;
}

#navigation ul {
    list-style: none;
    clear: both;
    font-size: 1.3em;
	padding: 0px;
	margin: 0px 0px 2px 3px;
}

#navigation li {
    float: left;
	margin: 0px;
	padding-right: 15px;
	margin-bottom: 2px;
}

#navigation a:link {
    color: #949494;
}

#navigation a:hover {
	color: #949494;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:active {
	color: #949494;
	text-decoration: none;
}


#navigation a:visited {
	color: #949494;
	text-decoration: none;
}

#navigation .selected {
	font-weight: bold;
}

#navigation .primary {
	
}

#navigation .secondary li {
	display: none;
}

#logo {
    position: relative;
	width: 196px;
	height: 64px;
	left: -57px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
