@charset "UTF-8";
 /*    
# Theme Name: Test
# Theme URI: 
# Description: Test portfolio
# Author: Jenny Thai
# Author URI: http://www.jennythai.com
# Version: 1.0 
# */ 

#myGallery
{
	text-align: left;
	margin: 0 auto;
}



body {
	font-family: helvetica, arial, san-serif;
	font-size: 12px;
	color: #333;
	line-height:15px;
	
}
#wrapper { 
 margin: auto;
 width: 990px;
 height: 100%;

}


#page {
	width:960px;
	height:100%;
	font-family: helvetica, arial, san-serif;
	color:#333333;
	border:thin solid #CCCCCC;
	float:left;
	
}


/* HEADER FOOTER */
#header {
	background:url(../images/grey_bk.jpg) repeat;
	width:960px;
	height: 150px;
	position: relative;
	border-bottom:thin solid #cccccc;
}
#footer {
	float:left;
	background:url(../images/grey_bk.jpg) repeat;
	font-size: 9px;
	height:105px;
	width:960px;
	border-top:thin solid #CCCCCC;
	
}


/********** HEADER NAME **********/
#name
{
	width:257px;
	height:68px;
	margin-top:50px;
	margin-left:30px;
	background-image:url(../images/name.jpg);
	float:left;
}


/********** NAVIGATION **********/
#navcontainer {
	width:470px;
	float:right;
	margin-top:40px;
	margin-right:60px;
}

#navcontainer ul {
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;

}

#navcontainer ul li {
	display: block;
	float:right;
	text-align: center;
	margin-right:10px;
	
}

#navcontainer ul li a {
	width: 80px;
	height: 20px;
	border:none;
	color:#333333;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:7px;
	padding-top:7px;
	
	
}

#navcontainer ul li a:hover {
	color:#FFFFFF;
	background-color:#66CCCC;

}


body#index a#indexnav,
body#work a#worknav,
body#about a#aboutnav,
body#contact a#contactnav,
{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#66CCCC;
}



/********** INTRODUCTION **********/

#introduction
{
	width: 960px;
	height:160px;
	background-image:url(../images/introduction.jpg);
}





/********** FEATURE **********/

#feature
{
	width: 920px;
	float:left;
	border-top:thin solid #CCCCCC;
	margin-left:20px;
}

#feature_title {
	width:960px;
	float:left;
	margin-top:14px;
	padding:0px;
}

#feature_container{
	width:920px;
	margin-left:13px;
}

#feature_box{
	width:280px;
	height:200px;
	float:left;
	margin-right:24px;
	border: thin solid #CCCCCC;
	margin-top:8px;
}

a img {
	border:none;
}

/********** PROJECT MAIN CONTENT **********/

#project_container
{
	width: 890px;
	border-top:none;
	margin-left:35px;
}

#project_description_column {
	width: 280px;
	height: auto;
	margin-top:15px;
	margin-right: 25px;
	float:left;
}

#project_description_column_right {
	width: 280px;
	height: auto;
	margin-top:15px;
	margin-right: 0px;
	float:left;
}

#content_resources {
	width: 300px;
	float:left;
	padding:20px;
	padding-left:0px;
	
}

.content_resources {
	
	text-decoration:none;
	margin-top:2px;
	
}

.content_resources a{
	font-size:12px;
	text-decoration:none;
	
}



#project_nav
{
	width: 960px;
	height:80px;
	
}

#project_title_container {
	width:890px;
	height:43px;
	margin-bottom:10px;
	margin-top:15px;
	padding-top:20px;
	margin-left:-17px;
	float:left;	
}

#media {
	width: 890px;
	margin-top:20px;
	float:left;
}


#slideshow_buttons a{
	width:28px;
	height:300px;
	float:left;
	border:thin solid #CCCCCC;
	background-color:none;
	
}

#slideshow_buttons a:hover {
	background: #EDEDED;
}

#project_page_controls {
	width: 140px;
	float: right;
	margin-right:-36px;
}

#project_page_controls_grid a{
	width: 55px;
	height:40px;
	float: right;
	background: url(../images/grid_btn_hover.png) no-repeat;
}

#project_page_controls_grid a:hover{
	
	background: url(../images/grid_btn.png) no-repeat;
}

#project_page_controls_prev a{
	width: 29px;
	height:40px;
	float: right;
	background: url(../images/prev_project_btn_hover.png) no-repeat;
}

#project_page_controls_prev a:hover{
	
	background: url(../images/prev_project_btn.png) no-repeat;
}



#project_page_controls_next a:hover{
	
	background: url(../images/next_project_btn.png) no-repeat;
}

#project_page_controls_next a{
	width: 29px;
	height:40px;
	float: right;
	margin-right:20px;
	background: url(../images/next_project_btn_hover.png) no-repeat;
}



#profile {
	width:490px;
	height:600px;
	float:left;
}



/********** PROJECT NAVIGATION **********/
#project_navcontainer {
	width:900px;
	float:left;
	margin-left:20px;
	margin-top:15px;
}

#project_navcontainer ul {
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;

}

#project_navcontainer ul li {
	display: block;
	float:left;
	text-align: center;
	
	border-left:thin solid #CCCCCC;
	border-rigth:thin solid #CCCCCC;
	
}

#project_navcontainer ul li a {
	width: 120px;
	height: 20px;
	border:none;
	color:#333333;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:7px;
	padding-top:7px;
	
	
}

#project_navcontainer ul li a:hover {
	color:#FFFFFF;
	background-color:#666699;

}

#project_navcontainer ul li a:active {
color:#FFFFFF;
	background-color:#666699;
}




/********** BOTTOM CONTENT **********/

#bottom_container {
	width:920px;
	height:130px;
	margin-left:30px;
	margin-bottom:40px;
	border-top:thin solid #CCCCCC;
	float:left;
	
}

/********** SLIDING BOXES **********/
	
			.boxgrid{ 
				width: 280px; 
				height: 220px; 
				margin:10px; 
				float:left; 
				background:#161613; 
				border: solid 1px #CCCCCC; 
				overflow: hidden; 
				position: relative; 
			}
			.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxgrid_intro{ 
				width: 920px; 
				height: 160px; 
				margin:18px; 
				float:left; 
				background:#161613; 
				border: none; 
				overflow: hidden; 
				position: relative; 
			}
			
			.boxgrid_intro img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
			.boxgrid_intro p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
	
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 220px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 185px;
 					left: 0;
 				}




/********************************************
   SLIDESHOW
********************************************/ 

a, a:visited, a:hover, a:active {  /* default link style - needed to make the :active work correctly in IE */
		color:#000;
	}
	
#album {   /* style the outer cntaining div to fit the landscape, portrait and buttons */
	width:480px; 
	height:360px; 
	border:1px solid #aaa;
	margin:0 auto;
	margin-right: 20px;
	float:right;
	margin-top: 0px;
	margin-bottom:50px;
		}




.gallery {   /* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
	padding:0; 
	margin:320px 0 0 0; 
	list-style-type:none; 
	position:relative; 
	width:400px;
	
	}

.gallery img {/* remove the default image border */
	border:0;
	}

.gallery li {  /* make the list horizontal */
	float:left;
	
	}

.gallery li a, .gallery li a:visited {  /* style the link text to be central in a surrounding box */
	font-size:11px;
	float:left; 
	text-decoration:none; 
	color:#000; 
	background:#fff; 
	text-align:center; 
	width:26px; 
	height:26px; 
	line-height:24px; 
	border:1px solid #444;
	margin:2px;
	margin-top:45px;
	}

.gallery li a img {/* position the images using an absolute position and hide them from view */
	position:absolute; 
	top:-320px; 
	left:0; 
	visibility:hidden; 
	border:0;
	}

.gallery li a img.landscape {/* fix the top position for the landscape images */
	
	}
/* fix the left position for the portrait images */
/gallery li a img.portrait {
	left:0;
	border-left:40px solid #eee;
	border-right:40px solid #eee;
	}
	

.gallery li a:hover {/* style the hover background color for the text boxes */
	background:#ddd;
	}

.gallery li a:active, .gallery li a:focus {/* style the active/focus colors for the text boxes (required for IE) */
	background:#444; 
	color:#fff;
	}

.gallery li a:active img, .gallery li a:focus img {/* make the images visible on active/focus */
	visibility:visible;
	}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/********** TEXT **********/
h2 {
	margin-left:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}

h3 {
	
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	color:#666699;
	font-weight:bold;
	}
	
h4 {
	
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#66CCCC; 
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:5px;
	}
	
.project_title {
	margin-left:20px;
	margin-top:13px;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#66CCCC;
}






