/* Background Graphics --------------------------------------------- */

body {
	background-color: #403d3a;
}

#container {
	background-image: url(../../../rmcc/assets/images/BG.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#header {
	background-image: url(../../../rmcc/assets/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#header h1, #header p {display:none;}
/*
#menu .page_item a {
	background-image: url(../../../rmcc/assets/images/back_menu.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
*/

#menu .current_page_item a {
	color:#DDC16D;
}
.prominent {
	background-image: url(../../../rmcc/styles/default/back_prominent.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f4f4ec;
}

.prominent .inner {
	background-image: url(../../../rmcc/styles/default/back_prominent_inner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 15px 15px 10px;
}

#footer {
	background-image: url(../../../rmcc/assets/images/back_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#footer .style_content {
	background-image: url(../../../rmcc/styles/default/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#comment_area .metadata {
	background-image: url(../../../rmcc/styles/default/back_comment_meta.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 15px;
	padding: 10px;
	background-color: #f4f4ec;
}

#information {
	background-image: url(../../../rmcc/styles/default/back_info.jpg);
}

#post_meta {
	background-image: url(../../../rmcc/styles/default/back_prominent.jpg);
}

#search {
	background-image: url(../../../rmcc/styles/default/back_search.jpg);
}

#author {
	background-image: url(../../../rmcc/styles/default/back_author.jpg);
}


/* Color ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

a, a:link {
	color: #bb6f02;
}

a:hover, a:active {
	color: #e58802;
}

#footer {
	color: #FFFFFF;
}

#footer a, #footer a:link {
	color: #FFFFFF;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: #F2F2F2;
}

#header a, #header a:link {
	color: #E5E5E5;
}


/* Typography ------------------------------------------------------ */

body {
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #382e1f;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -0.06em;
}


/* Forms ----------------------------------------------------------- */

.input {
	background-color: #FFFFFF;
	background-image: url(../../../rmcc/assets/images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a79d8f;
	margin: 0px;
	padding: 2px 1px;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}

/* Newsletter/PHPList Signup form ---------------------------------- */

form.phplist {margin-bottom:25px}
form.phplist label {display:inline; width:80px; float:left}
form.phplist .phplistInput {margin:0 0 5px 0; border:2px solid #CCC; padding:3px}
form.phplist .phplistInput:focus {border:2px solid #999;}
form.phplist .requiredOutline {border:2px solid #F30; background-color:#FFE6E7}
form.phplist .requiredOutline:focus {border:2px solid #F00;}
form.phplist .error {background-color:#FFE6E7;padding:4px;margin-bottom:10px;text-align:center;}
form.phplist ul.list {margin:0}
form.phplist ul.list li {list-style:none; margin:0}

.alignleft {float:left;margin:0 10px 0 0;}
.alignright {float:right;margin:0 0 0 10px;}