/*
	 Designing for iPhone Tips
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{
	margin: 0 auto;
	padding: 0 0;
	list-style-position: outside;
	list-style-type: disc;
	}

body				{ 	font-family: Georgia, serif; 
}
						
p					{
	font-size: 100%;
	line-height: 1.7em;
	margin: 0 0 1em 0;
}
.page {
	color: #cc0000;
	font-weight: bold;
	margin: 1em 0 0 0;
}
 a.logo:link,  a.logo:visited {
  color: #333; 
  text-decoration: none;
  background-color: transparent;
  border-bottom: none;
}
a:link, a:visited {
  color: #333; 
  text-decoration: none;
  background-color: transparent;
  border-bottom: 1px #696 dotted;
}
a:hover{
	color: #696;
	text-decoration:none;
	border: none;
	}	
							
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
						clear:both;
						height:0;
						font-size: 1px;
						line-height: 0px;
}

#page-wrap			{
						width:60em;
						margin: 0 auto;
						background: transparent;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 9em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4.6em 2em 1em 1em;
	border-right:1px #333333 dotted;
}

.logo_home{
	font: italic bold 2.5em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #666;
	letter-spacing: 0.1em;
}
.logo_home		a	{	text-decoration: none;						
						color: #666;
}
.nav {
	font: bold 1em/1.5em Georgia, "Times New Roman", Times, serif;
	margin: 1em 0 0 0;
}
.subnav	{
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	line-height: 1em;
	margin-top: .4em;
}
.films {
	font-style:italic;
	margin: 0 0 0 15px;}
	
ul.films li {
	margin: 8px 0;
}
	
#mainContent {
	margin: 0em 0 0 12em; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1.6em 2.5em 0em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: none;
} 
.mcsection {
	color: #999999;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0.3em;
	font-size: 1em;
	text-align: right;
	text-transform: uppercase;
	padding-bottom: 1em;
	padding-right: 3em;
}
.introhed {
	color: #333;
	font-size: 1.05em;
	line-height:1.4;
}
.intro {
	font-size: 1.2em;
	line-height:1.8;
	letter-spacing: 0.01em;
	margin:0 10em 0 2em;
	text-align: justify;
}
.footer {
	font-size: 0.7em;
	line-height:1.8;
	letter-spacing: 0.01em;
	margin:4em 0 0 0;
	text-align: left;
	padding: 0 0 0 21em;
}
.footer_cont {
	font-size: 0.7em;
	line-height:1.8;
	letter-spacing: 0.01em;
	margin:4em 0 0 0;
	text-align: left;
	padding: 0 0 0 21em;
}
