/*   
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-size:14px;
	color:#333333;
	background-color:#999999;
}

a { color:#333333; }

form, input {
	padding:0;
	margin:0;
}

ul { padding-left:20px; }

#shadow {
	margin:50px 320px 50px 50px;
	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;
}

.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:25px;
	font-weight:normal;
	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:50px;
	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:10px;
	cursor:w-resize;
	-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:#DDDDDD; }

#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;
}