/*
Theme Name: FilmClub
Theme URI: http://agilefilmmaking.com/
Description: The CMU Filmmaking Club
Version: 1.0
Author: Don Sheehy
Author URI: http://agilefilmmaking.com/
*/

/*******************************************************
  LAYOUT
*******************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #c7533c;
}

hr {
	display: none;
}

#page {
	background-image: url('images/bg-color.jpg');
}

/*  HEADER  *******************************************/

#header {
	width: 100%;
	background-image: url('images/header-bg.jpg');
}

#header-image {
	width: 850px;
	height: 173px;
	margin: auto;
	background-image: url('images/header.jpg');
}

#header-menu {
	position: absolute;
	top: 126px;
	margin-left: 50px;
	height: 24px;
}

/*  WRAPPER  *******************************************/

#wrapper {
	width:850px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url('images/body-bg.jpg');
}

/*  CONTENT  *******************************************/

#content {
	width: 502px;
	margin-left: 55px;
	float: left;
}

/*  SIDEBAR  *******************************************/

#sidebar {
	width: 293px;
	margin-left: 557px;
}

.sidebar-content {
	padding-left: 30px;
	padding-right: 60px;
	background-image: url('images/sidebar-bg.jpg');
}

.sidebar-nobox {
	padding-left: 15px;
	padding-right: 45px;	
}

.sidebar-top {
	height: 27px;
	background-image: url('images/sidebar-top.jpg');
}

.sidebar-bottom {
	height: 31px;
	background-image: url('images/sidebar-bottom.jpg');
}



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

#footer {
	width: 100%;
	clear: both;
	background-image: url('images/footer-bg.jpg');
}

#footer-image {
	width:750px;
	height: 117px;
	padding: 5px 50px;	
	margin: auto;
	background-image: url('images/footer.jpg');
}

/*******************************************************
  TYPOGRAPHY
*******************************************************/

body {
	font-size:   13px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #202020;
}

#header-menu {
	font-size:   18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #202020;
}