/*
Theme Name: introcal - 2010
Theme URI: http://wordpress.org/
Description: By IntroCal <a href="http://introcal.se/">Introcal.se</a>.
Version: 1.0
Author: Introcal
Author URI: http://introcal.se/
Tags: blue, custom header, fixed width, three columns, widgets
Text Domain: introcal

*/
a:link { 
	text-decoration: none; color:#333;  
}
a:visited { 
	text-decoration: none; color:#333;
	}
a:active { 
	text-decoration: none; color:#333;
	}
a:hover { 
	text-decoration: none; color:#666;
	}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	font-size:12px;
	
	background: #e8e8e8;
	
	margin: 0;
	
	padding:0;
	}


#wrapper {
	
	padding:0px 0 0px 0;
	
	margin:0px auto;
	
	width: 1000px;
	}
	
/* main menu */
#menu {
	font-size: 1.2em;
	overflow: hidden;
	
	padding:0;
	
	margin:0;
	
	width: 1000px;
	
	height: 36px;
	
	background:#000 url(images/bg-nav.png) repeat-x;
	}
	

#menu ul{
	
	margin: 0;
	
	padding: 0px;
	
	float: left;
	
	text-transform: uppercase;
}
#menu ul li{
	
	font-weight:normal;

	margin: 0;

	padding: 0;

	float: left;
	
	display: block;

	color:#fff;
}
#menu li a{
	float: left;
	padding: 8px 16px;
	background:#555 url(images/bg-nav.png) repeat-x;
	height: 36px;
	color: #555;
}

#menu ul li a{
	text-decoration: none;
	
	color:#fff;

}

#menu li.active a, #menu li a:hover, #menu li.active-trail a{
	background-position: 0 -36px;
	color: #ccc;
	text-decoration: none;
}

/* content */

#content {
	background:#f4f4f4;
	
	margin:0;
	
	width: 1000px;
	
	overflow-x: auto;
	
	
	}

/* Header */

#header {

	background: url('images/headerbackgr.png') repeat-x;
	
	height: 126px;
	
	padding:0;
	
	margin:0;
	
	}

#headerimage {
	position:absolute;
	
	margin:32px 0 0 45px;
	
	width:206px;
	
	height:52px;
	
	background: url('images/headlogo.png') no-repeat center;
	
	}
.description {
	position:absolute;
	
	margin-top:55px;
	
	color:#fff;

}


/* ###### leftcolumn */

#leftcolumn {
	
	float:left;
	
	margin-left:5px;
	
	padding:5px;
	
	width:220px;
	
	font-size:1.2em;
	
	color:#686868;
}


#leftcolumn h2 {
	list-style: none;

	font-size:1.4em;
	
	color:#cc6600;

}


#leftcolumn ul, ol {
	
	list-style: none;

	background:none;
	
	padding:0;
	
	margin:5px 0 5px 20px;

}

#leftcolumn li {

	background:none;
	
	padding:0;
	
	margin:10px 0 5px 0;
	
	list-style: none;

}


/* ###### Maincolumn */
#maincolumn {
	
	float:left;
	
	margin-left:10px;
	
	padding:10px;
	
	width:470px;
	
	font-size:1.1em;
	
	background:#fff;
	
	min-height:450px;
}


/* ###### rightcolumn */

#rightcolumn {
	
	float:right;
	
	margin-right:5px;
	
	padding:10px;
	
	width:220px;
	
	font-size:1.2em;
	
	color:#686868;
}


#rightcolumn h2 {
	list-style: none;

	font-size:1.4em;
	
	color:#cc6600;

}


#rightcolumn ul, ol {
	
	list-style: none;

	background:none;
	
	padding:0;
	
	margin:5px 0 5px 15px;

}

#rightcolumn li {

	background:none;
	
	padding:0;
	
	margin:10px 0 5px 0;
	
	list-style: none;

}

/* ###### Footer */

#footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	margin:0px;

	padding:0;

	font-size: 0.9em;

	height:92px;

	color:#fff;

	width:1000px;

	background: url('images/bottombackgr.png') repeat-x;
	
	}

.nocomments {
	color:#fff;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

