html { 
	background: #24211c; 
}

body {
	color: #333333; 
	background: #ffffff; 
	font-family: helvetica, arial, sans-serif; 
	padding: 0; 
	margin: 0;
	font-size: 62.5%;
    line-height: 1.125em;
    *font-size: 10px;
}

p {
	font-size: 1.3em;
	line-height: 1.385em; 
	margin-bottom: 1.385em;
}
.text {
	font-size:1.3em;
	line-height:1.385em;
	margin-bottom:1.385em;
}
h1 {
color: #0099cc; 
	font-size: 4.8em; 
	letter-spacing: -0.05em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.25em;
}

a {
	color: #ffffff; 
	text-decoration: underline;
}

a:hover {
	color: #ffffff; 
	text-decoration: underline;
}

.center {
	width: 900px; 
	margin: 0 auto; 
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.clear {
	clear: both; 
	*height: 1px !important; 
	_line-height: 1px !important;
}

/* Header */

#header .center {
	position: relative;
}

/* end */

/* MENU */

#menu_bar {
	width: auto; 
	background:#DFDFDF; 
	border-color:#CCCCCC; 
	border-style:solid; 
	border-width:1px 0px 1px 0;
}
#menu {
	background:#DFDFDF none repeat scroll 0 0;
	text-align:left;
	width:950px;
	margin: 0 auto;
}
#menu ul#tab {
	margin:0;
	padding:15px 15px 12px;
	position:relative;
	z-index:3 !important;
}
#menu ul#tab li {
	border:0 solid #CCCCCC;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:12px 15px 10px;
}
#menu ul#tab li a.active {
	background:transparent url(../system_images/tab_bg.gif) repeat-x scroll 0 0;
	color:#FFFFFF;
	height:82px;
	padding:13px 8px 30px;
}
#menu ul#tab li a {
	color:#333333;
	font-size:1.5em;
	height:82px;
	position:relative;
	text-decoration:none;
}
#menu ul#tab li a.active span.left {
	background:transparent url(../system_images/tab_bg_left.gif) no-repeat scroll 0 0;
	height:82px;
	left:-20px;
	position:absolute;
	top:0;
	width:20px;
	z-index:5;
}
#menu ul#tab li a.active span.right {
	background:transparent url(../system_images/tab_bg_right.gif) no-repeat scroll 0 0;
	height:82px;
	position:absolute;
	right:-19px;
	top:0;
	width:20px;
	z-index:5;
}
#menu ul#tab li a:hover {
	color:#0099FF;
}
/* end */


/* CONTENT  */

#content .center {
	margin-bottom: 2em;
}

body#master #content .center {
	background: url(../system_images/x_grey.gif) repeat-y 598px 0;
	margin-bottom: 0;
}

body#home #content .center {
	margin-bottom: 0;
}

/* Posts */

#posts {
	float: left; 
	width: 598px; 
	color: #636363;
}

.post { 
	padding: 42px 38px 42px 38px;  
	text-align: justify;
}

.post h2 {
	color: #333333; 
	font-size: 2.4em; 
	margin-bottom: 6px; 
	letter-spacing: -0.05em;
	font-weight: bold;
}

.post h3 {
	font-size: 1.6em; 
	margin-bottom: 1em;
}

.post .byline {
	color: #333333; 
	border-bottom: 1px solid #cccccc;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding-bottom: 0.25em;
}

/* end */

/* Right Column */

#column {
	float: left; 
	width: 300px; 
	border-left: 1px solid #cccccc;
	margin-bottom: 2em;
}

.columndiv {
	margin: 38px 0 20px 30px;
}

.columnadd {
	margin: 0px 0 20px 20px;
}

.columndiv h3 {
	font-size: 1.6em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1em;
}

.columndiv p {
	line-height: 1.385em;
}

#column ul {
	list-style: none; 
	padding: 0 0 0 2px;
}

/* end */


/* Footer */

#footer a {
	color: #ffffff; 
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff; 
	text-decoration: underline;
}

#footer h2 {
	margin-bottom: 3px; 
	color: #ffffff;
}

/* end */
