@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.3913%;
	padding-left: 1.3043%;
	padding-right: 1.3043%;
}

/*INDEX PAGE MAIN NAVIGATION */

#sidebar {
	clear: both;
	float: left;
	width:100%;
	display: block;
	padding: 0;
}

h1{
	display:none;
	 }

	 
h2 img{
	width:70%;
	text-align:center;
	padding-left: 11%;}
	


#nav_mobile2{
	clear: both;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	width:90%;
	display: inline;
}

ul {
	list-style-type:none;
	width: 100%;
}
	
li.mobile{	display: inline;
			}

li.mobile a {
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	font-size: 1.5em;
	line-height: 1.325em;
	padding-left: 2%;
}

#nav_main {
	display: none;
}

#nav_tablet{
	display:none;
	
}

/*INDEX PAGE IMAGE GRID */

#row_spacer{clear: none;float: left; width: 97.3913%; padding-left: 1.3043%; height: 20px; display: block;}

#main_content {
	clear: both;
	float: left;
	margin-top: 0;
	margin-left: 3.15%; 
	width: 95%;
	display: block;
}

#menu ul.gallery_content {
	list-style-type:none;
	Width: 100%;
	text-decoration: none;
	}
	
li.inline {
	display: none;
}

#menu-1{
	margin-left: 0;}
	
.col-3 { 
	float: left;  
	width: 100%; 
	margin-top: 3%;
	margin-right: 0; 
	margin-bottom: 3%; 
	Position: relative;
	overflow: hidden;
 }
 
.col-3 last { margin-right: 0;}

/*CAPTION FOR ALL THREE STATES*/

.col-3.caption {  
 	-moz-transform: translateY(100%);  
    -o-transform: translateY(100%);  
    -webkit-transform: translateY(100%);  
    transform: translateY(100%); 
}  

.caption{
	display: none;}
	
.col-3:hover .caption  {  
	width: 100%;
    background-color: rgba(0,0,0,0.72);  
    position: absolute;  
    color: #fff; 
	margin: 0;
	bottom:0;
	text-align: center; 
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    left: 0; 
	display:block; /*KEEP IMPORTANT- For overlay caption*/
	overflow: hidden;
	text-decoration: none;
}  

.col-3.caption {  
 	-moz-transform: translateY(100%);  
    -o-transform: translateY(100%);  
    -webkit-transform: translateY(100%);  
    transform: translateY(100%); 
}  

.caption a{
	color: white;}


img.grid{
	width:100%; 
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;}
	
img.grid:hover{
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	cursor: allowed;}


/* IMAGE CONTENT*/

#next_prev {
	clear: none;
	float: left;
	margin-top:0;
	margin-left: 4.9%;
	width:80%;
	display: block;
}

#next_prev a img{
	text-align:center;
	margin-right:0;
}

.project_description{
	width: 96%;
	margin-top: 2%;
	margin-left:2%;}

.project_description img.header_bar{
	width: 96%;
	margin-top: 2%;
	margin-left:2%;}

.project_description h3{
	margin-left: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.325em;
	font-weight: bold;
	}
	

.project_description p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.425em;
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 6%;
	border-bottom: thin #CCC solid;
	margin-bottom: 6%;
	}
	
#img-container{
	width:96%;
	margin-left: 0%;
	}
	
.gallery_img{
	width: 100%;
	padding-bottom: 3%;}
	

#BACKTOTOP{
	clear: both;	
	float: left;	
	margin-left: 0;	
	width: 100%;	
	display: block;}
	
#BACKTOTOP p{	
	float: right;}
	
/*CONTACT ME PAGE*/	

.contact_me{
	width: 96%;
	margin-top: 4%;
	margin-left:2%;}

.contact_me img.header_bar{
	width: 96%;
	margin-top: 2%;
	margin-left:2%;}

.contact_me h3 {
	margin-left: 2%;
	font-size: 1.325em;
	}

.contact_me p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.425em;
	margin-left: 2%; /* may need to remove this */
	margin-right: 2%;
	}

/* 404 */	
h4{
	font-size:1.25em;
	margin-top: 30%;}
	

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
}

/*INDEX PAGE MAIN NAVIGATION */

#sidebar {
	float: left;
	width: 40%;
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
}

 h1{
	 width: 100%;
	 padding: 0;
	 margin: 5px 0 0 0;
	 display: block;
}

h2{
	display: none;}
 
#nav_tablet {
	clear: none;
	float: left;
	margin-left:30%;
	margin-top: 50px;
	width:15%;
	display:inline;
}

ul {
	list-style-type:none;
	width: 100%;
	padding-top: 0;
}

ul li a{
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	font-size: 1.325em;
	line-height: 1.325em;}
	
	
#nav_main {
	display: none;
}

#nav_mobile2 {
	display: none;
}



/*INDEX PAGE IMAGE GRID */

#row_spacer{
	display: none;
	}
	
#main_content {
	clear: both;
	float: left;
	margin-top: 0;
	margin-left:0.5%;
	width: 100%;
	display: block;
}

#menu ul.gallery_content {
	list-style-type:none;
	text-align: left;
	Width: 100%;
	margin-left:1.5%;
	margin-bottom: 3%;
	diplay:inline;

	}
	
li.inline {
	display: inline;
	margin-right: 3%;
		}
	
li.inline a{
	padding-left: 2%;}
	
#menu-1{
	margin-left:3%;}

.col-3 { 
	float: left;  
	width: 30%;
	margin-top: 0; 
	margin-right: 2.5%;  
	margin-left: 0; 
	margin-bottom: 3%; }

.col-3 last { margin-right: 2.5%;}


/* GALLERY PAGES */

#next_prev {
	clear: none;
	margin-top:2%;
	width:100%;
	margin-left: 4.5%;
	padding-left: 0;
	display: block;
}


.project_description{
	width: 96%;
	margin-top: 2%;
	margin-left:2%;}

	
.project_description img.header_bar{
	width: 96%;
	margin-top: 2%;
	margin-left:2%;}
	
	
#img-container{
	width:96%;
	margin-left: 2%;
	}
	
.gallery_img{
	width: 96%;
	padding-bottom: 3%;
	margin-left:2%;}
	
	

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98.6956%;
	max-width: 1232px;
	padding-left: 0.6521%;
	padding-right: 0.6521%;
	margin: auto;
}

/*INDEX PAGE MAIN NAVIGATION */

#sidebar {
	float: left;
	width: 27%;
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
}

 h1{
	 width: 100%;
	 margin: 30px 0 0 0;
	 padding: 0;
	 text-align:left;
	 display: block;
	}
	
h2{
	display: none;}

#nav_main {
	Width: 100%;
	position: relative;
	float: left;
	margin-left: 0;
	display: block;
}


	 
ul {
	list-style-type:none;
	text-align: left;
	Width: 100%;
	padding-top:0;
}


ul li a {
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	font-size: 1.325em;
	line-height: 1.6em;
	padding-left: 85px;
	padding-bottom: 0;
	}
	

/*ul li ul.sub_nav{
	display: none;}

ul li:hover ul.sub_nav{
	display: block;}*/	


	
#nav_tablet {
	display: none;
}

#mobile_icon {
	display: none;
}

#nav_mobile2 {
	display: none;
}



/*INDEX PAGE IMAGE GRID */

#row_spacer{
	clear: none;
	float: left;
	margin-left: 1.3215%;
	width: 70%;
	margin-top: 40px;
	margin-bottom: 20px;
	display: block;
	
	}


#main_content {
	clear: none; /*None float value for screen*/
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 70%;
	display: block;
}

#menu-1{
	margin-left: 0;}

#menu ul.gallery_content {
	list-style-type:none;
	text-align: right;
	Width: 98%;
	diplay:inline;
	margin-left: 0;
	margin-bottom: 1.5%;
	}
	
li.inline {
	display: inline;
		}
		
li.inline a{
	padding-left: 1%;
}

.col-3 { float: left; 
	position: relative; 
		width: 23%;/*was set at 20% with a margin right and bottom of 3%*/ 
		margin-top: 0;
		margin-right: 2%; 
		margin-bottom:2%;}

.col-3 last { margin-right: 0;}


/* GALLERY PAGES */

#next_prev {
	clear: none;
	margin-top:30px;
	margin-left: 0;
	padding-left: 0;
	width:70%;
}

#next_prev a img{
	margin-right:0;
}

.project_description{
	width: 100%;
	margin-top: 2%;
	margin-left:0;}

.project_description  img.header_bar{
	width: 100%;
	margin-top: 2%;
	margin-left:0;}

.project_description h3{
	margin-left: 0;
	font-weight: bold;}	
	

.project_description p{
	margin-right: 0;
	margin-left: 0;
	padding-bottom:3%;
	margin-bottom: 4%;
	}
	
	
#img-container{
	width:100%;
	margin-left: 0;
	}
	
.gallery_img{
	width: 100%;
	padding-bottom: 3%;
	margin-left:0;}
	

	
/*CONTACT ME PAGE ADDITIONAL CSS FOR SCREEN*/	

.portrait {
	width:46%;
	float: left;
	padding: 0;
	margin: 0;}	
	
.portrait img{
	margin-bottom: 60%;}	
	
.portrait_text p{
	width: 50%;
	float: left;
	margin-top: 3%;}

/*404*/	

h4{
	font-size:1.5em;
	margin-top: 30%;}

	

}
