/*
# ***** BEGIN LICENSE BLOCK *****
#
# Sterenn
# Theme by Ludovic Toinel
# Contributor : Pierre Van Glabeke
# License: public domain
#
# ***** END LICENSE BLOCK *****
*/
body {
	margin: 0;
	padding: 0;
	background: #fff url(img/bg-body.jpg) repeat-y left top fixed;
	color: #6b6b6b;
	font: 62.5% "Trebuchet MS", Arial, sans-serif; 
}

a {
	color: #279ac4;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#6d8824;
	text-decoration: underline;
}

a img {
	border: none;
}

pre {
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Layout
-------------------------------------------------------- */
#page {
	font-size: 1.2em;
}

#top {
	height: 120px;
	width: 800px;
	padding: 0;
	margin: 50px auto 0 auto;
	background: transparent url(img/page-t.png) no-repeat bottom left;
}

#top h1 {
	background: transparent url(img/sterenn.png) no-repeat top left;
	display: block;
	max-height: 70px !important;
  font-family: "Handlee", cursive;
  font-size:5em;
  overflow:hidden;
}

#top a{
  color:#fff;
  text-shadow: 0 2px 8px rgba(190, 199, 200, 0.9);
  margin-left:30px;
}
#top a:hover{
  color:#fff;
  text-shadow: 0 2px 8px rgba(205, 190, 199, 0.9);
  text-decoration:none;
}
#prelude {
	position: absolute;
	top: 0px;
	right: 20%;
	margin: 0;
	padding: 3px;
	color: #ededed;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background-color: #F5F5F5;
}
#prelude a {
	color: #999;
}
#prelude a:focus, #prelude a:hover {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

#wrapper {
	width: 800px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff url(img/page-bg.png) repeat-y top left;
}

#main {
	width: 550px;
	float: left;
}
#breadcrumb {padding:0 0 0 25px;}
#content {
	padding: 0 25px;
}

#sidebar {
	width: 250px;
	float: right;
}
#blognav, #blogextra {
	padding: 1px 25px;
}

#footer {
	clear: both;
	padding: 30px 0 0 0;
	background: transparent url(img/page-b.png) no-repeat top center;
}
#footer p {
	margin: 0 auto;
	padding: 10px 0 20px;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
}
#footer p a {
	color: #fff;
	font-weight: bold;
}


/* Sidebar styles
-------------------------------------------------------- */
#sidebar h2 {
	padding: 5px 0;
	color: #957068;
	font-variant: small-caps;
	border-top: 1px dotted #BFA9A4;
}
#sidebar h3 {
	margin: 1em 0 0.5em;
	color: #957068; 
	font-weight: normal;
}

#sidebar div div {
	margin-bottom: 2em;
}
#sidebar div div div {
	margin-bottom: 0;
}

#sidebar ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #E1D9DD;
}
#sidebar li {
	display: block;
	margin: 0;
	padding: 4px 0;
	border-bottom: 1px solid #E1D9DD;
}
#sidebar li a {
	color: #6B6B6B;
	text-decoration: none;
}
#sidebar li a:hover, #sidebar li a:focus, #sidebar li a:active {
	color: #8377A5;
}
#sidebar ul ul {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
}
#sidebar li li {
	display: list-item;
	margin: 0.5em 0 0 0;
	padding: 0 0;
	border: none;
}
#sidebar .count{
	font-size: 25pt;
	font-weight: bold;
	display: block;
	text-align: center;
	border: 2px dashed #BCA9B5;
	padding: 10px;
}

#search fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#q {
	border: 1px solid #bfbfbf;
	width: 150px;
	color: #6b6b6b;
}
#search .submit {
	padding: 0;
	border: 1px solid #fff;
	background: none;
	font-weight: bold;
	color: #6b6b6b;
	text-transform: uppercase;
}
#search .submit:hover {
	background: #8377A5;
	color: #fff;
	border: 1px solid #8377A5;
}

#topnav ul {
	border-bottom: 1px solid #e1d9dd;
	padding: 4px 0;
}
#topnav li {
	display: inline;
	border-bottom: none;
}
.topnav-home a {padding-right:10px;}
#sidebar .syndicate ul {
	border-top: none;
}
#sidebar .syndicate li {
	border-bottom: none;
}

#sidebar .categories ul {
	list-style: square;
	margin: 0;
	padding: 0 0 0 20px;
	border: none;
	font-size: 10pt;
}

#sidebar .categories li {
	display: list-item;
	margin: 0.1em 0 0 0;
	padding: 0 0;
	border: none;
}

#sidebar .categories ul li ul{
	list-style: circle;
}
#sidebar .categories ul li ul li{
	font-weight: normal;
}

#sidebar .categories li.category-current {
	font-weight: bold;
}
#sidebar .categories li.category-current li {
	font-weight: normal;
}

#sidebar img {max-width:100%;}

#sidebar .tags ul {
	border-top: none;
	font-size: 1.1em;
	text-align: justify;
}
#sidebar .tags ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.8em;
}

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 150%; }
.tag80 { font-size: 160%; }
.tag90 { font-size: 170%; }
.tag100 { font-size: 180%; }

ul.tags {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	font-size: 1.3em;
	text-align: justify;
}
ul.tags li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}


/* Main content styles
-------------------------------------------------------- */
h1{
}

h2, h3, h4 {
	margin: 1em 0 0 0;
	padding: 0;
}

h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}

#subcategories {
	background: #fbfbfb;
	border-color: #BFBFBF;
	border-style: solid;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 0.5em;
}
#subcategories h3 {
	margin: 0;
}
#subcategories ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 20px;
	line-height: 1.4;
}

.day-date {
	font-size: 1.8em;
	margin: 0;
	text-align: right;
	color: #AAA;
	font-variant: small-caps;
	border-bottom: 1px solid #EEE;
}

.post {
	margin: 0 0 2em 0;
}
.post embed, .post iframe {max-width:100%;}
.post-title {
	color:#8377A5;
	font-size:1.8em;
}
.post-title a {
	color:#8377A5;
}
.post-title a:hover {
	text-decoration: none;
}

.post-info {
	margin: 0 0 0 0;
	font-size: 0.9em;
	color: #AAA;
}

.post-tags {
	list-style: none;
	margin: 0.3em 0 1em 0;
	padding: 3px 0;
}
.post-tags li {
	display: inline;
	margin-right: 4px;
	padding: 5px 0 5px 20px;
	background: transparent url(img/tag.png) no-repeat 0 70%;
}
.post-tags li a {
	color: #BBB;
}

.post-info-co {
	clear: left;
	padding: 3px 0 3px 0.5em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfbfbf;
	background: #FAF8F8;
}
.post-info-co a {
	color: #2b2b2b;
	padding: 2px 10px 2px 18px;
}

.comment_count {
	background: transparent url(img/comment.png) no-repeat 0 50%;
}
.ping_count {
	background: transparent url(img/trackback.png) no-repeat 0 50%;
}
.attach_count {
	background: transparent url(img/attach.png) no-repeat 0 50%;
}

.read-it {
	font-weight: bold;
	clear: left;
}

a.feed {
	background: transparent url(img/feed.png) no-repeat 0 5px;
	padding: 5px 0 5px 22px;
}

/* Post content
-------------------------------------------------------- */
.post-content h3{
	margin: 0;
	color: #888;
	font-size: 13pt;
	padding: 4px;
}
.post-content, .post-excerpt, #comments dd, #pings dd, dd.comment-preview {
	line-height:1.2em;
	font-size: 1.2em;
	text-align: justify;
	color: #666;
	clear:both;
}
.post-content acronym, .post-excerpt acronym,
.post-content abbr, .post-excerpt abbr {
	cursor: help;
	border-bottom: 1px dotted #666;
}

.post-content pre, .post-excerpt pre {
	padding: 10px ;
	font: 1.1em 'courier new', courier, monospace;
	border: 1px solid #E0E0E0;
	background-color: #F0F0F5;
}
.post-excerpt img, .post-content img, .post img {
  max-width:100%;
}
.post-content ul, .post-excerpt ul {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 15px;
	list-style: square;
}
.post-content ol, .post-excerpt ol {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 15px;
}

.post-content li, .post-excerpt li {
	margin: 0 0 0 0.5em ;
	padding: 0;
}

.post-content blockquote, .post-excerpt blockquote {
	margin: 4px 0 4px 0;
	padding: 0 5px;
	border-left: 4px solid #bfbfbf;
}


#attachments h3 {
	font-size: 1.2em;
}

#attachments ul {
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

#attachments li {
	margin: 0 0 0.6em;
	padding: 2px 10px 2px 18px;
	background: transparent url(img/attach.png) no-repeat 0 50%;
}

#attachments li object {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* Comments and trackbacks
-------------------------------------------------------- */
#comments {
	clear: both;
}
#comments h3, #comment-form h3, #pings h3 {
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfbfbf;
	background: #fbfbfb;
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
}

#comments dt {
	margin: 1.5em 0 0 0;
	padding: 5px 0 16px 0;
	background: transparent url(img/comment-t.png) no-repeat bottom left;
}
#comments dt.me {
	background-image: url(img/commentmy-t.png);
}
#comments a.comment-number {
	display: block;
	float: left;
	width: 30px;
	margin-right: 40px;
	font-size: 1.2em;
}
#comments dd {
	margin: 0;
	padding: 1px 1em 0.5em 1em;
	background: #F0EEF3 url(img/comment-b.png) no-repeat bottom left;
	color:#6b6b6b;
}
#comments dd.me {
	background-color:#F3EEEF;
	color:#6b6b6b;
	background-image:url(img/commentmy-b.png);
}
#comments dd p {
	margin: 0.5em 0;
	line-height: 1.5em;
}

.error {
	margin: 20px 0 0;
	padding: 10px 5px;
	background: #ffcccc;
	border: 2px solid red;
	font-weight: bold;
}

/* Forms
-------------------------------------------------------- */
#comment-form {
	padding-top: 10px;
}

#comment-form fieldset {
	border: none;
}
#comment-form fieldset p {
	padding: 5px 0;
}
#comment-form fieldset p.field {
	padding: 5px 0;
	width: auto;
	margin: 0;
	clear: left;
}
#comment-form p.form-help {
	width: 60%;
	margin: 0 0 0 30%;
	font-style: italic;
}

#comment-form p label {
	width: auto;
}
#comment-form p.field label {
	font-weight: bold;
	display: block;
	padding: 0 1% 0 0;
	width: 29%;
	float: left;
	text-align: right;
}
#comment-form input, #comment-form textarea {
	font: 1em "Lucida Grande",Arial,sans-serif;
	color: #279ac4;
	border: 1px solid #cdcdcd;
	padding: 1px 2px;	
	width: 68%;
}

#comment-form p.remember {
	margin: 0;
}
#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 30%;
}
#comment-form input.preview {
	margin-left: 30%;
}

#comment-form input.preview, #comment-form input.submit {
	width: auto;
	color: #279ac4;
	background: #fff;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #fff;
}
#comment-form input.preview:hover, #comment-form input.submit:hover {
	background: #6d8824;
	color: #fff;
	border: 1px solid #6d8824;
}

/* SnapMe
-------------------------------------------------------- */

#snapMe {
  text-align: center;
  background-color: #E1D9DD;
  padding-bottom: 10px;
  border: 1px solid #BCA9B5;
}

#snapMe h2{
  text-align: center;
	border: none;
	margin: 5px;
}

#snapMe img{
  border: 1px solid #000;
}

#snapMe ul {
  width: 160px;
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0;
	border: none;
}

#snapMe li {
  padding: 0px;
  margin-top: 3px;
	border: none;
}

#snapMe li a {
  color: #000;
  text-decoration: none;
  display : block;
  background-color: #CCC;
  border: 1px solid #AAA;
}

#snapMe li a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #005D99;
  border: 1px solid #FFF;
}

/* Gallery SnapMe
-------------------------------------------------------- */

.gallery {
  border-collapse: collapse;
  margin: 0 auto 0 auto;
  padding: 10px;
  color: #000;
  font-size: 10pt;
  text-align: center;
  font-size: 10px;
}

.gallery img{
  border: 1px solid #CCC;
  margin: 15px;
  padding: 5px;
  background-color: #FAFAFA;
}

.gallery .today img{
  background-color: #BDA;
  border: 1px solid #BBB;
}

.pagination{
  border: 1px solid #EFEFEF;
  padding: 5px;
  background-color: #FAFAFA;
}
.pagination strong{
  font-size: 1.5em;
  text-decoration: underline;
}

.dc-category #content-info img {
  max-width:100%;
}