/*------------------------------------------------
CSS Content

Version:	1.0 September 09
Author:		Grafik
Email:		grafik@grafik.com.au
-----------------------------------------------*/

/*
===== CONTENTS =====

	last-updated: September 2009;

	1: universal reset 
	2: html and body
	3: typography
	4: layout
	5: navigation
	6: images
	7: forms
	8: tables
	9: miscellaneous (main nav hover effects, contact form shutter effect styles & portfolio gallery styles)

====================
*/

/*
===== 1: universal reset =====
*/

*
{
	/* set the fonts to a uniform size and zero all margins and padding */
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
}

* ul, * li { list-style: none; }

/*
===== 2: html and body =====
*/

html { background: #000; }

body { background: #e3004a; text-align: center; border-top: 4px solid #242424; }

/*
===== 3: typography =====
*/

/* h1 */
h1 a { 
	background: transparent url(../images/logoMakeup.png) no-repeat 0 0; 
	text-indent: -9999px;
	display: block;
	height: 135px;
	width: 262px;
}

/* h2 */
#masthead h2 {
	font-size: 1.25em;
	margin-top: 45px;
	font-weight: normal;
}

img+h2 {
	margin-top: 20px;
}

#content h2 {
	color: #fff;
	margin-bottom: 20px;	
}

div#content p, div#content h2, div#content h3 {
	padding: 0 20px;
}



/* h3 */
#content h3 {
	margin: 20px 0 15px;
}
#content h3 {
	color: #e3004a;
	font-weight: bold;
}

#description h3 {
	margin: 20px 0; 
}


/* h4 */
#content h4 {
	margin: 20px;
	padding-bottom: 5px;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: .88em;
}

/*#description h4 {
	margin: 20px 0; 
}*/


/* p */
#description p {
	margin: 20px 0; 
}

#content p {
	color: #fff;
	margin-bottom: 20px;
	font-size: .88em;
	line-height: 1.25em;
}

#content p em {
	font-size: 1em;
}

#content p.price {
	color: #e3004a;
	font-weight: bold;
}

#credits p {
	line-height: 1.8em;
	width: 300px;
	float: left;
	font-size: .88em;
}

#credits p.disclaimer {
	font-size: .63em;
	margin-top: /*20px*/ 0;
	margin-left: 20px;
}

div#details+p {
	margin-top: 20px;
}

img+p {
	margin-top: 20px;
}

/* links */
#credits p.disclaimer a {
	width: 100px;
	height: 44px;
	text-indent: -9999px;
	display: block;
	background: transparent url(../images/design-by-grafik_logo_rev.gif) no-repeat 0 0;
	margin-top: 5px;
	margin-left: 200px;
}

#credits p.disclaimer a.facebook {
	width: 113px;
	height: 17px;
	text-indent: -9999px;
	display: block;
	background: transparent url(../images/facebook.jpg) no-repeat 0 0;
	margin-top: 10px;
	margin-left: 0;
}

#credits a {
	color: #fff;
}

#content a {
	color: #e3004a;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

/* lists */

#content #description ul {
	margin-left: 40px;
}

#content #description li {
	background: none;
	margin-left: 0;
	padding-left: 0;
	list-style: circle;
}

#masthead ul {
	margin-top: 15px;
}

#masthead li {
	background: transparent url(../images/dotPoint.png) no-repeat 0 center;
	padding-left: 15px;
	margin: 10px 0 0 20px;
	color: #fff;
}

#content ul {
	margin: 15px 20px;
	font-size: .88em;
}

#content li {
	/*background: transparent url(../images/dotPoint.png) no-repeat 0 0;*/
	list-style: square inside;
	padding-left: 20px;
	margin: 10px 0 0 20px;
	color: #fff;
	font-size: 1em;
}



/*
===== 4: layout =====
*/

.clearfix:after, #wrapper:after, #contact:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

#details, #description {
	margin-top: 0;
}

#wrapper {
	width: 960px;
	margin: 50px auto 0;
	text-align: left;
	position: relative;
}

#masthead {
	width: 260px;
	height: 410px;
	background: #000;
	padding: 20px;
	color: #fff;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

ul#primaryNav li.firstLine { /*== aligns second line of image nav on homepage with first line ==*/
	margin: 0 0 20px 10px;
}

#footer {
	background: #000;
	width: 100%;
	color: #fff;
	padding: 20px 0 40px;
	margin: 0;
	clear: both;
}

#credits {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
}

/*== the following styles apply to subpages only ==*/

#wrapInternal { /*== wraps masthead and navigation ==*/
	float: left;
	margin-bottom: 10px;
	display: inline;
}

#secondary #wrapInternal #masthead {
	margin-bottom: 20px;
	float: none;
	display: block;
	height: auto;
}

#content { /*== holds all body content ==*/
	width: 620px;
	margin: 0 10px 20px 0;
	background: #000;
	float: right;
	padding-bottom: 20px;
	display: inline;
	color: #fff;
}

.makeup #content {
	padding-bottom: 0;
}

.portfolio #content { padding-bottom: 0; }

#details, #secondaryDetails { /*== wraps top-right content on subpages ==*/
	display: inline;
}

img+div#details h2 {
	margin-top: 20px;
}

.makeup #description {
	margin-bottom: 60px;
}

/*
===== 5: navigation =====
*/

ul#primaryNav li { /* contains images and navigation on homepage */
	float: left;
	padding: 0;
	margin: 0 0 20px 20px;
	display: inline;
}

#secondary #primaryNav {
	/*width: 300px;*/
	background: transparent;
	padding: 0;
	margin-top: 20px;
	display: inline;
}

#secondary #primaryNav li {
	display: block;
	margin: 0 0 10px 10px;
	clear: left;
	background: transparent;
}

#secondary #primaryNav li a {
	display: block;
	color: #fff;
	background: #000;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
}

#secondary #primaryNav li a:link, #secondary #primaryNav li a:visited {
	color: #fff;
	background: #000;
}

#secondary #primaryNav li a:hover, #secondary #primaryNav li a:active {
	color: #e3004a;
	width: 280px;
}

#secondary #primaryNav li.active a:link, #secondary #primaryNav li.active a:visited,  #secondary #primaryNav li.active a:hover, #secondary #primaryNav li.active a:active  {
	color: #e3004a;
	width: 280px;
}

div#masthead li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

div#masthead li a:hover {
	text-decoration: underline;
}

/*
===== 6: images =====
*/

#content img {
	float: left;
	margin: 0 20px 20px 0;
}

.portfolio #content img {
	margin-bottom: 0;
}

.makeup #content img.secondaryImage {
	margin-bottom: 0;
}

/*
===== 7: forms =====
*/

form {
	width: 100%;
	color: #fff;
}

form div.contact-column {
	float: left;
	width: 300px;
	margin: 0 10px;
	display: inline;
	margin-top: 0;
	padding: 0;	
}

#courseForm p {
	height: inherit;
	font-size: .75em;
	width: 100%;
	margin: 20px 0 10px;
	padding-bottom: 5px;
}

#content #details form ol, #content #details form ol li {
	margin-left: 0;
	background: none;
	padding-left: 0;
}

#content #details form ol li input {
	width: 260px;
}

form p {
	margin: 15px 0 5px;
	height: 55px;
	border-bottom: 1px solid #e3004a;
	font-size: .75em;
	line-height: 1.35em;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: .75em;
	color: #fff;
	background-color: #e3004a;
	border: none;
	margin: 5px 0;
	width: 280px;
	padding: 10px;
}

label {
	display: block;
	font-size: .75em;
	color: #fff;
	border: none;
	margin: 5px 0;
}

label.error {
	display: block;
	margin-bottom: 10px;
	color: #e3004a;
}


li.checkbox, li.checkboxLarge {
	width: 33%;
	float: left;
	font-size: .75em;
}

#content #description form li.checkbox {
	float: none;
	width: 100%;
	margin-top: 0;
}


#content #description form ul, #content #description form li  {
	list-style: none;
}

#content #description form {
	margin-left: 20px;
	width: 300px;
}

#content #description form li.checkbox {
	font-size: .75em;
}

li.checkboxLarge {
	width: 50%;
	margin-bottom: 15px;
}

li.checkbox input, li.checkboxLarge input {
	width: 10px;
	background-color: transparent;
	padding: 0;
}

textarea {
	height: 120px;
}

select, #submit, #submitCourse {
	width: auto;
	height: auto;
}

#submitCourse {
	margin-top: 20px;
}

/*
===== 8: tables =====
*/


/*
===== 9: miscellaneous =====
*/

/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
  	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
   	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after, ul.galleria:after {
 	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/*
===== styles for main navigation hover effects =====
*/

li div a{ color: #e3004a; margin: 0 10px; line-height: 50px;}

.boxgrid{ 
	width: 300px; 
	height: 450px; 
	margin: 0; 
	float:left; 
	background:#161613;  
	overflow: hidden; 
	position: relative; 
}

.boxgrid.captionfull.active img {
	top: -450px;
	left: 0;	
}

.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; */
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 50px; 
	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: 450px; /* height must match container element to fully hide caption until mouseover - measurement mirrored in js file */
	left: 0;
}

.caption .boxcaption {
	top: 220px;
	left: 0;
}

/*
===== styles for contact form shutter effect =====
*/

a:focus {
	outline: none;
}

#contact {
	background: #242424;
	height: inherit;
	display: none;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 40px;
	text-align: left;
}

#contactInternal {
	width: 960px;
	margin: 0 auto;
}

.slide {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.btn-slide {
	width: 280px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	display: block;
	color: #e3004a;
	text-decoration: none;
	background: #242424;
	text-align: left;
	/*margin-left: 650px;*/
	float: right;
	margin-right: 10px;
	display: inline;
}

/*
===== styles for galleria image gallery =====
*/

#content #details .galleria{list-style:none;width:100%;margin-left: 0;width: 280px;float: right;margin: 0 10px 0 0;display: inline;}
#content #details .galleria li {list-style:none;display:block;width:60px;height:60px;overflow:hidden;float:left;margin:0 10px 10px 0; background: none; padding-left: 0; display: inline; }
#content #details .galleria li a{display:none;}
#content #details .galleria li div{position:absolute;display:none;top:0;left:0;}
#content #details .galleria li div img{cursor:pointer;}
#content #details .galleria li.active div img,.galleria li.active div{display:block;}
#content #details .galleria li img.thumb{cursor:pointer; position: relative; /*top:auto;left:auto;*/ display:block; width:auto; height:auto; float: left; margin}
#content #details .galleria li .caption{display:block;padding-top:.5em;}
* html #content #details .galleria li div span{width:400px;} /* MSIE bug */

#content .galleria_wrapper { }

#content .galleria_wrapper img { margin-bottom: 0; }

