

/**************************************************************************

		* this page defines the styles for the spykman.com website *
	
***************************************************************************/


/* basic styles for all the pages, will be over-ridden by styles applied in specific areas */
body {
	background-image: url( );
	background-color : #555555;
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height:1.75;
	}


/* this is the container with the thin gray outline  which holds the content on all the pages */
#main_box {
   	position: relative;
 	margin-left: auto;
 	margin-right: auto;
	margin-top: 20px;
	width: 1000px;
 	text-align: left;
	background-color : #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0px 0px 15px #cccccc;
	-webkit-box-shadow: 0px 0px 15px #cccccc;
	border: solid 1px #363636;
	padding: 10px;
	}
	
	
/* these are the styles for headers */
.header {
	color: #6646b9;
	font-family : lucida console, monaco, courier, sans-serif;
	font-size: 180%;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 200%;
	}
	

.h2 {
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-variant: small-caps;
	}


/* this is the style for horizontal rules */
.hor_rule {
	position: relative;
	top: -8px;
	width: 100%;
	padding: 0;
	background: transparent;
	overflow:hidden;
	}

body .hor_rule hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	height: 0;
	max-height: 0;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #FFF;
	font-size: 1px;
	line-height: 0;
	}


/* these are the style atributes for links */
a:link {
	color: #ff0000;
	text-decoration: none;
	}
a:visited {
	color: #ff0000;
	text-decoration: none;
	}
a:hover {
	color: #5524b9;
	text-decoration: none;
	}
a:active{
	color: #5524b9;
	text-decoration: none;
	}


/* this is the ????? on all the pages */
#stuffbox {
 	position: absolute;
 	left: -9000px;
 	color: #555555;
 	font-size:  0.5%;
	}


/* this is the area at the top of all the pages that holds the navigation links and logo*/
#top_box {
	background-color: #ffffff;
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topright: 3px;
	height: 100px;
	margin:0;
	border: solid 1px #363636;
	border-bottom: 0;
	padding: 0;
	}


/* this is the small angled logo at the top left of all pages (except the home page) */
#logo {
	position: absolute;
	top: -10px;
	left: 15px;
	margin:0;
	border: 0;
	padding: 0;
	z-index: 10;
	}


/* these are the navigation links across the top on all the pages */
#nav_bar {
	position: relative;
	top: 10px;
	right: 10px;
	z-index: 15;
	width: 730px;
	float: right;
	color: #000000;
	font-size: 140%;
	text-align: right;
	vertical-align: baseline;
	}
#nav_bar a:link {
	color: #669933;
	background-color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	padding: 5px;
	padding-top: 0px;
	}
#nav_bar a:visited {
	color: #669933;
	background-color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	padding: 5px;
	padding-top: 0px;
	}
#nav_bar a:hover {
	color: #5524b9;
	background-color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	padding: 5px;
	padding-top: 0px;
	}
#nav_bar a:active{
	color: #5524b9;
	background-color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	padding: 5px;
	padding-top: 0px;	}
 /* these style attributes give a different look and function to the navigation text of the current page */
#nav_this_page {
	color: #6646b9;
	background-color: #ffffff;
	font-weight: 500;
	font-size: 155%;
	letter-spacing: 0.1em;
	}
#nav_this_page a:link {
	color: #6646b9;
	letter-spacing: 0.1em;
	}
#nav_this_page a:visited {
	color: #6646b9;
	letter-spacing: 0.1em;
	}
#nav_this_page a:hover {
	color: #6646b9;
	letter-spacing: 0.1em;
	}
#nav_this_page a:active{
	color: #6646b9;
	letter-spacing: 0.1em;
	}


/* this is the wavy green (#A8C167) bar below the navigation links on all the pages */
#green_bar {

	position: absolute;
	top: 60px;
	left: 11px;
	margin:0;
	border: 0;
	padding: 0;
	clear: both;
	z-index: 5;
	}


/* this is the area which holds the main content on the"home", "about" and "contact" pages */

#main_content {
	background-color: #B0E0E7;
	background-image: url();
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;
	margin: 0;
	border: solid 1px #363636;
	padding: 25px 30px 15px 30px;
	height: 610px;
	}


/* this is the area with the copyright info below the main content on the home page */
#copyright {
   	position: absolute;
 	right: 40px;
 	bottom: 20px;
	color: #898989;
	text-align: right;
	border: 0;
	padding: 0;
	}


/* these are the style rules for the "standout" text boxes on the "about" and "contact" pages */
.standout {
	background-color: #F5F5F2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 30px 20px 30px; 
	-moz-box-shadow: 1px 1px 7px #707070;
	-webkit-box-shadow: 1px 1px 7px #707070;
	border: 1px solid #707070;
	margin: 4px;
	font-size: 120%;
	}


/* these are the style rules for the pictures on the "about" page */
.pic {
	background-color: #ffffff;
	margin: 6px;
	border: 1px solid #707070;
	padding: 0px;
	-moz-box-shadow: 1px 1px 7px #707070;
	-webkit-box-shadow: 1px 1px 7px #707070;
	display: block;
	}


/* these are the invisible boxes for vertical centering on the "about" and "contact" pages */
.vert_align_left {
	border: 1px solid transparent;
	display: table;
	height: 200px;
	#position: relative;
	overflow: hidden;
	float:left;
	clear: left;
	}
.vert_align_right {
	border: 1px solid transparent;
	display: table;
	height: 200px;
	#position: relative;
	overflow: hidden;
	float:right;
	clear: right;
	}
.vert_align_2 {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	}
.vert_align_3 {
	border: 1px solid transparent;
	#position: relative;
	#top: -50%
	}


/* these are the style rules for lists, specifically the list of links on the contact + links page */
ul {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0;
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.75;
	font-variant: normal;
	}


/* this is for the javascript more/hide stuff */	
#content.dynamic div.more,.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
	height: 1px;
	overflow: hidden;
	}


#content.dynamic span.more,.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
	height: 1px;
	overflow: hidden;
	}


/**************************************************************************

		* starting here are the styles for the portfolio page *
	
***************************************************************************/



.pwi_loader{
	height: 60px;
	width: 200;
	border: 1px solid #7F7F7F;
	}


/* this is the "box" which holds all of the content on both "pages" of the portfolio */
.pwi_container{
	background-color: #B0E0E7;
	background-image: url();
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;
	height: 631px;
	border: solid 1px #363636;
	border-top: 0;
	padding-top: 20px;
	}


.pwi_container a{
	color: #000000;
	}


/* these are the rules for the pictures on the home page of the portfolio */
.pwi_album{
	position: relative;
	top: 50px;
	left: 21px;
	float: left;
	margin: 0px;
	height: 275px;
	width: 195px;
	overflow: hidden;
	cursor: pointer;
	}
.pwi_album .drop_shadow {
	background-color: #ffffff;
	width: 160px;
	height: 160px;
	margin: 0px;
	border: 1px solid #707070;
	padding: 7px;
	-moz-box-shadow: 2px 2px 5px #707070;
	-webkit-box-shadow: 2px 2px 5px #707070;
	}


/* these are the styles for the titles under the pictures on the home page of the portfolio */
.pwi_container .title{
	font-family: lucida console, monaco, courier, sans-serif;
	font-size: 160%;
	padding-top: 5px;
	padding-left: 3px;
	line-height: 1.2;
	width: 175px;
	overflow: hidden;
	}

/* these are the styles for the details under the pictures on the home page of the portfolio */
.pwi_container .details{
	font-style: italic;
	font-size: 120%;
	padding-left: 3px;
	line-height: 1.2;
	width: 175px;
	overflow: hidden;
	}


/* these are the styles for the area that holds the text at the top of second page of the portfolio*/

.pwi_album_backlink{
	position: relative;
	top:-20px;
	width: 958px;
	letter-spacing: .1em;
	background-color: white;
	margin: 0;
	border-bottom: 1px solid black;
	padding: 40px 0px 5px 40px;
	font-size: 140%;
	text-decoration: none;
	cursor: pointer;
	}


.pwi_album_description{
	position: relative;
	top:-20px;
	width: 918px;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0px 40px 10px 40px;
	height: 75px;
	overflow: hidden;
	}


.pwi_album_description .title{
	font-family: lucida console, monaco, courier, sans-serif;
	font-size: 220%;
	font-weight: 500;
	letter-spacing: 0.4em;
	margin: 0px 0px 5px -4px;
	width: 100%;
	}


.pwi_album_description .details{ /* not being used */
	font-style: italic;
	}


.pwi_album_description .description{
	font-size: 120%;
	overflow: hidden;
	}
	
	
.pwi_album_description .sslink{ /* not being used */
	text-decoration: none;
	}


/* these are the styles for the thumbnail pictures on the second page of the portfolio*/
.pwi_photo{
	position: relative;
	left: 31px;
	background-color: #a0a0a0;
	width: 144px;
	height: 144px;
	margin: 5px 5px 50px 5px;

	border: 1px solid #707070;
	padding: 0;
	-moz-box-shadow: 2px 2px 5px #707070;
	-webkit-box-shadow: 2px 2px 5px #707070;
	float: left;
	}
	
	
.pwi_photo img{0
	margin: 0;
	border: 0;
	padding: 0;
	}


.pwi_photo a{
        text-decoration: none;  
	}


/* these are the styles for the navigation tools on the second page of the portfolio*/
.pwi_pager{
	background-color: transparent;
	position: absolute;
	top: 141px;
	left: 411px;
	width: 598px;
	clear: both;
	color: transparent;
	}
	
	
.pwi_prevpage{
	float: left;
	margin: 10px 0px 5px 200px;
	font-size: 150%;
	}
	
	
.pwi_nextpage{
	float: left;
	margin: 10px 0px 5px 20px;
	font-size: 150%;
	}
	
	
.pwi_pager_page{
	float: left;
	margin: 10px 0px 5px 20px;
	color: #000000;
	font-size: 140%;
	cursor: pointer;
	}
	
	
.pwi_pager_current{
	float: left;
	margin: 10px 0px 5px 20px;
	font-size: 140%;
	color: #000000;
	text-decoration: underline;
	font-weight: 900;
	}
	

.link{
	color: #ff0000;
	font-size: 150%;
	font-variant: small-caps;
	text-decoration: none;
	cursor: pointer;
	}



/**************************************************************************

	* starting here are the styles for the "fancybox" picture viewer *
	
***************************************************************************/



div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: none;
	z-index: 30;
	}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

div#fancy_wrap {
	text-align: left;
	}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
	}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('resources/fancy_progress.png') no-repeat;
	}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
	}

div#fancy_loading_icon {
	position: absolute;
	background: url('resources/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
	}

div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 15px 290px 35px 15px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
	}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #707070;
	background: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-box-shadow: 0px 0px 15px #cccccc;
	-webkit-box-shadow: 0px 0px 15px #cccccc;
	}

div#fancy_content {
	margin: 0;
	z-index: 100;

	position: absolute;
	}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
	}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('resources/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
	}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
	}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
	}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
	}

a#fancy_left {
	left: 0px; 
	}

a#fancy_right {
	right: 0px; 
	}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
	}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('resources/fancy_left.png') no-repeat;
	}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('resources/fancy_right.png') no-repeat;
	}

a#fancy_left:hover {
  visibility: visible;
	}

a#fancy_right:hover {
  visibility: visible;
	}

a#fancy_left:hover span {
	left: 20px; 
	}

a#fancy_right:hover span {
	right: 20px; 
	}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	}

/* these are the styles for the text box with the title and description, to the right of the picture */
div#fancy_title {
	position: relative;
	left: 270px;
	top: 20px;
	float: right;
	border: 1px solid 707070;
	background: #ececec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-box-shadow: 0px 0px 15px #cccccc;
	-webkit-box-shadow: 0px 0px 15px #cccccc;
	width: 210px;
	min-height: 230px;
	max-height:720px;
	margin: 0;
	padding: 20px 20px 30px 20px;
	white-space: normal;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100;
	}

div#fancy_title div {
	font-size: 120%;
	color: #000000;
	}

