/*   
Theme Name: Adam Rabalais
Theme URI: www.adamrabalais.com
Description: Adam Rabalais Blog Theme
Author: Adam Rabalais
Author URI: www.adamrabalais
Template:
Version: 1.0
.
General comments/License Statement if any.
.
*/

body {
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #413c34;
	background-image: url("");
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

img {
	border: none;
} 

a {
	text-decoration: none;
	color: #f7941e;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #dcd0b9;
	font-weight: normal;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

/*MAIN CONTAINERS*/
#main_container {
	width: 830px;
	margin: 0 auto;
	background: url("");
	background-repeat: repeat-y;
	}

#main {
	background-color: #FFFFFF;
	text-align: left;
	width: 780px;
	margin: 0 auto;
	padding: 5px;
}

/*HEADER*/

#banner_image {
	width: 780px;
	height: 229px;
	z-index: 1;
	position: relative;
	padding: 5px;
	margin: 0 auto 5px auto;
	background-color: #ffffff;
}

#logo_bar {
	width: 780px;
	height: 78px;
	clear: both;
	margin: 0 auto 2px auto;
	background-color: #000000;
}

#logo {
	width: 810px;
	height: 58px;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	margin: 20px auto 5px auto;
	position: relative;
}

#menubar {
	height: 24px;
	color: #2b2004;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#menubar a {
	color: #2b2004;
}

#menubar ul {
	margin: 0 10px;
	padding: 0;
}

#menubar ul li {
	height: 24px;
	float: left;
	list-style: none outside none;
}

/*CONTENT*/

#content {
	font-size: 11px;
	text-align: justify;
	color: #565656;
}

#content_container {
	padding: 20px;
}

#content_header {
	border-bottom: 2px solid #7f7b76;
	position: relative;
	height: 50px;
}

#post_title {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #2b2004;
	float: left;
	position: absolute;
	bottom: 3px;
}

#post_title a {
	text-decoration: none;
	color: #f7941e;
	font-weight: normal;
}

#post_title a:hover {
	text-decoration: none;
	color: #b09d78;
	font-weight: normal;
}


#date {
	float: right;
	color: #f7941e;
	font-size: 10px;
	position: absolute;
	bottom: 3px;
	right: 0px;
}

#content_footer {
	text-align: right;
	margin: 0 0 50px 0;
}


#container_bottom {
	width: 830px;
	height: 39px;
	background-image: url("");
	margin: 0 auto;
}

#footer {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	color: #2b2004;
}

/*COMMENTS*/

h3  {  
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 0 0;
	color: #2b2004;
        }



#respond {
	padding: 20px;
}

/*ARCHIVES*/

#archives {
	padding: 50px;
}
