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

header, nav, section, article, aside, footer {
	display:block;
}

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

a img {
	border:0;
}

a {
	color:#666;
}

a:hover {
	color:#6699CC;
}

a:visited {
	color:#999;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#666;
	font-weight:bold;
}

h2 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:13px;
	color:#000;
	font-weight:normal;
	line-height: 20px;
}

h3 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:13px;
	color:#000;
	font-weight:normal;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#666;
	font-weight:normal;
}

h5 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:16px;
	color:#000;
	font-weight:bold;
}


p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:12px;
	font-weight:normal;
}

ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
	list-style-type: none;
}

li {
	text-decoration:none;
}


.smallcopy {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:normal;
}

.boldit {
	font-weight:bold;
}

.tab {
	padding-left:50px;
}

.dottedline {
	height:10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/*Body Onloads and the like */

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bodyBackground.gif) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container { 
	width: 100%; 
	background: #FFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

/*All the header info. Will tx to html5 soon */

header {
	display:block; 
	background: url(images/header_BG.jpg) repeat;
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
	height:100px;
	z-index:2;
	padding:0;
}

header h1 {
	margin: 0;
	padding: 10px 0;
}

.headerLogoContainer {
	margin:0 auto;
	width:452px;
	height:100px;
	position:relative;
}

.logo {
	display:block;
	position:relative;
	width:452px;
	height:100px;
	cursor:pointer;
}

.logo > .static, .logo > .hovered {
	background-image:url(images/headerImage.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.logo > .hovered {
	background-position: -460px 0;
	visibility: hidden;
	opacity: 0;
	-moz-transition-property: opacity visibility;
	-moz-transition-duration: 0.7s;
	-webkit-transition-property: opacity visibility;
	-webkit-transition-duration: 0.7s;
}

.logo:hover > .hovered {
	visibility:visible;
	opacity:1;
}

.logo > div span {
	display:none;
}

/*Major content area */

#middleBand {
	width:1024px;
	height:100%;
	padding:20px 0;
	margin:0 auto;
	background-color:#fff;
}

#indexImage {
	width:800px;
	margin:0 auto;
}
	
/* Sidebar styles*/

aside {
	width:200px;
}

#sidebar {
	float: left;
	width: 200px;
	height:100%;
	background: #fff;
	padding:0 0 50px 0;
}


#sidebar h3 {
	font-family: 'Terminal Dosis', Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#545454;
	padding:0 0 2px 0;
	border-bottom:1px dotted #ccc;
}

#sidebar h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000;
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000;
	margin-left: 10px;
	margin-right: 10px;
}


.thumbLink {
	display:block;
	background:url(images/linkBG.png) repeat;
	width:0;
	height:20px;
	-moz-transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.thumbLink:hover {
	display:block;
	width:90%;
	height:20px;
}

.thumbLink a {
	display:block;
	width:200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:14px;
	text-decoration:none;
	padding:2px 0 0 5px;
}


.thumbHolder {
	padding:10px 0;
	width:100%;
	height:100%;
	margin:0 auto;
}

.thumb {
	opacity:0.80;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	width:65px;
	height:65px;
	background-color:#fff;
	float:left;
	position:relative;
	padding:5px 0 12px 10px;
}

.thumb:hover {
  opacity:1;
}

/*Links and animation control*/
#linkBox {
	position:relative;
	width:595px;
	margin:-2px auto 0 auto;
}
#design {
	background:url(images/grD_Link.png) no-repeat 0 0;
	display:block;
	width:134px;
	height:92px;
	float:left;
}
#design:hover {
	background-position:0 -186px;
}
#design.transition, #design.transition:hover {
	background-position:0 -92px;
}
#design span {
	display:none;
}
#web {
	background:url(images/weB_Link.png) no-repeat 0 0;
	display:block;
	width:125px;
	height:92px;
	float:left;
	margin-left:-10px;
}
#web:hover {
	background-position:0 -186px;
}
#web.transition, #web.transition:hover {
	background-position:0 -92px;
}
#web span {
	display:none;
}
#ill {
	background:url(images/ilL_Link.png) no-repeat 0 0;
	display:block;
	width:113px;
	height:92px;
	float:left;
}
#ill:hover {
	background-position:0 -186px;
}

#ill.transition, #ill.transition:hover {
	background-position:0 -92px;
}

#ill span {
	display:none;
}
#photo {
	background:url(images/phO_Link.png) no-repeat 0 0;
	display:block;
	width:112px;
	height:92px;
	float:left;
}
#photo:hover {
	background-position:0 -186px;
}
#photo.transition, #photo.transition:hover {
	background-position:0 -92px;
}
#photo span {
	display:none;
}
#video {
	background:url(images/viD_Link.png) no-repeat 0 0;
	display:block;
	width:116px;
	height:92px;
	float:left;
}
#video:hover {
	background-position:0 -186px;
}
#video.transition, #video.transition:hover {
	background-position:0 -92px;
}
#video span {

	display:none;
}
#resume {
	background:url(images/reS_Link.png) no-repeat 0 0;
	display:block;
	width:110px;
	height:92px;
	float:left;
}
#resume:hover {
	background-position:0 -186px;
}
#resume.transition, #resume.transition:hover {
	background-position:0 -92px;
}
#resume span {
	display:none;
}

#mainContent {
	width:550px;
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}

#mainContent p {
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#000;
	font-weight:bold;
	font-size:14px;
}

#titleAndImage {
	width:550px;
	float:left;
	padding:0 0 30px 0;
}

.imageListing {
	position:relative;
	width:550px;
	padding:0;
}

.imagecaption {
	background-position:bottom;
	width:490px;
	margin-left:30px;
	padding-bottom:20px;
	border-top:#B70093 dotted 1px;
}

hr {
	position:relative;
	width:90%;
	height: 1px;
	color:#B70093;
	margin:0 auto;
	border-style:dotted;
}

cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#mainContent .decription {
	padding:0 20px;
	margin:0 0 0 565px;
	min-width:200px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

#mainContent .decription p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}

#content p {
	font-weight:normal;
	font-size:12px;
}

#sidebar h3 {
	font-weight:bold;
}

footer {
	height:100px;
	background: url(images/header_BG.jpg) repeat;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.push {
	height: 100px; /* .push must be the same height as .footer */
}

footer p {
	margin: 0;
	padding: 10px 0;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.floattright {
	float: right;
	margin-left: 8px;
}
.floatleft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

