@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	color:#7F7669;
	font-size:14px;
}
img, a img {
	border:none
}
html, body {
	background-color:#161513;
	scrollbar-face-color:#CEBA91; 
	scrollbar-track-color:#BFB5A7;
	scrollbar-base-color: #BFB5A7;
	scrollbar-arrow-color: #3F392F;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #3F392F;
	scrollbar-darkshadow-color: #080808;
}
hr {
	margin:10px 0;
	color:#911722;
}
/****** positioning *********************************/
#header_wrapper {
	height:36px;
	background-image:url(/asset/images/header_bg.jpg);
	background-repeat:repeat-x;
}
	#header {
		width:897px;
		margin:0 auto;
	}
#footer {
	padding-top:10px;
	height:50px;
	background-image:url(/asset/images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#161513;
	line-height:20px;
}
#page_wrapper {
	background-color:#F1EDE0;
}
	#page {
		background-image:url(/asset/images/page_bg.jpg);
		background-repeat:repeat-y;
		width:897px;
		margin:0 auto;
		min-height: 600px;
		height: auto !important;
		height: 600px;
	}
	#left, #right {
		float:left;
	}
	#left {
		width:287px;
	}
	#right {
		width:585px;
		margin:0 0 0 20px;
		padding:10px 0 30px 0;
	}

/****** menu ****************************************/
#menu {
	list-style-type:none;
	width:580px;
	float:right;
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	height:31px;
	line-height:30px;
	padding-top:5px;
	width:80px;
	color:#F1EDE0;
	text-decoration:none;
	text-align:center;
	font-size:16px;
}
#menu li a img {
	margin-top:-5px;
}

/****** formatting **********************************/
h1 {
	font-size:21px;
	font-weight:normal;
	color:#3F3C37;
	margin:20px 0 10px 0;
	text-transform:uppercase;
}
h2, h2 em {
	font-size:18px;
	font-weight:normal;
	color:#4A433B;
	margin:20px 0 10px 0;
	text-transform:capitalize;	
}
p {
	margin:10px 0;
}
a {
	text-decoration:none;
	color:#911722;
}
a:hover {
	text-decoration:underline;
}
.line {	
	background-repeat:no-repeat;
	background-position:center;
	margin:10px 0;
}
#footer, #footer a {
	color:#D3BF8F;
	text-align:center;
	font-size:12px;
}
#right .line {
	background-image:url(/asset/images/big_line.jpg);
}
#left .line {
	background-image:url(/asset/images/small_line.jpg);
	margin-right:40px;
}
.panel {
	background-image:url(/asset/images/small_line.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:0px 13px 10px 0px;
	margin: 10px 40px 0px 15px;
}
.panel h2 {
	color:#911722;
}
.panel ul a {
color:#AD1B2D !important;
}
.caps {
	text-transform:uppercase;
}
#left p {
	margin:5px 0 10px 0;
}
#left a {
	color:#7F7669;
	font-weight:bold;
}
#right ul, #right ol {
	list-style-type:none;
	margin:10px 10px 20px 20px
}
#right ul li {
	padding-left:20px;
	margin:5px 0;
	background-image:url(/asset/images/bullet_left.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
}
#left ul {
	list-style-type:none;
	margin:10px 0px 20px 5px;
}
#left ul li {
	margin:10px 0;
	padding-left:30px;
	background-image:url(/asset/images/bullet_large.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	font-size:16px;
}
blockquote {
	margin:10px 40px 20px 40px;
	background-color:#E8E3CF;
	padding:10px;
	border:1px dashed #CFC69B;
}
.small, .small sup {
	font-size:11px;
}

/* blog styles */
#blog {
}
#blog .blog-post {
	background-repeat:no-repeat;
	background-position:center bottom;
	background-image:url(/asset/images/big_line.jpg);
	margin-bottom:15px;
	padding-bottom:15px;
}
#blog .blog-date {
	color:#911722;
	float:right;
	font-size:0.8em;
	padding:8px 0px 0px;
	text-transform:uppercase;
}
#blog .blog-post h2 {
}
#blog .blog-content {
}
#blog .blog-comment-control {
	border:1px solid #CFC69B;
	background-color:#E8E3CF;
	clear:both;
	font-size:0.8em;
	padding:2px 5px;
}
#blog .blog-comment-wrapper {
	height:200px;
	overflow-y:scroll;
}
#blog .blog-comment-wrapper ol, #blog .blog-comment-wrapper ol li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#blog .blog-comment {
	border:1px solid #CFC69B;
	margin:5px 5px 5px 0px;
}
#blog .blog-comment h3 {
	background-color:#E8E3CF;
	font-size:0.8em;
	padding:2px 5px;
}
#blog .blog-comment-content {
	font-size:0.8em;
	padding:5px;
}
#blog-recent ul, #blog-recent ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#blog .author {
	border-bottom:1px solid #7F7669;
	padding-bottom:10px;
	margin-bottom:20px;
}

/* form styles */
form.prettyform {
	width: 100%;
	color: #868686;
    margin-top: 10px;
	clear:both
}

form.prettyform ol {
	margin:0 !important;
}

form.prettyform fieldset ol li {
	list-style: none;
}

form.prettyform fieldset ol li label{
	width: 90px;
	text-align:right;
	padding-right:20px;
}
form.prettyform fieldset ol li label.long{
	width:200px;
	text-align:left;
	padding-right:5px;
}
form.prettyform legend{
	color: #7F7669;
	font-size: 16px;
	padding: 0 10px;
	text-transform:capitalize;
	font-weight:bold;
}
 
form.prettyform fieldset fieldset legend {
	color: #333;
	text-transform: none;
}

form.prettyform label {
	padding: 0px 5px;
	font-size: 14px;
	float:left;
	clear:both;
}

form.prettyform fieldset {	
	border: 1px solid #7F7669;
	margin: 0px 0px 10px 0px;
	padding:10px 10px;
	background: transparent;
}
	
form.prettyform fieldset fieldset {
	background: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border: none;
}

form.prettyform fieldset fieldset label {
	font-size: 12px;
}
	
form.prettyform fieldset fieldset input {
	margin-right: 20px;
	vertical-align: middle;
}

form.prettyform fieldset li {
	padding: 2px 10px 3px;
}

form.prettyform input.button, .thickboxbutton {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	border: 1px solid #ebe3d7;
    text-transform: uppercase;
}

form.prettyform .input, form.prettyform textarea, form.prettyform select.input  {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #7F7669;
	padding: 2px 3px;
	background-image: url('../images/form_bg.jpg');
	background-repeat:repeat-x;
    margin-right: 4px;
    width: 240px;
}
form.prettyform select {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #7F7669;
	padding: 2px 3px;
	background-image: url('../images/form_bg.jpg');
	background-repeat:repeat-x;
    margin-right: 4px;
}
form.prettyform .textarea {
	width: 530px !important; 
	height: 100px;
	margin-top:5px;
}
#month, #year {
	width:100px;
}
.borders {
	border-top:1px solid #CFC69B;
}
.borders td {
	border-bottom:1px solid #CFC69B;
}

/* Widget Buttons - Scalable!! */
.scalable {
	width: auto;
	margin: 10px 0 0 180px;
	border: 1px solid #ccc;
	background: #efefef url('../images/button_grey_bg.jpg') repeat-x 0 100%;
	padding: 1px 15px;
	color: #666;
	font: bold 12px arial, helvetica, sans-serif;
	overflow: visible;
	cursor: pointer;
	white-space: nowrap;
	clear:both
}

.scalable span
{
	background-repeat:no-repeat; background-position:0 50%;
}

.error {
	border:1px solid #cc0000;
	padding:10px 20px;
	clear:both;
}
.error h3 {
	color:#cc0000;
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
}
.error ul {
	margin:10px 15px;
}

/*********** freelance articles **********************************************/
.articlelist, .articleview {
}
	.article {
		padding:5px 0;
	}
		.article h2 {
			padding:0 !important;
			margin:0 !important;
		}
		.article h2 a {
			display:block;
			background-color:#E8E3CF;
			color:#911722 !important;
			text-decoration:none;
			font-size:15px !important;
			font-weight:bold !important;
			padding:5px 3px !important;
			margin:0 !important;
		}
		.article_intro {
			padding:0 20px;
		}
		.readmore {
			text-align:right;
			margin-top:-10px;
		}
		.readmore, .readmore a {
			font-weight:bold;
			text-decoration:none;
			text-transform:lowercase;
		}
	
/* Misc */
#cmap {
	margin-top: 50px;
	text-align: center;
}

/* Hax (don't look here) */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END: Hax (don't look here) */