/* My Portfolio CSS */

*
{
	margin: 0;
	
	padding: 0;
}

body, html
{
	height: 100%;
}

body
{
	background: #2D2D2D;
	
	color: #E0E0E0;
	
	font: 100% "Trebuchet MS", Georgia, Arial;
	
}

img a
{
	border: none;
}
/* Typography */

a:link, a:visited, a:active
{
	color: #fff;
	text-decoration: underline;
}

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

#links a{ text-decoration: none; }

ol,ul,blockquote,p,div,strong,input,textarea,pre,ins,acronym,em
{
	font-size: 97%;
}

h1,h2
{
	font-family: "Trebuchet MS", Verdana, sans-serif;

	font-size: 140%;
	
	margin: 0.35em 0 0.065em 0.065em;
	
	letter-spacing: 0.035em;
}

h3,h4,h5
{
	font-family: "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;

	font-size: 106%;
	
	margin: 0.35em 0 0.065em 0.065em;
	
	letter-spacing: 0.025em;
}

h1.white-dot
{
	background: url(white-dot.gif) repeat-x 5% 100%;
	
	margin: 0 0 5px 0;
	
	padding: 0 0 5px 0;
	
	font-size: 87%;
}

#frmContact
{
	width: 250px;
	float: left;
}

input, textarea
{
	margin: 0 0 15px;
	
	padding: 2px;
	
	font-size: 1.1em;
	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	
}

fieldset
{
	border: none;
}

legend
{
	visibility: hidden;
}

label
{
	display: block;
	
	font-size: 1.1em;
}

/* Layout */

#wrapper
{
	margin: 0 auto;
	
	width: 750px;
	
	min-width: 750px;
	
	max-width: 750px;	
}

#header
{
	margin: 0;
	
	padding: 0;
	
	height: 250px;
	
	color: #2d2d2d;
	
}

#content
{
	width: 750px;
	
	height: 65%;
	
}

#intro, #links, #thumbnails
{
	width: 220px;
	
	margin: 1.5%;
	
	float: right;
	
	height: 85%;

}

#copy
{
	width: 52%;
	
	position: relative;
	
	top: 0;
	
	/*float: right;*/
	
	margin-left: 5%;

}

#copy p, #copy div
{
	margin-bottom: 8px;

}

.left
{	
text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

#content table
{
	margin: 5px;
}

#links ul
{
	margin: 0.35em 0 1em 0.065em;
	
	padding: 0;
	
	list-style: none;
}

#links li a:hover, #links li a:link, #links li a:visited, #links li a:active
{	
	display: block;
	
	height: 25px;
	
	background: url(white-dot.gif) repeat-x 5% 100%;
	
	margin: 0;
	
	padding: 3px;
}

#links li a:hover, #links li a:active, li.current
{
	background: #000;
	
	/*display: block;*/
}

#footer
{
	position: relative;
	
	height: 80px;
	
	width: 750px;
	
	float: left;
	
	clear: both;	
}

#hireme
{
	text-align: center;
}

.thumbnail
{	
	margin: 10px;

}

.red
{
	color: #FA3200;
}

.blue
{
	color: #0078F0;
}

.green
{
	color: #00CC00;
}


