/*  
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
*/

@font-face {
	font-family: 'Conv_Skia';
	src: url('fonts/Skia.eot');
	src: local('☺'), url('fonts/Skia.woff') format('woff'), url('fonts/Skia.ttf') format('truetype'), url('fonts/Skia.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Begin Typography & Colors */
body {
	background-color: #006;
	font-family: Conv_Skia, Skia, Tahoma, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	text-align: left;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 60px;
	margin-right: 60px;
}

header#header, header#rap, div#header, div#rap {
	background-image: url(images/header_bg.png); 
	border: 3px #003 double;
	height: 149px; /* incorrect for IE */
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 100px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-position: left center;
	vertical-align: bottom;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 128px; /* the correct height */
}

div#maincontent, div#content, nav {
	margin-top: 10px;
	margin-right: 290px;
	padding: 20px;
	text-align: left;
	background-image: url(images/main_bg.png);
	background-repeat: repeat;
	border: 3px #003 double;
}

div#content div.post,
div#content article.post {
	margin-top: 30px;
}

div#content>div.post:first-child,
div#content>article.post:first-child {
	margin-top: -20px;
}

div#sidebar, div#right, aside#sidebar {
	position: absolute;
	top: 184px;
	right: 60px;
	width: 280px;
}

div#rightcolumn, div.sidebarbox {
	background-image: url(images/nav_bg.png);
	background-repeat: repeat;
	margin-bottom: 8px;
	padding: 12px;
	border: 3px #003 double;
}

div#footer {
	clear: both;
}

div#rap>div.descr {
	text-align: right;
}

* html div#rap div.descr {
        text-align: right;
}

	
div#dock {
	background-image: url(images/dockBG.png);
	display: block;
	position: fixed;
	left: 80px;
	bottom: 20px;
	height: 170px;
	width: 960px;
	padding: 10px;
	z-index: 99;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px; /* the correct height */
	width: 940px; /* the correct width */
}

div#closebox {
	position: absolute;
	top: 5px;
	right: 14px;
}
	    
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;
}

/* footnote styles - (needs addition of class footnote_list on ol tag in the plugin */
ol.footnote_list, div.relatedPosts {
	display: block;
	margin: 0 35px 10px;
	padding: 5px 15px;
	border: 1px dotted lightgray;
}


a.footnote_back {
	padding-right: 8px;
	text-align: right;
	font-size: 9px;
	font-style: italic;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	font: 100% 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 {
	position: relative;
	z-index: 10;
	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;
}

article img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.gravatar {
        float: right;
        padding: 2px;
	width: 50px;
        margin-left: 5px;
        margin-bottom: 5px;
        border: 1px solid #000;
        background: #fff;
}

.postgrav {
	float: right;
	padding: 2px;
	width: 50px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #000;
	background: #fff;
}

p, li, .feedback {
	font-family: Conv_Skia, 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;
}

/* post types */
.imagePost,
.imagePost img {
	width: 100%;
	max-width: 100%;
}

.imageGallery figure {
	display: inline-block;
	margin-right: 15px;
}

/* 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;
}

.skip-link, .hidden {
	display: none;
}

.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;
}

#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 {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

.menu ul li {
	display: inline-block;
	font: normal 110% Conv_Skia, Skia, Tahoma, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	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;
}

.menu .nextlink {
	text-align: right;
}

.menu .prevlink {
	text-align: left;
}

#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;
	margin-right: 12px;
}

.alignright {
	text-align: right;
	margin-left: 12px;
}

/* too cool for IE */
a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(images/too_cool_corner_de.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
	color: white;
}


/* 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;
}

/* hacks for transparent PNG in IE */

* html div#rap {
        background-image: none;
	z-index: -1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/blog/wp-content/themes/andare/images/header_bg.png',sizingMethod='crop');
}

* html div#content {
        background-image: none;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/blog/wp-content/themes/andare/images/main_bg.png',sizingMethod='scale');
}
		
* html div.sidebarbox {
        background-image: none;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/blog/wp-content/themes/andare/images/nav_bg.png',sizingMethod='scale');
}

* html div.sidebarbox ul.menulist {
	position: relative;
	z-index: 10;
}

* html form#commentform {
	position: relative;
	z-index: 10;
}

* html div#content img {
        behavior: url("/blog/wp-content/themes/andare/pngHack/pngbehavior.htc");
}


/* post type formatting */
/* image */

img.size-full {
	max-width: 100%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption, .gallery {
	padding: 6px;
	background-color: #edf1f8;
	border: 1px solid #999;
	-moz-box-shadow: 2px 2px 5px #dae3e8;
	-webkit-box-shadow: 2px 2px 5px #dae3e8;
	box-shadow: 2px 2px 5px #dae3e8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wp-caption-text {
	font-size: 85%;
}
