/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* 
	General 
	nov 2011
	* changed line-height to 24px to match the blog's style
*/

html, body {
	background-color:0xff0000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height: 24px;	
}

a:link, a:active, a:hover, a:visited {
	color:#F400A1;
}

.clear {
  clear: both;
}
 
#main {
	position:relative;
	margin:0 auto;
	margin-top:4px;
	width:916px;
	height:100%;
}
#linkscontent {
	position:relative;
	margin:0 auto;
	margin-top:4px;
	width:768px;
	height:100%;	
}
#linkscontent h3 {
	margin-top:30px;
}
#linkscontent h4 {
	margin-top:30px;
	margin-bottom:20px;
}

/* 
	Language bar 
*/
#langbar {
	display:block;
	overflow:hidden; height: 24px;
	margin-right:55px;
}
#langbar a.bg {
	display:block;
	float:right;
	background:#ffffff url('imgs/flag_BL.png');
	width:37px;
	height:27px;
}
#langbar a.fr {
	display:block;
	float:right;
	background:#ffffff url('imgs/flag_FR.png');
	width:45px;
	height:27px;
}
#langbar a.en {
	display:block;
	float:right;
	background:#ffffff url('imgs/flag_CAN.png');
	width:41px;
	height:27px;
}

#logos { overflow: hidden; height: 1%; }

#logopix, #logopix:hover {
	display:block;
	margin-left:44px;
	float: left;
	width:251px;
	height:112px;
	background:#ffffff url('imgs/logo_UP.jpg') no-repeat;
}
#logopix:hover {
	background:#ffffff url('imgs/logo_OVER.jpg') no-repeat;
}

#logotext {
	display:block;
	background:#ffffff url('imgs/title.png');
	float: right;
	margin-top:-10px;
	margin-right:50px;
	width:426px;
	height:148px;
}
#logotext:hover {
	background:#ffffff url('imgs/title_BL.png');
}

/* 
	Video player stuff
*/
#excertpcontainer {
	position:absolute;
	width:807px;
	height:454px;
	padding-top: 24px;
	padding-left: 53px;		
}
.excerpt {
	float:left;
	width:130px;
	height:90px;
	overflow:hidden;
}
.excerpt img:hover {
	margin-top: -90px;
}
#videocontainer {
	position:absolute;
	width:807px;
	height:454px;
	z-index:1;
	padding-top: 24px;
	padding-left: 53px;	
	display:none;
	background: #fff;
}
#videocontainer iframe { opacity:0; filter:alpha(opacity=0); }
#videoframe {
	margin: 0 auto;
	width:916px;
	height:515px;
	position:relative;
}
#videoplayer_close {
	clear:both;
	float:right;
	margin-right:50px;
	width:150px;
	height:25px;
	background:url('imgs/closevideo.png');
	margin-bottom:50px;
	opacity:0; filter:alpha(opacity=0);
	cursor:pointer;
}
#frame_T { 
	background: url('imgs/frame_top.png');
	width:916px;
	height:29px;
	z-index:100;
	position: absolute;
	top: 0; left: 0;
 }
#frame_L {
	background: url('imgs/frame_left.png');
	width:58px;
	height:515px;
	z-index:100;
	position: absolute;
	top: 0; left: 0;
}
#frame_R {
	background: url('imgs/frame_right.png');
	width:64px;
	height:515px;
	z-index:100;
	position: absolute;
	top: 0; right: 0;	
}
#frame_B {
	background: url('imgs/frame_bottom.png');
	width:916px;
	height:29px;
	z-index:100;
	position: absolute;
	bottom: 16px; left: 0;
}

/*
	Social stuff
*/
#socialbar {
	clear:both;
	float:right;
	margin-right:50px;
	margin-top:-15px;
	margin-bottom:15px;
	width:138px;
}

/* 
	Menu items
*/
#menubar {
	display:block;
	clear:both;
	height:184px;
	margin: 0 auto;
	width: 887px;
	margin-left:23px;
}

#menubar a.home {
	float:left;
	width:76px;
	height:88px;
	background:#ffffff url('imgs/home.png');
}
#menubar a.aboutfilm {
	float:left;
	width:86px;
	height:88px;
	margin-left:-11px;
	background:#ffffff url('imgs/aboutfilm.png');
}
#menubar a.videoexcerpts {
	float:left;
	left:139px;
	width:92px;
	height:88px;
	background:#ffffff url('imgs/videoexcerpts.png');
}
#menubar a.aboutmaia {
	float:left;
	left:232px;
	width:96px;
	height:88px;
	background:#ffffff url('imgs/aboutmaia.png');
}
#menubar a.media {
	float:left;
	left:327px;
	width:120px;
	height:88px;
	margin-left:-8px;	
	background:#ffffff url('imgs/media.png');
}
#menubar a.lovepotions {
	float:left;
	left:447px;
	width:104px;
	height:88px;
	margin-left:-6px;		
	background:#ffffff url('imgs/lovepotions.png');
}
#menubar a.contact {
	float:left;
	left:550px;
	width:105px;
	height:88px;
	background:#ffffff url('imgs/contact.png');
}
#menubar a.support {
	float:left;
	margin-left:-15px;
	width:113px;
	height:88px;
	background:#ffffff url('imgs/support.png');
}
#menubar a.blog {
	float:left;
	left:725px;
	width:76px;
	height:88px;
	margin-left:-15px;		
	background:#ffffff url('imgs/blog.png');
}
#menubar a.links {
	float:left;
	left:784px;
	width:73px;
	height:88px;
	background:#ffffff url('imgs/links.png');
}
#menubar a:hover, #menubar a.active { 
	height:184px;
}

/* 
	About Maia / love-potions template 
	nov 2011
	--------
	* Change main container width from 812 to 768 as requested (for about-maia/about-film/love-potions)
	* Changed image ratio to make it 4/3
	
	dec 2011
	--------
	* Remove indentation for all alternate paragraphs, set the text to justify
*/
#alternateContainer {
	position:relative;
	margin:0 auto;
	width:768px;
	height:100%;
	margin-top:60px;
}
#alternateContainer .post {
	width:768px;
	height:100%;
	margin-bottom:40px;	
	text-align: justify;
}
#alternateContainer .clear {
	clear:both;
}
#alternateContainer .imgcontainer {
	width: 300px;
	height: 237px;
	background-image:url('imgs/imgframe_300x237.jpg');
	overflow:hidden;
	margin-bottom:15px;
}
#alternateContainer img {
	width:270px;
	height:207px;
	margin:15px 10px 15px 12px;
}

.left {
	float:left;
	margin-right:50px;
}
.right {
	float:right;
	margin-left:50px;
}

/*
	Love Potions
*/
#alternateContainer h2, #lovepotions h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ff3366;
	margin-bottom:12px;
}
#alternateContainer p, #lovepotions p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#333333;
}
#lovepotions {
	position:relative;
	margin:0 auto;
	width:768px;
	height:100%;
	margin-top:60px;
}
#lovepotions .potion {
	width:768px;
	height:100%;
	float:left;
	margin-bottom:40px;		
}
#lovepotions .left {
	float:left;
	margin-right:10px;
}
#lovepotions .right {
	float:right;
	margin-left:10px;
}

/*
	Support page for the campaign
*/
#contribute a{
	display:block;
	background:#ffffff url('imgs/support_contribute.jpg');
	margin-left:52px;
	width:807px;
	height:64px;
	z-index:200;
}

#paypal {
	float:clear;
	margin:20px 0px; padding:0px;
	text-align:center;
}

/*
	Contact page
*/
#contact {
	width:415px;
	height:100%;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:50px;
}
#contact .contactbar {
	width:310px;
	height:100%;
	margin:0 auto;
	overflow:hidden;
}
#contact a.infos {
	float:left;
	width:415px;
	height:69px;
	margin-left:-11px;
	background:#ffffff url('imgs/contact_infos415x69.png');	
}
#contact a.signup {
	float:left;
	width:415px;
	height:71px;
	background:#ffffff url('imgs/contact_signup415x71.png');
}
#contact a.vimeo {
	float:left;
	width:78px;
	height:114px;
	background:#ffffff url('imgs/contact_vimeo78x114.png');
}
#contact a.rss {
	float:left;
	width:75px;
	height:114px;
	background:#ffffff url('imgs/contact_rss75x114.png');
}
#contact a.facebook {
	float:left;
	width:79px;
	height:114px;
	background:#ffffff url('imgs/contact_facebook79x114.png');
}
#contact a.twitter {
	float:left;
	width:78px;
	height:114px;
	background:#ffffff url('imgs/contact_twitter78x114.png');
}


/*
	Footer
*/
#footer {
 width: 560px;
 margin: 0 auto;
 padding: 10px;
 background-color: #fff;
 clear: both;
 font-size: 10px;
 height: 200px;
 text-align:center;
 line-height: 150%;
}

#footer a.logo {
	display:block;
	margin:0 auto;
	margin-bottom:16px;
	background:url('imgs/gd_logofooter.jpg');
	width:468px;
	height:119px;
}
#footer a.greendream {
	display:block;
	background:url('imgs/greendreammedia.png');
	width:320px;
	height:20px;
}
#mailinglist {
	clear:both;
	margin:0 auto;
	width:270px;
	padding-top:10px;
}
#mailinglist input[type="text"]{
	display:block;
	float:left;
	width:200px;
	padding:0 5;
	margin-bottom:10px;
}
#mailinglist label{
	display:block;
	float:left;
	width:60px;
	font-weight:bold;
}
#mailinglist input[type="submit"]{
	display:block;
	clear:both;
	margin:0 auto;
	width:100px;
}
