/*
 -----------------
| Campus Svea CSS |
|   2007-06-27    |
 -----------------
*/
html, body {
	height: 100%;
	margin: 0;
}

body {
	background-color: #1583C6;
}
body, td, tr {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	margin:0;
	padding:0;
}
#contentHolder {
	background-image: url('../img/content_background.gif');
	background-repeat: repeat-y;
	width: 480px;
	min-height: 100%;
	padding-left: 30px;
	padding-right: 20px;;
	padding-top: 200px;
	padding-bottom: 20px;
	border: 0;
	margin-left: 180px;
}
#bottomBar {
	background-image: url('../img/content_background.gif');
	background-repeat: repeat-y;
	width: 480px;
	height: 45px;
	padding-left: 30px;
	padding-right: 20px;;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 0;
	margin-left: 180px;
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-align: right;
}
#menu {
	position: absolute;
	left: 42px;
	top: 200px;
	text-align: right;
}
#imageHolder {
	position: absolute;
	left: 30px;
	top: 30px;
	visibility: hidden;
}
#top {
	background-image: url(../img/top_pic.png);
	position: absolute;
	left: 123px;
	top: 0px;
	width: 579px;
	height: 186px;
}
#bloggMenu {
	width: 115px;
	position: absolute;
	left: 712px;
	top: 250px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	color: #083A59;
}
#bloggSearch {
	position: absolute;
	left: 707px;
	top: 210px;
	width: 113px;
	height: 25px;
	background-image: url('../img/search_background.gif');
}
form {
	margin: 0;
}
span.headline {
	font-family: Comic Sans MS;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
span.date {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
div.objects {
	float: right;
	background-image: url(../img/objectsbox_middle.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 5px;
	margin-right: 0;
}
a {
	color: #0066FF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: none;
}
a:hover {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: none;
}
a.dir {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.dir:hover {
	color: #ff9900;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.file {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
}
a.file:hover {
	color: #ffffff;
	background-color: #0066CC;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
}
a.object img {
	border: 2px solid #ffbf00;
	display: inline;
}
a.object:hover img {
	border: 2px solid #000000;
}
a.category {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.category:hover {
	color: #FFCC00;
	font-family: Tahoma;
	font-size: 11px;
}
div.path {
	padding: 2px;
}
input {
	background-color: #ffffff;
	border: 0;
	border-bottom: 2px dashed black;
	font-family: Comic Sans MS;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 258px;
}
textarea {
	background-color: #ffffff;
	border: 2px dashed black;
	font-family: Comic Sans MS;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 358px;
	padding: 2px;
}
span.formText {
	font-family: Comic Sans MS;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
input.send {
	border:0;
	width: 93px;
	height: 44px;
}
input.dosearch {
	position: absolute;
	left: 118px;
	top: 0px;
	border:0;
	width: 20px;
	height: 25px;
}
input.search {
	background-color: #1583C6;
	font-family: Comic Sans MS;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #083A59;
	border: 0;
	width: 85px;
	margin-left: 20px;
	margin-top: 3px;
}
span.search_result {
	background-color: #FF9900;
}

