/* Color Scheme: Caught In The Middle
http://www.colourlovers.com/palette/538368/autumn_twilight
Light Purple:	#6F5375		Dark Purple:		#54194B
Dark Blue:		#061C3D		Green:		#6E9925
Teal:			#5D8F83
**************************************************************************/

/*  Page
**************************************************************************/
body {
	padding					: 0;
	margin					: 0;
	color					: #666;
	background				: url('images/background.jpg');
	font-family				: arial, verdana, sans-serif;
	font-size				: 85%
}
a:link, a:visited {	color	: #54194B;}
a:hover {			color	: #6E9925;}

a img {
	border					: 0;
	padding					: 10px 0;
}

img.center {
	display					: block;
	margin					: 5px auto;
}

h2 {
	background-repeat		: no-repeat;
	background-position		: center left;
	padding-left			: 22px;
	font-size				: 125%;
	color					: #061C3D;
}

h2.banner {background-image	: url('images/icons/banner.jpg')}
h2.font {background-image	: url('images/icons/font.jpg')}
h2.monitor {background-image	: url('images/icons/monitor.jpg')}
h2.server {background-image	: url('images/icons/server.jpg')}
h2.mouse {background-image	: url('images/icons/mouse.jpg')}
h2.heart {background-image	: url('images/icons/heart.jpg')}
h2.link {background-image	: url('images/icons/link.jpg')}
h2.photos {background-image	: url('images/icons/photos.jpg')}
h2.script {background-image	: url('images/icons/script.jpg')}

h3 {
	font-size				: 110%;
	color					: #5D8F83;
}

h4{
	color					: #6E9925;
}

/*  Content
**************************************************************************/
#content {
	width					: 700px;
	background				: #FFF;
	padding					: 0 10px;
	border-top				: 1px dotted #5D8F83;
	border-left				: 1px dotted #5D8F83;
	border-right			: 1px dotted #5D8F83;
	margin					: 50px auto 0;
}

/*  Header
**************************************************************************/
#header {
	padding-left			: 10px;	
	color					: #6F5375;
	border-bottom			: 1px dotted #5D8F83;
}
#header h1 a {
	color					: #6F5375;
	text-decoration			: none;
}
#header p {
	margin					: -20px 20px 5px 0;
	font-size				: 90%;
	color					: #5D8F83;
	text-align				: right;
}

/*  Sidebar
**************************************************************************/
#sidebar {
	float					: left;
	width					: 150px;
	margin					: 5px;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	color					: #54194B;
	text-decoration			: none;
	font-weight				: bold;
	font-size				: 120%;
}

#sidebar ul li a:hover {
	color					: #6E9925;
}

#sidebar ul {
	margin-left				: 0;
	padding-left			: 0;
}

#sidebar ul li {
	color					: #5D8F83;
	font-size				: 85%;
	list-style-type			: none;
	margin					: 15px 0;
}

/*  Main Section
**************************************************************************/
#main {
	margin					: 5px 5px 5px 160px;
	padding					: 15px;
	border-left				: 1px dotted #5D8F83;
	line-height				: 140%;
}

/*  Footer
**************************************************************************/
#footer {
	text-align				: center;
	font-size				: 75%;
	color					: silver;
	border-top				: 1px dotted #5D8F83;
}

#footer a {
	color					: silver;
	text-decoration			: none;
}

/*  Miscellaneous Styles
**************************************************************************/
blockquote {
	border					: 1px solid #5D8F83;
	padding					: 10px;
}

code {
	border					: 1px solid #5D8F83;
	padding					: 25px 10px;
	margin					: 10px 40px;
	display					: block;
	white-space				: pre;
}

/*Contact Form Style*/
/*Controls the style for the form itself.  Be careful when editing these styles.
*************************************************************************/

#contact fieldset {
	border:none;
	border-top:1px solid #5D8F83;
	width: 500px;
	margin: 20px auto;
}

#contact fieldset legend {
	margin:10px 10px -1px;
	padding:0;
}
#contact fieldset legend span {
	font-family:"trebuchet ms", helvetica, serif;
	font-size:1.1em;
	border-bottom:4px solid #5D8F83;
	margin:-28px 0 0;
	padding:0 5px;
	width:100%;
}

#contact ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#contact ul li {
	clear:both;
	margin:2px 0;
}

#contact label, #contact span{
	display:block;
	width:210px;
	float:left;
	text-align:right;
	padding-right:10px;
}

div#error {
	border: 2px solid #F00;
	color:#F00;
	font-size:.75em;
	width:100%;
	height:150px;
	overflow:scroll;
}

div#error pre {
	text-indent:25px;
	color:#F00;
	font-size:.75em;
}
	
h1.thanks {
	font-size:1.2em;
	margin-bottom: 200px;
}

.req {
	color: #54194B;
	font-weight:bold;
}