 /* navigation */
 #main.forum #side {
	display: none;
 }
 #main.forum #central {
 float: left;
 width: 980px;
 }
 #main.forum .column {
  width: 980px !important;
	margin: 0 !important;
 }

 /* forum navigation boxes */


div#main.forum #forum_container {
	float: left;
	width: 100%;
	margin-top: 0.5em;
	font-size: 11px /*0.9em*/ !important;
}

div#forumdisplay {
	width: /*260*/50%;
	float:left;
	overflow: hidden;
	text-align: center;
}

div#forumdisplay div {
	float:left;
	margin: 0 5px;
	font-size:0.8em;
}

div#forumdisplay p {
	display: none;
	text-align:center;
}

div#forumAdd {
	overflow: hidden;
	width: /*260*/50%;
	text-align: right;
	float:right;
	height: 20px;
}

div#forumAdd div {
	display:inline;
	width: /*180*/210px;
	margin: 0 10px;
	font-weight:bold;
}


div#forumAdd #addpost img, div#forumAdd #addthread img {display:none;}

#forumsettings {
  clear:left;
  padding: 1em 0 1em 0;
  margin: 10px auto 10px auto;
  width: 735px;
  text-align:center;
}

 div.forum_nav_box1, div.forum_nav_box2  { 
  float: left;
  margin: 0 15px 0 0;
	border: 1px solid #d1d2d9;
 }
 
 /* whole nav */
.forum_nav_box1 table.whole, .forum_nav_box2 table.whole { width: /*735*/963px;}
.forum_nav_box2 table.twothirds { width: /*490*/765px; }
.forum_nav_box1 table.third, .forum_nav_box1 table.twothirds /*because nav_1 two thirds doesnt exist*/ { width: /*80*/180px; } 
.forum_nav_box2 table.third { width: /*210*/306px; }

 table#forum_nav_1, table#forum_nav_2 { 
   border-collapse: collapse;
 }
 
 #forum_nav_1 th, #forum_nav_1 td, #forum_nav_2 th, #forum_nav_2 td { border-collapse: collapse; font-weight: normal; }
 
 /* nav header */
 #forum_nav_1 .forum_title th { background-color: #e1e2e9; color: #003399; font-weight: bold; }
 #forum_nav_2 .forum_title th { background-color: #e1e2e9; color: #003399; font-weight: bold; }
 
 /* nav folder headings */
 #forum_nav_1 tbody th, #forum_nav_2 tbody th {
   padding: 0.2em 5px 0.2em 5px;
	 text-align: left;
 }
 #forum_nav_1 .even,  #forum_nav_2 .even { background-color: #f5f5f5; }


 /* thread */
 /* thread box */
 #thread_box { float: left; }

 /* whole thread */
 table.thread { 
   border-collapse: collapse;
   margin: 0;
 }
 
#thread_box table.third, /* for threads outside of forum area */
#thread_box table.twothirds,
#thread_box table.whole {
 width: 100%;
 margin: 0;
}

.forum div#thread_box table.whole { width: /*735*/963px; margin: 0 0 0 1px; }
.forum div#thread_box table.twothirds { width: /*490*/644px; }
.forum div#thread_box table.third { width: /*270*/449px; }

 .thread th, .thread td { border-collapse: collapse; } /* must be assigned to <th>, <td> or IE ignores it (if assigned to thead,..) */
 
 /* thread header */
.thread thead th { background-color: #e1e2e9; color: #003399; }
 th.icon { width: 20px;}
 
 /* thread post headings */
 .post th { /* all post cells but content */
   padding: 0.2em 5px 0.2em 5px;
   text-align: left;
   vertical-align: top;
 }
 .post_title { height: 1em; }
 .thread .post_title { border-bottom: 1px solid #d1d2d9; }
 .thread .odd th.post_title { background-color: #fff; }
 .thread .even th.post_title { background-color: #fff; }

 th.post_author { width: 100px; }
 .thread .odd th.post_author { background-color: #fff; border: 1px solid #d1d2d9; border-top: none; }
 .thread .even th.post_author { background-color: #f5f5f5; border: 1px solid #d1d2d9; border-top: none; } 

 .thread .odd th.post_info { background-color: #fff; border: 1px solid #d1d2d9; border-top: none; }
 .thread .even th.post_info { background-color: #f5f5f5; border: 1px solid #d1d2d9; border-top: none; } 
  
 /* thread post content */
 .thread .odd td.post_content { background-color: #fff; border: 1px solid #d1d2d9; border-top: none; }
 .thread .even td.post_content { background-color: #f5f5f5; border: 1px solid #d1d2d9; border-top: none; } 
 tbody.post td p { margin: 1em; padding: 0; }

 td.post_content ul { margin-left: 20px; }
 td.post_content ul ul { margin-left: 40px; }

 /* thread follow up */
 ul#thread_followup {
	margin-top: 10px;
 }
 
 /* thread follow up headings */
 #thread_followup a { color: #000; text-decoration: none; }
 #thread_followup a.odd  { background-color: #f5f5f5; }
 #thread_followup a.even { background-color: #fff; }

 #thread_followup span.post_title { font-weight: bold; }
 #thread_followup span.post_author { font-weight: normal; }
 #thread_followup span.post_info { font-style: italic; }


a.listtheme {
	clear:left;
	display:block;
}


#newpost {
	clear:left;
	width:/*600px*/100%; /* ie display problems without width*/
	float:left;
	margin: 0 0 20px 0;
}

div#newpost.whole, /*newposts outside forum*/
div#newpost.twothirds, 
div#newpost.third { width: 100%; }

.forum div#newpost.whole { width: /*735*/965px; }
.forum div#newpost.twothirds { width: /*490*/631px; }
.forum div#newpost.third { width: /*270*/426px; }

div#newpost iframe { width:100%; }

#newpost textarea {
	width:300px;
	height:10em;
	display:block;
	margin: 1em 0 1em 0;
}

#newpost p {
	margin: 0.3em 0 0.3em 0;
}

#newpost .button {
	display:block;
	margin: 0.5em 0 0 0 !important;
}

#newpost label { 
	display:block; 
}

#newpost h1 {
	margin:1em 0 0 0;
}

#newpost p label { 
	width: 300px; margin-top: 1em;
}

div#main.forum div.userprofile p span {
	font-weight: bold;
}

/*user profile*/
.userprofile { font-size: 0.9em; }
.userprofile .whole,
.userprofile .third,
.userprofile .twothirds {
 width: 978px;
 margin: 0 0 0 1px;
}
.userprofile p {
 position: relative;
 width: 480px;
}
.userprofile h2 { color: #000; font-weight: normal; }
.userprofile p span {
 position: absolute;
 top: 0;
 right: 0;
 font-weight: normal !important;
}
.userprofile .thread p {
 width: auto;
}
.userprofile .thread span {
 position: fixed;
}
