@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html{
	min-height: 100%;
	padding-bottom: 1px;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*Remove dotted line around linked images in Firefox*/

a:active, a:focus, input[type="image"] {
outline: 0;
}


html {
	margin-bottom: 1px;
	min-height: 100%;
}

/* UNIVERSAL CLASSES */

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
} 

.no-show{
	display: none;
}
.large {
	font-size: 24px;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

small{

}

a{
	text-decoration: none;
	color: #6666FF;
}

a:hover{
	color: #60F;
}

#gallery {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#gallery.slider {
	margin-bottom: 15px;
}

#gallery ul {
	margin: 0px;
	padding: 0px;
}

#gallery ul li {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#gallery p {
	color: #b5b4b4;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	line-height: 10px;
	text-align: right;
	padding-bottom: 5px;
}

/* INTRO */

#fade-items{
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#fade-items li{
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#fade-items li img{
	margin: 0;
	padding: 0;
}


/* BEGIN FORMATTING */

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	background-color: #8C9FA3;
}

h1{
	padding-bottom: 10px;
	height: 30px;
	width: 105px;
}
h1.home {
	background-image: url(../images/h1-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1.portfolio {
	background-image: url(../images/h1-portfolio.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1.contact {
	background-image: url(../images/h1-contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h2 {
	font-size: 13px;
	color: #454545;
	font-weight: bold;
	margin-bottom: 10px;
}

p{
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}


#wrapper{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width: 600px;
}

/* NAVIGATION */



#nav{
	clear: both;
	width: 540px;
	padding-bottom: 20px;
	overflow: hidden;
}

#nav ul {
	list-style: none;
	float: right;
	height: 19px;
}

#nav a{ /* this ensures the background is clickable */
	display: block;
	height: 19px;
	background-repeat: no-repeat;
	text-decoration: none;
}


#nav li {
	position:relative;
	float: left;
	display:block;
	height: 19px;
	margin: 0;
}
#nav li.nav-home {
	width: 61px;
}
#nav li.nav-home a {
	background-image: url(../images/nav-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li.nav-portfolio {
	width: 67px;
}
#nav li.nav-portfolio a {
	background-image: url(../images/nav-portfolio.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li.nav-contact {
	width: 68px;
}
#nav li.nav-contact a {
	background-image: url(../images/nav-contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li a:hover {
	background-position: 0px -18px;
}

#nav li.nav-selected a{
	background-position: 0px -18px;
}
#content-top {
	clear: both;
	width: 600px;
	margin-top: -1px;
}

#content {
	background-image: url(../images/content-background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-bottom: 50px;
	padding-right: 40px;
	padding-left: 40px;
	width: 520px;
	overflow: hidden;
	margin-top: -2px;
}
.img-right {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
.attribution p{
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	margin-top: 2px;
	text-align: right;
}
#portfolio {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	margin-right: auto;
	margin-left: auto;
}

#portfolio td {
	vertical-align: top;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#portfolio td.homeimage {
	vertical-align: top;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 20px;
}
.large-portfolio {
	height: 300px;
	width: 520px;
	border: 1px solid #C0C0C0;
	margin-bottom: 10px;
}

#footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 600px;
	margin-bottom: 10px;
	padding-top: 15px;
}

#footer p{
	font-size: 10px;
	color: #D2D9D9;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a{
	color: #BDC6C6;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
