/*
Theme Name: Akademiska Coacher Two
Theme URI: 
Description: A theme developed for akademiskacoacher.se
Author: Hugo Egerström
Version: 2.0
Tags:
*/

html,
body {
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
#body {
	position: relative;
	width:960px;
	margin:0 auto 30px;
	-moz-box-shadow: 0px 0px 23px #CAB69F;
	-webkit-box-shadow: 0px 0px 23px #CAB69F;
	box-shadow: 0px 0px 23px #CAB69F;
	z-index:1;
}
#flingor {
	position: absolute;
	left: 390px;
	top: 0px;
	width: 670px;
	height: 389px;
	background-image:url('images/ex_bg.png');
	background-repeat:no-repeat;
	z-index:2;
}
#header {
	position: relative;
	height:200px;
	padding:10px; /*unaffected by body width*/
	z-index:3;
}
#main {
	position: relative;
	z-index:3;
}
#content-1 {
	float:left;
	width:240px;
	padding:10px;
	padding-top:25px;
}
#content-2 {
	float:right;
	width:700px;
}
#content-2-1 {
	float:left;
	width:440px;
	padding:20px;
}
#content-2-2 {
	float:right;
	width:200px;
	padding:10px;
	padding-top:38px;
}
#footer {
	position: relative;
	padding:10px; /*unaffected by body width*/
	color:#C5C5C5;
	z-index:3;
}
#rightsidebox {
	width:175px; 
	border-color: #000; 
	border: solid 2px; 
	margin-left: auto; 
	margin-right: auto;
}
#leftcalendar {
	border-color: #000; 
	border: solid 2px; 
	margin-left: 18px; 
	margin-right: auto;
	padding:5px;
	width:180px;
}
#leftcalendar div {
	background: #F4A62E;
	padding: 5px;
	margin: 5px;
	font-size: 8pt;
	color:#777;
}
#leftcalendar div:nth-child(2n+1) {
	background: #FEEB3A;
}
div.rounded {
	border-radius: 0.7em;
	overflow:hidden;
}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.cf:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:" ";
	font-size:0;
}
/* Does not validate – use conditional comments for this bit if you want valid CSS */
.cf {*zoom:1;}

ul {
	list-style-type: none;
	padding: 0px;
	padding-left:10px;
	margin: 0px;
	margin-left:10px;
}
ul li{
	line-height:3.0em;
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding-left: 25px;
}
ul li:nth-child(1){
	background-image: url('images/li1.png');
}
ul li:nth-child(2){
	background-image: url('images/li2.png');
}
ul li:nth-child(3){
	background-image: url('images/li3.png');
}
ul li:nth-child(4){
	background-image: url('images/li4.png');
}
ul li:nth-child(5){
	background-image: url('images/li5.png');
}
ul li:nth-child(6){
	background-image: url('images/li6.png');
}
ul li:nth-child(7){
	background-image: url('images/li7.png');
}
ul li:nth-child(8){
	background-image: url('images/li8.png');
}
h1, h2 { 
	text-transform: uppercase;
	font-family: Garamond, serif;
	margin-top: 12px;
	margin-bottom:4px;
}
h1 {
	font-size: 23pt;
}
h2{
	font-size: 13pt;
}
p {
	margin: 0px;
}
img {
	border-style: none;
}

a {
	color:#000000;
	/*font-weight: bold;*/
}

a:link { /* unvisited link */

	text-decoration:none;
}
a:visited { /* visited link */

	text-decoration:none;
}
a:hover { /* mouse over link */

	text-decoration:underline;
}
a:active { /* selected link */
	text-decoration:underline;
}