/* ///////////////////////////////////////////////////////////////////////////////
Theme Name: Midnight Bubbles
Description: Joomla 1.12 Theme for Flashpoint Film Festival
Version: 1.0
Author: Gabre Cameron
E-mail: gabrecameron@gmail.com
Website: www.thesecoya.com
////////////////////////////////////////////////////////////////////////////////*/

body#page
{
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Trebuchet MS' !important;
	background-color: #011E45;
	background-image: url(../images/bg.png);
	background-position: top center;
	text-align: center; /* centers div in IE */
}
a img
{
	cursor: pointer !important;
	border: none !important;
}

/* MASTHEAD ---------------------------------------------------------------------*/
#masthead
{
	background-image: url(../images/bg_masthead.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100% !important;
	height: 376px !important ;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

/* CONTAINER 1 -------------------------------------------------------------------*/
#container1
{
	width: 816px !important;
	margin: 0 auto; /* centers div in Firefox */
    margin-bottom: 30px;
	clear: both;
    z-index: 2;
    position: relative;
    top: 270px;
 
}

/* menu */
#menu
{
    text-align: left !important;
    margin-left: 10px;
    float: left;
    width: 550px;
}
#menu a
{
	font-size: 12px !important;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase !important;
    color: #FFFFFF;
    margin-right: 15px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    float: left;
}
#menu a:hover
{
	color: #FFD800;
}
#menu #active_menu
{
	font-size: 11px !important;
    color: #FFD800;
    text-transform: uppercase !important ;
    border-bottom: 3px solid #FFD800;
}

/* search */
#search
{
    width: 179px;
    float: right;
    margin-right: 20px;
}
#search #mod_search_searchword
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    background-color: transparent;
    background-image: url(../images/bg_srch.png);
    backgorund-position: top left;
    background-repeat: no-repeat;
    padding: 3px 0 0 25px;
    border: none;
    width: 179px;
    height: 22px;
}

/* CONTAINER 2 ------------------------------------------------------------------*/
#container2
{
	width: 816px !important;
	margin: 0 auto; /* centers div in Firefox */
    z-index: 2;
    position: relative;
    top: 300px;
}
#container2 .top
{
	background-image: url(../images/bg_top.png);
	background-position: bottom left !important;
	background-repeat: no-repeat;
	width: 816px !important;
	height: 20px !important;
}
#container2 .mid
{
	font-size: 11px;
	text-align: left !important;
	color: #FFFFFF;
	background-image: url(../images/bg_mid.png);
	background-position: top left !important;
	background-repeat: repeat-y;
	width: 816px !important;
}
#container2 .btm
{
	background-image: url(../images/bg_btm.png);
	background-position: top left !important;
	background-repeat: no-repeat;
	width: 816px !important;
	height: 21px !important;
}

/* content */
#content
{
	font-size: 11px;
	color: #FFFFFF;
	width: 776px !important;
	padding: 20px !important;
}
#content .videos
{
	width: 776px;
	height: 443px;
	background-image: url(../images/bg_videos.gif);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
}
#content .videos #container
{
    padding-top: 45px;
}
.moduletable_flmmkrs
{
    width: 380px !important;
    height: 236px !important;
    overflow: hidden !important;
    padding-right: 5px;
    float: left;
}
.moduletable_schedule th
{
	font-size: 0px !important;
	color: #71AE39 !important;
	width: 380px !important;
	height: 27px !important;
	background-image: url(../images/hdr_schedule.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.moduletable_schedule
{
   width: 380px !important;
    height: 236px !important;
    overflow: hidden !important;
    margin-right: 25px;
    margin-top: 15px;
    float: left;
}
#content .moduletable_stills
{
    width: 371px !important;
    margin-top: 15px;
}
#content table
{
	font-size: 11px;
	color: #FFFFFF;
}
#content table a
{
	color: #71AE39;
	text-decoration: underline;
}
#content table a:hover
{
	text-decoration: none;
}

/* POP-UPS ////////////////////////////////////////////////////////////////////*/
body.contentpane, body.contentpane table
{
    font-family: "Trebuchet MS";
    font-size: 11px
}

/*  print */
body.contentpane table.contentpaneopen
{
    padding: 25px;
}
body.contentpane a span.small
{
    font-size: 15px;
    font-weight: bold;
    text-transform: lowercase !important;
}

/* e-mail */
body.contentpane span.contentheading
{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase !important;
	padding: 25px 0 10px 0;
}
body.contentpane input.inputbox
{
	width: 150px;
	margin-bottom: 15px;
	float: left;
}
body.contentpane input.button
{
	font-size: 15px;
	font-weight: bold;
	text-transform: lowercase;
}

/* SEARCH RESULTS /////////////////////////////////////////////////////////*/
fieldset
{
    border: none;
}