/* 
Theme Name: WP-Andreas09
Theme URI: http://webgazette.co.uk/wordpress-themes/wp-andreas09/
Description: WP-Andreas09 theme for WordPress based on the open source template, andreas09 by <a href="http://www.andreasviklund.com/">Andreas Viklund</a> - Ported to WordPress by <a href="http://webgazette.co.uk/">Ainslie Johnson</a>.
Version: 2.1
Author: Andreas Viklund and Ainslie Johnson
Author URI: http://webgazette.co.uk/wordpress-themes/wp-andreas09/

andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author.

Ported to WordPress by Ainslie Johnson - Last updated 28/07/06
*/


/* General Element Styling */

body {
	background:#BDC1D1;
	color:#303030;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: none;
}

p {
	line-height:1.5em;
	margin:0 0 15px;
	padding: 0px;
}



/*** Main container ***/



#container {
	color:#303030;
	margin:0 auto;
	width:810px;
	padding:0;
	text-align:left;
	position: relative;
	top:0px;
	left:0px;
}

/*** Header section ***/

#automat {
	position: absolute;
	top: 25px;
	left: 780px;
	display:none
}

#sitename {
	color:#ffffff;
	height:70px;
	margin:0 20px 10px;
	text-align:left;
}

#sitename h1,#sitename h2 {
	font-weight:400;
	margin:0;
	padding:0;
	display:none
}

#sitename h1 {
	font-size:2.4em;
	padding-top:20px;
}

#sitename h1 a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 5px;
}

#sitename h2 {
	font-size:1.6em;
}

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:0.9em;
	padding:0;
	margin-top:0;
}

/* Horizontal menu */

#mainmenu {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#mainmenu ul.level1 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#mainmenu ul.level1 a {
	font-weight: bold;
	border-bottom: none;
}

#mainmenu ul {
	background: #b0b0b0 url(images/menubg.jpg) center left repeat-x;
	padding: 0 0 0 5px;
	margin: 0px;
	border-bottom: 1px solid #c0c0c0;
}
#mainmenu ul.level2 {
	background: #D8DCE5;
	font-size: 0.8em;
}
#mainmenu ul.level2 a {
	font-weight: bold;
	border-bottom: none;
}

#mainmenu li {
	display: inline;
	line-height: 25px;
	margin-left: -4px;
	padding: 0px;
	font-size: 0.9em;
	list-style: none;
}

#mainmenu a {
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	border-right: 1px solid #B0B0B0;
}

#mainmenu li.current a {
	color: #000;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	padding:0;
	width:165px;
}

#leftside {
	float:left;
	margin-right:10px;
	border-right:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
}

#rightside {
	float:right;
	margin-left:10px;
	border-left:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
}

#rightside select {
	font-size: 0.8em;
	margin: 5px 0 10px 0; 
}

#rightside img {
	border: 0px;
}

/*** Sidebar menu ***/

#leftside h2, #rightside h2 {
	font-size: 1.4em;
	margin-top: 10px;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #BEBFC3;
}

#leftside ul, #rightside ul {
	padding-left: 0px;
	margin: 0px;
}

#leftside li, #rightside li {
	list-style: none;
}

li#categories li a, li#archives li a, li.pagenav li a {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	display:block;
	margin-top:4px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform: capitalize;
	width:140px;
}

li#categories li a:hover, li#archives li a:hover, li.pagenav li a:hover {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
}

li#categories ul.children li a, li#archives ul.children li a, li.pagenav ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}

li#categories ul.children li li, li#archives ul.children li li, li.pagenav ul.children li li {
	padding-left: 10px;
}

li#categories ul.children li li a, li#archives ul.children li li a, li.pagenav ul.children li li a {
	width: 115px;
}

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
}

li#recent-comments ul li {
	padding-bottom: 5px;
}

li#recent-posts ul li {
	padding-bottom: 5px;
}

/*** Content ***/

#content,#contentalt {
	background-color:#fafcff;
	color:#2a2a2a;
	padding:5px 10px 5px;
}

#content {	
	margin:0 165px;
}

#contentalt {	
	margin:0 165px 0 20px;
}

#content h1,#contentalt h1,#contentalt h2 {
	background-color:inherit;
	color:#0060AA;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:4px 0 15px;
	padding:0;
}

#content h1,#contentalt h1 {
	border-bottom: 1px solid #0060AA;
}

#content h2 {
	font-size:1.6em;
	color:#0060AA;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/

#footer {
	background:#000F4F;
	clear:both;
	color:#fff;
	font-size:0.9em;
	font-weight:normal;
	margin:0;
	padding:2px 0 3px 0;
	text-align:center;
	width:810px;
	margin: 0 auto;
}

#footer a {
	color: #d0d0d0;
	font-weight:bold;
}

/*** comments Form ***/

#comment {
	width: 100%;
	border:1px solid #b0b0b0;
}

#commentform {
	width: 97%;
}

#author {
	border:1px solid #b0b0b0;
}

#email {
	border:1px solid #b0b0b0;
}

#url {
	border:1px solid #b0b0b0;
}

#submit {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/* Image Display */

.entry img, .entrytext img {
	border: 1px solid #b0b0b0;
	margin: 5px;
	padding: 5px;
}

.entry a:hover img, .entrytext a:hover img {
	border: 1px solid #505050;
	padding: 5px;
}

img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}

.left {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:left;
	margin: 5px 15px 6px 0px;
	padding:5px;
}

.right {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:right;
	margin: 5px 0px 6px 15px;
	padding:5px;
}

.noalign {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin: 5px 5px 5px 5px;
	padding:5px;
}

/* Search Form */

#searchform {
	margin: 10px 0 10px 0px;
}

#searchbox {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
	margin:0;
	width:130px;
}

#searchbutton {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#searchbutton:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/*** Comments Display ***/

.postmetadata {
	background:#e8e9ea;
	font-size: 0.9em;
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin: 0px;
}

ol.commentlist li {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

.alt {
	background:#e8e9ea;
}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

blockquote {
	border: 1px dashed #b0b0b0;
	padding: 10px;
	margin: 30px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:1.4em;
}

.center {
	text-align:center;
}

.category {
	border-bottom: 1px solid #b0b0b0;
}

.date {
	margin-top: -10px;
	padding-top: 0px;
	border-bottom: 1px solid #b0b0b0;
}

#page {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #b0b0b0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #b0b0b0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

/* Fix by Andy Skelton */

.entry, .entrytext {
	overflow: hidden;
}

* html.entry, * html.entrytext {
	overflow: hidden;
	height: 1px;
}

* html.entry p, * html.entrytext p {
	width: 450px;
	overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

/*** Various classes ***/

.clearingdiv {
	clear:both;
	height:0px;
	width:1px;
}

.hide {
	display:none;
}


/* Widgets */
.rsswidget {
	border:0px;
	vertical-align: bottom;
}
.widget, #recent-posts {
	border-bottom: 1px solid #c0c0c0;
	padding: 0 5px 5px 5px;
	font-size: 1em;
	font-weight: normal;
}
#rightside h2, #leftside h2, .widgettitle, .widgettitle h2 {
	background-color: #0060AA;
	color: white;
	margin: 0 0 5px 0 !important;
	padding: 4px !important
}
#recent-posts {
	padding-left: 5px
}
/*** End of file ***/

#leftside ul li ul, #rightside ul li ul{
	margin-left: 16px !important;	
}
#leftside ul li, #rightside ul li{
	margin: 8px 0px !important;
}
#leftside ul ul li, #rightside ul ul li{
	list-style: url(/images/menue_2.gif);
}
#leftside ul ul li:hover, #rightside ul ul li:hover{
	list-style: url(/images/menue_1.gif);
}
#content ul.subindex {
	margin: 0;
}
#content ul.subindex li {
	font-size: 1.5em; 
	font-weight:bold;
	margin: 0;
}
#content ul.subindex li a {
	display: block;
	padding: .5em 0 .3em 0;
	border-bottom: none !important;;
}

ul.blogroll li {
	list-style: none !important;
}
ul.blogroll li a:hover, ul.blogroll li a, ul.blogroll li {
	background: none !important;
}
ul.blogroll, ul.blogroll li a, ul.blogroll li {
	margin:0px !important;
	padding:0px !important;
}
ul.blogroll li a, ul.blogroll li a:hover {
	border: none !important;
}
ul.blogroll li a img {
	border: 1px solid white !important;
}
ul.blogroll li a:hover img {
	border: 1px solid red !important;
}
li#linkcat- ul.blogroll li, li#linkcat- ul.blogroll{
	margin-left: 0px !important;	
}

.maplink {
	cursor: pointer; 
	border: none;
	float: left;
	width: 40px;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	text-align: right;
}
.maplink:hover {
	border: none;
}
.maplink img, .maplink:hover img {
	margin: 0px !important;
	padding: 3px !important;
}

.maplink img {
	border: 1px solid black;
}
.maplink:hover img {
	border: 1px solid red;
}

.mapinaktiv {
	float: left; 
	padding: 3px !important; 
	margin: 0 10px 0 0 !important; 
	border: 1px solid #c0c0c0;
}
.editbutton {
	border: none;
	float: right;
}
.commenttable table {
	margin: 0;
}
.commenttable td {
	margin: 0;
	padding: 0 ;
}

.biglist ul {
	padding: 0px 20px 0px 30px;
}

.biglist li {
	padding: 8px 4px;
	margin: 0px;
	font-size: 1.3em;
}

.biglist a {
	font-weight: bold;
	display: block;
}

.biglist {
	width: 400px;
	margin: 30px auto;
	padding: 0px;
	border: 1px solid #0060AA !important;
	background-color: #D8DCE5 !important;
}
.biglist h1, .biglist h2, .biglist h3 {
	background-color: #0060AA;
	color: white;
	margin: 0px;
	padding: 4px;
	font-size: 1.3em;
}

