/*Portfolio stylesheet
Copyright Jacquelyn Yuill, 2008-present
All Rights Reserved*/

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-size: 62.5%;
	font-family: verdana, tahoma, sans-serif;
	color: #cccccc;
	background-color: #000000;
	width: 100%;
}
#slider.content.text.gallery
{
	width: 100%;
	margin-left: 25px;
}
#slider.content.text.image
{ 
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}
#slider.content.text.image img
{
  display: block;
  border: 1px solid #ffffff;
  width: 300px;
  height: 300px;
}
  #slider.content.text.image a:hover img
{
  border: 1px solid #0000ff;
}
#slider 
{
	width: 1000px
}
.header 
{
	width:940px; 
	height: 3.2em;
	padding:4px; 
	margin-left: 20px;
	font-weight:bold; 
	color: #0099cc; 
	margin-top:5px; 
	border: 1px solid #0099cc; 
	background:url(images/button.jpg) repeat-x
}
.header:hover 
{
	background:url(images/button_hover.jpg) repeat-x
}
.header h3 a:link, .header h3 a:visited, .header h3 a:hover, .header h3 a:active
{
	display: block;
	line-height: 32px;
	font-size: 1.5em;
	text-align: center;
	color: #0099cc;
	text-decoration: none;
	border: none;
	outline: none;
}
.header h3 a img
{
	border: none;
}
.content 
{
	overflow:hidden; 
	width: 1000px;
}
.text 
{	
	width:1000px; 
	border-bottom:1px solid #0099cc; 
}
.text a.mail
{
	font-size: 1.5em;
	color: #eeeeee;
	padding: 50px;
}
.text span
{
	font-size: 1.10em;
}
#header
{
	background: url(images/portfolioheader.jpg) no-repeat left top;
	height:245px;
	width: 1000px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
}
#header h1, #header h2
{
	text-indent: -9999px;
}
#wrapper
{
	width: 1000px;
	position: relative;
	top: 245px;
	left: 50%;
	margin-left: -500px;
	height: 100%;
}
#content
{
	height: 100%;
	width: 1000px;
}
#content .box-outer
{
	background: url(images/glowbottom.jpg) no-repeat right bottom;
	padding-bottom: 21px;
}
#content .box-inner
{
	background: url(images/glowmid.jpg) repeat-y center top;
}
#content .box h2
{ 
	background: url(images/glowtop.jpg) no-repeat center top;
	padding-top: 10px;
	font-style: italic;
	font-size: 2em;
	color: #0099cc;
	text-align: center;
}
#content .box h2, #content .box p
{
	padding-left: 25px;
	padding-right: 25px;
}
#content .box p
{
	color: #eeeeee;
	font-size: 1.5em;
	line-height: 1.5;
}
#content .box p a:link, #content .box p a:visited
{
	color: #0099cc;
	font-size: 1em;
}
#content .box p a:hover
{
	color: #cccccc;
	font-size: 1em;
}
ul 
{
	list-style: none;
	width: 950px;
	margin-left: 100px;
}
ul li
{
	float: left;
	display: inline;
	width: 160px;
	padding: 20px;
}
ul li a img
{
	border: none;
}
#footer
{
	font-size: 1em;
	color: #aaa;
	clear: both;
	margin-top: 20px;
	text-align: center;
}
#footer img
{
	outline: none;
	border: none;
}
#footer  img a:link
{
	border: none;
	float: left;
	display: inline;
}