/*   
Theme Name: Sometimes on Sundays
Theme URI: http://www.sometimesonsundays.com/
Description: Built with pride in Oakland for Sometimes on Sundays productions
Author: Colin Frangos
Author URI: http://www.colinfrangos.com
Version: 1.0

sidebar grey: #4c525a
dark blue: 011162

*/

body {
 margin: 0px;
 padding: 0px;
 background:url(images/b_grnd.gif) fixed bottom repeat-x #000000;
}

h2 {
 font-family: "Century Gothic", "Gill Sans MT", Verdana, Arial;
 font-size: 20px;
 font-weight: normal;
 color: #a38f23;
 margin: 30px 0 10px 0;
 padding: 0px;
}

h3 {
 font-family: "Century Gothic", "Gill Sans MT", Verdana, Arial;
 text-transform:uppercase;
 font-size: 27px;
 font-weight: bold;
 color: white;
 margin: 0px 0px 15px 0px;
 padding: 0px;
}

h3 a{
	color: white;
	text-decoration: none;
}

h3 a:hover{
	color: white;
	text-decoration: underline;
}

h3 a:visited {
	color: white;
	text-decoration: none;
}

h4 {
 font-family: arial;
 text-transform:uppercase;
 font-size: 20px;
 font-weight: bold;
 color: white;
 margin: 30px 0px 15px -5px;
 padding: 0px;
}

p {
 font-size: 12px;
 line-height: 20px;
 font-family: verdana, helvetica, arial;
}

blockquote {
	margin: 15px;
	font-size: 12px;
	font-style: italic;
	font-family: verdana, helvetica, arial;
}

a {
	color: #a38f23;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
	background: none;
}

/* ************* ******************  ****************** Header **************** **************** *************** */

#header {
	padding: 20px 0 0 0;
	margin: 0 auto;
	overflow:hide;
	width: 800px;
}

#header a {
	color: #fff;
	text-decoration: none;	
	font: bold 40px arial;
	text-transform: uppercase;
}

#header img {
	margin-top: -8px;
}

#nav {
	padding:5px 0 0 0;
	margin: 0;
}

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

#nav li {
	font-family:"Trebuchet MS", "Gill Sans MT", Arial, Verdana;
	font-weight: bold;
	font-size:14px;
	color:#CCCCCC;
	margin: 0 50px 0 0;
	padding: 0;
	display:inline;
}

#nav a {
	font-family:"Trebuchet MS", "Gill Sans MT", Arial, Verdana;
	font-weight: bold;
	font-size:14px;
	color:#CCCCCC;
	text-decoration: none;
	text-transform: none;
}	

#nav a:hover {
	text-decoration:underline;
}

/* ****************************** ** * ** *** ****       Posts    ********** * ***************** * ************** */

#content {
	margin: 0px auto;
	padding: 5px;
	width: 800px;
}

#content input#submit {
 background-color: #d9d9d9;
 border: 1px solid #a38f23;
 margin: 0px 0px 0px 0px;
 clear: both;
}

#content ul {
 list-style: none;
}

#content ul li, #content ol li {
 font-size: 12px;
 line-height: 20px;
 font-family: verdana, helvetica, arial;
}

#content h2 {
	font-family: Palatino, Georgia, Times;
	font-size: 20px;
	font-weight: normal;
	color: #a38f23;
	margin: 0px 0px 0 0px;
	padding: 0px;
}

#content div.postDate {
 font-size: 13px;
 color: #a38f23;
 margin: -10px 0 0 0;
 font-weight: bold;
 font-family:"Gill Sans MT", Verdana, Arial;
 border-bottom:#4c525a 2px solid;
}

#content div.postContent {
	background-color: white;
	margin:0 0 10px 0;
	padding: 10px;
}

#content p#TextDisplay {
 color: black;
 font-size: 12px;
 line-height: 20px;
 font-family: verdana, helvetica, arial;
 margin-left: 115px;
}

#content p#TextDisplay blockquote {
 margin: 0px;
 padding: 0px 15px 0px 15px;
}

/* ************************************************
									        FILMS INDEX
										    ***************************************** */
#contentFilm {
 margin: 0px auto;
 padding: 30px; 
 width: 900px;
}

.film {
	margin: 30px 0;
	width: 800px;
	clear: both;
}

.film h2 a {
 font-family: "Century Gothic", "Gill Sans MT", Verdana, Arial;
 font-size: 20px;
 font-weight: normal;
 color: #a38f23;
 margin: 0 0 10px 0;
 padding: 0px;
 text-decoration:none;
}

.film h2 a:hover {
	color: #c4a604;
	text-decoration: underline;
}

.film h2 a:visited {
	color: #a38f23;
	text-decoration:none;
}

.film p {
	font-family:"Trebuchet MS", "Gill Sans MT", Arial, Verdana;
	font-weight: normal;
	font-size:14px;
	line-height:1.25;
	color:white;
	margin: 0 0 12px 0;
	padding: 0;
}

.film img {
	float: left;
	margin:0 50px 50px 0;
	border: 0;
}


/* ************************************************
									        FILMS
										    ***************************************** */



#clip {
	float: right;
	width: 600px;
	margin: 50px 0 0 0;
}

#copy {
	float: right;
	width: 600px;
	margin: 50px 0 0 0;
}

#copy p{
	font-family:"Trebuchet MS", "Gill Sans MT", Arial, Verdana;
	font-weight: normal;
	font-size:14px;
	line-height:1.25;
	color:#CCCCCC;
	margin: 0 0 12px 0;
	padding: 0;
}

#stills {
	width: 250px;
	float: left;
	margin-top: 30px;
}

#stills img{
	margin-top: 20px;
}

/* ************************************************************ FOOTER ***************************************************/

#footer {
	width: 800px;
	margin: auto;
	margin-bottom: 40px;
	padding: 0;
}
