/* 
Theme Name: wp-revidoc
Theme URI: http://www.gizgraphics.ch
Description: Theme based on nothing 
Version: 1.0
Author: GiZGRAPHICS
Author URI: http://www.gizgraphics.ch
*/

/* Various elements */
/* Hintergrundfarbe */
body {
	background-color: #eeeeee;
	margin: 12px 0;
	font: 72% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
/* ??? */
div {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.1em;
}
/* Vfarbe meta */
a {
 	color: #555555;

}
/* farbe rollover*/
a:hover {
	color: #2a5a8a;
}
/* ??? */
code {
	font-size: 1.1em;
	display: block;
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffcc;
	padding: 0px;
	margin: 0px;
	border: 0px solid #959595;
}
/* ??? 
blockquote {
	background: url(images/quote.gif) left no-repeat;
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
	text-align: justify;
	font-size: 0.9em;
} */

/* Main wrapper Rand um alles*/

#wrap {
	background: url(images/bg_main_withnav.jpg) repeat-y top left;
	width: 900px;
	margin:  0 auto;
	border: 4px solid #ffffff;
}

/* Masthead ---  logo */

#masthead {
	background: url(images/bg_head_top.jpg) no-repeat top left;
	height: 90px;
	margin: 0;
	padding: 0;
	font-family:"trebuchet ms",arial,sans-serif;
}

/* Site name, description and logo */

#masthead div.left-masthead {
	float: left;
	width: 820px;
	height: 90px;
}

#masthead a.site-logo {
	float: left;
	background: url(images/bg_head_top_logo.gif);
	height: 90px;
	width: 140px;
	margin: 0px 0px 0px 0px;
}
blogtitel 
#masthead h1 {
	text-transform: uppercase;
	padding: 0px 0 0 0;
	margin: 0;
	font-size: 2.2em;
	font-weight: bold;
}

#masthead h1 a {
	color: #7d7d7d;
	text-decoration: none;
}

#masthead h1 a:hover {
	color: #ffffff;
}

#masthead p.description {
	margin: 0px 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #7d7d7d;
}

/* Left hand side of masthead */

#masthead div.right-masthead {
	float: right;
	margin: 0;
	padding: 0;
}
/* 
#masthead div.right-masthead a.rss-logo {
	background: url(images/rss.gif);
	height: 40px;
	width: 40px;
	margin: 0px 0 0 0;
	display: block;
}


#masthead div.right-masthead a.rss-logo:hover {
	background: url(images/rss-hover.gif);
}
*/
/* Middle header abstand von blauer linie (10px) */

#header {
	background: url(images/bg_head_middle.jpg) no-repeat top left;
	height: 5px;
	margin: 0px 0 0px 0 ;
	padding: 0px 0 0px 0;
	color: #000000;
}

#header #textbox {
	float: right;
	width: 900px;
	text-align: right;
	font-weight: bold;
}

#header a {
	color: #00000;
	text-decoration: none;
}

#header a:hover {
	color: #000;
}

#header h2 {
	font-family:"trebuchet ms",arial,sans-serif;
	padding: 10px 10px 5px 10px;
	margin: 0;
	font-size: 2em;
}

#header p {
	font-family:"trebuchet ms",arial,sans-serif;
	margin: 0;
	padding: 0px 20px 0px 20px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1px;
}

/* Horizontal navigation menu */
/* Horizontal navigation h�he */
#navigation {

	background: url(images/bg_head_bottom_nav.jpg) no-repeat top left;
	height: 25px;
}

#navigation ul {
	float: left;
	margin: 0;
	padding: 0;
}
/* Horizontal navigation trennlinie */
#navigation li {
	margin: 0px;
	height: 25px;
	float: left;
	list-style: none;
	border-right: 1px solid #AFAFAF;
}
/* Horizontal navigation text und hoverfelddefinition*/
#navigation li a {
	font-family:"trebuchet ms",arial,sans-serif;
	display: block;
	padding: 4px 10px 6px 10px;
	color: #7d7d7d;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
/* Horizontal navigation text rollover */
#navigation li a:hover {
	margin: 0px 0 0px 0;
	background-color: #cccccc;
	color: #172e6d;

}

/* Abstand horizontale navigation zu sidebar */

#crumb-search {
	background: url(images/bg_head_breadcrumbs.jpg) top left repeat-y;
	height: 0px;
	margin: 0;
	padding: 0;
}

/* Breadcrumbs */

#breadcrumb {
	float: left;
	padding: 0 0 0 0px;
	margin: 0px 0 0 0;
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
	width:200px;
}

#breadcrumb a {
	background: url(images/bg_bullet_arrow.gif) left no-repeat;
	padding: 0 2px 0 10px;
	text-decoration: none;
	color: #467AA7;
}

#breadcrumb a:hover {
	color: #2a5a8a;
	text-decoration: underline;
}

/* Search form */

#searchbar {
	float: right;
	margin: 0px;
	padding: 10;
}

#searchbar fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#searchform {
	padding: 10px 15px 0 0;
	color: #999999;
}

#searchbox {
	border: 1px solid #BEBEBE;
	height: 17px;
	width: 120px;
}

#searchbutton {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	color: #808080;
	padding:0;
	font-size: 1em;
	height: 20px;
	width: 35px;
	text-align: center;
	cursor: pointer;
}

#searchbutton:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Container wrappers */

#container {
	clear: both;
	margin: 0;
	padding: 0; 
}

#left-wrap {
	width: 700px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Main content area */

#content {
	float: right;
	width: 510px;
	margin: 30px 0 0 0;
	padding: 0;
}

#content .post, #content .page {
	margin: 0;
	padding: 0 15px 10px 15px;
}
/* Titel und titellinie */
#content h2 {
	font-size: 1.7em;
	font-family:"trebuchet ms",arial,sans-serif;
	margin: 0 0 5px 0;
	padding: 5;
	border-bottom: 1px solid #c0d0e0;
	color: #646464;
}

#content h2 a {
	color: #646464;
	text-decoration: none;
}

/* Titelrollover */

#content h2 a:hover {
	color: #cccccc;
	text-decoration: none;
}

#content h2.pagetitle {
	border-bottom: none;
	font-family:"trebuchet ms",arial,sans-serif;
	color: #fff;
	margin: 15px 15px 20px 0px;
	padding: 3px 5px 5px 0;
	font-size: 1.3em;
}

#content .entry h1 {
	font-size: 2em;
	color: #646464;
}

#content .entry h2 {
	font-size: 1.8em;
	color: #646464;
	border-bottom: none;
}

#content .entry h3 {
	font-size: 1.5em;
	color: #646464;
}

#content .entry h4 {
	font-size: 1.1em;
	color: #646464;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	font-size: 1.1em;
}
/* Titeldatum und verfasser */
#content p.prefix {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 0.8em;
}
/* Kategorie kommentarbalken */
#content p.suffix {
	font-size: 0.8em;
	background: #E1E1E1;
	color: #000;
	padding: 5px;
	font-weight: normal;
	line-height: 12px;
	clear: both;
}

#content p.suffix a {
	color: #467AA7;
	text-decoration: none;
}

#content p.suffix a:hover {
	color: #2a5a8a;
	text-decoration: underline;
}

#content p.edit {
	margin: 0;
	padding: 0;
	font-size: 0.7em; 
}

#content ul, #content ol {
	padding: 6px 0 6px 10px;
	margin: 0 0 0 15px;
}

#content li {
	font-size: 1.05em;
	padding: 10px 0px 0px 0;
}

#content ul li {
	list-style: square url(images/bg_bullet_full_2.gif);
	margin: 0 0 0 0;
}
/* Abstand unten */
.navigation, .bottomnavigation {
	height: 20px;
}

.navigation .alignleft, .bottomnavigation .alignleft {
	float: left	
}

.navigation .alignright, .bottomnavigation .alignright {
	float: right;
}

.entry {
	overflow: hidden;
}

.entry a {
	overflow: hidden;
}

.entry img {
	overflow: hidden;
}

/* Monsterous hack to get IE6 to cut off an image bigger than the post area */

* html .entry p {
	width: 99%;
	overflow: hidden;
}


/* Sidebars */

/* farbe der rechten sidebarbalken */
#right-sidebar h2 {
	background-color: #eeeeee;
}

/* farbe der rechten sidebar */
#right-sidebar ul ul, #right-sidebar li, #right-sidebar li li, #right-sidebar li li li {
	background-color: #cccccc;
}

/* ??? */
#sidebar h2.pages, #sidebar li h2 {
	background-color: #ffffff;	
}

/* Left sidebar */

#sidebar {
	padding: 0;
	margin: 30px 0 0 0;
	background-color: #ffffff;	


}
/* sidebar links titel, linien */

#sidebar ul {
	margin: 0px 0 0 0;
	padding: 0;


}
/* sidebar links seiten, farbe der balken, linien */
#sidebar li {
	list-style: none;
	width: 179px;
	margin: 0 0 0 0;
	display: block;
	background: #888888;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;

}

#sidebar h2.pages {
	color: #fff234;
	margin: 0;
	padding: 0;
}
/* farbe sidebar links kategorie */
#sidebar li h2 {
	color: #000000;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
/* farbe sidebar links pages */
#sidebar a {
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	display: block;


	width: 169px;
	padding-left: 10px;
	background: url(./_img/sidebar_linkbullet.gif) no-repeat top left;
	color: #ffffff;
	line-height: 1.6em;
	text-decoration: none;
}

	#sidebar a:hover {
		color: #172e6d;
		background: #ccc ;
	}

/*  sidebar links abstand pages */
#sidebar li li {
	padding: 10;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	line-height: 10px;
	}
	/*  sidebar unterseiten text */
#sidebar  li li a {
margin: 0 0 0px 12px;
	background: url(images/bg_bullet_full_1.gif) left no-repeat;

}
/* farbe sidebar links pages rollover */
#sidebar li li a:hover {
	background: url(images/bg_bullet_full_2.gif) no-repeat left;
	color: #2a5a8a;
	text-decoration: underline;
}
/* sidebar unter-unterseiten*/
#sidebar li li li {
	padding: 0 0px 0px 0px;
	margin: 0px 0px 10px 0px;	
	line-height: 10px;

	
}
	/*  sidebar unter-unterseiten text */

#sidebar li li li a {
font-size: 0.9em;
	background: none;

	margin: 0 0 0 30px;	
	font-weight: normal;
	padding-left: 0px;
	line-height: 13px;
}

#sidebar li li li a:hover {
	background: none;
	font-size: 0.9em;
	color: #2a5a8a;
	text-decoration: underline;
}

#sidebar li.recentcomments {
	padding: 2px 0 2px 0;
	margin: 0 ;
	font-size: 0.9em;
	border-bottom: 1px solid #000000;
}

#sidebar li.recentcomments a {
	font-size: 1em;
	background-image: none;
}

#sidebar li#recentposts ul li.recentposts a {
	padding: 0;
	margin: 0;
	background-image: none;
	font-size: 0.95em;
} 

#sidebar li#recentposts ul li.recentposts {
	border-bottom: 1px solid #BEBEBE;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar div.textwidget {
	padding: 2px 10px 2px 10px;
	margin: 0;
}

#sidebar div.textwidget p {
	font-size: 1em;
	padding: 0;
	margin: 0; 
}

#sidebar div#calendar_wrap {
	text-align: center;
	margin: 0;
	padding: 0 0 0 15px;
}

#sidebar #wp-calendar {
	text-align: center;
}

#sidebar #wp-calendar a {
	text-decoration: none;
}

#sidebar td {
	font-size: 0.9em;
	border: 1px solid #000000;
	padding: 0;
	background-color: #ffffff;
}

#sidebar td.pad {
	border: none;
	background: transparent;
}

#sidebar td#prev, #sidebar td#next {
	border: none;	
	background: transparent;
}

#sidebar #today {
	background-color: #000000;
}

/* Right sidebar */

#right-sidebar {
	float: right;
	width: 175px;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
}
/* Right sidebar ausweitung nach rechts*/
#right-sidebar ul {
	list-style: none;
	width: 160px;
	margin: 10px 0px 0px 0px;
	padding: 0;
		overflow: hidden;

}

#right-sidebar ul ul {
	margin: 0;
	padding: 0;
}

#right-sidebar span {
	padding: 0px 0px 0px 0px;
}
/* abstand titel-administration */
#right-sidebar h2 {

	margin: 30px 0px 0px 0px;
		padding: 0px 0px 2px 10px;
		font-family:"trebuchet ms",arial,sans-serif;
	font-size: 1.1em;
	color: #999999;
		border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

/* Change spacing below right hand menus */
#right-sidebar li {
	margin: 0 0px 0px 0;
	padding: 0 0 0px 0px;
}

#right-sidebar li li {
	background-image: none;
	margin: 0;
	padding: 0 0 0 0px;
	border-bottom: none;
}

#right-sidebar li li li {
	margin: 0;
	padding: 0 0px 0 0px;
	border-bottom: none;

}

#right-sidebar a {
	padding: 2px;
	margin: 0px 0px 0px 10px;
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#right-sidebar li li a {
	background: url(images/bg_bullet_full_2.gif) left no-repeat;
	padding-left: 12px;
}

#right-sidebar li li li a {
	background: url(images/bg_bullet_half_2.gif) left no-repeat;
	padding-left: 12px;
}

#right-sidebar a:hover {
	text-decoration: underline;
}

#right-sidebar li.recentcomments {
	padding: 2px 10px 5px 0;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #89AAD6; 
}

#right-sidebar li.recentcomments a {
	background-image: none;
}

#right-sidebar li.recentposts {
	padding: 2px 0 5px 0;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #89AAD6; 
}

#right-sidebar li.recentposts a {
	margin: 0;
	padding: 0;
	background-image: none;
}

#right-sidebar div.textwidget {
	padding: 2px 10px 2px 10px;
}

#right-sidebar div.textwidget p {
	font-size: 1em;
	padding: 0;


	margin: 0; 
}

#right-sidebar div#calendar_wrap {
	text-align: center;
	margin: 0;
	padding: 5px 5px 0 7px;
}

#right-sidebar #wp-calendar {
	text-align: center;
}

#right-sidebar #wp-calendar a {
	text-decoration: none;
}

#right-sidebar td {
	font-size: 0.9em;
	border: 1px solid #89AAD6;
	padding: 0px;
	background-color: #ffffff;
}

#right-sidebar td.pad {
	border: none;
	background: transparent;
}

#right-sidebar td#prev, td#next {
	border: none;	
	background: transparent;
}

#right-sidebar #today {
	background-color: #ffff99;
}

/* Footer */

#footer {
	clear: both;
	background: url(images/bg_foot.jpg) no-repeat top left;
	height: 18px;
	text-align: center;
}

#footer p {
	padding: 3px 0 2px 0;
	color: #7d7d7d;
	font-size: 0.8em;
}

#footer a {
	text-decoration: underline;
	color: #7d7d7d;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

/* Comment form */


h3#respond, h3#comments {
font-size: 1.2em;
margin: 0;
padding: 0;
}

#commentwrap {
	background-color: #F0F0F0;
	border:8px solid #DCDCDC;
	padding: 0 8px 1pxx 8px;
	margin: 0 15px 10px 15px;
}

#commentform {
	margin: 0;
	padding: 10px;
	border: 5px solid #DCDCDC;
}

#author {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#email {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#url {
	border: 10px solid #DCDCDC;	
	height: 17px;
	width: 190px;
}

#comment {
	width: 500px;
	border: 1px solid #DCDCDC;
}

#submit {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	color: #808080;
	padding:0;
	font-size: 1em;
	height: 30px;
	width: 405px;
	text-align: center;
	cursor: pointer;	
}

#submit:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Comments display */

#content ol.commentlist {
	padding: 0 0px 0 0px;
	margin: 0 15px 10px 30px;
}

#content ol.commentlist li {
	background: #000000 url(images/bg_corner_topright.gif) no-repeat top right;
	margin: 5px 0 5px 0;
	padding: 10px;
}

#content ol.commentlist li.alt {
	background: #000000 url(images/bg_corner_topright.gif) top right no-repeat;
}

/* Images */

img.left {
	float: left;
	margin: 0px 0px 0 0;
	padding: 5px;
	border: 0px solid #E6E6E6;
}

img.right {
	float: right;
	margin: 0px 0 0 0px;
	padding: 5px;
	border: 0px solid #E6E6E6;
}

.entry img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

.entry img {
	margin: 0px;
	padding: 0px;	
	border: 0px solid #E6E6E6;
}

.entry a img {
	border: 0px solid #E6E6E6;
}

.entry a:hover img {
	border: 0px solid #222222;
}

/* Various styles */

.strong {
	font-weight: bold;
	font-size: 1.1em;
}