/*-----------------------------------------------------------------------------
Dwell digital style sheet (empty commented stylesheet)
version:   1.0
author:    brian diesel
email:     bri@ndiesel.net
website:   http://www.dwelldigital.net
-----------------------------------------------------------------------------*/
/* color swatches 
dark red::::::::#3D0F1A
					
pink::::::::::::#D70370
darkest green:::#1E434C
second green::::#70968F
thrid green:::::#99CCCC
lightest green::#DFEDEA
grey::::::::::::#464646
white:::::::::::#FFFFFF
black:::::::::::#000000
khaki:::::::::::#CBCC99
------------------------------------------------------------------------------------*/
html{
	height:100%
}



.ui-dialog .ui-dialog-title{
  color: #fff;
  
}


/*---------------------------------------------*/
.viewport {
    /*border: 3px solid #eee;*/
    float: left;
    height: 200px;
    margin: 0 9px 9px 0;
    overflow: hidden;
    /*position: relative;*/
    width: 300px;
 
}

/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
   class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
    margin-right: 0;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.viewport a {
    display: block;
    position: relative;
}

.viewport a img {
    height: 166px;
   /*left: -20px;
    position: relative;
    top: -20px;*/
    width: 220px;
}


.viewport a:hover {
  z-index:100;
}


/* --- Label configuration -------------------------------------------------------------- */




.viewport a span {
    display: none;
    font-size: 3.0em;
    font-weight: bold;
    height: 100%;
    padding-top: 120px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    
}



.viewport a span em {
    display: block;
    font-size: 124.45em;
    font-weight: normal;
}

/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff;
    text-shadow: #000 0px 0px 20px;
}
    .dark-background em {
        color: #ccc;
    }

/* --- Light hover background ----------------------------------------------------------- */
.light-background {
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
    text-shadow: #fff 0px 0px 20px;
}
    .light-background em {
        color: #707070;
    }





/*-------------------------------------------------*/
body {
	background: url(graphics/checker.png) repeat;
	background-color: white;
	/*background-color: #DFEDEA;*/
	height: 100%;
	/*border: 0px;*/
	margin: auto;
	padding: 0;
}

#main{
	position: relative;
	margin: 0 auto;
	width: 880px;
	top: 0px;
	text-align: left;
}

#MastHead{
	width:900px;
	height: 83px;
	background: url(graphics/masthead.png);

}

#pagebody {
	width:910px;
	height:auto;
	margin:auto;
	background-color: #FFFFFF;
	/*border: 1px solid #3D0F1A;*/
	padding: 0px 0px 0px 0px;
}

#controllerbody {
	width:900px;
	margin:auto;
	padding: 100px 0px 0px 0px; 
	opacity: .85;
}

#controllerbody p{	
	color: #e9eef1;
}

.left {
	float:left;
    width: 400px;
    height: auto;
		
}

.right {
	float:right;
	width:430px;
	height:auto;
	padding: 0px 20px 0px 0px;
}

.center{
	float:left;
    width: 860px;
    height: auto;
	padding: 0px 00px 0px 0px;	
}



#wrapper {
	width:900px;
	height: 800px;
	padding: 10px 25px 25px 15px;

}

#wrapperAS {
	width:900px;
	height: 800px;
	padding: 10px 25px 25px 15px;
}

#wrapperYS {
	width:900px;
	height: 800px;
	padding: 10px 25px 25px 15px;
}


#wrapperECC {
	width:900px;
	height: 800px;
	padding: 10px 25px 25px 15px;
}


#wrapperBC {
	width:900px;
	height: 800px;
	padding: 10px 25px 25px 15px;
}


#wrapperFM {
	width:900px;
	height: 1900px;
	padding: 10px 25px 25px 15px;
}

#wrapperClank {
	width:800px;
	height: 1448px;
	padding: 10px 25px 25px 15px;
}

#wrapperThesis{
	width:900px;
	height: 1800px;
	padding: 10px 25px 25px 15px;
}


#wrapperpersonalproject {
	width:900px;
	height: 743px;
	margin:auto;
	padding: 0px 0px 0px 0px;
	/*position: absolute; */             /* absolute positioning        */
    background-color: transparent;   /* transparent background      */
	z-index: 2;                      /* place it over the other DIV */ 
}

#translucentbkg{
	width: 900px;
	height: 1000px;    
	background-color: #3D0F1A;       
	opacity: 0.8;
	position:absolute;


}

#hrboxholder{
	width:840px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

#hrbox {
	width:880px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

#hrbox hr {

	display: block;
	height: 3px;
	background:#3D0F1A;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	width: 100%;
	/*height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
}


a:link {
	font-family: Helvetica, Monaco, Verdana, "Courier New", monospace;
	font-size: 9px;
	color: #D70370;
	text-decoration: underline;
	letter-spacing: 1px;
	border: none;
}




a:visited {
	font-family: Monaco, Verdana, "Courier New", monospace;
	font-size: 9px;
	color: #3D0F1A;
	text-decoration: underline;
	letter-spacing: 1px;
  border: none;
}

a:visited:hover {
	text-decoration: none;
	/*background: url(graphics/underline_red.gif) repeat-x left bottom;	*/
}


a:link:hover{
	text-decoration: none;
	/*background: url(graphics/underline_pink.gif) repeat-x left bottom;*/
}

ul.none {list-style-type:none}

img {
	border: none;
}


#navigatorBox{
	width:900px;
	height:28px;
	margin:auto;
	background-color: #3D0F1A;
	padding: 0 0px 0px 0px;
}

/* Temp */
#navigator{
	width:900px;
	height:28px;
	margin:auto;
	background-color: #3D0F1A;
	padding: 0 0px 0px 0px;
}


#navigator li{
	display: inline;
}

#navigator li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 20px 10px 10px;
	text-decoration: none;
}


#navigator li a:visited{
	color: #FFFFFF;
}

#navigator li a:hover{
	color: #D70370;
	text-decoration:underline;
	background: none;
}

#navigator li a#farleft{
	border-left: 1px solid #94A9D9;
}


hr {
	border: none;
	border-top: 1px dotted #000;/*the border*/ 
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	width: 18%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


h1 {
	font-family: Monaco, Verdana, "Courier New", monospace;
	font-size: 1.5em;
	color: #1E434C;
}

h2 {
	font-family: Monaco, Verdana, "Courier New", monospace;
	letter-spacing: -1px;
	font-size: .8em;
	color: #1E434C;
	letter-spacing: 1px;
}

h3 {
	font-family: Monaco, Verdana, "Courier New", monospace;
	font-size: 9px;
	color: #1E434C;
}

li{
	font-family: Monaco, Verdana, "Courier New", monospace;
	color: #353434;
	font-size: 9px; 
}

p{
	font-family: Monaco, Verdana, "Courier New", monospace;
	font-size: 9px;
	color: #353434;
	letter-spacing: .5px;;
	line-height: 13px; 
}


IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}
	
img.webcontroller {
	position:relative;
	display: block;
	text-align: center;
	z-index:1;
	margin: auto;
}	
	
a.controller:link{color: #3D0F1A; text-decoration: underline; font-size:8pt; font-weight:bold;}
a.controller:hover {color: #3D0F1A;  text-decoration:underline; font-size:8pt; background:none; }

a.controller_overview:link{color: #3D0F1A; text-decoration:none; font-size:8pt; font-weight:bold; cursor:default;}
a.controller_overview:hover {
	color: #3D0F1A;
	text-decoration:none;
	background:none;
	cursor:default;
}


/* Hoverbox Code */
.hoverbox
{
	cursor: pointer;
	list-style: none;
	padding: 0px 0px 0px 0px;

}
.hoverbox a
{
	cursor: pointer;
}
.hoverbox a .preview
{

	display: none;
}

.hoverbox a .preview_square
{
	display: none;
}



.hoverbox a:hover .preview
{

	display: block;
	position: absolute;
	top: -12px;
	left: -20px;
}

.hoverbox a:hover .preview_square
{
	display: block;
	position: absolute;
	top: -12px;
	left: -20px;
}


.hoverbox img
{

	margin: 6px;
	width: 200px;
	height: 150px;
}

.hoverbox img.square
{

	margin: 6px;
	width: 150px;
	height: 150px;
}


.hoverbox img.spaceball
{
	margin: 6px;
	width: 35px;
	height: 0px;
}


.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview
{
	border-style: solid;
	border-color: #3D0F1A;
	border-width: 1px;
	width: 280px;
	height: 210px;
	z-index: 3;
}

.hoverbox .preview_square
{
	border-style: solid;
	border-color: #3D0F1A;
	border-width: 1px;
	width: 210px;
	height: 210px;
	z-index: 3;
}


/* For the splash page !! */
#container	{
	position:relative;
	font-size: 9px;
	width:180px;
	height:280px;
	z-index:100;
	padding: 5px 10px 5px 10px;
}


#container a:link {color: #d70370; text-decoration: none; font-size: 9px;}
#container a:visited {color: #d70370; text-decoration: none; font-size: 9px;}
#container a:hover {color: #d70370; text-decoration: underline; font-size: 9px; background:none;}
#container a:visited:hover {color: #d70370; text-decoration: underline; font-size: 9px; background:none;}
#container h2{color: #d70370; font-size:9px;}


#lyr1_overview, #lyr2_contact, #lyr3_links, #lyr4_biography, #lyr5_works, #lyr6_articles, #lyr_null	{
	position:absolute;
	visibility:hidden;
	left:952px;
	top:-349px;
	z-index:1;
}



/* For Speech Bubbles */

img.pointer-top {
	position: relative;
	margin: 0px;
	left: 150px;
	top: -20px;
	z-index:100;

}

img.pointer-bottom {
	position: relative;
	margin: 0px;
	left: 20px;
	bottom: -24px;
	z-index:100;
}

img.pointer-bottom-right {
	position: relative;
	margin: 0px;
	left: 120px;
	bottom: -24px;
	z-index:100;
}

img.pointer-left{
	position: relative;
	margin: 0px;
	left: -14px;
	bottom: 10px;
	z-index:100;
}

img.pointer-right {
	position: relative;
	margin: 0px;
	bottom: 10px;
	left: 139px;
	z-index:100;
}

/*/////////////////////////////////////////////////////////// */




.highslide {
	cursor: url(/scripts/highslide/graphics/zoomin.cur), pointer;
    outline: none;
	z-index:6;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid gray;
	z-index:6;
}
.highslide:hover img {
	border: 1px solid #3D0F1A;
	z-index:6;
}

.highslide-wrapper {
	background: white;
	z-index:6;
}
.highslide-image {
  border-bottom: 1px solid white;
	z-index:6;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 1px solid white;
    font-family: Monaco, Verdana, "Courier New", monospace;
    color: #ffffff;
	font-size: 9px;
    padding: 5px;
    background-color: #3D0F1A;
	z-index:6;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 9px;
	font-family: Monaco, Verdana, "Courier New", monospace;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black; 
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/scripts/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
	z-index:6;
}


a.highslide-credits:hover,

a.highslide-full-expand {
	background: url(/scripts/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	z-index:6;
}
.highslide-overlay {
	display: none;
	z-index:6;
}



.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(scripts/highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}


/*/////////////////////////////////////////////////////////////////////////////////////////// */



/*Fat Erik's Breadcrumbs*/
#crumblist
{
list-style: none;
padding: 5px 15px 10px 15px;
margin: 0;
}

#crumblist li
{
display: inline;
padding: 0;
margin: 0;
}

#crumblist li:before { content: ":: "; }
#crumblist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #crumblist li
{
background-image: url("graphics/checker.png");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0.5em 0 1em;
margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #crumblist { height: 1%; }

* html #crumblist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { background-image: none; }



/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


/*lightbox*/
#TB_overlay {
	position: absolute;
	z-index:4;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2000px;
	background-color:#3D0F1A;
}

#ajaxcont {
	z-index: 5;
	visibility: hidden;
	width: 100%;
	height: 680px;
	position: absolute;
	margin: 0 auto;
	top: 44px;
	left: 0px;
}

#ajaxpre{
	position: relative;
	margin: 0 auto;
	width: 910px;
}
#ajax{
	background-color: transparent;
	width: 910px;
	height: 890px;
	border: 3px solid #3D0F1A;
}

#warning{
	position: absolute;
	color: red;
	font-size: 20px;
}


/*////////////Boxes */
.newwork1, .newwork2, .newwork3,
.b_p0_0, .b_p1_0, .b_p2_0, .b_p3_0, .b_p4_0, .b_p5_0,
.b_p0_1, .b_p1_1, .b_p2_1, .b_p3_1, .b_p4_1, .b_p5_1,
.b_p0_2, .b_p1_2, .b_p2_2, .b_p3_2, .b_p4_2, .b_p5_2,
.b_p0_3, .b_p1_3, .b_p2_3, .b_p3_3, .b_p4_3, .b_p5_3,
.b_p0_4, .b_p1_4, .b_p2_4, .b_p3_4, .b_p4_4, .b_p5_4,
.b_p0_5, .b_p1_5, .b_p2_5, .b_p3_5, .b_p4_5, .b_p5_5,
.b_p_hidden, .b_p_clicked{ position: absolute; }

.newwork1{top: 20px; left: 108px;}
.newwork2{top: 20px; left: 340px;}
.newwork3{top: 20px; left: 572px;}


.b_p0_0{top: 200px; left: 0px;}
.b_p1_0{top: 200px; left: 0px;}
.b_p2_0{top: 200px; left: 236px;}
.b_p3_0{top: 200px; left: 472px;}
.b_p4_0{top: 200px; left: 710px;}
.b_p5_0{top: 200px; left: 820px;}

.b_p0_1{top: 380px; left: 0px;}
.b_p1_1{top: 380px; left: 0px;}
.b_p2_1{top: 380px; left: 212px;}
.b_p3_1{top: 380px; left: 424px;}
.b_p4_1{top: 380px; left: 658px;}
.b_p5_1{top: 380px; left: 800px;}

.b_p0_2{top: 560px; left: 0px;}
.b_p1_2{top: 560px; left: -54px;}
.b_p2_2{top: 560px; left: 184px;}
.b_p3_2{top: 560px; left: 424px;}
.b_p4_2{top: 560px; left: 658px;}
.b_p5_2{top: 560px; left: 800px;}

.b_p0_3{top: 740px; left: 0px;}
.b_p1_3{top: 740px; left: 0px;}
.b_p2_3{top: 740px; left: -54px;}
.b_p3_3{top: 740px; left: 184px;}
.b_p4_3{top: 740px; left: 394px;}
.b_p5_3{top: 740px; left: 608px;}

.b_p0_4{top: 960px; left: 0px;}
.b_p1_4{top: 960px; left: 160px;}
.b_p2_4{top: 960px; left: 320px;}
.b_p3_4{top: 960px; left: 480px;}
.b_p4_4{top: 960px; left: 640px;}
.b_p5_4{top: 960px; left: 800px;}

.b_p0_5{top: 960px; left: 0px;}
.b_p1_5{top: 960px; left: 160px;}
.b_p2_5{top: 960px; left: 320px;}
.b_p3_5{top: 960px; left: 480px;}
.b_p4_5{top: 960px; left: 640px;}
.b_p5_5{top: 960px; left: 800px;}

/*
.b_p0_6{top: 880px; left: 0px;}
.b_p1_6{top: 880px; left: 160px;}
.b_p2_6{top: 880px; left: 320px;}
.b_p3_6{top: 880px; left: 480px;}
.b_p4_6{top: 880px; left: 640px;}
.b_p5_6{top: 880px; left: 800px;}
*/

.b_p_clicked{top: 0px; left: 0px;}
.b_p_hidden{visibility:hidden;}

.box {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	width: 220px;
	height: 166px;
/*	border: 1px;*/
}


.boxOver{
	top: -10px;
	left: -10px;
	position: absolute;
	width: 400px;
	height: 300px;
/*	border: none;*/
}


.boxClick{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 960px;
	height: 480px;
	/*border: 1px;*/
}

.box img, .boxOver img{
	width: 100%;
	height: 100%;
/*	border: 0px;*/
}

.box .text, .boxOver .text{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

/*title boxes*/
#t0, #t1, #t2, #t3, #t4, #t5, #t6, #t7, #t8 {
	font-size: 24px;
	width: 160px;
	height: 160px;
	text-align: left;
}
.ttext{
	margin-left: 5px;	
}

/*text on box over*/
.font {
	background-color: #D70370;
	color: white;
	padding: 2px;
	font-size: 14px;
	line-height: 18px;
}
.font a{
	color: white;
	text-decoration: none;
}
.text {
	width: 240px;
}
.more{
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}
.more a{
	color: white;
	text-decoration: none;
}

#close{
	position: absolute;
	top: -32px;
	left: 0;
	
	width: 896px;
	height: 14px;
	
	background-color: #3D0F1A ;
	background-image:url(graphics/close.png); 
	background-repeat:no-repeat;
	background-position: 99% 100%;
	color: white;
	padding: 10px;
	font-family: Monaco, Verdana, "Courier New", monospace;
	font-size: 12px;
	visibility: inherit;
	cursor: pointer;
}


#close a:hover{
	color: red;
	text-decoration: underline;
}




