/* 
Theme Name: AirComedy.com
Theme URI: www.aircomedy.com
Description: For Filipino comedian, Air Tabigue
Version: 1.0
Author: Hannah Nicdao
Author URL: http://www.hanananah.com
Tags: valid XHTML, fixed width, wood, two columns, widgets, gravatars, right sidebar, 

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/* = GLOBAL = */

body{
	background-color: #3d3936;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	}
	
img{
	padding-right: 1px;
	padding-left: 1px;
	}

#wrapper{
	width: 840px;
	height: inherit;
	left: 15%;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	}
	
#header{
	width: 840px;
	height: 340px;
	margin: 0px;
	background-image: url(graphics/header.png);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 1;
	}
	
#navi{
	width: 500px;
	height: 100px;
	margin-right: 0px;
	top: 240px;
	left: 340px;
	position: relative;
	float: inherit;
	z-index: 20;
	}
	

#content{
	width: 840px;
	height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	top: 340px;
	margin: 0px;
	padding-bottom: 50px;
	position: absolute;
	background-image: url(graphics/contentbg.png);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#left{
	width: 340px;
	height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
	position: relative;
	}
	
#right{
	width: 435px;
	height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	padding-left: 45px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 40px;
	background-image: url(graphics/notepaper.png);
	background-repeat: repeat-y;
	position: relative;
	}
	
	#one{
	width: 50px;
	height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	}
	
	#two{
	width: 250px;
	height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	color: #FFFFFF;
	padding: 20px;
	float: right;
	background-color:#006699;
	position: relative;
	}
	
#footer{
	width: 840px;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bf5200;
	font-size: 8px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-stretch: extra-condensed;
	float: right;
	position: relative;
	}
	
	
	
	
	
	
	
	
	
.title{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	font-size: 30px;
	color: #006699;
	}