/*
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of Glossyblue.
#
# Copyright (c) 2008 Pixials
# Contributor: Pierre Van Glabeke
# Licensed under the CreativeCommons version 2.0 license.
# See LICENSE file or
# http://creativecommons.org/licenses/by-nc/2.0/fr/
#
# -- END LICENSE BLOCK ------------------------------------
*/
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(img/main-bg.gif);
	margin: 0px;
	padding: 0px 0px 30px;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(img/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}

pre {
	overflow: auto;
	width: 95%;
	height: auto;
}
*>pre {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Layout
-------------------------------------------------------- */
#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(img/content-bg.gif) repeat-y;
}

#top {
	background: #0FACEA url(img/header-bg.jpg) no-repeat;
	height: 170px;
	border-bottom: 3px solid #59780a;
	position: relative;
}
#topimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#top .desc{
	margin-top: 10px;
	color: #c9eefe;
	font-size: 14px;
}

#supranav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#supranav li {
	float: left;
	margin-left: 5px;
}
#supranav .active a, #supranav .active a:visited{
	color: #000000;
	text-decoration: none;
}
#supranav li a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(img/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#supranav li a:hover {
	color: #000000;
}
#prelude {
	position: absolute;
	top: 7px;
	right: 7px;
	margin: 0;
	padding: 0;
	color: #ededed;
}
#prelude a {
	color: #ededed;
}
#prelude a:focus, #prelude a:hover {
	background: yellow;
	color: red;
	text-decoration: none;
}
#wrapper {
	width: 760px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 20px 0;
}

#main {
	width: 510px;
	float: left;
}

#content {
	padding: 0 25px;
}

#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 240px;
	color: #666666;
	overflow: hidden;
}
#blognav, #blogextra {
	padding-left: 20px;
}

#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;
	background: #e0e0e0;
	color: #9ac528;
	text-align: center;
	font-size: 1.2em;
}
#footer p a, #footer p a:visited {
	color: #fff;
}

/* Sidebar styles
-------------------------------------------------------- */
#sidebar h2 {
	margin: 0;
	color: #758d38;
	border: 0px;
}
#sidebar h3 {
	margin: 1em 0 0.5em;
	color: #758d38;
	border: 0px;
}

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

#sidebar ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	border-top: 1px solid #CFE1AC;
}

#sidebar ul ul {
	border-top: 0;
	border-bottom: 0;
	margin: 5px 0 0;
}
#sidebar li {
	display: block;
	margin: 0;
	padding: 4px 0;
	border-bottom: 1px solid #CFE1AC;
}
#sidebar li a {
	color: #6B6B6B;
	text-decoration: none;
}
#sidebar li a:hover, #sidebar li a:focus, #sidebar li a:active {
	color: #9ac528;
}

#sidebar ul ul li{
	border-bottom: 0;
	padding:0 0 3px;
}

#search fieldset {
	margin: 15px 0 0;
	border: 0px;
}

#q {
	border:1px solid #203346;
	width: 145px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
#search .submit {
	background: url(img/search-btn-bg.gif) no-repeat;
	border: none;
	width: 37px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

#topnav ul {
	border-bottom: 1px solid #CFE1AC;
	padding: 4px 0;
}
#topnav li {
	display: inline;
	border-bottom: none;
}

#sidebar .syndicate li {
	background: url(img/mini-rss.gif) no-repeat;
}

#sidebar .links li {
	background: url(img/mini-blogroll.gif) no-repeat;
	padding-left: 22px;
}

#sidebar .categories li {
	background: url(img/mini-category.gif) no-repeat;
	padding-left: 22px;
}

#sidebar .selected li, #sidebar .lastposts li {
	background: url(img/mini-page.gif) no-repeat;
	padding-left: 22px;
}

#sidebar .lastcomments li {
	background: url(img/mini-comments.gif) no-repeat;
	padding-left: 22px;
}

#blognav li {
	background: url(img/mini-monthly-archive.gif) no-repeat;
	padding-left: 22px;
}
#sidebar .categories li.category-current {
	font-weight: bold;
}
#sidebar .categories li.category-current li {
	font-weight: normal;
}
#sidebar img {max-width:220px;}
#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
-------------------------------------------------------- */
.day-date{
	display: none;
}

.post-date {
	width: 45px;
	height: 50px;
	text-align: center;
	padding: 2px 2px 0 0;
	line-height: 140%;
	float: left;
	background: url(img/date-bg.gif) no-repeat;
	font-size: 1.4em;
	color: #999999;
}

.post-date span {
	height: 16px;
	display: block;
	font: normal 8px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 0px;
}

.post {
	margin: 0 0 2em 0;
}
.post-title {
	color: #758d38;
	font-size:1.8em;
}
.post-info {
  margin-top:4px;
	margin-bottom: 10px;
}
.post-info-cat {
	background: transparent url(img/mini-category.gif) no-repeat left top;
	padding-left: 20px;
}

#content-info{
	margin-bottom: 20px;
}

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

.post-info-comment{
	text-align: right;
	float: right;
	color: #aaa;
	background: transparent url(img/mini-comments.gif) no-repeat left top;
	padding-bottom: 1ex;
	padding-left: 20px;
}

.post-info-addcomment{
	text-align: right;
	float: right;
	color: #aaaaaa;
	background: transparent url(img/mini-down-arrow.gif) no-repeat left top;
	padding-bottom: 1ex;
	padding-left: 20px;
}

.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 0.25em;
	padding: 5px 0 5px 22px;
}

/* Post content
-------------------------------------------------------- */
.post-content, .post-excerpt, #comments dd, #pings dd, dd.comment-preview {
	line-height:1.4em;
}

.post-content acronym, .post-excerpt acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

.post-content pre, .post-excerpt pre {
	padding: 10px ;
	font: 1.1em 'courier new', courier, monospace;
}

.post-content ul, .post-excerpt ul, .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;
	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 h3, #comment-form h3, #pings h3 {
	border-bottom: 1px dotted #CCCCCC;
}

#comments dt {
	margin: 1.5em 0 0 0;
	padding: 5px 0 16px 0;
	padding-left: 0px;
}
#comments dt.me {
}
#comments a.comment-number {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 1.2em;
}
#comments dd {
	margin: 0;
	padding: 1px 1em 0.5em 1em;
	background: #f1fedb;
	color:#6b6b6b;
}
#comments dd.me {
	background-color:#f5f9d9;
	color:#6b6b6b;
}
#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: 6px 1% 0 0;
	width: 29%;
	float: left;
	text-align: right;
}

#comment-form input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#comment-form textarea{
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#comment-form textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}

#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 {
	background: url(img/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
#comment-form input.preview:hover, #comment-form input.submit:hover {
	
}

#comments-feed{
	background: url(img/mini-rss-footer.gif) no-repeat;
	padding-left: 2px;
	margin-left: 10px;
}
/* navigation */
#navlinks, .pagination {text-align:center;}
/* Footer area
-------------------------------------------------------- */
#footer {
	clear: both;
	background: #048DB4 url(img/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
	padding-top: 0px;
}
#footer a, #footer a:visited {
	color: #ffffff;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}

#footer p{
	background: transparent;
	margin: 0;
	padding: 0;
	color: #ACD7EE;
	font-size: 95%;
	text-align: left;
}
.footer-recent-posts, .footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts dl, .footer-recent-comments dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-recent-comments dt {
	background: url(img/mini-footer-comments.gif) no-repeat;
	padding: 0 0 0 20px;
	font-weight:bold;
}
.footer-recent-posts dt {
	background: url(img/mini-footer-post.gif) no-repeat;
	padding: 0 0 0 20px;
	font-weight:bold;
}
.footer-recent-posts dd, .footer-recent-comments dd {
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(img/footer-right-bg.gif) no-repeat;
}

#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 25px;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(img/mini-rss-footer.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(img/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/* add brol */
.post-content img, .post-excerpt img,
.content-inner img {
  max-width:460px;
}
.dc-category #content-info {margin-bottom:5px;}
.dc-category #content-info p img {
  max-width:460px;
  margin: 5px 0 0 0 !important;
}
#subcategories {
	margin: 0 0 1em 0;
	padding: 0.5em;
}

