/*
Theme Name: CI Floor Custom Theme
Theme URI: http://wordpress.org/
Description: Custom theme developed specifically for CI Floors.
Version: 1.0
Author: Erica Melton
Author URI: http://ericamelton.com/
Tags: wood, fixed width, two columns, widgets

	CI Floor Custom Theme

	This theme was developed by Erica Melton.
        http://www.ericamelton.com for exclusive use on cifloorsinc.com.
*/

body {
	margin-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	background: url('images/bgwood.jpg') fixed;
}

:focus { -moz-outline-style: none; }

a:link, a:visited {color:#3a2a11;}
a:hover, a:active {color:#400000;}

h1 {font-size:20px;font-weight:bold;}

#container {
	position:relative;
	margin:auto;
	width:960px;
}

#header-top {
	background:transparent url('images/topbar.png');
	width:960px;
	height:41px;
}

#header-btm {
	background-color:#000000;
	filter:alpha(opacity=30);
	opacity: 0.3;
	width:960px;
	height:183px;
}

#logo {
	position:absolute;
	top:50px;
	left:10px;
	width:235px;
	height:166px;
}

#navigation {
	background:transparent url('images/bgbody.png') repeat;
	width:960px;
	height:41px;
}

	#navigation ul {margin:0;padding:10px 0 0 20px;}

	#navigation li {
		width:101px;
		height:31px;
		list-style: none;
		display: inline-block;
		text-align:center;
		text-transform:uppercase;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		margin:0 2px;
	}
	
	#navigation li a {display:block;width:101px;height:37px;padding-top:2px;text-decoration:none;}
	#navigation li a:link, #navigation li a:visited {background:transparent; color:#ffffff;}
	#navigation li a:hover, #navigation li a:active {background:transparent url('images/tab.png') no-repeat;color:#000000;}
	
#body {
	width:960px;
	min-height:400px;
	background:transparent url('images/bgbody.png') repeat;
}

	#body-inner {
		margin:auto;
		padding:15px;
		width:911px;
		background:#ffffff url('images/bgbodyinner.png') repeat;
	}
	
	#main {
		float:left;
		width:620px;
	}
	
		#main img {border:1px solid #3a2a11;}
	
	#sidebar {
		float:right;
		width:270px;
		min-height:400px;
	}
	
		#sidebar ul {margin:0;padding:0 0 0 15px;}
		#sidebar li {padding-bottom:10px;}
	
#footer {
	background:transparent url('images/footer.png');
	width:960px;
	height:31px;
	padding:10px 0 0 0;
	font-size:11px;
	color:#ffffff;
	text-align:center;
}

.aligncenter, div.aligncenter {display:block;margin-left:auto;margin-right:auto;}
.alignleft 		{float:left;}
.alignright 		{float:right;}	
.big			{font-size:16px;}
.center			{text-align:center;}
.current_page_item	{background:transparent url('images/tab.png') no-repeat !important;}
.current_page_item a 	{color:#000000 !important;}

.widget_text		{list-style:none}