@charset "UTF-8";
@import url(css/reset.css);
@import url(css/text.css);
@import url(css/960.css);
@import url(css/style.css);
/*
Theme Name: The Cost of Living
Theme URI: http://wordpress.org/
Description:The Cost of Living
Version: 1.0
Author: Itookia
Author URI: www.itookia.com

*/

body{
	background-image: url(images/background.jpg);	
	background-repeat:no-repeat;	
	background-position: 50% 0;
	background-color:#000;
	background-attachment:fixed;
	color: #c8be9d;
	font-size: 12px;
}

a{
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#left{
	margin-left:10px;
}

#logo {
	background-image:url(images/header_background.png);
	background-repeat:no-repeat;
	height:124px;
}

#logo a h1{
	color:#d52e00;
	font-size:4.4em;
	text-align:center;	
	margin-top:34px;
}

#intro{
	color:#d52e00;
	font-size:1.3em;
	font-family:arial, sans-serif;
}

#content{
	background-image:url(images/content_top.png);
	background-repeat:no-repeat;
	min-height:5px;
	padding-top:6px;
	margin-top:35px;
}

#content table tbody tr {
	float:left;
	padding:10px 0;
}

#content table tbody tr td {
	vertical-align:top;
}

#text img{
	/*border:5px solid #8a836d;*/
	padding:2px 10px 10px 0;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

.main{
	background-image:url(images/content_background.png);
	background-repeat:repeat-y;
	min-height:125px;
	padding:45px;
	font-family:Verdana, arial, sans-serif;
	float:left;	
	width:610px;
}

.main h2 {
	text-align:center;
	margin-top:20px;
}

#buttons {
	margin:35px 0;
}

#buttons a {
	display:block;
	float:left;
	margin-left:14px;
	background-repeat:no-repeat;
	height:76px;
	width:179px;
}

#buttons a:hover {
	background-position:0 -76px;
}

#buttons a#contact {
	background-image:url(images/contact.png);	
}

#buttons a#donate {
	background-image:url(images/donate.png);	
}

#buttons a#support {
	background-image:url(images/support.png);	
}

#menu {
	background-image:url(images/menu.png);	
	background-repeat:no-repeat;
	padding:30px 10px 0 10px;
	margin-top:35px;
	min-height:308px;
	list-style:none;
}

#menu  li{
	float:left;
	clear:both;
	margin:7px 0 7px 16px;	
}

#menu li a {
	color:#acc8e9;
	font-size:1.6em;	
}

#menu li.current_page_item a {
	color:#cf4e28;
	text-decoration:none;
}

#menu li a:hover{
	color:#cf4e28;
	text-decoration:none;
}

#social a {
	display:block;
	float:left;
	background-repeat:no-repeat;
	margin-bottom:25px;
	height:76px;
	width:179px;
}

#social a:hover {
	background-position:0 -76px;
}

#social a#twitter{
	background-image:url(images/twitter.png);	
}

#social a#facebook{
	background-image:url(images/facebook.png);	
}

#social a#myspace{
	background-image:url(images/myspace.png);	
}

#footer{
	margin-top:20px;
	background-image:url(images/content_top.png);
	background-repeat:no-repeat;	
	padding-top:6px;
}

#sponsors{
	list-style:none;
}

#sponsors li{
	float:left;
	margin:0 10px;
}

#footer_space{
	background-image:url(images/content_background.png);
	background-repeat:repeat-y;
	min-height:230px;
	padding:10px 20px 5px 20px;
}

#footer_menu{
	list-style:none;
	margin:10px 0 30px 55px;
}

#footer_menu li {
	float:left;
	margin:0 10px;
}

#footer_menu li a {
	color:#acc8e9;
}

#footer_menu li a:hover {
	color:#cf4e28;
	text-decoration:none;
}