
/*
This document contains structural markup such as widths, margins, padding, and 
floats. For colors and borders, see advanced_forum.css.
*/


/* ======================================================================================================= */
/*                                               FORUM WRAPPER                                             */
/* ======================================================================================================= */

#forum_wrapper{
	display:block;overflow:hidden;
	width:100%;
	padding:40px 0px 60px 0px;
	background:#f9f3e2 url(/sites/all/themes/trac/_assets/img/backgrounds/one_column_top.jpg) center top repeat-y;
}

	#forum_container {
		display:block;overflow:hidden;
		width:960px !important;
		margin:0px auto !important;
	}


	#forum_container h1
	{
		display:block;overflow:hidden;
		font:normal 22px/28px 'Oswald', Helvetica, Verdana, Arial, sans-serif;color:#851f00;
		padding:4px 0px 0px 0px !important;margin:0px 0px 30px 0px!important;
		border-top:6px solid #851f00;
	}
		#forum_container h1 a:link,	 #forum_container h1 a:visited			{color:#851f00;}
		#forum_container h1 a:hover, #forum_containern h1 a:visited:hover	{color:#333;text-decoration:underline;}
	


/* ====================================================================================================  */
/*                                        BOX CONTENT                                                    */
/* ===================================================================================================== */

#forum_wrapper .box .content {
	display:block;overflow:hidden;
	font:normal 14px/20px Helvetica, Verdana, Arial, sans-serif;color:#851f00;
}

		#forum_wrapper .box .content a:link,	#forum_wrapper .box .content a:visited			{color:#4b0c00;}
		#forum_wrapper .box .content a:hover,	#forum_wrapper .box .content a:visited:hover	{color:#000;text-decoration:underline;}
		
	
	
/* ======================================================================================================= */
/*                                               FOOTER                                                    */
/* ======================================================================================================= */

/* ========================= CELL WIDTHs ========================= */	
.forum-table .forum-icon		{width:4%;}
.forum-table .forum-name		{width:25%;}
.forum-table .forum-num-topics	{width:10%;}
.forum-table .forum-posts		{width:10%;}
.forum-table .forum-last-post	{width:45%;}



/* ========================= DETAILS ========================= */	
.forum-table .forum-details {
	/*display:block;overflow:hidden;*/
	font:normal 14px/20px Helvetica, Verdana, Arial, sans-serif;color:#851f00;
	padding:10px 0px 20px 0px;
}

.forum-table .num-new-topics {
	display:block;overflow:hidden;clear:both;
	font:normal 14px/20px Helvetica, Verdana, Arial, sans-serif;color:#851f00
	margin:14px 0px 0px 0px;padding:4px 0px 0px 0px;
}


.forum-table .container .name {
	font:normal 18px/24px Helvetica, Verdana, Arial, sans-serif;
}
.forum-table .container .name a{text-decoration:none;}



.forum-table,
.forum-topics 
{font:normal 14px/20px Helvetica, Verdana, Arial, sans-serif;color:#f6f1de;}




	.forum-table tr,
	.forum-topics tr
	{background:#6c4001 url(/sites/all/themes/trac/_assets/img/elements/hr.png) left bottom repeat-x !important;}
	
	.forum-table td,
	.forum-topics td
	{padding:6px 10px !important;}

	.forum-header tr, 
	.forum-table th,
	.forum-topics thead tr, .forum-topics thead tr th
	{
		background-color:#532503 !important;
		font:normal 14px/18px 'Oswald', Helvetica, Verdana, Arial, sans-serif;text-transform:uppercase;color:#fff;
		padding:10px 0px !important;
	}
	
	.forum-table a:link, 
	.forum-table a:visited,
	.forum-topics a:link, 
	.forum-topics a:visited			
	{color:#fff;text-decoration:underline;}
	
	
	.forum-table a:hover, 
	.forum-table a:visited:hover,
	.forum-topics a:hover, 
	.forum-topics a:visited:hover	
	{color:#f6f1de;text-decoration:underline;}


/*** PAGER *******************************************************************/

#forum .pager,
#forum-comments .pager {
  float: right;
  margin-top: 5px;
  clear: none;
 
}

#forum-comments .box {
  clear: both;
}





/*** FORUM LINK LISTS ********************************************************/

.forum-top-links {
  margin: 10px 0 10px 0;
  float: left;
}

ul.forum-links {
 margin:20px 0px 0px 0px;padding: 0;
}

.forum-links li {
  margin: 0;
  padding: 0pt 15px 0pt 0pt;
}

/*** FORUM & TOPIC LIST ******************************************************/

#forum {
  width: 100%;
}

#forum table {
  clear: both;
  width: 100%;
}

#forum div.indent {
  margin-left: 30px;
}

.forum-description {
  margin: 5px 0 5px 0;
}

/* Header */
#forum th {
  border-bottom: 0;
  text-align: center;
}

#forum th.forum-name {
  padding-left: 35px;
  text-align: left;
}

/* Forum listing */
#forum td.container {
  padding-top: 5px;
}

#forum td.container {
  border-top: 0;
  margin-top: 0;
  padding-left: 15px;
  padding-top: 5px;
}
#forum .container .description {
  margin: 0;
  padding: 3px 0 0 0;
}

#forum td.forum-icon {
  width: 1px;
  padding: 0 5px;
}

#forum .description {
  margin-left: 0;
  padding-left: 0;
  padding: 5px 0;
}

/* Topic listing */
#forum td.icon {
  width: 1px;
}

#forum td.views {
  text-align: center;
  white-space: nowrap;
  width: 35px;
}

#forum td.created,
#forum td.last-reply {
  font-size: 0.9em;
  line-height: 140%;
  padding: 0 10px;
  white-space: normal !important;
  width: 130px;
}

#forum td .links {
  padding-top: 10px;
}

/*** FORUM STATISTICS ********************************************************/

#forum-statistics-header,
.forum-statistics-sub-header,
.forum-statistics-sub-body {
  	display:block;overflow:hidden;
	font:normal 14px/18px 'Oswald', Helvetica, Verdana, Arial, sans-serif;text-transform:uppercase;color:#540d01;
	margin:0px 0px 0px 0px !important;padding:0px 0px 24px 0px !important;
}

	#forum-statistics-header a:link, 
	#forum-statistics-header a:visited,	
	.forum-statistics-sub-header a:link, 
	.forum-statistics-sub-header a:visited,
	.forum-statistics-sub-body a:link, 
	.forum-statistics-sub-body a:visited		
	{color:#333;text-decoration:underline;}}
	
	#forum-statistics-header a:hover, 
	#forum-statistics-header a:visited:hover,
	.forum-statistics-sub-header a:hover, 
	.forum-statistics-sub-header a:visited:hover,
	.forum-statistics-sub-body a:hover, 
	.forum-statistics-sub-body a:visited:hover	
	{color:#6c4001;text-decoration:underline;}

/*** ICONS LEGEND ************************************************************/

/* Forum folders */
.forum-folder-legend dt, 
.forum-folder-legend dd {
  display: inline;
}

.forum-folder-legend dd {
  margin: 0pt 5px 0pt 0pt;
}

.forum-folder-legend img {
  padding-bottom: 4px;
  vertical-align: middle;
}

/* Forum topics */
.legend-group {
  float: left;
  display: block;
}

.forum-topic-legend dt, 
.forum-topic-legend dd {
  display: inline;
}

.forum-topic-legend dd {
  margin: 0pt 5px 0pt 0pt;
}

.forum-topic-legend img {
  padding-bottom: 4px;
  vertical-align: middle;
}

/*** FORUM THREADS ***********************************************************/

/* Header at the top of each topic/thread */
.forum-topic-header {
	display:block;overflow:hidden;
	background:url(/sites/all/themes/trac/_assets/img/elements/hr.png) left bottom repeat-x !important;
  	margin:10px 0px 20px 0px;padding:0px 0px 20px 0px;
}

.forum-topic-header .forum-links {
  float: left;
}

.forum-topic-header .reply-count {
  float: right;
}
	.reply-count a:link, .reply-count a:visited			{color:#540d01;text-decoration:underline;}
	.reply-count a:hover, .reply-count a:visited:hover	{color:#6c4001;text-decoration:underline;}	



/* Individual forum post */
.forum-post {
 	display:block;overflow:hidden;
	padding:15px 0px 20px 0px !important;margin:0px 0px 24px 0px !important;
	list-style-type:none !important;
	/*background:url(/sites/all/themes/trac/_assets/img/elements/hr.png) left bottom repeat-x;*/
}
	.forum-post a:link, .forum-post a:visited			{color:#540d01;text-decoration:underline;}
	.forum-post a:hover, .forum-post a:visited:hover	{color:#6c4001;text-decoration:underline;}

.forum-post-wrapper {
	display:block;overflow:hidden;clear:both;
}
	.forum-post-wrapper p{
		display:block;overflow:hidden;clear:both;
		font-size:14px;line-height:20px;font-weight:normal;color:#5a3a1f;
		margin:0px 0px 20px 0px;padding:0px !important;
	}


/* Header at the top of each post */
.post-info {
  height:100%;
  clear: both;
  margin-bottom: 3px;
  font:normal 12px/16px Helvetica, Verdana, Arial, sans-serif;color:#5252;
}

.posted-on {
  padding: 0 2px;
  float: left;
}

.forum-post .new {
  float: none;
}

.post-num {
  float: right;
  margin-right: 5px;
}

/* Author information pane */
.forum-post-panel-sub {
  display:block;overflow:hidden;

}

.forum-post-panel-sub .author-pane {
  margin: 10px;
}

.forum-post-panel-sub .author-pane .picture {
  float: none;
  padding-left: 0px;
  margin: 2px 0 10px 0;
  padding-left: 0;
}

.forum-post-panel-sub .author-pane .author-pane-section {
  margin-bottom: 10px;
  font:normal 14px/20px Helvetica, Verdana, Arial, sans-serif;color:#851f00;
}

.forum-post-panel-sub .author-pane .author-pane-line {
  margin-bottom: 7px;
  display:inline !important;
}

/* Post text area */
.forum-post-panel-main {
  min-height: 50px;
  height: auto !important;
  height: 350px;
}

.forum-post-panel-main .content {
  padding-top: 2px;
}

.post-title {
	display:block;overflow:hidden;clear:both;float:none !important;
	 padding:2px 0px 5px 10px !important;margin:0px 0px 28px 0px !important;
	 font:normal 18px/24px 'Oswald', Helvetica, Verdana, Arial, sans-serif;text-transform:uppercase;color:#4b0c00;
	 border-top:6px solid #4b0c00;border-bottom:1px solid #4b0c00;
}


/*.forum-post-panel-main .post-title,*/
.forum-post-panel-main .content {
	margin:0px;padding:0px;
}

.forum-post-panel-main p {
  margin-right: 10px;
}

/* Signature */
.author-signature {
  margin: 10px 0 5px 10px;
}

/* Post footer */
.forum-post-footer {
  margin-top: 0;
  clear: both;
}

.forum-jump-links {
  float: left;
  line-height: 2em;
  padding: 0px 5px;  
  width: 140px;
}

.forum-post-links {
  line-height: 2em;
  text-align: right;
  padding: 0px 5px;  
  margin-left: 150px;
}

.flag-wrapper {
	display:block;overflow:hidden;clear:both;
	clear:both;float:none !important;

}
	.flag-wrapper a{
		display:block;overflow:hidden;clear:both;
		clear:both;float:none !important;
	
	}
	.flag-message {
		display:block;overflow:hidden;
		width:100%;
		padding:20px 0px 0px 0px;
		clear:both;float:none !important;
		text-align:right;
	}

