/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Columner Theme by Mathieu Hardiviller (www.hmplus.net)

*/
* {
margin : 0;
padding : 0;
}

body {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;/* font of all the text in your website except for sections overwritten.
	Go to www.typetester.org to test sizes and see the list of safe fonts - If the user doesnt have the first one, it try the second, and goes along the list until it finds a font that the computer has installed */
	color: black; /* color of all the text in your website except for links and other sections overwritten */
	text-align: left;
	background-color: white; /* sets the background color */
	line-height : 120%;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/* LINKS */
/* colors for all links */
a:link {
	text-decoration: none;
	background-color: #FFFFFF;
	color: black;
}

a:active {
	text-decoration: none;
	background-color: #FFFFFF;
	color: black;
}

a:visited {
	text-decoration: none;
	background-color: #FFFFFF;
	color: black; }
	
a:hover { 
	text-decoration: underline;
	background-color: #FFFFFF;
	color: black; }

a img { border: none; }


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
position: fixed;
z-index : 900;
right : 0;
width: auto;
margin: 15px 40px 0px 0px;
font-size: 8px;
font-weight: bold;
line-height : 170%;
color: #1a1a1a;
font-family: Arial, Helvetica, sans-serif;
}
#top-section a { /* this is the link property inside the Top-Section */
text-decoration: none;
color: black;
font-weight: 100;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color: black;
}
#top-section p {
text-align: right;
}

/* MENU */

#menu {
	position: fixed;
	width : 100%;
	background-color: white;
	height: 95px
}

#menu .container { padding: 0px 0px 0px; }

#menu ul {
	float: left;
	width: 110px;  /* the width of each column in the menu */
	list-style-type: none;
	overflow: auto;
	margin: 10px 10px 0px 25px;
	padding: 12px 0px 0px 0px;
}

#menu ul li.section-title { /* property of the section titles */
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: auto;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}


#menu ul li {  /* property of the projects/exhibitions titles */
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
	width: auto;
	margin: 0px 0px 2px 0px;
}

#menu ul li.active {  
	text-decoration: underline;
}

#menu p {
	color: black;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu ul a:link {
	text-decoration: none;
	color: black;
}

#menu ul a:active {
	text-decoration: none;
	color: black;
}

#menu ul a:visited {
	text-decoration: none;
	color: #551A8B;
}

#menu ul a:hover {
	text-decoration: line-through;
	color: black;
}


/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
z-index : 80;
left : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0px 0px 4px 28px;
background-color: white;
font-size: 8px;
font-family: Arial, Helvetica, sans-serif;
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
z-index : 100;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0px 12px 12px 0px;
font-size: 9px;
font-family: Arial, Helvetica, sans-serif;
text-align : right;
}

#copy  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
}
body > #copy  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
#indexhibit  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; 
}
body > #indexhibit  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

/* MAIN CONTENT */

#content {
	float: left;
	height: 400px;
	display: inline;
	margin: 8px 0px 0px 40px;
	padding: 150px 0px 0px 0px; /* the first number sets the height start of the exhibitions zone / under your menu */
	z-index: -10;
	width: 90%;
	text-align: center;
}

.container {
    padding: 0px 0px 0px 0px;   
}

iframe {
	overflow: hidden;
	margin-top: 10px;
}

div#left { text-align: left; }

/* End Main Content */

/* Fonts / Typefaces */

#content p {
	width: 100%;
	margin: 0px 0px 5px 0px;
	position: static;
}

p {
	font-size: 8pt;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px 0px 0px 0px;
    margin: 0px 0px 10px 12px;
}


#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


h1 { 
	letter-spacing: -20px;
	line-height: 80%;
	font-size:1500%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size:500%;
	line-height: 120%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 18px; 
	line-height: 21px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 20px; 
	line-height: 24px;
	letter-spacing: 3px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#img-container {
	margin: 0px 0px 0p 0px;
	padding: 0px 0px 0px 0px;
}

#img-container p {
	width: auto;
	//margin: 0px 0px 0px 0px;
//	padding: 0px 0px 0px 0px;
}

/* End Fonts / Typefaces */

#once { clear: left; }

/* Why Unicorns Drink Sales Page */
#wud-main-image {
height:356px;
width:662px;
margin:-60px auto 2px auto;
background: #fff url('http://mrunicorn.com/files/gimgs/WUD_44.png') no-repeat center;
}


/* how to add urban outfitters button 

1. change width of '#bottle-buttons-container' to: 730px
2. change '-moz-column-count' and '-webkit-column-count' to: 5

3. add urban sales link and copy and paste below line into unicorn sales page in whatever order you want it to appear

<a href="http://www.urbanoutfitters.com/urban/catalog/productdetail.jsp?id=27074749"><img class="bottle-button" src="http://mrunicorn.com/files/gimgs/UO_5-copy.png" alt="buy or die"/></a>

*/

#bottle-buttons-container {
position:relative;
top:-8px;
width: 730px;
height:145px;
-moz-column-count: 5;
-moz-column-gap: 0px;
-webkit-column-count: 5;
-webkit-column-gap: 0px;
margin-right:auto;
margin-left:auto;
margin-top:-28px;
background-position:center; 
margin:0px auto 0 auto;
}

#bottle-buttons-container img {
}



.bottle-button {
width:145px;
height:145px; 
}


.release-date-feb {
height:22px;
width:433px;
margin:0px auto 2px auto;
background: #fff url('http://mrunicorn.com/files/gimgs/WUD_feb12.png') no-repeat center;
}
/* END.... Why Unicorns Drink Sales Page */

/* 6 sidebar buttons for why unicorns drink page, when adding sidebar  */

#6buttons {
position: absolute;
top:900px;
bottom:20px;
right:10px;
width:280px;
margin-right:20px;
}




/* END 6 sidebar buttons for why unicorns drink page */
