/*
Theme Name: RMFF 09 THEME
Theme URI: http://phatnetwork.net
Description: Readymade Film Fest Theme.
Version: 3.0
Author: George Gomez
Author URI: http://phatnetwork.net
Tags: blue, custom header, fixed width, two columns, widgets
*/


/* === SITE PAGE STRUCTURE === */

/* Set Site Typography, Colors & Center Aligment */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image:url(images/pg-bkgrd.gif);
	background-color: #AA6024;
	color: #FFF;
	text-align: center;
	margin:0;
	}

a:link, a:visited {
	color: #f55202;
}

a:hover {
	color: #fe0101;
}

/* Creates a page container for all content and fixes center alignment for IE */
#page {
	width:1000px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	text-align:left;
	}

/* All 3 main DIVs must use relative position and clear both sides to aling themselves correctly */

#header {
	position: relative;
	left:0px;
	top:0px;
	width:1000px;
	margin:0;
	clear:both;
}

#content {
	position: relative;
	left:0px;
	top:0px;
	width:1000px;
	margin: 0;
	padding: 15px 0 0 0;
	/*border: 1px #A75E10 solid;*/
	clear: both;
	background: url(images/content-bkgrd.gif) no-repeat;
}

#LelftContent {
	float:left;
	width: 676px;
}

#homepage {
	width: 650px;
	padding: 80px 10px 10px 10px;
	background: #723b19 url(images/home-bkgrd.gif);
	border: 3px solid #aa9d85;
	margin: 0 0 10px 0;
	font-size: 1.5em;
	color: #FFF;
}

#livecontent {
	width: 650px;
	padding: 10px;
	background: #723b19 url(images/block-bkgrd.gif) repeat-x;
	border: 3px solid #aa9d85;
}

#sidebar {
	float: right;
	width: 316px;
	padding: 0;
	margin: 0;
}


#videos {
	width: 300px;
	padding: 5px;
	background: #723b19 url(images/sidebar-bkgrd.gif) repeat-y;
	border: 3px solid #aa9d85;
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 1.2em;
}

#form {
	width: 300px;
	padding: 5px;
	background: #723b19 url(images/sidebar-bkgrd.gif) repeat-y;
	border: 3px solid #aa9d85;
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 1.2em;
}

#ads {
	width: 300px;
	padding: 5px;
	background: #723b19 url(images/sidebar-bkgrd.gif) repeat-y;
	border: 3px solid #aa9d85;
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 1.2em;
}

#links {
	width: 300px;
	padding: 5px;
	background: #723b19 url(images/sidebar-bkgrd.gif) repeat-y;
	border: 3px solid #aa9d85;
	margin: 0;
}


#footer {
	width: 974px;
	margin: 10px 0;
	padding: 10px;
	background: #dfcead url(images/footer-bkgrd.gif);
	border: 3px solid #aa9d85;
	margin: 15px 0 15px 0;
	font-weight: bold;
	color:#FFF;
}


/* == SIDEBAR Content ==

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

#sidebar li {
	font-weight:bold;
	font-size: 1em;

}

#sidebar a {
	text-decoration:none;
}

#sidemenu .cat-item, #archivemenu li {
	padding:8px;
	text-align:center;
	border-bottom: 1px solid #A7A884;
	font-size: 1em;
	text-transform:uppercase;
}

 #linkcat-14 li {
	padding:8px;
	text-align:center;
	border-bottom: 1px solid #A7A884;
	font-size: 1em;
	text-transform:uppercase;
}

#linkcat-14 h2 {
	text-align:center;
}

#linkcat-14 a {
text-transform:uppercase;
}

#s { 
	width: 135px !important;
	border: 1px #999 solid;
	background-color:#EDECD3;
	line-height: 14px;
	margin-top: 4px;
}

#searchsubmit {
	width: 55px;
}

#searchbox .hidden {
	color: #436434;
}

*/

/* === IMAGES === */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color:#edecd3;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	background-color:#edecd3;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	background-color:#edecd3;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

/* === CONTENT SPECIFIC LAYOUTS === */


/* Clears the bottom of the content div and closes the wrapper */
.clear { 
	display: block;
	height:0px;
	clear:both;
	visibility: hidden;
	} 

#LelftContent .break {
	padding: 0;
	clear: both;
	width: auto;
	line-height: 10px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	border-top: 2px solid #aa9d85;
}

#comment {
	border: 1px #661307 solid;
	background-color:#dfcead;
	width: 580px;
}

#livecontent .navigation {
	clear:both;
	margin-bottom: 25px;
}

#livecontent .postmetadata {
	background-color:#52260c;
	padding: 8px;
}

#livecontent .postmetadata a {
	color: #fbd598;
}


/* === FONT HEADERS AND ASSINGMENTS === */

h1, .title { 
	font-size:2.em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size:1.3em;
}

.title {
	font-weight:bold;
}

h2, h2 a:link, h2 a:visited {
	color:#ffc704;
	text-decoration: none;
}

h2 a:hover { color:#fe0101;
}

h3 a:link, h3 a:visited {
	text-decoration: none;
}

.entry {
	font-size: 1.3em;
}

.page h2 {
	font-size: 2.6em;
	border-bottom: #ea0101 solid 2px;
}

h1 .title {
	color:#ffa904;
	border-bottom: #ea0101 solid 2px;
}

#respond h3 {
	font-size:1.8em;
	color:#ffa904;
}

.sociable_tagline {
	margin-top: 40px;
	margin-bottom: 10px;
}

small, .navigation, #respond {
	font-size: 1.2em;
}

small {
	font-weight: bold;
	color: #ffa904;
}

.postmetadata small {
	font-weight: normal;
	font-size: 0.8em;
}

.commentlist {
	font-size: 1.2em;
	background: #5f2c0e;
	width: 540px;
}

.commentlist li {
	padding: 10px 0 10px 0;
}
.fn {
	color:#ffa904;
}

.commentlist p {
	font-size: 1.3em;
}

/* == Original CSS From Previous Theme == */

.yellow {
	color:#ffa904;
	font-weight:bold;
	font-weight:bold;
	font-size: 1.3em;
	line-height:normal;
	}

.yellowmed {
	color:#ffa904;
	font-weight:bold;
	font-weight:bold;
	font-size: 1.5em;
	line-height:normal;
	}
	
.yellowbig {
	color:#ffa904;
	font-weight:bold;
	font-size: 1.7em;
	line-height:normal;
	}

.yellowtitle {
	color:#ffc704;
	font-weight:bold;
	font-size: 2em;
	line-height:normal;
}

.img_left {
	margin: 2px 8px 2px 0;
	border: 2px solid #CCC;
	}

.img_right {
	margin: 2px 0 2px 8px;
	border: 2px solid #CCC;
	}
	
.img_right2 {
	margin: 2px 0 2px 8px;
	border: 2px solid #aa9d85;
	}
	
.white {
	color:white;
	font-weight:bold;
	font-weight:bold;
	line-height:normal;
	}

.whitemed {
	color:white;
	font-weight:bold;
	font-weight:bold;
	font-size: 1.5em;
	line-height:normal;
	}

.whitebig {
	color:white;
	font-weight:bold;
	font-weight:bold;
	font-size: 1.7em;
	line-height:normal;
	}
	
#links a {
	text-decoration: none;
}
