/*
	CSS Document for Visbydagen.se
	Copyright 2007 gotland.net

*******************************************************************************/
/* remove from all elements */
* {
	margin: 0px;
	padding: 0px;
}

/* =Global styles
*******************************************************************************/
body {
	color: #000000;
	background-color: #EBECEE;
	font-size: 74%;
	font-family: Arial,Tahoma,Verdana,Sans-Serif;
}

/* =Links */
a		{ color: #565982; background-color: inherit }
a:hover	{ color: #00aa00; background-color: inherit }
a img	{ border: none } /* remove borders for linked images */

/* =Headlines
*/
h1 { font-size: 2em; font-family: Georgia,Serif; font-weight: normal }
h2 { font-size: 1.5em; font-family: Georgia,Serif; font-weight: normal; padding-top: 1em; }
h3 { font-size: 1.2em; font-family: Arial,Sans-Serif; font-weight: normal; padding-top: 1em; }
h4 {}
h5 {}
h6 {}

/* =Lists */
ul {}
ul li { margin-left: 2em; }

blockquote { padding-left: 2em }

/* =Containers
*******************************************************************************/
#wrapper {
	position: relative;
	top: -20px;
	margin: 0 auto;
	width: 823px;
	color: inherit;
	background: #ffffff url(../bilder/form/bgsite.gif) 0px 0px repeat-y;
}

#innerwrapper {
	margin: 5px 25px;
}

div#header {
	width: 100%;
	height: 176px;
	color: inherit;
	background: #ffffff url(../bilder/form/header.jpg) 0px 0px no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

div#leftcon {
	float: left;
	display: inline;
	width: 140px;
}
div#contents {
	float: left;
	width: 450px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 3em;
}
div#contents.wide { width: 590px }
div#contents.full { width: 743px }

div#rightcon {
	float: left;
	width: 153px;
	font-size: 11px;
}

div#footer {
	float: left;
	width: 100%;
	color: #666;
	background: inherit;
	border-top: 1px dotted #999;
	font-size: smaller;
	padding-top: .2em;
}

div#navcon {
	color: #ffffff;
	background-color: #EC1119; /* works nicely with black :-) */
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
}

/* =Navigation
*******************************************************************************/
ul#navigation {
	list-style-type: none;
	float: right;
	display: inline;
	line-height: 31px;
}
ul#navigation li {
	float: left;
	padding: 0;
	margin: 0em .5em;
	text-transform: uppercase;
	font-family: Verdana,Arial,Tahoma,Sans-Serif;
	font-weight: bold;
	font-size: smaller;
}
ul#navigation li a {
	color: #ffffff;
	background: inherit;
	text-decoration: none;
	display: block;
/*	width: 100%;	<- doens't work in IE6 */
	padding: 0px 1em;
}
ul#navigation li a:hover {
	text-decoration: underline;
	color: inherit;
	background: #cc0000;
}

/* =Design & layout
*******************************************************************************/
/* rightcon */
div#rightcon h3 {
	font-size: 1em;
	text-transform: uppercase;
	padding: 0;
	text-indent: .2em;
	margin-bottom: .1em;
	font-weight: bold;
	color: #ffffff; background-color: #EC1119
}
/*
div#rightcon a {}
div#rightcon a:hover {}
*/
div#navcon img {
	float: left;
}

div#contents p {
	padding: 1em 0em;
	line-height: 1.5em;
}

#fadetop {
	width: 824px;
	height: 55px;
	color: inherit;
	background: #ffffff url(../bilder/form/fadetop.gif) 0px 0px no-repeat;
}
#fadebottom {
	width: 824px;
	height: 55px;
	color: inherit;
	background: #ffffff url(../bilder/form/fadebottom.gif) 0px 0px no-repeat;
}

#leftcon img {
	margin-bottom: 1em;
}
div#footer p {
	padding: .1em
}
div#footer p strong {
	float: left;
}
/*
div#towercon {
	position: absolute;
	top: 34px;
	right: -33px;
	width: 43px;
	height: 100px;
	background: #EBECEE url(../bilder/form/tower.gif) 0px 0px no-repeat;
}
*/
div#towercon {
	position: absolute;
	top: 35px;
	right: 9px;
	width: 25px;
	height: 54px;
	background: url(../bilder/form/towerclean.png) 0px 0px no-repeat;
}


/* =event list
*******************************************************************************/
#tblList {
	width: 100%;
	border-collapse: collapse;
}
#tblList th,#tblList td {
	padding: 5px 2px;	
}
#tblList th {
	border-bottom: 1px solid #c0c0c0;
	text-align: left; 
	color: inherit; 
	background-color: #f0f0f0; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 20px;
}
#tblList a { text-decoration: none }

#tblList td.event_title {
	width: 75%;
}

.active_category_title {
	font-weight: bold;
}


/* =Extras
*******************************************************************************/
.hide { display: none }
.center { text-align: center }
#w3c {
	float: right;
	position: relative;
}
#w3c a { text-decoration: none }

/* =Gallery table */
#tblGallery {
	width: 100%;
}
#tblGallery td {
	text-align: center;
	color: inherit;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	padding: 1em 0em;
}

.showatprint {
	display: none;
}

/* =External source
*******************************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

