/*
Title: 		Feel Films Full Site CSS
Version:	Beta
By: 		Daniel (daniel@bifbam.com)
Date: 		6 March 2008

Colors:		Background green: #96D3A1
			
*/

/* Main Sections 
------------------------------------------------------------------------- */

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
	letter-spacing: 1px;
   	text-align: center; 
	margin: 0 auto;
    color: #fff;
    /* background: #f38ab4; */
	background: #96D3A1;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ul li {
	list-style-type:circle;
}
ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link, a:visited { 
    text-decoration: none;
    color: #fff;

}

strong {
	font-weight:bold;
}
a:hover,a:active { color: #008739; }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

/* old page - for use if removing three column layout 
#page {
    width: 865px;
    margin: 0 auto;
    text-align: left;
	
}
*/

#column1 {
width:50%;
margin-top:8px;
float:left;
margin-right:-432px;
/*background:url(images/feel_logo_left.jpg) repeat-x;*/

}
#col1inner{margin-right:435px;/*background:url(images/feel_logo_left.jpg) repeat-x;*/height:150px; }
#page {
margin-top:8px;	
width:865px;
float:left;
position:relative;
text-align: left;
z-index:10;
}
#column3outer {
width:50%;
float:right;
margin-left:-433px;
}
#column3 {
margin-left:435px;
background:green;
}



#content {
    float: right;
    text-align: left;
    width: 525px;
    margin: 0px 0px 0 0px;
    padding: 0;
    line-height: 1.5em;
}

#content img {
    max-width: 480px;

}
#content p {
    width: 480px;
	margin:0;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #008739;

}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dotted #008739;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
    position: relative;


}

#header h1 {
    margin: 45px 60px 45px 75px;
	padding:0;
    /*padding: 45px 60px 45px 75px;*/
    color: #fff;
	text-align:center;
	
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;

	
}
#header h1 a:hover { 
    color: #008739; 

}

#headerLogo {
	
	position:relative;
	/*right:1030px;*/
	margin:0 auto;
	margin-left:-25px;
	width:865px;

}

#headerLogo a{
	
	margin-left:-25px;
	width:850px;
	height:205px;
	display:block;
	position: absolute;
}




/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0px 0px 1.5em 0;
    padding: 0 0 0em 0px;
	width:480px;
}

.post h3 {
    margin-top: 0;
	
    color: #008739;
}
.post ul li {
	margin-left: 0em;
}

/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    margin: 0px 0px 0 0px;
    padding: 0px 0 0 0;
    line-height: 1.4em;
    color: #fff;
	width:305px;
}

#sidebar a{
	font-weight:bold;
}

#sidebar p{
	font-weight:normal;
} 

#sidebar p a:focus {
	 color: #008739; 
}

#sidebar h2 {
    padding: 25px 0 0 0px;
    color: #fff;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 0px 0px 1em 0;
    margin-left: 0px;
}

#sidebar p strong {
	font-weight:bold;
}
#sidebar ul { 
	margin-bottom: 1em;
 	list-style-type:none;
}


#sidebar ul li ul li.active a  { color:#008739;}
#sidebar ul ul { margin-bottom: 0; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }

li#dropmenu {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.underlined{
	border-bottom:  1px solid #fff;
	display:block;
}
li.seperator {
	top:1em;
	position:relative;

}

hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
}
#dropmenu ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:0.5em;
}

/* sidebar ListChildOrSibs list */
.LCOS_title {
	margin-bottom:1em;
	font-weight:bold;
	color:#008739;	
}

.LCOS_title a{
	margin-bottom:1em;
	font-weight:bold;
	color:#008739;	
}

.LCOS_child {
	font-weight:bold;
}
.LCOS_current {
	font-weight:bold;
	color:#008739;
}

.LCOS_description {
	font-weight:normal;
	margin-left:1em;
}
.LCOS_description_current {
	font-weight:bold;
	margin-left:1em;
	color:#008739;
}



/* Director Grid Listing Page
------------------------------------------------------------------------- */
.DG_box{
	display:block;
	position:relative;
	margin: 0px 0px 0 0px;
    padding: 0px 0 0 0;
    line-height: 1.4em;
    color: #fff;
	width:850px;
clear:both;
}


ul.DG_list {  display:block;
		width:850px;
	list-style-type:none;
	margin:0;
	padding:0;
	font-weight:bold;

    padding-right: 20px;
}

li.DG_child  {
	width:142px;
	height:200px;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	display:block;
	position:relative;
	margin-right:26px;
	text-align:center;
}

.DG_child img {
	width:142px;
	height:102px;
	border:0;
	border-bottom:1px;
}
.DG_Discipline {
	display:block;
	position:absolute;
	left:0;
	top:112px; /* same as height of director photo + some for line height*/
	width:142px; /* same as width of director photo*/
	margin:0 auto;
	padding:0;
	/*visibility:hidden;*/

	text-align:bottom;
	vertical-align:top;
	text-decoration:none;
z-index:10;
}

.DG_Name {
	display:block;
		position:relative;
		left:0;
		top:8px;
	margin:0;
	padding:0;
		text-align:center;
		vertical-align:top;
		font-size:1.1em;
			text-decoration:none;
		overflow:hidden;
			z-index:10;
}


.DG_child  .DG_Discipline {

	visibility:hidden;
	
} 
.DG_child:hover .DG_Discipline {
	visibility:visible;

}
.DG_child  .DG_Name {
	visibility:visible;
}

.DG_child:hover .DG_Name {

	visibility:hidden;
}

/* Ditto (aka News) entry
------------------------------------------------------------------------- */

/* standard template */
.ditto_item {
	margin-bottom:2em;
	font-weight:normal;
}
.ditto_pageTitle {
	font-size: 1em;
}  

.ditto_documentInfo {

	font-weight:bold;
	display:inline;
}

.ditto_introText {
	font-weight:normal;
	display:inline;
}
#sidebar a.ditto_link{
	font-weight:normal;

}

#sidebar a.ditto_link:hover{
	color:#008739;

}

/* active template */
.ditto_item_active {
	color:#008739;
	font-weight:normal;
	margin-bottom:2em;
}
.ditto_pageTitle_active {
	font-size: 1em;
	color:#008739;
}  

.ditto_documentInfo_active {
	font-size: 1em;
	font-weight:bold;
	display:inline;
	color:#008739;
}

.ditto_introText_active a{
	font-size: 1em;
	display:inline;
	color:#008739;
}

#sidebar a.ditto_link_active{
	font-weight:normal;

}

#sidebar a.ditto_link_active:hover{
	color:#008739;

}



/* ditto pagination */

.ditto_paging {

    padding: 10px;
    font-size: 86%;

}
#ditto_pages .ditto_currentpage {
	font-weight:bold;		
    padding: 1px 5px 0px;
    margin-right: 1px;
    color:#008739;
}
#ditto_pages .ditto_off {

    padding: 1px 5px 2px;
    margin-right: 1px;

}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {

    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
}
#ditto_pages a:hover {
    color:#008739;
}

/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

/* Commercials
------------------------------------------------------------------------- */
.commercial {
	margin-bottom:14px;

}

object {
	border:0;
	padding:0;
	margin:0;

}

/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Main Navigation
------------------------------------------------------------------------- */
#mainNav ul{

	width:850px;
	height:25px;
	position:relative;
	padding:0px;
	margin:0;
	text-align:center;
	width:100%;
	background-color: transparent;
	margin-bottom: 40px;
	list-style-type: none;
	z-index:100;
	white-space: nowrap;
	clear:both;
}


#mainNav ul li { 
	padding:0;
	margin: 0;
	position:relative; 
	margin-right:28px;
	width:140px;
	height:25px;
	border: solid 1px #fff;
	text-align:center;
	display:block;
	float:left;
	

}

#mainNav ul li.active { 
	padding:0;
	margin: 0;
	position:relative; 
	margin-right:25px;
	width:140px;
	height:25px;
	border: solid 1px #008739;
	text-align:center;
	display:block;
	float:left;
	

}

#mainNav ul li a {

	
	text-align:center;
	line-height:25px;

	text-decoration: none;
	
	color: #fff;

	font-weight:bold;
}

#mainNav ul li a:hover {
  color: #008739;

}

#mainNav ul li.active a{
  /*color: #008739;*/


}






/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
    padding: 0 0 9px 0;
    color: #008739;
}

#footer p {
    padding: 20px 40px 20px 0px;
	font-size:9px;
	text-align:right;
}

#footer a {font-size:9px;border-bottom: none; color: #008739;}
#footer a:hover {text-decoration: underline;}

/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #008739;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Home Page Image Grid
------------------------------------------------------------------------------- */
.homePageGridItem {
	
	float: left;
	width:230px;
	margin-right:22px;
	margin-bottom: 18px;
}


.homePage_Image {
	width: 230px;
	display: block;
	height: 150px;
	
}