/*
Theme Name: le Rob
Theme URI: http://blog.ratterobert.com
Description: Can't go wrong with no images, no non-standard fonts, and everything web accessible. Beautiful.
Version: 1.0
Author: le Rob
Author URI: http://blog.ratterobert.com
*/

body {
	margin:0;
	padding:0;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#DDD;
	background-image:url(images/site-bg.gif);
	background-attachment:fixed;
	background-position: bottom right;
	background-repeat:no-repeat;
	color:#000;
}

iframe {
  border: 1px solid #FFFFFF;
}

#sb_left {
	position: absolute;
	left:10px;
	top:107px;
	width:200px;
	background-color: #999;
	padding-bottom: 10px;
}

#sb_right {
	position: absolute;
	right:10px;
	top:107px;
	width:200px;
	background:#999;
	padding-bottom: 10px;
}

.alignright {
	float: right;
}

.alignright a {
	color: #FFF;
	background-color: #900;
}

.alignright a:hover {
	color: #900;
	background-color: #FFF;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
}

.alignleft {
	float: left;
}

.alignleft a {
	color: #FFF;
	background-color: #900;
}

.alignleft a:hover {
	color: #900;
	background-color: #FFF;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#content_wrap {
	background-color:#FFF;
	margin-top:20px;
	margin-left: 224px;
	margin-right:224px;
	/*IE5 CSS Hack.... Nasty... */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 226px;
	margin-right:226px;
}
html>body #content_wrap {
	margin-left: 226px;
	margin-right:226px;
}

#content {
	height: 110%;
	padding: 0 20px 5px 20px;
}

#comments {
	border-top: 1px #990000 solid;
	padding: 15px 0 0 0;
}

#commentlist li {
	list-style: none;
	background-color: #FFF;
	border: 1px solid #ddd;
	padding: 3px 3px 3px 3px;
	margin-bottom: 5px;
}

#header {
	background:#990000;
	padding:0;
	overflow:hidden;
	margin-left: 224px;
	margin-right:224px;
	/*IE5 CSS Hack.... Nasty... */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 226px;
	margin-right:226px;
}

.description {
	color: #FFF;
}

html>body #header {
	margin-left: 226px;
	margin-right:226px;
}

#headerimg {
  border:none;
  margin:0;
  padding:0;
}

#headerimg a {
  border:none;
  margin:0;
  padding:0;
	overflow:hidden;
}

#footer {
	height: 40px;
	color: #FFFFFF;
	background:#990000;
	margin-top:20px;
	margin-bottom:0px;
	margin-left: 224px;
	margin-right:224px;
	text-align: center;
	font-size: smaller;
	/*IE5 CSS Hack.... Nasty... */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 226px;
	margin-right:226px;
}
html>body #footer {
	margin-left: 226px;
	margin-right:226px;
}

p,h1,pre {
	margin:0px 10px 10px 10px;
}

pre {
	font-size: 12px;
}

h1 {
	font-size:14px;
	padding-top:10px;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #CCC;
}

p.postmetadata {
	text-align: left;
	padding: 3px 0 5px;
}

p.postcomments {
	float: right;
	padding: 3px 0 5px;
}

#sb_left, #sb_right {
	color: #FFFFFF;
	font-size: smaller;
}

#content h2 a {
	color: #FFF;
	text-decoration: none;
}

#content h2 a:hover {
	color: #DDD;
}

#content h2 {
	background-color: #900;
	font-size: 1.4em;
	margin:0;
	color: #FFF;
	text-align: left;
}

#content .entry {
	padding:0;
	margin:0 0 5px;
	text-align: justify;
}

#content .entry img {
  padding: 5px;
  border: 1px solid #CCCCCC;
}

#content .post {
	margin-bottom: 40px;
}

#content .pagetitle {
	text-align: right;
	background-color: transparent;
	font-size: 20px;
	font-weight: bolder;
}

#content ul li {
	list-style-image: url('images/list.gif');
}

#header a {
	font-size:28px;
	padding:10px 10px 0px 10px;
	margin:0px;
	text-align:center;
	color: #FFF;
}

#header a:hover {
	color: #DDD;
}

#footer p, #footer a {
	color: #FFF;
	text-align:center;
}

#footer a {
	text-decoration: none;
}

/* Sidebar Styles */

#sb_left ul, #sb_right ul {
	font-size: 1.2em;
	list-style-type: none;
	margin: 3px 3px 3px 5px;
	padding: 0;
}

#sb_left h2, #sb_right h2 {
	font-size: 1.3em;
	margin: 8px 0 0 3px;
}

#sb_left ul ul li, #sb_right ul ul li {
	font-size: smaller;
	margin: 0 0 2px 5px;
	padding-left: 10px;
}

/* input {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color:#DDD;
	margin-bottom: 3px;
	vertical-align: bottom;
}

.button {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
} */

/* End of Sidebar Styles */

#subcontainer {
	text-align: left;
	background-color: #900;
	}

ul#sublist {
	margin-left: 3px;
	padding-left: 0;
	white-space: nowrap;
	}

#sublist li {
	display: inline;
	list-style-type: none;
	}

#sublist a {
	padding: 3px 10px;
	}

#sublist a#aktiv {
	color: #FFF;
	background-color: #900;
	border: 1px solid #FFF;
	text-decoration: none;
	}

#sublist a:link, #sublist a:visited {
	color: #900;
	background-color: #FFF;
	border: 1px solid #900;
	text-decoration: none;
	}

#sublist a:hover {
	color: #FFF;
	background-color: #900;
	border: 1px solid #FFF;
	text-decoration: none;
	}

/* Nifty Corners CSS, quite handy.
   For more information visit http://pro.html.it/esempio/nifty/
   Also, if don't forget to change the colors in header.php if you change the background colors
      of your layers! */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

#newsletter {
  padding-top:20px;
  padding-bottom:20px;
  text-align:center;
}

#newsletter input {
  margin-bottom:5px;
  vertical-align:middle;
}

.foto {
  border: 1px solid #999999;
  padding: 4px;
}

