/* www.dragonfirewoodworks.com stylesheet */

/* remove list markers */
ul,ol {
	list-style:none;
} 

/* normalize headings */
h1,h2,h3,pre,code { 
	font-size:1em;
}

/* formatting  */
ul,ol,li,h1,h2,h3,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0; 
	padding:0;
}

/* remove image borders */
a img,:link img,:visited img { 
	border:none;
}

/* default font */
body {
	font-family: Arial, serif;  
	font-size: 12px;
	line-height: 18px;
	color: #cccccc;
	background-color: #000;
	margin: 0px;
}

/* set default image borders to none */
img {
	border: none;
}

img, div, a { behavior: url(iepngfix.htc) }

/* default table attributes */
td {
	font-family: Arial, serif;  
	font-size: 12px;
	line-height: 18px;
}

/* set default layer alignment to left */
div {
	text-align: left;
}

/* set link attributes */
a:link {
	color: #ff9933;
	text-decoration: none;
}

a:visited {
	color: #ff9933;
	text-decoration: none;
}

a:hover {
	color: #F2162E;
	text-decoration: none;
}

/* set heading attributes */
h1 {
	font-family: Arial, serif; 
	font-weight: normal;
	color: #ffffff;
	font-size: 16px;
	letter-spacing:.1em;
	line-height: 16px;
	padding: 24px 0px 18px 0px;
	margin: 0px;
	clear: both;
}

h2 {
	font-family: Arial, serif; 
	font-weight: normal;
	color: #ffffff;
	font-size: 13px;
	letter-spacing:.1em;
	line-height: 13px;
	padding: 24px 0px 18px 0px;
	margin: 0px;
	clear: both;
}

h3 {
	font-family: Arial, serif;
	font-weight: normal;
	color: #3C3E35;
	font-size: 12px;
	letter-spacing:0.1em;
	line-height: 12px;
	padding: 24px 0px 12px 0px;
	margin: 0px;
	clear: both;
}

/* set default paragraph attributes */
p {
	text-align: left;
	font-size: 13px;
	margin-bottom: 16px;
}

/* default main content layer */
#content {
	position: absolute;
	left: 200px;
	top: 100px;
	width: 600px;
}

/* default main content layer */
#contentGalleryMain {
	position: absolute;
	left: 200px;
	top: 100px;
	width: 600px;
}

#contentGalleryMain a:link {
	color: #00ff33;
	text-decoration: none;
}
#contentGalleryMain a:visited {
	color: #00ff33;
	text-decoration: none;
}
#contentGalleryMain a:hover {
	color: #F2162E;
	text-decoration: none;
}

/* gallery layer */
#contentGalleries {
	position: absolute;
	left: 200px;
	top: 130px;
	width: 480px;
}

/* home page layer */
#contentHome {
	position: absolute;
	left: 250px;
	top: 200px;
	width: 600px;
}

/* individual gallery photo layer */
#contentPhoto {
	position: absolute;
	left: 160px;
	top: 144px;
	width: 700px;
}

/* image with border */
#imageBorder img {
	float: right;
	border: 6px solid #222;
	margin: 0px 0px 16px 16px;
}

/* Footer */
#footer {
	margin-top: 100px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #F2162E;
	text-decoration: none;
}

/* navigation menu - use absolute for IE */
#nav {
	position: fixed;
	left: 20px;
	top: 260px;
		font-size: 13px;
			line-height: 24px;
}

/* page title layer */
#title {
	text-align: left;
}

.clear {
	clear: both;
}

.error {
	color: #F2162E;
}

.floatLeft {
	text-align: left;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

.galleries {
	text-align: center;
	margin-right: 24px;
	margin-bottom: 24px;
}

.galleries img, .latest img {
	border: none;
}

.galleriesLink {
	text-align: center;
	font-size: 11px;
	padding-top: 8px;
}

.galleriesLink2 {
	font-size: 12px;
	letter-spacing:.1em;
	padding-top: 4px;
	padding-left: 16px;
	width: 150px;
}

.hidden {
	display: none;
}

.lessPad {
	padding: 0px 0px 18px 0px;
}

.left, .left h2, .left p {
	text-align: left;
}

/* WF Report sections */
.news {
	background-color: #101010;
	padding: 18px;
	margin-bottom: 18px;
}

.news1 {
	background-color: #2D2D2D;
	margin-top: 24px;
	margin-bottom: 18px;
	padding: 18px;
}

.newsText img {
	float: left;
	padding: 4px 18px 18px 0px;
}

.noBorder {
	border: none;
}

.noPad {
	padding: 0px 0px 4px 0px;
}

.pageNumbers {
	vertical-align: super;
	font-size: 11px;
}

.photoTitle {
	text-transform: uppercase;
	padding: 18px 0px 3px 0px;
}

.printInfo {
	padding: 24px;
	background-color: #101010;
	width: 557px;
}

/* Fonts */
.tiny {
	font-size: 10px;
	margin-top: 100px;
}

.welcome {
	font-size: 14px;
	font-style: italic;
	letter-spacing:.1em;
}

.dim {
	font-size: 10px;
	color: #666666;
}

.xlarge {
	font-size: 20px;
	color: #fff;
}

.highlight {
	color: #ff6600;
}

