/*
Theme Name:     Twenty Ten Child
Description:    Child theme for the Twenty Ten theme 
Author:         Your name here
Template:       twentyten
*/

@import url("../twentyten/style.css");
@import url("fonts/fonts.css");



body {
	/*font-family: SansationRegular, 'Lucida Grande', Verdana, Arial, sans-serif;*/
}

#header {
	margin-top: 0px;
	padding: 10px 0 0;
	}

#site-title {
	background: url(images/site_logo_45.png) no-repeat left center;
	height: 45px;
	text-indent: 55px;
	margin: 0px 0px 9px;
	font: 2.3em Sebastian_Font;
}

#site-title a {
    color: #0d6921;
	}


#site-title span {
	position: relative;
	top: 0px;
	bottom: 0;
}


#site-description{
	clear: right;
	float: right;
	font-style: italic;
	margin: 18px 0px 9px;
	width: 220px;
	}


a {	color:#0066CC;
	text-decoration: none;}

#content {
	/*font: 1.2em Sebastian_Font;*/
	color: black;
}

#content div.archive-meta {
	padding: 25px;
	color: gray;
	font-style: italic;
}

#content .entry-title {
	font: 1.5em Sebastian_Font;

}

#content h2 {
	font: 1.4em Sebastian_Font;
	color: navy;
}

div.stock span.these {
	width: 250px;
	display: inline-block;
	text-align: right;	
	margin-right: 5px;
	font-weight: bolder;
}

div.stock span.desc {
	clear: both;
	}

	
div.loop_thumb {
	float: left;
	margin: 0 15px 25px 0;
}	
	
div.the_excerpt {
	font: italic bold 1em/1.5 Sebastian_Font;
	color: gray;
	float: right;
	width: 450px;
	text-align: right;
	border: 1px solig black;
}

div.the_excerpt a {
	display: none;
}


.wp-caption {
	border: 1px solid silver;
}

blockquote.alignright {
	min-width: 30%;
	text-align: right;
	float: left;
	color: maroon;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	border-right: 2px solid maroon;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

blockquote.aligncenter {
	width: 540px;
	text-align: center;
	float: left;
	color: maroon;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.notice {
	 text-align: center; 
	 background-color: #f8fec6; 
	 width:238px; 
	 float:left; 
	 border: 1px solid #fbd460; 
	 padding:10px; 
	 margin-right:25px;
	 clear: both;
	font-size: 0.8em;
}

#content div.notice h2 {
	margin: 0px;
	
}

div.notice_big {
	 text-align: left; 
	 width:450px; 
	 border: 1px solid #fbd460; 
	 padding: 10px 10px 10px 150px; 
	 margin: 20px auto;
	background: #f8fec6 url(images/bt-attention-icon.png) no-repeat left center;
}


.archive-meta {
	
}

.widget-area {
	font-size: 1.1em;
	font-weight: normal;
}

sup {
	font-weight: bold;
}

ul.check {
	padding-left: 45px;
}

 .check-no {
	font-weight: bold;
	color: #a30b0a;
	list-style-image: url(images/check-no.png);
	list-style-position: outside;
}

 .check-ok {
	font-weight: bold;
	color: #0b5c22;
	list-style-image: url(images/check-ok.png);
	list-style-position: outside;
}

.twitter {
	right: 0;
	position: fixed;
	bottom: -5px;
}


.page-id-712 #main {
	padding-top: 0px;
}


.flattr { 
	position:relative; 
	top:5px; 
	left:0px; 
	float: right; 
	z-index:99;
	right: 2px;
	margin-right: 3px;
}

#fbshare {
		margin-right: 3px;
	border-style: solid;
	border-color: #dadada;
}


@media print {
	
	#fbshare,
	#entry-author-info,
	.entry-utility,
	#site-generator {display: none; visibility: hidden;}
	
	}
