﻿/* Mainpuff */

.tmplLoad {
	width: 590px;
	height: 184px;
}

#tmplNyheter .mainpuff{
	padding-left: 10px;
}

#tmplRek .mainpuff {
	padding-left: 8px;
}

#tmplGuld, #tmplRed {
	padding-left: 0;
}

.mainpuff div, .minipuff {
   position: relative;
}

.mainpuff div img {
   width: 184px;
   height: 184px;
}

.mainpuff h2 {
   position: absolute;
   bottom: 0px;
   left: 0;
   width: 184px;

}

.mainpuff h2 span {
   color: white;
   font: bold 24px/45px Helvetica, Sans-Serif;
   letter-spacing: 0;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   font-size: 90%;
   padding: 5px 2px 5px 5px;
   display: block;
   line-height: 16px;

}

.mainpuff h3, .minipuff h3 {
   position: absolute;
   top: 0;
   left: 0;
   margin: 0;
   padding: 0;
}

.minipuff h3 {
      top: 3px;
      left: 3px; 
}

.mainpuff h3 span, .minipuff h3 span {
   color: white;
   font: bold 24px/45px Arial, Helvetica, Sans-Serif;
   letter-spacing: 0px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.8);
   font-size: 90%;
   padding: 3px 5px 3px 5px;
   display: block;
   line-height: 17px;
   text-transform: uppercase;
}

.minipuff h3 span
{
    font-size: 70%;
}


div.leftBox
{
    float: left;
    width: 193px;
}

div.bottomLeftBox
{
    float: left;
    width: 280px;
}

div.middleBox
{
    float: left;
    width: 193px;
}

div.rightBox
{
    float: left;
    width: 192px;
}

div.bottomRightBox
{
    float: left;
    width: 280px;
    margin-left: 10px;
}

ul.blog
{
    font: 12px Arial , Sans-Serif;
}

ul.blog li
{
   display: block;
   height: 120px;
}

ul.blog li.listHeader
{
    margin: 3px 0 0 0;
    padding: 0 0 0 16px;
    background: url(http://www.whoa.nu/Default.aspx) no-repeat 0 50%;
}

ul li.forumHeader
{
    margin: 2px 0 0 0;
    padding: 0 0 0 19px;
    background: url(gfx/folder.png) no-repeat 0 50%;
    font-size: 110%;
}

ul li.eventHeader a 
{
    width: 138px;
    display: block;
    float: left;
}

ul li.eventHeader .eventDate 
{
    float: right;
    width: 30px;
}

ul li.eventHeader
{
    padding: 4px 4px 4px 4px;
    font-size: 110%;
    width: 170px;
        line-height: 12px;
}

.eventMainHeader
{
    padding: 2px 4px 0 4px;
    font-size: 140%;
    display:block;
    width: 174px;
    height: 55px;
    font-weight: bold;
    background-color: #CDA95F;
}

ul li.eventHeader
{
       font-weight: bold;
       border-bottom: 1px solid #BFA674;
       font-size: 90%;

}

ul li.eventHeader span
{
   color: #990000;

}

ul li.eventHeader:last-child
{
           border-bottom: none;
}


ul li.sidebarForumHeader
{
    margin: 0 0 0 0;
    padding: 0 0 0 2px;
    font-size: 90%;
    
}

ul li.eventSubHeader
{
    padding: 0 2px 0 2px;
    color: #6a5b3d;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #CCAE7C;
	position: relative;
}

.jspDrag
{
	background: #AA9266;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

ul li.forumSubHeader
{
    padding: 0 0 0 19px;
    color: #6a5b3d;
}

ul li.sidebarForumSubHeader
{
    padding: 0 0 5px 3px;
    color: #6a5b3d;
}

ul li.forumSubHeader a
{
    color: #6a5b3d;
}


span.listSubHeader, h4
{
    margin: 1px 0 0 0;
    font: 10px "Trebuchet MS" ,Trebuchet,Arial,Verdana,Sans-serif !important;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #333;
    display: block;
}

.startpageHeader {
    padding: 10px 0 10px 0 !important;
}

h4
{
    margin: 0;
    padding: 0;
}

a.mainHeader
{
    font-family: Georgia,Serif;
    font-size: 90%;
    font-weight: bold;
    color: #990000 !important;
}


p.mainText
{
    line-height: 17px;
}

p
{
    padding: 0.2em 0 !important;
}

.blogImage
{
    width: 255px;
    height: 255px;
    float: left;
    border: 1px solid silver;
    background-color: white;
    margin: 2px 5px 2px 2px;
    padding: 2px;
}

.blogImageList
{
    float: left;
    border: 1px solid silver;
    background-color: white;
    margin: 0 8px 2px 0;
    padding: 2px;
    width: 100px;
    height: 100px;
}

blockquote
{
    background: #DAD1B9 url(http://www.whoa.nu/Default.aspx) no-repeat 0 3px;
    padding: 4px 5px 5px 25px;
    margin: 0 0 3px 5px;
    color: #1F1F1F;
}


#nav
{
    float: left;
    width: 100%;
    margin: 0 0 0 1px;
    padding: 10px 0 0 10px;
    list-style: none;
    background: url(gfx/AD9564_px.gif) repeat-x bottom left;
}
#nav li
{
    float: left;
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande" , sans-serif;
    font-weight: bold;
    font-size: 115%;
}
#nav a
{
    float: left;
    display: block;
    margin: 0 2px 0 0;
    padding: 4px 8px;
    color: #333;
    text-decoration: none;
    border: 1px solid #AD9564;
    border-bottom: none;
    background: url(gfx/tab_not_selected.gif) repeat-x top left;
}

#nav li a.selected
{
    border-color: #8a7852;
    background: #DFC28A url(gfx/tab_selected.gif) repeat-x top left;
    padding-bottom: 5px !important;
}

.startpageMargins
{
    padding: 10px 0 0 10px;
}

#CurrentMp3, #CurrentBlog
{
    margin-top: 0 !important;
}

.cycle  {
	height: 185px;
	margin-left: 3px;
	margin-left: 3px;
	position: relative;
}

.cycle img  {
	position: absolute;
	top: 0;
	left: 0;
}

.paging {
float: right;
margin-right: 10px;
}

.goto {
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 10px;
	background-color: #0C1916;
	color: black;
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 2px;
	font-family: Arial;
	font-size: 120%;
	color: #fff;
	line-height: 20px;
}

.goto.selected {
		color: #0C1916;
			background-color: #fff;
}