@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:	12;
	dw-gutter-percentage:	25;
	
	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 {
	width: 100%;
	max-width: 1232px;
	margin: 0 auto;
	text-align: center;
}
body{
	background-image: url(../images/annie/asian%20model%20annie%20v6.jpg);
	background-repeat: no-repeat;
	
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	padding-top: 0.5em;
	padding-left: 1em;
	vertical-align: bottom;
	/* [disabled]padding-bottom: 0.5em; */
	text-align: left;
	height: 60px;
	overflow: visible;
}
#header img{
	height: 50px;
	
}

#article {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	clear: both;
	min-height: 10%;
	max-width: 960px;
	height: 15em;
	background-image: url(../images/models.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 15em;
	opacity: .65;
	background-size: 200px;
}
#article img{
	width: 75%;
	position: absolute;
	/* [disabled]right: 0; */
	bottom: 0;
	left: 0px;
}
#underArticle {
	width: 90%;
	display: block;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
	padding-top: 2em;
	margin-bottom: 10em;
}
.models {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 48%;
	display: block;
}
.models img{
	border-radius: 80px;
}
#copyright{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 2em;
	overflow: hidden;
	height: 100%;
	line-height: 3em;
	
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	max-width: 100%;
	
	margin: 0 auto;
	text-align: center;
}
body{
	background-image: url(../images/annie/asian%20model%20annie%20v6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	/* [disabled]padding-top: 2em; */
	/* [disabled]padding-left: 2em; */
	/* [disabled]vertical-align: bottom; */
	/* [disabled]padding-bottom: 1.5em; */
	height: 100px;
	font-size: 24px;
}
#header img{
	height: 67px;
	
}
#article {
	height: 35em;
	width: 75%;
	margin: 0 auto;
	text-align: left;
	clear: both;
	min-height: 30%;
	max-width: 960px;
	background-image: url(../images/models.png);
	background-repeat: no-repeat;
	opacity: .8;
	background-position: bottom left;
	background-size: 311px;
}
#underArticle {
	width: 75%;
	/* [disabled]display: block; */
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background-color: rgba (0, 0, 0, .5);
	border-radius: 10px;
	margin-bottom: 10em;
}
.models{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 31%;
	display: block;
}
.models img{
	border-radius: 80px;
}
#copyright{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 2em;
	overflow: hidden;
	height: 100%;
	line-height: 3em;
	
}
}
/* 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: 100%;
	max-width: 100%;

	margin: 0 auto;
	text-align: center;
}
body{
	background-image: url(../images/annie/asian%20model%20annie%20v6.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	background-color: 333;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	/* [disabled]padding-top: 2em; */
	/* [disabled]padding-left: 2em; */
	/* [disabled]vertical-align: bottom; */
	/* [disabled]padding-bottom: 1.5em; */
	height: 100px;
	font-size: 36px;
}
#header img{
	height: 67px;
	
}
#article {
	height: 33em;
	width: 58%;
	margin: 0 auto;
	text-align: center;
	clear: both;
	min-height: 30%;
	background-image: url(../images/models.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	/* [disabled]background-color: #033; */
}
#underArticle {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	width: 58%;
	border-radius: 10px;
	margin-bottom: 10em;
}
.models {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 23%;
	min-wdth: 20%;
	
}
.models img{
	border-radius: 80px;
	border: none;
	
}
#copyright{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 2em;
	overflow: hidden;
	height: 100%;
	line-height: 3em;
	
}
}
