/* 
Theme Name: Subroad
Theme URI: http://www.zyblog.de/2006/01/09/wordpress-theme-wp-andreas09-l10n-version/
Description: A modifid version of the WP-Andreas09 theme by <a href="http://www.zyblog.de/">Tim Zylinski</a>. The modification is done  by <a href="http://www.debloggers.de">Paul Skorning</a>.
Version: 1.0
Author: Paul Skorning        Original by: Tim Zylinski
Author URI: http://www.debloggers.de   Original by: http://www.zyblog.de/
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 02/01/06
Changes to allow localization with .mo/.po files by Tim Zylinski - Last updated 09/01/06
*/

/* paules bild */
#subroadbanner
{
	width: 770px;
	border: 0px;
}

/* newsletterbox */
.newsletter {
	background: url(images/newsletterbox.png);
        background-repeat: no-repeat;
width: 165px;
}


/* General Element Styling */

a {
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
        color: #0025CB;
	font-weight: bold;
	text-decoration: none;
}
/*
a:visited {
        color: #0025CB;
	font-weight: bold;
        text-decoration:none;
}
*/
a:focus {
        color: #0025CB;
	font-weight: bold;
        text-decoration:none;
}

a:active {
        color: #0025CB;
	font-weight: bold;
        text-decoration:none;
}

a img   {
	border: none;
}

blockquote {
	border: 1px dashed #B0B0B0;
	padding: 5px;
}

body {
	/*background: #8B8B8B;*/
    background: #191919;
	color: /* #303030 */;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.gallery {
	border-top: 1px solid #BEBFC3;
	margin: 5px 0 10px 0;
	overflow: auto;
	padding: 0px 5px 5px 5px;
}

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	list-style: none;
	padding: 2px 0 8px 20px;
}

ol.commentlist li {
	border: 1px solid #B0B0B0;
	margin-bottom: 10px;
	padding: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

p {
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 0px;
	text-align: justify;
}

p {
	text-align: justify;
}

small.tags {
	border: 1px dashed #008000;
	color: #008000;
	display: block;
	font-weight: bold;
	padding: 5px;
	width: 99%;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.alt {
	background: /* #E8E9EA */#505050;
}

/* Archives/Links Page List styles */
.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	margin-left: 10px;
	padding-left: 10px;
}

.bottomnavigation {
	border-top: 1px dashed #B0B0B0;
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
}

.category {
	border-bottom: 1px solid #B0B0B0;
}

.center {
	text-align: center;
}

/*** Various classes ***/
.clearingdiv {
	clear: both;
	height: 30px;
	width: 1px;
}

.date {
	border-bottom: 1px solid #B0B0B0;
	margin-top: -10px;
	padding-top: 0px;
}

.entrytext {
	padding-top: 0px;
}

.galleryleft {
	float: left;
	padding-bottom: 0px;
	padding-right: 15px;
	text-align: left;
}

.galleryright {
	text-align: justify;
}

.hide {
	display: none;
}

/*** Text format ***/
.intro {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}

.large {
	font-size: 1.4em;
}

.left {
	background: #FAFBFC;
	border: 1px solid #B0B0B0;
	float: left;
	margin: 5px 15px 6px 0px;
	padding: 5px;
}

/* Previous/Next Page Navigation */
.navigation {
	border-bottom: 1px dashed #B0B0B0;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.noalign {
	background: #FAFBFC;
	border: 1px solid #B0B0B0;
	margin: 5px 5px 5px 5px;
	padding: 5px;
}

.post {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

/*** Comments Display ***/
.postmetadata {
	background: /* #E8E9EA */#505050;
	border: 1px solid #B0B0B0;
	font-size: 0.9em;
	margin: 0px;
	padding: 10px;
}

.right {
	background: #FAFBFC;
	border: 1px solid #B0B0B0;
	float: right;
	margin: 5px 0px 6px 15px;
	padding: 5px;
}

/* Search Form */
.searchform {
	margin: 0;
}

.small {
	font-size: 0.8em;
}

/* Image Display */
.thumbnail {
	background: #FAFBFC;
	border: 1px solid #B0B0B0;
	margin: 0 0 10px 10px;
	padding: 5px;
}

#author {
	border: 1px solid #B0B0B0;
}

/*** comments Form ***/
#comment {
	border: 1px solid #B0B0B0;
	background: #505050;
	color: white;
	width: 100%;
}

#commentform {
	width: 97%;
}

/*** Main container ***/
#mittig {
        left: 50%;
        margin-left: -512px;
        position: absolute;
}
#container {
	color: /* #303030 */white;
	margin: 0;
	min-width: 770px;
	padding: 0;
	text-align: left;
	width: 100%;
}

#content {
	margin: 0 0 0 200px;
        width: 786px;
}

#content h1,#contentalt h1 {
	border-bottom: 1px solid #B0B0B0;
}

#content h1,#contentalt h1,#contentalt h2 {
	background-color: inherit;
	color: #606060;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0;
}

#content h2 {
	color: #606060;
	font-size: 1.6em;
}

/*** Content ***/
#content,#contentalt {
	background-color: /* #FAFCFF */#191919;
	border: 0px solid #909090;
	color: /* #2A2A2A */white;
	padding: 15px 10px 5px;
}

#contentalt {
	margin: 0 200px 0 20px;
}

#email {
	border: 1px solid #B0B0B0;
}

/*** Footer ***/
#footer {
	background: /* url(images/footerbg.jpg) */ #191919 top left repeat-x;
	clear: both;
	color: #505050;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

#footer a {
	color: #D0D0D0;
	font-weight: bold;
}

#leftside {
	float: left;
	margin-right: 10px;
}

/*** Sidebar menu ***/
#leftside h2, #rightside h2 {
	border-bottom: 1px solid #BEBFC3;
	font-size: 1.4em;
	margin-top: 10px;
	padding: 5px;
}

#leftside li {
	list-style: none;
}

#leftside ul {
	margin: 0px;
	padding-left: 0px;
}

#leftside ul.box li a {
	background: #E8E9EA;
	border: 1px solid #B0B0B0;
	color: #606060;
	display: block;
	margin-top: 8px;
	padding: 5px 4px 4px 10px;
	position: relative;
	text-transform: capitalize;
	width: 140px;
}

#leftside ul.box li a:hover {
	background: #F8F9FA;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}

#leftside ul.children li a {
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 3px 0 2px 10px;
	padding: 4px 2px 2px 8px;
	width: 125px;
}

/*** Sidebars ***/
#leftside,#rightside {
	margin: 0;
	padding: 0 10px 10px;
	width: 165px;
}

/*** Horizontal menu ***/
#mainmenu {
	float: left;
	margin-bottom: 30px;
}

#mainmenu a {
	border-right: 1px solid #B0B0B0;
	color: /* #606060 */#0066cc;
	display: block;
	font-size: 0.7em;
	padding: 11px 10px 10px;
	text-transform: uppercase;
}

#mainmenu a:hover {
	text-decoration: none;
}

#mainmenu li.current_page_item {
	color: #505050;
	text-decoration: none;
}

#mainmenu li.page_item {
	float: left;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu ul {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#page {
	border-bottom: 1px solid #B0B0B0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#rightside {
	float: right;
	margin-left: 10px;
}

#rightside img {
	border: 0px;
}

#rightside li {
	list-style: none;
}

#rightside ul {
	margin: 0px;
	padding-left: 0px;
}

#rightside ul.box li a {
	background: #E8E9EA;
	border: 1px solid #B0B0B0;
	color: #606060;
	display: block;
	margin-top: 8px;
	padding: 5px 4px 4px 10px;
	position: relative;
	text-transform: capitalize;
	width: 140px;
}

#rightside ul.box li a:hover {
	background: #F8F9FA;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}

#rightside ul.children li a {
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 3px 0 2px 10px;
	padding: 4px 2px 2px 8px;
	width: 125px;
}

#searchbox {
	background: #F0F0F0;
	border: 1px solid #B0B0B0;
	margin: 0 4px 0 0;
	width: 160px;
}

#searchbutton {
	background: #F0F0F0;
	border: 1px solid #B0B0B0;
}

#searchbutton:hover {
	background: #E8E9EA;
	border: 1px solid #848484;
	cursor: pointer;
}

/*** Header section ***/
#sitename {
	color: #FFFFFF;
	height: 165px;
	margin: 0 20px 2px;
        text-align: center;
}

#sitename h1 {
	font-size: 2.4em;
	padding-top: 20px;
}

#sitename h1 a {
	color: #FFFFFF;
	letter-spacing: 10px;
	text-decoration: none;
}

#sitename h1,#sitename h2 {
	font-weight: 400;
	margin: 0;
	padding: 0;
}

#sitename h2 {
	font-size: 1.6em;
}

#submit {
	background: #F0F0F0;
 	border: 1px solid #B0B0B0; 
}

#submit:hover {
	background: #E8E9EA;
    border: 1px solid #848484; 
	cursor: pointer;
}

#url {
 	border: 1px solid #B0B0B0; 
}

/*** Content wrap ***/
#wrap {
	clear: both;
	font-size: 0.9em;
	padding: 0;
}
