/* @group Initial Settings */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 14px/1.4em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #85859a;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset, img {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

td, th {
	text-align: left;
	vertical-align: top;
}

.br {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}



/* @end */

/* @group Layout */

html, body {
	height: 100%;
	background-color: #999;
}

#wrap {
	min-height: 100%;
	width: 920px;
	margin: 0 auto;
	background-color: #ffffff;
	border-left: 40px solid #e48127;
	padding: 10px;
}

#menu {
	float: left;
	width: 200px;
	overflow: hidden;
}

#main_col {
	width: 600px;
	position: relative;
	margin-left: 220px;
}

#content {
	margin-top: 40px;
	float: left;
}

#meta_menu {
	text-align: right;
}



/* @end */

/* @group Menu */

#menu ul {
	list-style-type: none;
	margin-left: 15px;
	margin-top: 40px;
}

#menu ul li {
	padding-bottom: 12px;
}

#menu ul li a {
	color: #e14a25;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #85859a;
}

#menu ul li a.selected {
	color: #85859a;
}

#menu ul ul {
	margin-top: 0;
}

#menu ul ul li a {
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group Meta-Menu */

#meta_menu ul {
	list-style-type: none;
	margin-left: 0;
}

#meta_menu ul li {
	padding-bottom: 12px;
	display: inline;
}

#meta_menu ul li a {
	color: #e14a25;
	text-transform: lowercase;
	text-decoration: none;
}

#meta_menu ul li a:hover {
	color: #85859a;
}



/* @end */

/* @group Content */

#content h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

#content h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
}

#content ul,ol
 {
	margin-left: 50px;
}

#content td {
	padding: 0 5px 5px 0;
}

#content a {
	color: #85859a;
}

#content a:hover {
	color: #e14a25;
}

a.file_icon {
	float:left;
	width:60px;
	height:30px;
	overflow:hidden;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	background: #fff url(images/file_icon.jpg) no-repeat;
	padding-top: 48px;
}


/* @end */

.img_zoom {
	position:absolute;
	top:2px;
	right:2px;
	background:#fff;
	border:solid 1px #000;
	color:#000;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	line-height: 1em;
	font-size: 12px;
	padding: 1px;
}

/* @group News */

.news_date {
	font-size: 0.8em;
	color: #e14a25;
	margin: 0;
	padding: 0;
	float: right;
}

#more_news_list ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}

#more_news_list li {
	margin: 0;
}

#more_news_list a {
	text-decoration: none;
}

#more_news_list a:hover {
	text-decoration: underline;
}



/* @end */
