/* @reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* end @reset */

/* @global */
html {
    font-size:100%;
}

body {
    background:#bbb;
    color:#333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:62.5%;
    margin:0;
    padding:0;
    line-height:1.6em;
}


a:link {color:#ff7000; text-decoration:none;}
a:hover {text-decoration: underline;}
a:visited {color:#ff7000; text-decoration:none;}
a:active {color:#ff7000;}

p {margin:0.5em 0;}
strong {font-weight:bold;}
em, i {font-style:italic;}

h1 {font-size:1.6em; margin-top:1.1em;}
h2 {font-size:1.4em; margin-top:1.0em;font-weight:bold;}
h3 {font-size:1.2em; margin-top:0.9em; font-weight:bold;}

pre {font-family:monospace;}

form {margin-bottom:20px; margin:0 auto;}
fieldset {border:1px solid #eee; padding:10px;}
legend {padding:5px;}
form table {}
form table td {padding:10px 5px;}
form table th {font-weight:bold;}
form table .odd {background:#fafafa;}
form .field {margin:10px 5px; padding:5px;}

/* @structure */

#main {overflow:hidden;}

#container {
	width:958px;
	margin:30px auto 0 auto;
	padding:20px 20px;
	background:white url(images/bg-container.png) repeat-x;
	font-size:1.1em;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:2px solid #aaa;
}

#forums-logo {
    background:url(images/forum-logo.png) no-repeat;
    text-indent:-9999cm;
    height:60px;
    margin-top:6px;
    width:300px;
    float:left;

}
#search {
	float:right;
	margin-top: 30px;
}
#header {
	overflow:hidden;
	height:1%;
	margin-bottom:20px;
}

.lastReplyAuthor {text-align:right;}

.forumTable {
	border-bottom:1px solid #ddd;
	font-size:1.2em;
	margin:0 0 10px 0;
	width:100%;
	font-size:1.1em;
	color:#555;
}

.forumTable p {
	margin:0;
	padding:0;
}

.forumTable a:hover {
	color:#ff7000
}

.forumTable th {
    background:#111 url(images/bg-th.png) repeat-x;
    color:white;
    font-weight:bold;
    font-size:1.0em;
    padding:0 15px;
    height:30px;
    text-align:center;
}

.forumTable th a {color:white;}

.forumTable .activity {text-align:right; width: 15%;}
.forumTable .forum {text-align:left; padding:0 15px; width:60%;}
.forumTable .author {width:20%;}
.forumTable .title {text-align:left; padding-left:10px;}

.forumTable .forumNewDate, .forumDate {text-align:right; white-space: nowrap;  }
.forumTable .counter  {text-align:center;}
.forumTable td {
	padding:25px 15px;
	border-top:1px solid #ddd;
}
.forumTable h3 {font-size:1.5em; font-weight:bold;}

h3.forumName {margin:5px 0 0 0;}
.forumName a:link, .forumName a:visited  {color:#222; text-decoration: none;}
.forumName a:hover {text-decoration: underline; color:#ff7000}


#loginBar {
    background:url(images/bg-nav.png) repeat-x;
    height:27px;
    border:1px solid #e3e3e3;
    font-size:1.2em;
    padding:8px 10px 0 10px;
}


#loginBar a {color:#333; text-decoration:none; font-weight:bold; margin:0 5px; float:left; }
#loginBar a:hover {color:#ff7000; text-decoration:underline;}
.loginBox {float:left;}
.loginBox span.button input {
	font-size:1.0em;
	margin:0;
	padding:1px 10px;
}
.naviBox {float:right;}
.naviBox li {float:left;}
.raquo, .hilight {color:orange;}
.username {font-weight:bold;}

#footer {
	margin-top:25px;
	padding:10px 0 15px 0;
	text-align:right;
	border-top:2px solid #eee;
	color:#555;
}

#footer .asm-logo {
	margin-top:5px;
	float:left;
}

#footer a:link {color:#555;}
#footer a:hover {color:#ff7000;}


#semi-footer {
	border-top:2px solid #eee;
	padding:15px 5px;
	clear:both;
	color:#666;
	margin-top:15px;
}

#threads {
	float:right;
	width:150px;
	text-align:right;
}

#paging {
	font-weight:bold;
	width:40%;
	font-size:1.2em;
	float:left;
	height:25px;
}
#paging form {margin:5px 0;}
#paging a {
	color:#333;
	margin:0 2px;
}

#paging a:hover {
	color:#ff7000;
}

#paging .current {color:black;}
#paging .next {margin-left:0.3em; }
#paging .prev {margin-right:0.3em;}

.bread {
	clear:both;
	padding:5px 0;
	font-size:1.1em;
}

.bread a {color:#333;}

.tiHeader .bread {font-size:1.4em;}
.bread a:hover {text-decoration:underline; color:#ff7000;}



tr.froumthread {border:0; }
.froumthread td {padding:8px 10px; text-align:center;}
.froumthread td a {color:#333; text-decoration:none; font-weight:bold;}
.froumthread td a:hover {text-decoration:underline;}

.threadName {text-align:left;}

.tiHeader {padding:20px 5px; clear:both; height:40px;}
.tiHeader h2 {margin:0 0 5px 0; padding:0;}
.tiHeader a:hover {text-decoration:underline;}

.new-thread {
	font-size:1.2em;
	text-align:right;
	font-weight:bold;
	float:right;
	height:25px;
	margin-left:40px;
}
.new-thread a {
	color:#333;
	margin-left:10px;
}

.new-thread a:hover {
	color:#ff7000;
}

#search input {float:left; width:150px; padding:3px 6px; margin:0 0 0 5px;}
#search .button input {height:24px; width:auto; padding:3px 6px 6px 6px;}

span.button.black input {background-color:#222; color:white}


span.button input {
	background:transparent;
	color:#222;
	border:0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	float:right;
	padding:1px 4px;
	margin:2px 5px;
	font-size:1.1em;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor:pointer;
}

span.button input:hover {
	color:#ff7000;
	border:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.tiPost {width:100%; margin: 0 0 20px 0; font-size:1.1em;}
.tiPost td {padding:10px 15px}
.tioptions {font-size:1.2em; width:100%; background:#efefef;}
.tipostheader {background:#eee;}
.tipostheader form {margin:0; padding:0;}
.tipostheader td {vertical-align:middle; padding:4px 0px 1px 6px;}
.tipostheader img {vertical-align:top;}
.tipostheader a {color:#333;}
.tipostheader a:hover {color:#ff7000; text-decoration:none;}

.bb_quote {background:#fafafa; border:1px solid #ccc; padding:10px 15px; margin-bottom:10px;}
.bb_quote .bb_quote {background:#f4f4f4;}
.bb_quote .bb_quote .bb_quote {background:#f0f0f0;}

.bb_italic {
    font-style:italic;
}
.bb_bold {
    font-weight:bold;
}
.bb_underline {
    text-decoration:underline;
}
.bb_pre {
}
.bb_author {
    font-style:italic;
    font-weight:bold;
}

.editInfo {font-style:italic; color:#666;}
.froumthread td.icons {padding:0;}

.authorgroup {display:block;}
.postauthor {width:140px;  vertical-align:top; padding:5px;}
.postauthor .tipostauthor {font-size:1.5em; color:#ff7000; margin-top:8px; display:block;}
.postcontent {padding:5px;}
.postperpage {border-top:1px solid #ccc; padding:5px 0;}

.title {background:#222; color:white; padding:5px; margin:0;}
.thread_options {
	border-top:2px solid #eee;
	margin-top:10px;
}

.back {font-size:1.3em; padding:10px 0;}

.bb_editor_button {
    color:#fff;
    width:23px;
    height:23px;
}

#message {margin: 0 auto; margin-bottom:20px;}
#message .row {background:#f6f6f6; padding:5px;}
#message table {float:right;}
#message textarea {margin:5px 0; width:100%;}
#message .formHelp {width:40%; float:left; padding-top:10px; font-size:1.1em;}
#message table {float:right;}
#message h2 {background:#222; color:white; padding:5px 15px;}

#nav-top {
	font-size:1.2em;
	height:30px;
	position:absolute;
	top:0;
	left:auto;
	margin:0 auto;
	padding:0;
	width:100%;
	font-size:1.2em;
	letter-spacing: 0.05em;
}

#nav-top ul {
	width:998px;
	margin:0 auto;
	background:#111;
	height:18px;
	text-align:center;
	padding:6px 0;
	color:#eee;
}

#nav-top li {
	display:inline;
	padding:0 5px;
	margin:0 20px;
}

#nav-top a {
	color:#eee;
}
