/*#############################################################
Name: Bitter Sweet
Date: 2006-10-02
Description: Lime flavoured template with two columns.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {
  height: 100%;
	margin: 0;
	padding: 0;
}

a {color: #003d82;}
a:hover {color: #004982;}
body {
	background: #005480 url(../images/bg.jpg) repeat-y center top;
	color: #333;
	font: 13px Trebuchet MS, Tahoma, Arial,sans-serif;
	line-height: 18px;
		margin: 0;
	padding: 0;
}

.rightsidebar {
	width: 160px;
	background: none;
}

.outside {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/container-bg.jpg);	
		
}

.logo span{
	display:block;
	position:absolute;
	left:-1000em;			
}

a.readon {
	font-size: 10px;
	text-decoration: none;
	color: #848c86;
}

a.readon:hover {
	text-decoration: underline;
	color: #486b4e;
}

input {
	color: #555;
	font: normal 1.1em Trebuchet MS, Tahoma, Arial,sans-serif;
}
p,cite,code,ul {
	font-size: 100%;
		line-height: 20px;
}
p.tight {
line-height: 12px;}

ul {margin-left: 1.2em;}
li {list-style-image: url(../images/li.gif);}


blockquote {
	color: #333;
	display: block;
	padding: 1px 2px;
}
blockquote p { padding: 0px 0;}

h3 {color: #003d82; line-height: 16px;}



/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
}



/* header */
.header {
	background: url(../images/header.jpg) no-repeat;
	height: 170px;
	margin: auto;
	overflow:hidden;
}



.moduletable {
padding:0px;
}

.header .moduletable h3 {
font-size:1.3em;
}

.moduletable_search { 
padding-left: 5px;
text-align: right;
}

.topmiddle  { color: #6c94a6; font-size: 10px; font-family: Helvetica, "Trebuchet MS";  }


.topmenu {
float: right;
}

a.mainlevel_topmenu {
	text-decoration: none;
	background: url(../images/top-menu-bg.gif) ;
	color: #8cc7dd;
	padding: 2px;
	padding-top: 2px;
}

a.mainlevel_topmenu:hover {
	text-decoration: none;
	background: none;
	color: #fff;
}


/* item */
.item {clear: both;}
.item .date {
	background: url(../images/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 630px;
	margin-left: 0px;
	margin-right: 15px;
    _display: inline; /* display inline or double your floated margin! [1] */
    _overflow: hidden; /* in ie6, overflow auto is broken [2] and so is overflow visible [3] */
    _overflow-y: visible;
	
}


.componentheading {
	margin-left: -20px;
	margin-top: -10px;
	padding-left:45px;
	padding-bottom:2px;
	background: url(../images/heading-bg2.gif) no-repeat;
}

.contentpaneopen {
margin: 0;
padding: 0;}

h1 {
	text-align: left;
	font-size:1.3em;
	color: #00184d;
}

h2 {
font-size:18px;
	color: #003399;
	background: url(../images/heading-bg.jpg) repeat-x;
padding-bottom: 6px;
margin: 2px;
}

.back_button {
	padding-bottom: 5px; }

.small, .createdate, .modifydate {
color:#939292;
font-size:80%;
}

.item .body {
padding: 0px 7px; 
text-align: left;

}

.body .moduletable {
padding-bottom: 0px;
}

/* main */
.main { float: left;
margin-left:16px; }

/* navigation */
.navigation {
	float: left;
	margin-left: 0px;
	width: 166px;
}

.navigation .moduletable {
	padding:0 0px;
	margin-bottom:0px;
}

.navigation .moduletable form {
text-align:left;
}

.navigation .moduletable-menu {
	padding:0;
	margin-bottom:0;
}

.navigation .moduletable h3,
.navigation .moduletable-menu h3 {
	background: url(../images/module-header.gif);	
	color: #FFF;
	font-size: 1.3em;
	line-height: 30px;
	padding-left: 4px;
	margin-bottom:8px;
	width:180px;
	margin-left:-6px;
}

.navigation .moduletable-menu h3 {
margin:0;
}

.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
	list-style-image:none;
}


a.sublevel-nav {
padding: 2px 0px 2px 15px;
display: block;
background: url(../images/indent1.gif);
text-decoration: none;
font-size: 11px;
}

a.sublevel-nav:hover {
color: #000000;
background: url(../images/indent1-over.jpg);
font-size: 11px;
}


a.mainlevel-nav  {
font-size: 15px;	
font-weight: bold;
	color: #003366;
	display: block;
	padding: 6px 0px 8px 4px;
	text-decoration: none;
	background: url(../images/dot.gif);
}
a.mainlevel-nav:hover {
	background: none;
	color: #0066cc;
}

/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: .9em;
	line-height: 30px;
	margin: 0 auto;

}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}

div.contact_email textarea {
width:98%;
}

.inputbox {
	padding: 3px;
	margin-top: 2px;
	background-color: #e2ebd9; }
