/*   
Theme Name: RoomPlace
Theme URI: http://www.theroomplace.com
Description: The RoomPlace Blog Theme
Author: Usman Group, Inc.
Author URI: http://www.theusmangroup.com
Version: 1.0
*/

/**************************************/
/* GENERAL AND BASIC STRUCTURE*/
/*************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#wrapper {
	width: 975px;
	margin: 0px;
	padding: 0px;
	background: url(images/background.png) left top repeat-y;
}

.clear {
	clear: both;
}

/*********************/
/* LINKS */
/*********************/

a img { 
	border: none; 
}

a:link {color: #42b1e1; text-decoration: none}
a:visited {color: #42b1e1; text-decoration: none}
a:hover {color: #42b1e1; text-decoration: underline}
a:active {color: #42b1e1; text-decoration: underline}

#categories a:link {color: #919191}
#categories a:visited {color: #919191}
#categories a:hover {color: #42b1e1}
#categories a:active {color: #42b1e1}

#recent_posts a:link {color: #919191}
#recent_posts a:visited {color: #919191}
#recent_posts a:hover {color: #42b1e1}
#recent_posts a:active {color: #42b1e1}

#menu_item a:link {color: #000000; text-decoration: none}
#menu_item a:visited {color: #000000; text-decoration: none}
#menu_item a:hover {color: #42b1e1; text-decoration: underline}
#menu_item a:active {color: #42b1e1; text-decoration: underline}

/*********************/
/* HEADER */
/*********************/

#header {
	height: 105px;
}
#logo {
	float: left;
	width: 317px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}

/*********************/
/* LEFT SIDEBAR */
/*********************/

#lsidebar {
	float: left;
	width: 196px;
}

.title {
	width: 170px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}

ul.categories {
	margin: 0 0 0 15px;
	padding: 0px;
	width: 170px;
	list-style: none;
}

.categories a {
	padding: 10px 0 10px 5px;
	color: #919191;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	border-bottom: #ebebeb solid 1px;
}

/*********************/
/* MAIN CONTENT AREA */
/*********************/

#content {
	background: url(images/content_bg.png) repeat-y; 
	border: #999 solid 1px;
	margin-left: 6px;
}

#main {
	margin: 0 206px 0 196px;
	padding-left: 20px;
	padding-right: 20px;
}

/* POST DATE */
h1 {
	margin: 0;
	padding-top: 15px;
	font-size: 11px;
	color: #ababab;
	font-weight:normal;
}

/* POST TITLE */
h2 {
	font-family: "Centry Gothic", "Gill Sans", Arial, sans-serif;
	margin: 0;
	padding-top: 15px;
	color: #42b1e1;
}

/* CATEGORY HEADINGS */
h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #ababab;
	font-weight:normal;
}

/* COMMENT HEADERS */
h4 {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: "Centry Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

p {
	line-height: 18px;
}

.divider {
	text-align: center;
	padding-top: 15px;
}

/*********************/
/* RIGHT SIDEBAR */
/*********************/

#rsidebar {
	float: right;
	width: 206px;
}

#rsidebar p {
	width: 145px;
	margin-left: 23px;
	font-size: 11px;
	line-height: 14px;
}
ul#recent_posts {
	margin: 0px;
	padding: 0px;
	width: 170px;
	margin-left: 20px;
	list-style: none;
}

#recent_posts a {
	padding-left: 10px;
	margin-top: 10px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	display: block;
	background: url(images/bullet.gif) no-repeat left 3px;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	height: 179px;
	position: relative;
}

#bbblogo {
	float: left;
	padding-top: 41px;
	padding-left: 69px;
}

#menu {
	position: absolute;
	left: 217px;
	padding-top: 84px;
}

ul#menu_item {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_item li {
	float: left;
}

#menu_item a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: inline;
	padding: 7px 15px 7px 15px;
	background: url(images/menu_dot.gif) no-repeat right center;
}

#menu_item .last {
	background: none;
}

/*********************/
/* COMMENTS */
/*********************/

.commentlist {
	margin-top: 20px;
	padding: 20px;
	border: #999 dotted 1px;
}

.comment-date {
	text-align: right;
}
.textarea { 
	border:1px solid #ababab;
}

/*********************************************/
/* Previous/Next Page Navigation */
/*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}
.nav-previous {
	float: left; 
	text-align: left;
}
.nav-next {
	float: right; 
	text-align: right;
}

/*********************/
/* IE Fixes */
/*********************/

/* remove annoying gaps */
.categories li, #recent_posts li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html .categories a {
	height: 1px;
}
/* force hover on entire width of  link */
* html #recent_posts a {
	height: 14px;
}
* html #main {height: 1px;}


