/*
	CSS för otakt.se
	a work of progress
*/

body	{
	text-align: center;
	background-color: #f2f8ed;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#wrapper	{
	position: relative;
	margin: 0 auto;
	padding: 0px;
	top: 0px;
	width: 750px;
}

#contentwrapper	{
	position: absolute; 
	background-color: transparent;
	top: 80px;
	left: 4px;
	width: 750px;
	margin: 0 auto;
	text-align: left;
}


#contentwrapper a {
	text-decoration: underline;
	color: #3963c7;
} 

#contentwrapper a:hover {
	background: #e0ead7;
	color: #c73963;
}

#content	{
	background-color:#ffffff;
	text-align: left;
	padding: 4px;
	border: 1px dashed #000000;
}

#otakt	{
	z-index: 4;
	position: absolute;
	left: -0px;
	top: -50px;
	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 50px;
	text-align: left;
}

#otakt h1	{
	background-color: transparent;
	text-decoration: none;
	color: #ffffff;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 32px;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-weight: bolder;
}

#otakt a	{
	text-decoration: none;
	color: #ffffff;
	background: transparent;
}

#otakt a:hover	{
	text-decoration: none;
	color: #ffffff;
	background: transparent;
}

#otaktblurp	{
	z-index: 2;
	position: absolute;
	left: -0px;
	top: -55px;
	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 50px;
	text-align: left;
}

#otaktblurp h2	{
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#headimage	{
	background-color: transparent;
	position: absolute;
	left: 553px;
	top: -77px;
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 110px;
}

#footspacer	{
	background-color: transparent;
	height: 25px;
}

.score	{
	font-weight: bolder;
	background-color: #779260;
	color: #ffffff;
	padding-right: 3px;
	padding-left: 3px;
}

#main	{
	float: left;
	width: 530px;
	padding: 2px;
	color: #444444;
}

#nav	{
	width: 180px;
	float: right;
	padding: 2px;
	text-align: right;
}

#foot	{
	width: 750px;
	clear: both;
	text-align: center;
	font-size: 0.65em;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#foot p	{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#nav-menu {
	width: 170px;
	font-size: 0.9em;
}

#nav-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
} 

#nav-menu a {
	width:170px;
	padding: 1px 1px 1px 0px;
	background: transparent;
	text-decoration: none;
	color: #3963c7;
} 

#nav-menu a:hover {
	background: #e0ead7;
	color: #c73963;
}

#nav-menu p {
	font-weight: bolder;
	margin-bottom: 0px;
	color: #779260;
}

#main h1	{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.75em;
}

#main .blurp	{
	font-size: 0.37em;	
	font-weight: normal;
}

#main h2	{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.0em;
}

.nimage {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #dddddd;
}

.rimage {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	border: 1px solid #dddddd;
}

.rtext	{
	text-align: right;
}

#main .frontheading	{
	width: 100%;
	border-top: 1px dashed #779260;
	padding-top: 2px;
	margin-top: 14px;
	clear: both;

}

#main .frontheading a {
	text-decoration: none;
	color: #444444;
}

#main .frontheading a:hover {
	text-decoration: none;
	color: #444444;
}

.plist	{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}