/* Jokkmokk - an open source xhtml/css website layout made by Andreas Viklund (http://andreasviklund.com) for for Style Master 4.5. Free to use for any purpose as long as the proper credits are given to the original author. Version: 1.0 (Jan 22, 2006) */

* {
margin:0;
padding:0;
}

/******** General tags ********/

body {
margin:30px auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#1e3044;
color:#303030;
line-height:1.3em;
}

a {
text-decoration:none;
color:#20526a;
font-weight:bold;
}

a:hover {
text-decoration:underline;
color:#20526a;
}

a img {
border:0;
}

p {
margin:0 0 18px 8px;
}

h2 {
font-size:1.5em;
font-weight:normal;
letter-spacing:-1px;
margin:10px 0 8px 0;
}

h3 {
font-size:1.2em;
margin:2px 0 8px 0;
}

/******** Main wrap ********/

#wrap {
background:#ffffff url(images/wrapbg.gif) top left repeat-y;
color:#303030;
margin:0 auto;
width:760px;
}

/******** Header ********/

#header {
clear:both;
background:#1e3044;
height:80px;
}

#header a {
padding-left: 90px;
color:#808080;
text-decoration:none;
}

#header a:hover {
text-decoration:underline;
}

#header1 {
clear:both;
background:url(images/header.jpg) top left no-repeat;
height:20px;
}
#header h1 {
font-size:3.8em;
letter-spacing:-4px;
padding:10px 0 10px 45px;
}

#header h1 a {
color: #ffcc66;
}

#header h1 a:hover {
color:#e99e55;
}

#slogan {
color: white;
margin:0 0 0 50px;
font-size:1.4em;
letter-spacing:-1px;
}

/******** Sitemenu, left sidebar ********/

#sitemenu {
clear:both;
float:left;
width:135px;
margin:0;
padding:20px 0 0 15px;
}

#sitemenu ul {
list-style:none;
width:135px;
margin:0 0 20px 0;
padding:0;
font-size:1.2em;
letter-spacing:-1px;
}

#sitemenu li {
margin-bottom:4px;
}

#sitemenu li a {
font-weight:bold;
text-decoration:none;
color:#20526a;
}

#sitemenu li a:hover {
color:#d88d44;
text-decoration:none;
}

#sitemenu .current {
color:#d88d44;
}

#sitemenu ul ul {
font-size:0.8em;
width:110px;
font-weight:normal;
margin:5px 0 8px 20px;background: none;
}

#sitemenu ul ul li {
margin-bottom:2px;
}

#sitemenu ul ul li a {
border:0;
padding:2px;
}

#sitemenu ul ul li a:hover {
border:0;
padding:2px;
text-decoration:underline;
}

/******** Extras, right sitebar ********/

#extras {
float:right;
width:135px;
margin:0;
padding:10px 15px 0 0;
}
	
#extras ul {
margin:0 0 14px 2px;
list-style:none;
color:#808080;
}

#extras li {
margin:0 0 2px 0;
}

#extras li a {
padding:2px 2px 2px 2px;
height:1.2em;
letter-spacing:-1px;
font-weight:bold;
}

#extras li a:hover {
color:#d88d44;
}

#extras li a:active {
color:#d88d44;
}

#extras ul ul, #extras ul ul ul {
font-size:0.9em;
line-height:1.2em;
margin:2px 0 2px 15px;
}

#extras ul ul a, #extras ul ul ul a {
font-weight:normal;
}

/******** Content variations ********/

#content {
margin:5px 170px 0 170px;
padding:2px 0 0 0;
line-height:1.5em;
text-align:left;
}

#content h1 {
color: #20526a;
font-size:1.8em;
margin:20px 0 10px 0;
}

#content h2 {
color: #20526a;
font-size:1.6em;
margin:20px 0 10px 0;
padding-bottom: 5px;
border-bottom: 1px dotted #d88d44;
}

#content h3 {
font-size:1.8em;
font-weight:normal;
letter-spacing:-1px;
margin:10px 0 8px 0;
}

#content p {
text-align:justify;
}

#content td {
vertical-align: top;
}

/******** Footer ********/

#footer {
clear:both;
margin:5px auto 0 auto;
padding:10px 0 10px 0;
width:760px;
text-align:center;
background: url(images/footer.jpg) bottom left no-repeat;
color:#808080;
font-size:0.9em;
}

#footer1 {
clear:both;
margin:0 auto 0 auto;
padding:10px 0 10px 0;
width:760px;
text-align:center;
background-color: #1e3044;
color: white;
font-size:0.9em;
}

#footer1 p {
margin:3px;
}

#footer1 a {
color:#808080;
text-decoration:none;
}

#footer1 a:hover {
text-decoration:underline;
}


/******** Various classes ********/

.datetag {
width:50px;
padding:0 0 10px 0;
text-align:center;
background:#20526a url(images/date-bottom.gif) bottom left no-repeat;
margin:2px 15px 1px 10px;
color:#ffffff;
font-size:2.2em;
text-align:center;
float:left;
}

.datetag .date {
width:50px;
display:block;
letter-spacing:-1px;
padding:15px 0 5px 0;
background:#20526a url(images/date-top.gif) top left no-repeat;
}

.datetag .month {
font-size:0.5em;
letter-spacing:-1px;
width:50px;
display:block;
font-weight:bold;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.frontphoto {
margin:20px 0 10px 0;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.clear {
clear:both;
}

.hide {
display:none;
}