@charset "utf-8";
/* CSS Document */

/* Dotted line around active button in Firefox */
:-moz-any-link:focus {
    outline-style: none !important;
    outline-width: 0px !important;
}
/* End Dotted line around active button in Firefox */

body{
	background-image:url(../_images/stripeBG.jpg);
	margin: 0px;
	padding:0px;
}

#banner{
	background-image:url(../_images/bannerBG.jpg);
	height: 210px;
	margin:0;
	padding:0;
}

#wrapper{
	width:800px;
	height:800px;
	margin: -210px auto;
}

#logo {
	width:   300px;
	height:  230px;
	margin:  10px 0;
	padding: 0px;
	float:   right;
}

.img {
	border: none;
}

#about-me{
	width: 		480px;
	float: 		left;
	margin: 	60px 0 0 0;
	padding: 	0px;
}
#about-me a, #about-me a:visited, #contact-me a, #contact-me a:visited{
	color:#0000FF;
	text-decoration:none;
}
#about-me a:hover, #contact-me a:hover{
	color:#0000FF;
	text-decoration:underline;
}

#contact-me{
	width: 	 495px;
	float: 	 left;
	margin:  5px 0px;
	padding: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:	 18px;
	font-weight: bold;
	margin: 	 0px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:   18px;
	font-weight: 100;
	color:		 #FFFFFF;
	text-align:  left;
	padding:	 0px;
	margin:		 0px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:   14px;
	font-weight: bold;
	color:		 #FFFFFF;
	text-align:  left;
	padding:	 0px;
	margin:		 5px 0px;
}

p{
	font-family: Helvetica, Arial, sans-serif;
	font-size:	 12px;
	margin: 	 0px;
	text-align: justify;
}

#blog-recent p{
	margin: 	 5px 0;
	color:		 #FFFFFF;
}

/*****************
START Work Sample
*****************/
#workSamples{
	margin:			-25px 0;
	padding:		0px;
	float:			left;
	width:			500px;
	height:			400px;
	border-bottom:	double #75694F;
	border-right:	solid 1px #75694F;
	position:		relative;
}

#workSamples p{
	font-size:12px;
	margin: 0 0 -10px 0;
	padding: 0 50px 0;
	color:#75694F;
	text-align:right;
}

/*TYPOGRAPHY*/
ul{
	list-style: square inside;
}

blockquote{
	padding: 0 20px; 
	margin-left: 20px; 
	border-left: 20px solid #ccc; 
	font-size: 14px; 
	font-family: Georgia, serif; 
	font-style: italic; 
	margin-top: 10px;
}

/*SLIDER*/
.slider-wrap{ 
	width: 420px;
	margin: 10px 0 0 25px;
}
			
.stripViewer .panelContainer 
.panel ul{
	text-align: left;
	margin: 0 15px 0 30px;
}

.stripViewer{
	position: relative; 
	overflow: hidden; 
	width: 420px; 
}

.stripViewer .panelContainer{
	position: relative; 
	left: 0; 
	top: 0;
}

.stripViewer .panelContainer .panel{
	float: left; 
	height: 280px; 
	position: relative; 
	width: 420px;
}

.stripNavL, .stripNavR, .stripNav{
	display: none;
}

.nav-thumb{
	border: 3px solid #B42900; 
	margin:0 0 0 3px;
}

#movers-row{
	margin: -47px 0 0 60px;
}

#movers-row div{
	width: 20%; 
	float: left;
}

#movers-row div a.cross-link{
	float: right;
}

.photo-meta-data{
	background: url(../_images/work/transpBlack.png); 
	padding: 10px; 
	height: 30px; 
	margin-top: -50px; 
	position: relative; 
	z-index: 9999; 
	color: white;
}

.photo-meta-data span{
	color:#CCCCCC;
	font-size: 13px;
}

.photo-meta-data a:link, .photo-meta-data a:visited{
	color:#FFCC00;
}

.cross-link{
	display: block; 
	width: 60px; 
	margin: -9px 0 0 0px; 
	position: relative; 
	padding-top: 10px; 
	z-index: 9999;
}

.active-thumb{
	background: transparent url(../_images/work/indicator.png) top center no-repeat;
}

#main-photo-slider{
	margin: 0 0 10px 0;
	padding:0px;
	height:280px;
	border:#B42900 solid 4px;
}

/***************
END Work Sample
***************/

#right{
	margin:			-5px 0;
	padding:		0px;
	float:			right;
	width:			299px;
	height: 		380px;
	border-bottom:	double #75694F;
}

#blog-recent{
	height:	95px;
	margin: -10px 0 0 30px;
}

#blog-recent a{
	color:#B42900;
	text-decoration:none;
}

#blog-recent a:hover, #blog-recent a:active{
	color:#75694F;
	text-decoration:underline;
}

/*****************
START flickr badge
*****************/
#flickr-thumbnail-wrapper{
	height:240px;
	width:100%;
	margin: 0 0 0 5px;
}

#flickr-thumbnail-wrapper h2{
	margin: 0 0 2px 25px;
}

#flickr-thumbnail-prev{
	float:left;
	margin:75px 0;

}

#flickr-thumbnail-next{
	float:right;
	margin:75px 0;
}

#flickr-thumbnail {
	width:250px;
	margin:0 auto;
}

#flickr-thumbnail a{
	width:250px;
	text-align: center;
}

#flickr-thumbnail img{
	border:#B42900 solid 5px;
}

/***************
END flickr badge
***************/

#copyright p{
	font-size:10px;
	text-align:center;
	margin: 40px 0 0 5px;	
	color:#75694F;
}

#copyright a{
	color:#B42900;
	text-decoration:none;
}


/******************
START More About Me
******************/

#picture-me{
	width: 		470px;
	height:		200px;
	margin: 	0;
	padding: 	0;
}

#more-me{
	margin:			-20px 0;
	padding:		0 10px 0 10px;
	float:			left;
	width:			800px;
	height:			440px;
	border-bottom:	double #75694F;	
	background:		url(../_images/work/transpBlack.png);
	z-index: 0;
}

#more-me p{
	margin:		5px 0;
	color:		#F7F3EA;
	font-size:	14px;
	text-indent: 30px;
}

#highlight{
	color:		#FFCC00;
	font-size:	20px;
	border:		dashed thin #75694F; 
	padding:	0px 10px 0px 10px;
}

#nav {
	float:		left;
	margin:		-29px 0;
	position:	relative;
	height:		30px;
	width:		300px;
}

#nav ul{
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:4px;
}

#nav a{
	background:transparent url(../_images/nav.png) no-repeat;
	display:block;
	height:30px;
	width:100px;
	overflow:hidden;
	position:absolute;
	text-decoration:none;
	top:0;
	padding: 10px 0;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:   12px;
	font-weight: bold;
	color:		 #FFFFFF;
}

#nav-resume a{
	left:100px;
}

.clearfix{
	clear: left; 
	line-height: 0; 
	height: 0;
}


/*****************
END More About Me
*****************/

/*****************
END Demo Reel 2004
*****************/
#flv{
	margin:	20px;
	width:	320px;
	height:	213px;
}

#flv p{
	margin:	5px 0;
	color:#F7F3EA;
}

#flv img{
	margin:	5px;
}


/*****************
END Demo Reel 2004
*****************/

/*****************
START sIFR styles
*****************/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:	20px;
	margin:		0 0 -3px 0;
	padding:	0px;
	color:		#000000;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:	20px;
	margin:		0 0 -3px 0;
	padding:	0px;
	color:		#FFFFFF;
}

.sIFR-hasFlash #highlight {
	width:		770px;
	visibility: hidden;
	font-size:	22px;
	color:		#FFCC00;
	padding:	0px 10px 0px 10px;
	border:	dashed thin #75694F; 
}
/*****************
END sIFR styles
*****************/

