/* @override 
	http://agilefilmmaking.com/wp-content/themes/agile004/style.css */

/*
Theme Name: agile004
Theme URI: http://agilefilmmaking.com/
Description: Agile Filmmaking theme
Version: 4.0
Author: Don Sheehy
Author URI: http://agilefilmmaking.com/
*/

/* @group Page-Layout */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
}

hr {
	display:none
}

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

/* @end */

/* @group Header-Layout */

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

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

#header-rss-button {
	position: absolute;
	margin-top:  131px;
	margin-left: 234px;
}

#header-rss-button a {
	position: absolute;
	width: 170px;
	height: 24px;
	background: url('images/header-rss-rollover.jpg') 170px 0;
}

#header-rss-button a:hover {
	background: url('images/header-rss-rollover.jpg') 0 0;	
}

#header-menu {
	position: absolute;
	top: 180px;
	margin-left: 50px;
}

.tab a{
	width: 94px;
	height: 32px;
	padding: 25px 0 0 35px;
	float: left;
	background: url('images/tabs.jpg') 0px 0;
}

.tab-active{
	width: 94px;
	height: 32px;
	padding: 25px 0 0 35px;
	float: left;
	background: url('images/tabs.jpg') 266px 0;
}

.tab a:hover {
	height: 37px;
	padding: 20px 0 0 35px;
	background: url('images/tabs.jpg') 135px 0;
}

/* @end */

/* @group Wrapper-Layout */

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

/* @end */

/* @group Content-Layout */

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

#content div.hr {
	clear: both;
	height: 10px;
	background: url('images/post-hr.jpg');
}

.post-bullet {
	width: 20px;
	height: 31px;
	float: left;
	background: url('images/post-bullet.jpg') 0 -4px;
}

/* @end */

/* @group Sidebar-Layout */

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

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

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

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

/* @end */

/* @group Footer-Layout */

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

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

/* @end */

/* @group Typography */

body {
	font-size:   13px;
	line-height: 20px;
	font-family: Tahoma, Arial;
	color: #202020;	
}

p {
	margin: 14px 0px;
}

p.postmetadata {
	font-size:  10px;
	margin-bottom: 35px;
}

a {color: #204020; font-weight: bold;}
a:link {color: #404040;}
a:hover {color: #000000;}

#header-menu {
	font-size:   16px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Century Gothic", Tahoma, Arial;
	color: #204020;
}

#header-menu a {
	font-weight: bold;
	font-size:   15px;
	text-decoration: none;	
	color: #204020;
}

#header-menu a:hover {
	font-size:   16px;
	text-decoration: underline;	
	color: #306030;
}

#content {
	font-size:   13px;
	line-height: 20px;
	font-family: Tahoma, Arial;
	color: #202020;	
}

#sidebar li {
	margin-top: 22px;
}

#sidebar li li {
	margin-left:  10px;
	margin-top: 0px;
}

#sidebar h2 {
	display: inline;
	text-decoration: none;
	font-weight: normal;
	color: #630c0a;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h2 a {
	display: inline;
	text-decoration: none;
	font-weight: normal;
	color: #630c0a;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @end */
