/* 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 but you can load the full post and the comments via JavaScript. Author: Elias Aebi Version: 1.0.1 Tags: flexible-width */ 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; } #shadow { margin:50px; background-color:#DDDDDD; min-width:600px; -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; 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; } #sidebar { float:right; width:200px; background-color:#BBBBBB; padding:0; margin:0; list-style-type:none; } #sidebar h2 { font-size:25px; font-weight:normal; padding:0; margin:0; color:#336699; } .separator { height:5px; background-color:#BBBBBB; } .type { height:20px; } .type div { float:right; height:20px; line-height:20px; padding:0 5px; cursor:pointer; } .type div.active { background-color:#BBBBBB; } .post h2 { font-size:25px; font-weight:normal; padding:0; margin:10px 10px 0 10px; color:#336699; } .post h2 a { color:#336699; text-decoration:none; } .date { color:#666666; margin:0 10px 5px 10px; } h3 { 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:#BBBBBB; } #footer { height:20px; background-color:#336699; line-height:20px; text-align:center; color:#DDDDDD; -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; } .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; }