﻿/*   
Theme Name: cammino
Theme URI: http://wordpress.org/extend/themes/cammino
Description: A simple design combined with some JavaScript functionality (including loading comments and full posts on the front page) and many options (including custom header and a bright version of the theme).
Author: Elias Aebi
Version: 2.0.0
Tags: blue, right-sidebar, flexible-width, custom-header, theme-options
*/

body {
	padding:0;
	margin:0;
	//font-family:"trebuchet ms",sans-serif;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#333333;
	background-color:#999999;
}

a { color:#333333; }

form, input {
	padding:0;
	margin:0;
}

ul { padding-left:25px; }

#shadow {
	margin: 50px auto;
	background-color:#CCCCCC;
	min-width:450px;
	-moz-border-radius:10px;
	-moz-box-shadow:0 0 10px #333333;
	-webkit-border-radius:10px;
	-webkit-box-shadow:0 0 10px #333333;
	-khtml-border-radius:10px;
	-khtml-box-shadow:0 0 10px #333333;
}

#header {
	height:120px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-khtml-border-top-left-radius:10px;
	-khtml-border-top-right-radius:10px;
}

#headerbg {
	height:120px;
	background-color:#336699;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-khtml-border-top-left-radius:10px;
	-khtml-border-top-right-radius:10px;
}

#header h1 {
	padding:20px 0 0 0;
	margin:0;
	height:60px;
	font-size:50px;
	line-height:60px;
	text-align:center;
	font-weight:normal;
	color:#DDDDDD;
}

#header a {
	color:#DDDDDD;
	text-decoration:none;
}

#header h3 {
	padding:0 0 20px 0;
	margin:0;
	height:20px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	font-weight:normal;
	color:#DDDDDD;
}

.separator {
	height:5px;
	background-color:#999999;
}

.separator2 {
	height:35px;
	background-color:#DBDBD9;
}

.separator2 li{
float:left;
list-style-type:none;
padding:0 8px;
position:relative;
padding-top: 5px;
}

.separator2 a {
border: 0px !important;
}

.separator2 img {
border: 0px !important;
}

.separator2 ul {
padding-left:5px;
}

.type { height:20px; }

.type div {
	float:right;
	height:20px;
	line-height:20px;
	padding:0 5px;
	cursor:pointer;
}

.type div.active {
	background-color:#999999;
}

h2.title {
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:10px 10px 0 10px;
	color:#336699;
}

h2.title a {
	color:#336699;
	text-decoration:none;
}

.date {
	color:#666666;
	margin:0 10px 5px 10px;
}

h3.title {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:normal;
	color:#336699;
}

.padding, .scroll {
	padding:0 10px;
	margin-bottom:10px;
}

.avatar { float:right; }

.post p {
	padding:0;
	margin:0 0 5px 0;
}

#navigation { height:20px; }

#navigation a {
	float:left;
	height:20px;
	line-height:20px;
	padding:0 5px;
	text-decoration:none;
}

#navigation a:hover { background-color:#999999; }

#footer {
	height:20px;
	background-color:#336699;
	line-height:20px;
	text-align:center;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	-khtml-border-bottom-right-radius:10px;
}

#footer a {
	color:#DDDDDD;
	text-decoration:none;
}

#sidebar {
	position:absolute;
	width:220px;
	right:50px;
	top:30px;
	background-color:#CCCCCC;
	-moz-border-radius:10px;
	-moz-box-shadow:0 0 10px #333333;
	-webkit-border-radius:10px;
	-webkit-box-shadow:0 0 10px #333333;
	-khtml-border-radius:10px;
	-khtml-box-shadow:0 0 10px #333333;
}

#sidebar #handle {
	float:left;
	width:15px;
	cursor:col-resize;
        margin-right:5px;
        background-color:#BBBBBB;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-top-left-radius:10px;
	-khtml-border-bottom-left-radius:10px;
}

#sidebar #handle:hover { background-color:#C00000; }

#sidebar-content {
	margin:0 10px;
}

#sidebar h2 {
	font-size:25px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#336699;
}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   background-color: #BBBBBB;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

h1 {
color:#0000ff;
}

.right{
float:right;
}
.left{
float:left;
}

#header_div{
background-image: url(http://www.netzreifen.de/blog/wp-content/uploads/2010/01/background2.jpg);
height: 92px;
}

#post_data{
background-color: #BBBBBB;
border:1px solid #666666;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-top-left-radius:10px;
	-khtml-border-bottom-left-radius:10px;
padding: 10px;
width: 600px;
}

#comments{
background-color: #BBBBBB;
border:1px solid #666666;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-top-left-radius:10px;
	-khtml-border-bottom-left-radius:10px;
padding: 10px;
margin: 10px;
width: 600px;
}

#comments .title {
font-size: 10px;
color: black;
}

.single_comment{
background-color: #EEEEEE;
border:1px solid #666666;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-top-left-radius:10px;
	-khtml-border-bottom-left-radius:10px;
padding: 5px;
margin: 0px;
width: 570px;
font-size:12px;
}
