body {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #130901;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#container {
	width: 100%;
}

#header {
	height: 100px;
	background: #000 url("../post_factory/images/bg_header.jpg") top left no-repeat;
	margin: 0 auto;
	text-align: left;
}

#footer {
	clear: both;
	color: #a09074;
	padding: 16px 0 20px 0;
	text-align: center;
}

/* Content */
#contentBG {
	width: 100%;
	background: #1b0f05 url("../post_factory/images/bg_content.jpg") top center no-repeat;
	padding-bottom: 130px;
}

#contentArea {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}

#content {
	clear: both;
	margin: 25px 0 0 0;
}

/* General */
h1 {
	color: #ecc37f;
	font-size: 28px;
	font-weight: normal;
	margin: 5px 0 15px 0;
	padding: 0;
	text-transform: capitalize;
}

h1#subPage {
	float: left;
	font-size: 22px;
	text-transform: capitalize;
}

h2.subDirectory {
	float: left;
	color: #f27d00;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 15px 5px;
	padding: 6px 0 0 0;
	text-transform: capitalize;
}


#clientName {
	color: #8f6d35;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

a:link, a:visited, a:active, a:hover {
	color: #f00;
}

p {
	color: #fff;
	line-height: 16px;
}

br#siteBottom {
	clear: left;
}

/* Error Message */
.errorMsg {
	clear: both;
	color: #fff;
	width: 412px;
	padding: 8px;
	background: #900;
	border: 3px solid #300;
}

.errorTitle {
	font-size: 12px;
	font-weight: bold;
}

/* Log In Area */
#logInArea {
	width: 400px;
	padding: 14px;
	background: #130901;
	border: 3px solid #483413;
}

#logInArea p {
	margin-top: 0;
	padding-top: 0;
}

#form_logIn {
	float: left;
}

#form_logIn label {
	display: block;
	color: #b77200;
	margin: 0 30px 2px 0;
	padding: 0;
	letter-spacing: 1px;
}

#form_logIn label input {
	color: #333;
	font-size: 10px;
	margin: 3px 0 0 0;
	border: 1px solid #a09074;
	letter-spacing: 0;
}

#form_logIn input#btn_submit {
	float: left;
	color: #fff;
	font-size: 10px;
	margin: 10px 6px 6px 0;
	background: #3d1d00;
	border: 2px solid #4f2600;
}

#forgotPassword {
	float: left;
	display: block;
	padding-top: 14px;
}

/* Back Link | Breadcrumbs */
#backLink {
	float: left;
}

#breadcrumbs {
	float: right;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#breadcrumbs li {
	display: inline;
	padding: 0 4px 0 8px;
	background: url("../post_factory/images/divider_breadcrumb.gif") center left no-repeat;
	list-style-type: none;
}

#breadcrumbs li#breadClient {
	color: #8f6d35;
	font-weight: bold;
	margin-right: 4px;
	padding: 0;
	background: none;
}

/* Main Menu */
#mainMenu {
	width: 100%;
	height: 24px;
	padding-top: 10px;
	background: #1d0a00 url("../post_factory/images/bg_mainMenu.gif") bottom left repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #954600;
	vertical-align: bottom;
}

#mainMenu ul {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

#mainMenu ul li {
	float: left;
	display: inline;
	margin: 0 6px 0 0;
	padding: 0;
	list-style-type: none;
}

#mainMenu a:link, #mainMenu a:visited, #mainMenu a:active {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 12px 5px 12px;
	background: #3d1d00;
	text-decoration: none;
}

#mainMenu a.selected:link, #mainMenu a.selected:visited, #mainMenu a.selected:active, #mainMenu a.selected:hover, #mainMenu a:hover {
	background: #a34d00;
}

#mainMenu #signOut {
	float: right;
	margin: 0;
	padding: 5px 9px 5px 9px;
}

#mainMenu #signOut a:link, #mainMenu #signOut a:visited, #mainMenu #signOut a:active, #mainMenu #signOut a:hover {
	font-size: 10px;
	font-weight: bold;
	margin: -10px 0 0 0;
	background: #483413;
	border: 1px solid #000;
}

/* Directories */
#directories {
	width: 99%;
	margin-left: 10px;
}

#directories td {
	padding: 24px 0 5px 0;
	border-bottom: 3px solid #483413;
	text-align: right;
}

#directories td.dirName {
	width: 85%;
	text-align: left;
	text-transform: capitalize;
}

#directories td.dirName a:link, #directories td.dirName a:visited, #directories td.dirName a:active {
	color: #b77200;
	font-size: 18px;
	text-decoration: none;
}

#directories td.dirName a:hover {
	text-decoration: underline;
}

/* Link List */
.linkList {
	float: left;
	width: 43%;
	margin: 0 40px 0 0;
}

.linkList h2 {
	color: #b77200;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 2px solid #483413;
}

.linkList ul {
	margin: 0;
	padding: 0;
}

.linkList ul li {
	margin: 0 0 5px 0;
	padding: 3px 0 3px 20px;
	list-style-type: none;
}

.linkList ul li.icn_folder {
	background: url("../post_factory/images/icn_folder.gif") center left no-repeat;
}

.linkList ul li.icn_text {
	background: url("../post_factory/images/icn_text.gif") center left no-repeat;
}

.linkList ul li.icn_mediaLink {
	background: url("../post_factory/images/icn_link.gif") center left no-repeat;
}

.linkList ul li.icn_video {
	background: url("../post_factory/images/icn_video.gif") center left no-repeat;
}

.linkList ul li.icn_audio {
	background: url("../post_factory/images/icn_audio.gif") center left no-repeat;
}

.linkList a:link, .linkList a:visited, .linkList a:active, .linkList a:hover {
	color: #9f7632;
}

/* Link List (Table) */
.linkList table {
	width: 100%;
}

.linkList table td {
	color: #4f2600;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #92977e;
	text-align: right;
}

.linkList table td.icn_image {
	background: url("../post_factory/images/icn_image.gif") center left no-repeat;	
	padding-left: 20px;
	text-align: left;
}
