/*  
Theme Name: andare
Theme URI: http://www.andare.ch/
Description: Theme designed specifically for <a href="http://www.andare.ch/blog">andare.ch</a>.
Version: 1.1
Author: David Reindl
Author URI: http://www.andare.ch/

	Andare v1.1
	 http://www.andare.ch/blog/

	Theme was designed and built by David Reindl,
	whose blog you will find at http://www.andare.ch/

	The CSS, XHTML and design is released under CC:
	http://www.common
*/


/* Begin Typography & Colors */
body {
	background-color: #fff;
	font-family: Conv_Skia, Skia, Tahoma, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	text-align: left;
	padding: 20px;
}

div#header, div#rap {
	border: 3px #003 double;
	vertical-align: bottom;
	height: 128px; /* the correct height */
}

div#maincontent, div#content {
	margin-top: 10px;
	padding: 20px;
	text-align: left;
	border: 3px #003 double;
}

div#content>div.post {
	margin-top: 30px;
}

div#content>div.post:first-child {
	margin-top: -20px;
}

div#sidebar, div#right {
	display: none;
}

div#sidebar>div, div#right>div {
	margin-bottom: 8px;
	padding: 12px;
	border: 3px #003 double;
}

div#rightcolumn, div.menu {
	background-image: url(images/nav_bg.png);
}

div#footer {
	clear: both;
}

div#rap>div.description {
	text-align: right;
}

* html div#rap div.description {
        text-align: right;
}

	
div#dock {
	display: none;
}

div#closebox {
	display: none;
}
	    
div.navigation {
	font-style: italic;
}

a:link {
	color: #039;
	text-decoration: none;
}

a:hover {
	color: #099;
	background-color: #ccf;
}

a:visited {
	color: #069;
	text-decoration: none;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	font: 90% Conv_Skia, Skia, Tahoma, sans-serif;
	border-left: 5px solid #9cc;
	margin-left: 1.5em;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ccc;
}

h1, h2, h3, h4, h5, h6, .widombo_dt, .widombo_ct {
	color: #066;
	font-family: Garamond, "Trebuchet MS", serif;
}

h1 {
	font-size: 2em;
	text-align: left;
	font-weight: bold;
}

h1#header {
	color: #fff;
	text-align: right;
	font: bold 4em/70% Garamond, "Trebuchet MS", serif;
}

h1#header a:link {
	color:#fff;
}

h1#header a:hover {
	color:#fff;
	text-decoration: overline;
	background-color: transparent;
}

h1#header a:visited {
	color:#fff;
}

h2, .widombo_dt {
	font-size: 1.4em;
	text-align: left;
	font-weight: bold;
}

h3, .widombo_ct {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	text-align: left;
	font-weight: normal;
}

h5 {
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 40px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

input, textarea, select {
	font-family: Conv_Skia, Skia, Tahoma, sans-serif;
	font-size: 1.1em;
}

ol.commentlist>li {
	margin-bottom: 12px;
}

* html ol.commentlist li {
        margin-bottom: 12px;
}
	
p, li, .feedback {
	font-family: Conv_Skia, , Tahoma, sans-serif;
}

p {
	margin-top: 3px;
}

.storycontent li {
	padding-top: 10px;
}

.storycontent li:first-child {
	padding-top: 0px;
}

.postmetadata, .commentmetadata {
	font-size: 0.9em;
	font-style: italic;
}

.postmetadata a, .commentmetadata a {
	font-size: 1em;
	font-style: normal;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	margin-left: 15px;
	margin-right: 30px;
	border-bottom: dotted 1px #366;
	clear: all;
}

.meta, .widombo_small {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a, .widombo_small {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
	margin-top: 8px;
}

.storytitle a {
	text-decoration: none;
}

form#commentform {
	display: none;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
	font-family: Conv_Skia, Skia, Tahoma, sans-serif;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

.menu form {
	margin-top: 3px;
}

.menu input#s {
	font-size: 80%;
	width: 65%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

.menu form#searchform input#submit {
	color: #fff;
	background-color: #369;
}

.menu ul {
	color: #369;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

.menu ul li {
	font: normal 110% Conv_Skia, Skia, Tahoma, sans-serif;
	margin-top: 5px;
	padding-bottom: 0px;
	border-top: solid 1px #003;
}

.menu>ul>li:first-child {
	margin-top: -20px;
	border-top: none;
}

.menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: none;
}

.menu ul ul li {
	border: 0;
	font: normal normal 90%/130% Conv_Skia, Skia, Tahoma, sans-serif;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

.menu>ul>li>ul>li:first-child {
	margin-top: -10px;
}

.menu ul ul li a {
	color: #000;
	text-decoration: none;
}

.menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

.menu ul ul ul.children {
	font: normal 110%/130% Conv_Skia, Skia, Tahoma, sans-serif;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px dotted #333;
	empty-cells: show;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: center;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: underline;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #369;
	font: normal 130% Conv_Skia, Skia, Tahoma;
	text-align: left;
	margin-bottom: 3px;
}

#wp-calendar td {
	color: #33c;
	font: normal 100% Conv_Skia, Skia, Tahoma, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.quoteCollection {
	font-style: italic;
}

.quote {
	color: #000;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

/* mambo */

#menu table.moduletable {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: solid 1px #003;
}

#menu table.moduletable th {
	color: #369;
	font: normal 130% Conv_Skia, Skia, Tahoma;
	text-align: left;
}

td.contentheading {
	font: normal 85%/100%;
	font-style: italic;
}

span.small {
	font-size: 9px;
}

td.createdate {
	font: normal 85%/100% Conv_Skia, Skia, Tahoma, sans-serif;
	color: #666;
}

.post {
	position: relative;
}

.storycontent {
	position: relative;
}

.contentpane {
	position: relative;
	border: solid 1px black;
}

/* widombo */
.widombo_ie1 {
	margin-left: 0px;
}

.widombo_ie2 {
	margin-left: 15px;
}

.widombo_ie3 {
	margin-left: 30px;
}

.widombo_ie4 {
	margin-left: 45px;
}

.widombo_ie5 {
	margin-left: 60px;
}

.widombo_ie6 {
	margin-left: 75px;
}
