/*   
Theme Name: cammino
Theme URI: http://wordpress.org/extend/themes/cammino
Description: A simple theme with some JavaScript features. By default only the excerpt of every post is displayed and you can load the full post and the comments via JavaScript. To get a proper preview just right-click on the preview button and select 'open in a new tab/window'
Author: Elias Aebi
Version: 1.0.6
Tags: flexible-width
*/

body {
	padding:0;
	margin:0;
        background: #E0D5B7 url(/images/page_bg.jpg) repeat-x;
	font-family:"Arial,trebuchet ms",sans-serif;
	font-size:14px;
	color:#333333;
}

a { color:#333333; }

form, input {
	padding:0;
	margin:0;
}

#shadow {
        margin:0 auto;
        padding-top:10;
	background-color:#ffffff;
	min-width:780px;
        max-width:780px;
	-moz-border-radius:0px;
	-moz-box-shadow:0 0 0px #ffffff;
	-webkit-border-radius:0px;
	-webkit-box-shadow:0 0 0px #ffffff;
	-khtml-border-radius:0px;
	-khtml-box-shadow:0 0 0px #ffffff;
}

#header {
	height:120px;
	background: #E0D5B7 url(/images/page_bg.jpg) repeat-x;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-left-radius:5px;
	-khtml-border-top-right-radius:5px;
}

#header h1 {
	padding:20px 0 0 0;
	margin:10;
	height:60px;
	font-size:60px;
	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;
}

#sidebar {
	float:right;
	width:200px;
        background-color:#787dcd;
	padding:0;
	margin:0;
	list-style-type:none;
}

#sidebar h2 {
	font-size:14px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#212677;
}

.separator {
	height:5px;
	background-color:#ebd68b;
}

.type { height:20px; }

.type div {
	float:right;
	height:20px;
	line-height:20px;
	padding:0 5px;
	cursor:pointer;
}

.type div.active {
	background-color:#cc99ff;
}

h2.title {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:10px 10px 0 10px;
	color:#212677;
}

h2.title a {
	color:#212677;
	text-decoration:none;
}

.date {
	color:#666666;
	margin:0 10px 5px 10px;
}

h3.title {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#212677;
}

.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:#BBBBBB; }

#footer {
	height:20px;
	background-color:#336699;
	line-height:20px;
	text-align:center;
	color:#DDDDDD;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-khtml-border-bottom-right-radius:5px;
}

#footer a {
	color:#DDDDDD;
	text-decoration:none;
}



.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;
}