
/*
sort 			#000
hvit 			#fff
blågrå			#354253
blågrålysere	#757965
lysbrun			#b2b79a
orange  		#ee7000
kjempelys		#eeeeee
*/

#forumArea {
  position: relative;
  margin-left: 6px;
  padding: 0px;
}


#forumMain {
  width: 641px;
  margin: 6px 2px 6px 6px;
  padding: 0px;
  position: relative;
  float: left;
  display: inline;
}

#latestForumPosts {
  float: left;
  width: 144px;
  margin-top: 3px;
  margin-right: 4px;
  padding: 0px;
  position: relative;
  display: inline;
  top: 30px;
  margin-bottom: 30px;
}

.latestForumPostsFront {
}

.forumList {
  width: 140px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}



.forumListItem {
  width: 132px;
  height: 26px;
  margin-bottom: 8px;
  margin-top: 4px;
}

.forumList .bullet {
  width: 24px;
  position: relative;
  right: 2px;
  bottom: 2px;
}

.forumListItem .listText {
  width: 100px;
  margin-left: 2px;
  height: auto;
}

#forumHeader {
  margin: 10px 8px 8px 0px;
  position: relative;
  height: 40px;
}

#forumHeader h2 {
  font-size: 10px;
  font-weight: bold;
  color: #ee7000;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 8px;
  left: 0px;
}

#forumHeader h1 {
  font-size: 36px;
  font-weight: bold;
  color: #354253;
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
}


#forumHeader h3 {
  color: #354253;
  font-size: 9px;
  position: relative;
  top: 32px;
  width: 290px;
  height: 40px;
  text-align: left;
  left: 10px;
}

#forumHeader h4 {
  font-size: 10px;
  position: absolute;
  bottom: 0px;
  right: 20px;
  text-decoration: underline;
  background-color: #ee7000;
  padding: 4px;
  color: #fff;
  width: 140px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
}

#forumHeader h4 a {
  color: #fff;
  font-weight: bold;
}

#forumHeader h4 a:hover {
  color: #fff;
}

#forumHeader h4:hover {
  background-color: #b2b79a; 
  color: #fff;
}



#topicTitleArea {
  background-color: #eee;
  height: auto;
  position: relative;
  width: 588px;
  border: 1px solid #ddd;

}

#topicTitleArea h1 {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
}

#topicTitleArea .inner {
  margin: 8px;
}

#topicTitleArea h2 {
  color: #b2b79a;
  font-weight: normal;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
}

#topicTitleArea h3 {
  color: #b2b79a;
  background-color: white;
  font-weight: normal;
  font-size: 10px;
  margin: 0px 0px 6px 0px;
  width: 574px;
  height: 17px;
}
/*
#topicTitleArea h3 a {
  color: #354253;
}

#topicTitleArea h3 a:hover {
  color: #ee7000;
}
*/

#currentCategory {
  float: left;
  padding: 2px;
}

#newTopicButton {
  padding: 2px 4px 2px 2px; 
  float: right;
}

#topicTitleArea a {
  text-decoration: underline;
  font-weight: bold;
}

#topicTitleArea a:hover {
  color: #000;
  text-decoration: underline;
}

#topicButtons {
  font-size: 9px;
  color: #ccc;
  position: absolute;
  right: 10px;
  bottom: 6px;
}

#topicButtons a {
  font-weight: normal;
}


.navBar {
  background-color: #eee;
  height: auto;
  position: relative;
  width: 588px;
  border: 1px solid #ddd;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
  color: #000;
}


.navPage {
  display: inline;
  background-color: #fff;
  border: 1px solid #354253;
  color: #000;
  margin: 0px 4px 2px 0px;
  cursor: pointer;
  font-size: 9px;
  font-weight: bold;
  height: 14px;
  position: relative;
}


.navPage .inner {
  margin: 4px;
  display: inline;
}

.navPage:hover {
  background-color: #b2b79a;
  color: #fff;  
}

.selectedPage  {
  background-color: #354253;
  color: #fff;
}

.post {
  width: 588px;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 6px;
  border: solid 1px #ddd;
  position: relative;
}

.post .inner {
  margin: 10px 4px 10px 4px;
  width: 580px;
  overflow: hidden;
  position: relative;

}

.post .postText {
  float: left;
  width: 490px;
  color: #000;
  font-size: 11px;
  margin-bottom: 10px;
  display: inline;
  position: relative;
}

.post .postFooter {
  clear: both;
  font-size: 9px;
  margin-left: 8px;
  margin-top: 10px;
  width: 564px;
  position: relative;
  bottom: 10px;
  display: block;
  height: 15px;
}

.post .avatar {
  float: left;
  width: 70px;
  margin-bottom: 8px;
  font-size: 9px;
  color: #000;
  text-align: center;
  clear: left;
  display: inline;
  position: relative;
}

.post .avatar img {
  margin: 2px 10px 4px 6px;
}


.post .postFooter .postByline {
  float: left;
  display: inline;
}

.post .postFooter .postButtons {
  float: right;
  color: #b2b79a; 
  display: inline; 
}

.post .postButtons a, 
#topicButtons a {
  color: #b2b79a;
  text-decoration: none;
}

.post .postButtons a:hover, 
#topicButtons a:hover {
  color: #000;
  text-decoration: underline;
}


.post .quote {
  margin: 4px;
}

.post .quoteText {
  border: 1px dotted #666;
  background-color: #ddd;
}

.post .quoteText .inner{
  margin: 4px;
  width: 480px;
  overflow: hidden;
}

.post .postEditArea {
  width: 550px;
}

.post textarea { 
  font-size: 12px;
  width: 546px;
  height: 150px;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 4px;
}


/* SKRIV KOMMENTAR-FELT */
#commentInputArea {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  background-color: #354253;
  color: #757965;
  font-size: 9px;
  overflow: hidden;
  position: relative;
  width: 590px;
}

#commentInputArea .inner {
  position: relative;
  margin: 4px;
  padding: 0px;
  height: 157px;
}

#commentInputText {
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 414px;
  height: 142px;
  padding: 2px;
  overflow: auto;
  border: 1px solid gray;
  color: #354253;
  margin: 0px;
}

#basicSmileys {
  position: absolute;
  top: 8px;
  right: 25px;
}

#basicSmileys .basicSmiley {
  vertical-align: middle;
}

#commentInputArea .additionalStuff {
  position: absolute;
  top: 30px;
  right: 20px;
}

#commentInputArea a,
#commentInputArea a:link,
#commentInputArea a:visited {
  font-size: 10px;
  color: #b2b79a;
  text-decoration: underline;
  font-weight: normal;
  line-height: 14px;
}

#commentSubmitButton {
  position: absolute;
  right: 10px;
  bottom: 8px;
  background-color: #757965;
  color: #fff;
  border: 1px solid black;
  width: 130px;
  height: 20px;
  padding: 0px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
}

#commentSubmitButton .inner {
  position: absolute;
  padding: 0px;
  margin: 4px;
  width: 122px;
  left: 0px;
  line-height: 12px;
}

#commentSubmitButton:hover {
  background-color: #b2b79a;
  color: #000;
}

#numPostsArea, 
#topicStartDate {
  display: inline;
}



/* FORUM FORSIDE */
#forumFrontArea,
#categoryArea {
  position: relative;
  width: 614px;
}

#forumFrontArea h1,
#categoryArea h1 {
  margin: 0px;
  padding: 0px;
  width: 614px;
  background-color: #354253;
  color: #fff;
  font-weight: normal;
  font-size: 9px;
  height: 15px;
}

#forumFrontArea h1 div,
#categoryArea h1 div {
  margin: 2px;
  padding: 0px;
}

#forumFrontArea h1 .category,
#categoryArea h1 .topic {
  position: absolute;
  left: 4px;
  top: 2px;
}

#forumFrontArea h1 .topics,
#categoryArea h1 .posts {
  position: absolute;
  left: 235px;
  top: 2px;
  
}

#forumFrontArea h1 .lastPost,
#categoryArea h1 .lastPost {
  position: absolute;
  left: 300px;
  top: 2px;
}

.catListingItem,
.topicListItem {
  position: relative;
  overflow: hidden;
  height: auto;
}

.catListingItem div,
.topicListItem div {
  position: absolute;
  padding: 8px 2px 16px 6px;
  top: 4px;
  color: #354253;
}


.catListingItem .category,
.topicListItem .topic {
  position: relative; 
  font-size: 9px;  
  color: #354253;
  width: 220px;
}

.topicListItem .topic img,
.catListingItem .lastPost img {
  position: relative;
  margin : 0px 2px 0px 4px;
  top: 2px;
}

.catListingItem .lastPost,
.topicListItem .lastPost {
  left: 300px;
  width: 250px;
  text-align: left;
  font-size: 9px;
}


.topicListItem .lastPost {
  margin-top: 2px;
  font-size: 10px;
}

.topicListItem .lastPost img {
  position: relative;
  bottom: 7px;
  margin: 4px 8px 4px 4px;
}


.catListingItem .lastPost a,
.catListingItem .category a {
  font-size: 12px;
}

.topicListItem .topic a {
  font-size: 12px;
  color:  #354253;
  text-decoration: underline;
  font-weight: bold;
}


.catListingItem .topics,
.topicListItem .posts {
  left: 230px;
  width: 40px;
  top: 6px;
  text-align: right;
}

.topicListItem .posts {
  top: 4px;
}



.catListingItem .lastPost a {
  color: #354253;
}

.catListingItem .lastPost a:hover {
  color: #ee7000;
}

.catListingItem .avatar {
  position: relative;
  float: left;
  right: 8px;
  top: -2px;
  margin: 0px;
  margin-bottom: 4px;
  padding: 0px;
}


.catListingItem div a {
  font-size: 12px;
  font-weight: bold;
}

.catListingItem .user:link,
.catListingItem .user:visited,
.topicListItem .user:visited {
  font-size: 9px;
  color: #ee7000;
  
}

#postNotes {
  margin: 8px;
  font-size: 10px;
}

.commentsStripe {
	background-color:#354253; 
	padding-top:5px; 
	padding-left:5px; 
	height:20px;
	position: relative;
}

.commentsHeadingRight {
	float:right;
	color:white;
	font-size:9px;
}


.commentsHeadingRight img{
	position: absolute;
	top:6px;	
	right:93px;
}

.commentsHeadingRight span {
	position: absolute;
	top:6px;	
	right:5px;
}

.commentsHeadingleft {
	float:left; width:100px;
	color:white;
	font-weight:bold;
}

/*
#commentsHeading h1 {
  position: relative;
  font-size: 10px;
  font-weight: normal;
  height: 20px;
  background-color: #354253;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

#commentsHeading h1 span {
  position: absolute;
  left: 30px;
  top: 4px;
}

#commentsHeading h1 img {
  position: absolute;
  left: 6px;
  top: 4px;
}
*/
#forumSearchBox {
  width: 140px;
  height: 40px;
  position: absolute;
  right: 14px;
  top: 7px;
  display: inline;
}

.forumSearchBoxFront {
}

#forumSearchBox input {
  width: 134px;
  border: 1px solid #b2b79a;
  color: #b2b79a;
  padding: 2px;
  font-size: 9px;
}


#forumSearchBox input:focus {
  color: #354253;
  border: 1px solid #354253;
}


/* SØKERESULTATER */
.resultItem {
  margin: 12px 12px 30px 12px;
}

.resultItemHeading {
  font-size: 12px;  
  color: #000;
  border-bottom: 1px solid #b2b79a;
}

.resultItemHeading a {
  font-weight: bold;
}

.resultQuote {
  font-size: 9px;
  margin: 8px;
}

.resultQuote a {
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-top: 4px;
}

.resultQuote img {
  margin: 2px 4px 4px 0px;
  cursor: pointer;
}

#deletedPostArea {
  width: 468px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 10px;
}

#deletedPostArea a {
  font-weight: bold;  
}

.textSmallBox {
  font-size: 9px;
  width: 400px;
  height: auto;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #b2b79a;
  margin: 4px;
}
