/* navigation */
#main.forum #side {
	display: none;
}
#main.forum #central {
 float: left;
 width: 780px;
}
#main.forum .column {
  width: 780px !important;
	margin: 0 !important;
}

/* forum navigation boxes */

div#main.forum #forum_container {
  float: left;
	width: 100%;
	margin: 0.5em 10px;
	font-size: 11px !important;
}

div#forumdisplay {
	width: 45%;
	height: 30px;
	margin: 20px 10px 10px 0;
	float:right;
	overflow: hidden;
	text-align: center;
	display:inline;
}

div#forumdisplay div {
	height: 20px;
	float:right;
	margin: 0 10px 0 0;
	font-size:0.8em;
}

div#forumdisplay p {
	display: block;
	text-align:center;
}

div#forumAdd {
	overflow: hidden;
	width: 50%;
	margin: 20px 0 10px 10px;
	height: 30px;
	text-align: left;
	float:left;
	height: 20px;
}

div#forumAdd div {
	display:inline;
	width: 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;
}


/*Sending email pop-up*/

div#main.forum div#mainContainer .column.c100.floatleft { margin: 0 0 10px 10px!important;}
div#main.forum div#mainContainer .column.c100.floatleft textarea { width: 350px; height: 150px; }
div#main.forum div#mainContainer .column.c100.floatleft p { margin: 5px 0; }

 /* whole nav */
.forum_nav_box1 table.whole, .forum_nav_box2 table.whole { width: 730px; }
.forum_nav_box2 table.twothirds { width: 530px; }
.forum_nav_box1 table.third, .forum_nav_box1 table.twothirds { /*because nav_1 two thirds doesnt exist*/ width: 190px; } 
.forum_nav_box2 table.third { width: 190px; }

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: #9bb3d7; color: #fff; font-weight: bold; }
#forum_nav_2 .forum_title th { background-color: #c3d2e7; color: #475c9a; font-weight: bold; }
 
#forum_nav_1 .forum_title th.lastpost {text-align: right!important; padding-right: 25px!important;}

 /* 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: #f1f1f1; }


 /* thread */
 /* thread box */
#thread_box { float: left; }

 /* whole thread */
table.thread { 
   border-collapse: collapse;
   margin: 0;
}
 
#thread_box table.third, 
#thread_box table.twothirds,
#thread_box table.whole { /* for threads outside of forum area */
 width: 100%;
 margin: 0;
}

.forum div#thread_box table.whole { width: 730px; margin: 0 0 0 1px; }
.forum div#thread_box table.twothirds { width: 530px; }
.forum div#thread_box table.third { width: 320px; }

.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, .thread thead th.icon a  { background-color: #e6edf7; color: #475c9a; }
.thread thead th.icon { width: 40px;}
 
/* 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: 10px!important; }
.thread .odd th.post_author { background-color: #fff;  border-top: none; }
.thread .even th.post_author { background-color: #f1f1f1; border-top: none; } 

.thread .odd th.post_info { background-color: #fff; border-top: none; }
.thread .even th.post_info { background-color: #f1f1f1; border-top: none; } 
  
/* thread post content */
.thread .odd td.post_content { background-color: #fff; border-top: none; }
.thread .even td.post_content { background-color: #f1f1f1; border-top: none; } 
tbody.post td p { margin: 1em; padding: 0; }
 
td.thread_count {text-align:center!important;}
td.post_count {text-align:center!important;}
td.post_detail {text-align:right; padding:0 5px; }

/* thread follow up */

#thread_followup{
	width: 320px;

}

ul#thread_followup {
	margin-top: 10px;
}
 
/* thread follow up headings */
#thread_followup a { color: #000; text-decoration: none; }
#thread_followup a.odd  { background-color: #f1f1f1; }
#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;
}


/* Post Author and date*/
.forum_post_date { margin-left: 11px!important;}

.forum div#thread_box table.whole .forum_post_author { 
    width: 40%!important; 
    float:left; 
}

.forum div#thread_box table.whole .forum_post_date {
    width: 50%!important;
    float:right!important;
}


#newpost {
	clear:left;
	width: 320px; /* 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: 730px; }
.forum div#newpost.twothirds { width: 431px; }
.forum div#newpost.third { width: 320px; }

div#newpost iframe { width:100%; }

#newpost textarea {
	width:310px;
	//width:300px;
	height:10em;
	display:block;
	margin: 1em 0px 1em 5px;
}

body:nth-of-type(1) #newpost textarea { width:309px;}

#newpost p {
	margin: 0.3em 0 0.3em 0;
}

#newpost .button {
	display:block;
	margin: 0.5em 0 0 0 !important;
}

#newpost label { 
 	display:inline; 
}

#newpost h1 {
	margin:1em 0 0 0;
}

#newpost p label { 
	width: 320px; 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: 730px;
 margin: 0 0 0 1px;
}
.userprofile p {
 position: relative;
 width: 280px;
}
.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;
}
