/*
Theme Name: Daniel Heaton Photography
Theme URL: www.danielheaton.com
Description: Original theme for the initial Daniel Heaton Photography portfolio site
Author: Daniel Heaton
Author URL: http://www.danielheaton.com
Template: 
Version: 0.01 (initial)


/* Section 0 = Reset */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url(’reset.css’);

/* Section 1:  Text & Links */
/* ------------------------------------------------------------ */

body {
	text-align: justify;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a:link {
	background-color: inherit;
	color: #FFF;
	text-decoration: underline;
}

a:visited {
	background-color: inherit;
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	background-color: inherit;
	color: #FFF;
	text-decoration: underline;
}

a:active {
	background-color: inherit;
	color: #FFF;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-weight: lighter;
	text-transform: capitalize;
	letter-spacing: 120%;
	font-family: "Century Gothic", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;;	
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
}

h3 {
	font-size: 8pt;
}

/* Section 2: Layout & Size */
/* ------------------------------------------------------------ */

#container {
	margin: 0 auto;
	background: #000;
	width: 960px;
	height: auto;
	line-height: 120%;
}

#header {
	width: 960px;
	height: 160px;
	background: no-repeat;
}

#masthead {
	width: 960px;
	height: 60px;
	background: no-repeat;
}

#mainNav {
	float: left;
	width: 960px;
	height: 100px; /* Temporary Measure for welcome/under construction message, usually 60px */
}

#primaryContent {
	float: left;
	width: 960px
	height: 640px;
}

/* Currently Unused
#secondaryContent {
	float: right;
	width: 130px;
	height: auto;
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
	margin: 10px;
}
*/

#footer {
	clear: both;
	width: 960px;
	height: auto;
}

#networking {
	
}

#quickContact {
	
}

#footerNav {
	
}

#copyright {
	
}

/* Section 3: Body */
/* ------------------------------------------------------------ */
body {
	background: #000;
	font: #FFF;
}

/* Section 4: Header */
/* ------------------------------------------------------------ */

#masthead h1 {
	font-size: 24pt;
	text-transform: capitalize uppercase;
}

#header span {
	color: #0000A0;
	text-transform: capitalize uppercase;
	font-family: "Copperplate Gothic Light", Georgia, Garamon, Times, serif;
}

/* Section 5: Navigation */
/* ------------------------------------------------------------ */



/* Section 6: Main Content */
/* ------------------------------------------------------------ */

#primaryContent {
	background: #000;
	clear: both;	
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

/* Section 7: Footer */
/* ------------------------------------------------------------ */

#footer {
	font-size: 9px;
	line-height: 180%;
