/*	MIFF 2009 FESTIVAL STYLE
 ¥ $Version 1.3
 * $Revision 1.01
 * $Date: 07/05/09
 ------------------------------------------------- */

/*	Basics
------------------------------------------------- */

div, span, td, li
{
	margin: 0;
	padding: 0;
	border: 0;
}


body
{
	font: 13px/1.4em Georgia, 'Times', serif;	font-size: 11px;
	background: #000101;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #efefef;
	min-height:600px;
}



/*	Basic Typography
------------------------------------------------- */

#logo  h1
{
	display: none;
}

#logo 
{
	width: 210px;
	height: 100px;	
	background: transparent url(img/logo.gif) no-repeat 30px 44px;
}

h1
{
	font-family: Garamond, Georgia, Times, 'Times New Roman,', serif;
	font-size: 28px;
	margin: 0 0 5px 0;
	background: transparent;
}


h2
{
	font-family: Garamond, Georgia, Times, 'Times New Roman,', serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 5px 0;
	background: transparent;
}

h3
{
	font-family: Georgia, 'Times', serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background: transparent;
	margin: 5px 8px 7px 0;
}

h4
{
	font-family: Georgia, 'Times', serif;	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background: transparent;
	margin: 5px 8px 2px 0;
	text-transform: uppercase;
}

ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li 
{
	padding: .5em .5em .5em 1.2em;
	background: transparent  url(img/arrow.gif) no-repeat 0 1em;
}

/* 	Default Links and lists
------------------------------------------------- */

a, a:link
{
	color: #99622b;
	background-color: transparent;
	text-decoration: none;
}

a:visited
{
	color: #99622b;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	color: #e12128;
	text-decoration: underline;
}

a img { border: none; }





/*	Layout / Structure
------------------------------------------------- */
#wrapper
{
	width: 916px;
	background: #ccaf7f url(img/wrapper.gif) repeat-y 50% 20px;
	margin: 20px auto;
	}
#container
{
	width: 916px;
	
	text-align: left;
	background:transparent  url(img/container2.jpg) repeat-y 50% 598px;  /* ccaf7f */
	color: #111;
}

#container2{
	width: 916px;
	
	background: transparent url(img/container.jpg) no-repeat 50% 0;
	
}



#sidebar1
{
	float: left;
	width: 210px;
}



#sidebar1 h2
{
	font-size: 1.1em;
}


#mainContent
{
	margin: 0 0 0 210px;
	padding:  60px 0 30px 0;
	
}

#footer
{
	width: 916px;
	height: 65px;
	float: left;
	clear: both;
	background: transparent url(img/footer.jpg) no-repeat 50% 0;
	
}

* html #footer {
	height:1px;
}


#outerfooter
{
	width: 916px;
	float: left;
	clear: both;
	color: #4c4b4b;
	
	
}




.lcol 
{
	float: left; 
	width: 330px;
}

.rcol 
{
	float: right; 
	width: 330px;
}

/*
#mainContent div.lcol
{
	width: 300px;
	height: 180px;
	overflow: auto;
	
}
#mainContent div.rcol
{
	height: 180px;
	width: 300px;
	overflow: auto;
}

*/


#outerfooter div.lcol p
{
	text-align: left;
	padding: 0 0 0 50px;
	
}
#outerfooter div.rcol p
{
	text-align: right;
	padding: 0 80px 0 0 ;
}




/*	Sub Nav
------------------------------------------------- */


#sitenav {
	margin: 20px 0;
	padding: 0 20px;
	text-align: left; 
	width: 170px;
	font-family: Georgia, 'Times', serif;	font-size: 11px;
	font-size: 14px;
}

#sitenav ul { margin: 0; padding: 0; list-style-type: none; }

#sitenav ul.navlist { border-bottom: 1px dashed #DCAC00;}
#sitenav ul li a {
	color: #442c16;
	padding: 6px 6px 6px 14px; 
	line-height:1.1em; 
	text-decoration:none;
	display: block;
	width: 150px !important; width /**/:170px; 
}



#sitenav a:hover {background-color: #fafafa; color: #ad6d01; }

#sitenav ul li.opened a{}

#sitenav ul li {
	background: none; 
	padding:0;
}

#sitenav ul li a.active {
	color: #c0935e; 
	background: #99622b;
}

#sitenav ul li li a {

	padding: 6px 10px 6px 30px; 
	line-height:1.1em; 
	display: block;
	border:none;
	width: 130px !important; width /**/:150px; 
}

#sitenav ul li li li a {

	padding: 6px 10px 6px 40px; 
	line-height:1.1em; 
	display: block;
	background: #fff;
	width: 140px !important; width /**/:160px; 
}

#sitenav ul li li li li  a {

	padding: 6px 10px 6px 50px; 
	line-height:1.1em; 
	display: block;
	background: #fff;
	width: 130px !important; width /**/:150px; 
}


#sitenav ul li li li a.active {
	color: #ad6d01; 
}



/*
------- ARTICLE TYPOGRAPHY ------------------
*/



#mainContent .article { padding: 18px 62px 2px 62px; font-family: Georgia, 'Times', serif;	font-size: 13px; }
#sidebar1 .article { padding: 20px; margin: 10px; border-top: 1px dashed #442c16;  font-family: Georgia, 'Times', serif;	font-size: 11px;}

#mainContent div.lcol .article {
	padding: 18px 10px 2px 62px; 
}


#mainContent div.rcol .article {
	padding: 18px 62px 2px 10px;
}



.articledetails
{
	color: #aaa;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 10px 0 0;
	margin: 0;
}

.a_smallcopy { font-size: 11px; }

.test
{
	padding: 20px; margin: 10px; border-top: 1px dashed #442c16;
	
}

#slideshowContainer {
	
}

img.framedphoto  {
	padding: 5px;
	background-color:#eee;
	border: 1px solid #222;
	
	
}
a img.framedphoto:hover {
	border: 1px solid #004a80;
}

/*	Footer Content
----------------------------------------------- */

#footer ul
{
	padding: 0.5em 20px;
	margin: 0;
	text-align: right;
	float: right;
	width: 300px;
}

#footer li
{
	display: inline;
	padding-left: 5px;
	white-space: nowrap;
	color: #555;
}

#footer li a
{
	padding-right: 5px;
	border-right: 1px solid #d6d6d6;
	text-decoration: none;
}

#footer a { }
#footer a:hover, #footera:focus { text-decoration: underline; }
#footer li.last a { border: 0; }

#footer p
{
	padding: 0.5em 20px;
	margin: 0;
	float: left;
	width: 460px;
}

#outerfooter { color: #454545; font-size:9px; }
#outerfooter a, outerfooter a:link { color: #5e5d5d; }
#outerfooter a:visited { color: #5e5d5d; }
#outerfooter a:hover
{
	color: #fff;
	text-decoration: underline;
}




/*	CSS Helpers
------------------------------------------------- */

.fltrt
{
	float: right;
	margin-left: 8px;
}

.fltlft
{
	float: left;
	margin-right: 8px;
}

.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*	Specifx
------------------------------------------------- */




/*  -------------- Forms   --------------  */

label {	margin: 0;}
input, textarea {font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; float: none; margin: 0 0 8px 0; }
textarea {width:auto;}
select, option {font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;font-size: 10px;}
button {padding: 3px;margin-top: 5px;}
input.checkbox { border: 0; }
small {	color: #900; font: 10px/18px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}

