﻿/* Begin default styles */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
p, a, .inline, a.inline {
	font-size: 14px;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	color: #f0f0f0;
}
.copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Start basic div styles */
#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 2;
	text-align: center;
}
.contentback {
	width: 700px;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}

.darkbackground {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #151515;
}

/* End basic div styles */

/* Begin Base Styles */
.basictext {
	font-family: Comic Sans MS, sans-serif;	
	color: #f0f0f0;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	text-align: left;
}

.bigtitle {
	font-family: Comic Sans MS, sans-serif;	
	font-size: 24px;
	color: #f0f0f0;
}

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

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

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

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

.gallerycell {
	width: 260px;
	text-align: left;
	padding-left: 10px;
}
.gallerytitle {
	font-weight: bold;
	color: #cc9933;
	font-family: Comic Sans MS, Helvetica, sans-serif;
}
.gallerytext {
	color: silver;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
.gallerybar {
	width: 700px;
	border-top: 1px #f0f0f0 solid;
	border-bottom: 1px #000000 solid;
	padding-top: 4px;
	padding-bottom: 4px;
}
.instruction {
	color: #999999;
	padding: 8px;
}
/* End Base Styles */

/* Begin Text Styles */
p.menubutton {
	line-height: 39px;
	color: #cccccc;
	font-size: 14px;
	font-family: Comic Sans MS, Tahoma, sans-serif;
}
p.title {
	color: #999999;
	font-size: 20px;
	font-family: Comic Sans MS, Tahoma, sans-serif;
}
/* End Text Styles */

/* Begin Link Styles */
a:link.menubutton {
	text-decoration: none;
	color: #cccccc;
	line-height: 39px;
	font-size: 14px;
	font-family: Comic Sans MS, Tahoma, sans-serif;
}
a:active.menubutton {
	text-decoration: none;
	color: #cccccc;
	line-height: 39px;
	font-size: 14px;
	font-family: Comic Sans MS, Tahoma, sans-serif;
}
a:visited.menubutton {
	text-decoration: none;
	color: #cccccc;
	line-height: 39px;
	font-size: 14px;
	font-family: Comic Sans MS, Tahoma, sans-serif;
}
a:hover.menubutton {
	color: #ffffff;
}

a:link.basictext {
	color: #f0f0f0;
	text-decoration: none;
}

a:visited.basictext {
	color: #f0f0f0;
	text-decoration: none;
}

a:active.basictext {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover.basictext {
	color: #ffffff;
	text-decoration: underline;
}

a:link.inline, a:active.inline, a:visited.inline {
	text-decoration: none;
}
a:hover.inline {
	text-decoration: underline;
	color: #ffffff;
}
/* End Link Styles */

/* Begin Border Styles */

.border-indentright {
	border-right: 2px inset gray;
}
.border-indentleft {
	border-left: 2px outset gray;
}
/* End Border Styles */

/* Begin Content Areas */
div.stonebackground {
	background: url('http://www.bradsamuelson.com/images/background.jpg');
	width: 698px;
	border: solid 1px black;
}
div.headerarea {
	width: 700px;
	height: 130px;
}
div.menublock {
	width: 700px;
}
div.menubutton {
	float: left;
	width: 173px;
	height: 39px;
	text-align: center;
	background: url('http://www.bradsamuelson.com/images/menuoff.jpg'); 
	border: 1px solid #333333;
}
div.menubuttonover {
	float: left;
	width: 173px;
	height: 39px;
	text-align: center;
	background: url('http://www.bradsamuelson.com/images/menuon.jpg');
	border: 1px solid #000000;
}
div.clear {
	clear: both;
	height: 0px;
	width: 700px;
}
div.gallerythumbs {
	width: 100px;
	float: left;
	border: 1px solid black;
}
div.gallerythumbnormal {
	float: left;
	width: 100px;
	border: 1px solid #333333;
	filter: alpha(opacity=70);
	opacity:.7;
	margin: 2px;
}
div.gallerythumbover {
	float: left;
	width: 100px;
	border: 1px solid #990000;
	margin: 2px;
}
div.galleryarea {
	float: left;
}
div.contactarea {
	position: absolute;
	top: 171px;
	left: 225px;
	width: 250px;
	height: 250px;
	border: 1px solid;
	border-color: #333333;
	background: #aaccff;
}
div.floatleft {
	float: left;
}
div.floatright {
	float: right;
}
div.thumbnormal {
	width: 120px;
	filter: alpha(opacity=70);
	opacity:.7;
}
div.thumbover {
	width: 120px;
}
div.backgroundfaded {
	height: 100%;
	filter: alpha(opacity=80);
	opacity: .80;
}
/* End Content Areas */