@charset "utf-8";

/* General Styles
   --------------------------------------------------------------------*/

	body{
		background: url('../images/60degree_gray.png') #eee;
		font-family: 'Droid Sans', sans-serif;
	}
	
	a{
		color: #fff;
		text-decoration: none;
	}
	
/* Clearfix Styles
   --------------------------------------------------------------------*/
	.clearfix:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
/* Layout Styles
   --------------------------------------------------------------------*/

	.contentwrap {
		width: 910px;
		margin: 0 auto;
		text-align: center;
	}
	
	.footeroffset{
		margin-bottom: 150px;
	}
	
	#pageframe{
		position: absolute;
		height: auto !important;
		min-height: 100%;
		width: 100%;
		padding: 20px 0px;
	}

/* Header Styles
   --------------------------------------------------------------------*/
   
   .navbar{
		height: 100px;
		border-top: 5px solid #97C597;
		padding: 20px 0px;
		background: url('../images/graypattern.jpg') #333;
   }
   
   .logo{
		float: left;
		height: 93px;
		width: 300px;
		background: url('../images/dragonlogo.png') no-repeat;
   }
   
   .navbar a{
		color: #fff;
		text-decoration: none;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
   }
   
   .navbar a:hover{
		color: #97C597;
   }
   
   .navbar a:active{
		color: #97C597;
		text-decoration: none;
   }
   
   .nav,
   .bottomnav{
		float: right;
		margin: 20px 0px 0px auto;
   }
   
   .nav li{
		display: inline-block;
		padding-left: 30px;
		list-style: none;
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
   }


   
/* Gallery Styles
   --------------------------------------------------------------------*/
	.gallery{
		overflow: hidden;
	}
   
	.gallery ul{
		
		margin-left: -75px;
   
	}
	.gallery  li{
		overflow: hidden;
		display: inline-block;
		height: 275px;
		margin: 0px 0px 30px 45px;
		list-style: none;
	}
	
	.gallery img{
		width: 250px;
		height: 250px;
		border: 5px solid transparent;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
	}
	
  	.gallery img:hover{
		border: 5px solid #97C597;
	}
	
	.gallery .piecetitle{
		position: relative;
		top: -20px;
		height: 0px;
		padding: 7px 0 3px 0;
		-webkit-border-radius: 0px 0px 15px 15px;
		-moz-border-radius:  0px 0px 15px 15px;
		border-radius:  0px 0px 15px 15px;
		-webkit-transition: opacity .3s linear, height .3s linear, top .3s linear;
		-moz-transition: opacity .3s linear, height .3s linear, top .3s linear;
		transition: opacity .3s linear, height .3s linear, top .3s linear;		

		background: #97C597;
		color: #fff;
		
		/* IE 8 */
		 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		/* IE 5-7 */
		filter: alpha(opacity=0);
		/* Netscape */
		-moz-opacity: 0;
		/* Safari 1.x */
		-khtml-opacity: 0;
		/* Current browsers */
		opacity: 0;
		
		text-align: center;
	}
	
	.gallery  li:hover .piecetitle{
		top: -45px;
		height: 30px;
		/* IE 8 */
		 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		/* IE 5-7 */
		filter: alpha(opacity=100);
		/* Netscape */
		-moz-opacity: 1;
		/* Safari 1.x */
		-khtml-opacity: 1;
		/* Current browsers */
		opacity: 1;
	}
    
/* Footer Styles
   --------------------------------------------------------------------*/
   
   .footerbar{
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 75px;
		padding: 20px 0px;
		border-bottom: 5px solid #97C597;
		background: url('../images/graypattern.jpg') #333;
   }
   
	.disclaimer{
		float: left;
		margin: 36px 0px 0px 0px;
		color: #fff;
	}
   
    .bottomnav li{
		display: inline-block;
		padding-left: 30px;
		color: #fff;
		list-style: none;
		text-transform: uppercase;
		font-size: 14px;
   }
  
/* Responsive Styles
   --------------------------------------------------------------------*/  
 
/* Small Resolutions ----------- */
@media only screen 
and (max-width : 800px) {
	.contentwrap {
		width: 600px;
	}
	.navbar{
		height: 200px;
		padding: 30px 0px;
		background: url('../images/graypattern.jpg') #333;
   }
   .logo{
		float: none;
		position: relative;
		display: inline-block;
   }
    .nav{
		clear: both;
		float: none;
   }
   .nav li{
		display: block;
		padding: 0px 0px 20px 0px;
   }
 }
 
/* Smartphones  ----------- */
@media only screen 
and (min-device-width : 240px) 
and (max-device-width : 320px) {
	.contentwrap {
		width: 100%;
	}
}	
	
/* Smartphones ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.contentwrap {
		width: 100%;
	}
}

/* 1.5+ Pixel Ratio ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.contentwrap {
		width: 800px;
	}
	.navbar{
		height: 275px;
		padding: 30px 0px;
		border-top: 7.5px solid #97C597;
   }
   .logo{
		position: relative;
		float: none;
		display: inline-block;
		height: 150px;
		width: 600px;
		background: url('../images/dragonlogo@1.5.png') no-repeat center top;
   }
    .nav,
	.navbottom{
		clear: both;
		float: none;
   }
   .nav li{
		display: block;
		padding: 0px 0px 20px 0px;
		font-size: 30px;
   }
   .navbottom li{
		display: block;
		padding: 0px 0px 20px 0px;
		font-size: 20px;
   }
}

 