/* BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of Noviny, a Dotclear 2 theme.
#
# Copyright (c) 2003-2008 Olivier Meunier and contributors
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK --------------------------------- */

/* Reset
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

:focus { outline: 0; }

ins { text-decoration: none; } del { text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
}
pre, code, kbd, samp, tt {
	font-size: 1em;
	font-family: "Andale Mono","Courier New",monospace;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* Defaults
-------------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font: 70% Georgia, serif;
}
a {
	text-decoration: none;
	color: #D6661B;
}
a:hover, a:focus {
	text-decoration: none;
	color: #666; 
}

/* Layout
-------------------------------------------------------- */
#page {
	font-size: 1.2em;
}
#wrapper {
	background: #fff;
}
#main {
	background: #fff;
	width: 960px;
	margin: 0 auto;
}
#content {
	padding: 40px 10px 10px;
}

#panel-wrapper {
	clear: both;
	background: transparent;
	color: #000;
}
#panel {
	width: 960px;
	margin: 0 auto;
}
#panel-handler {
	height: 20px;
	background: transparent;
}

div.grid {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
}
div.grid div.grid-l {
	float: left;
	width: 550px;
	margin-bottom: 10px;
}
body.dc-home div.grid div.grid-l  {
    width: 700px;
}

div.grid div.grid-s {
	float: right;
	width: 220px;
	margin-bottom: 20px;
}

#footer {
	padding: 15px 0 20px;
	text-align: center;
	color: #fff;
        background: #000;
        width: 960px;
        margin: 0 auto;
}
#footer a {
	color: #D6661B;
        font-weight: bold;
}
#footer a:hover {
	color: #fff;
}


/* Page header
-------------------------------------------------------- */
#top {
	position: relative;
	width: 940px;
	height: 200px;
	margin: 0 auto;
	background: transparent;
}
#prelude {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 0.8em;
}
#prelude a {
	color: #fff;
	text-decoration: none;
}
#prelude a:focus {
	color: red;
	background: yellow;
}

#top h1 {
	padding: 90px 0 0 0;
	font-size: 60px;
	font-family: Georgia;
        letter-spacing: -2px;
	font-weight: normal;
	width: 700px;
}
#top h1 a {
	color: #D6661B;
}
#top h1 a:hover {
	color: #D6661B;
	border-bottom: 1px dashed;
}

p#blogdesc {
	width: 700px;
	font-size: 1.3em;
	font-style: oblique;
	color: #666;
	margin: 10px 0;
}

#search {
	display: block;
	position: absolute;
	left: 720px;
	top: 10px;
	width: 220px;
        z-index: 10;
        background: #000;
}
#search input.search-field {
	margin: 0 0 0 10px;
	padding: 3px 0 0;
	width: 190px;
	height: 17px;
	border: none;
	background: #fff url(img/search-bg.png) repeat-x top left;
	font-size: 12px;
}
#search span.search-l {
	display: block;
	position: absolute;
	width: 10px;
	height: 20px;
	top: 0;
	left: 0;
	background: transparent url(img/search-l.png) no-repeat top left;
}
#search span.search-r {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	background: transparent url(img/search-r.png) no-repeat top right;
}
* html #search span.search-l, * html #search span.search-r { /* IE6 */
	top: 1px;
}
*+html #search span.search-l, *+html #search span.search-r { /* IE7 */
	top: 1px;
}

#search-suggest {
	width: 220px;
	z-index: 100;
}
#search-suggest li {
	padding: 0 10px 0 10px;
}
#search-suggest li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	background: #333;
	background: rgba(70, 48, 23, 0.9);
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-weight: bold;
	text-decoration: none;
}
#search-suggest ul li:last-child a {
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#search-suggest li.suggest-select a {
	color: #000;
	background: #fff;
}


#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
        padding: 10px 0 0 10px;
        background: #000;
        z-index: 1;
}
#nav li {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break;
	height: 100%;
	margin: 0 40px 0 0;
	padding: 0 0 10px 0;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
* html #nav li { /* IE6 */
	display: inline;
}
*+html #nav li { /* IE7 */
	display: inline;
}
#nav li a {
	color: #bbb;
}
#nav li a:hover, #nav li a:focus {
	text-decoration: none;
	color: #fff;
}
#nav li.nav-active {
	background: transparent url(img/nav-item.png) no-repeat bottom center;
}
#nav li.nav-active a {
	color: #fff;
}

/* Home page elements
-------------------------------------------------------- */
#lead.home-lead {
	position: relative;
	padding: 0 0 20px 0;
        margin-bottom: 20px;
	background: #fff;
	color: #000;
	width: 700px;
}
#lead.home-lead div.block {
	padding: 10px 20px 10px 240px;
}
#lead.home-lead img.front {
	float: left;
	display: block;
	margin: 0;
	width: 220px;
}
#lead.home-lead div.block a {
	color: #D6661B;
}
#lead.home-lead p.category-title {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 5px;
	line-height: 1;
}
#lead.home-lead p.category-title a {
	color: #666;
}
#lead.home-lead div.block h2 {
	font-size: 2em;
	font-family: Georgia;
	letter-spacing: -0.5px;
}
#lead.home-lead div.block h2 a {
	color: #D6661B;
}
#lead.home-lead div.post-content {
	margin: 2px 0;
}
#lead.home-lead div.post-content * {
	margin: 0;
}

#overview {
	margin-left : -20px;
	width : 720px;
	background : transparent;
}
#overview div.block {
	width: 210px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break;
	height: 100%;
	margin: 0 0 20px 20px;
}
* html #overview div.block { /* IE6 */
	display: inline;
}
*+html #overview div.block { /* IE7 */
	display: inline;
}

#overview div.block img.front {
	float: right;
	display: block;
	margin: 0 0 10px 20px;
}
#overview p.category-title {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 5px;
	line-height: 1;
}
#overview p.category-title a {
	color: #666;
}
#overview h2.post-title {
	font-size: 1.5em;
	font-family: Georgia;
}
#overview h2.post-title a {
	color: #000;
}
#overview h2.post-title a:hover {
	color: #D6661B;
}
#overview div.post-content {
	margin: 2px 0 2px 0;
	color: #666;
}
#overview div.post-content p {
	margin: 0;
}

/* Page meta elements
-------------------------------------------------------- */

div#meta  {
       padding-bottom: 50px;
       position: relative;
}

#meta div {
	margin-bottom: 20px;
}
#meta div div {
	margin-bottom: 0;
}

#meta h2 {
	font-size: 1.3em;
	font-weight: bold;
        font-family: Georgia;
	margin: 0 0 15px 0;
	padding: 0 0 13px 0;
	background: transparent url(img/sidebar_sep.png) bottom center no-repeat;
	color: #000;
        text-align: center;
        font-variant: small-caps;
}

#meta div.last-update {
        position: absolute;
        bottom: 0;
        right: 0;
	color: #666;
        text-align: right;
        font-style: italic;
        font-size: 0.9em;
}
#meta div.last-update strong {
	display: block;
	margin-top: 5px;
        font-weight: normal;
}

#meta div.news h3 {
	font-size: 1.1em;
        font-family: Georgia;
        margin-bottom: 0.2em;
}
#meta div.news h3 a {
	color: #333;
}
#meta div.news h3 a:hover {
	color: #D6661B;
}

#meta div.news p {
	margin-bottom: 10px;
	line-height: 1.2;
        color: #666;
}

#meta ul.syndicate {
	margin-bottom: 20px;
}
#meta ul.syndicate li {
	margin-bottom: 5px;
	padding: 3px 0 5px 20px;
	background: #fff url(img/feed.png) no-repeat 0 0;
}

#meta div.category-desc, #meta div.author-desc {
	font-size: 0.9em;
}


#meta span.post-date {
	font-size: 1.3em;
        line-height: 70%;
        font-variant: small-caps;
}
#meta span.post-date span.date-d {
	font-weight:bold;
}
#meta span.post-date span.date-m {
	font-size: 80%;
}
#meta span.post-date span.date-y {
	letter-spacing: -1px;
}
#meta span.post-date span.date-h a {
	font-size: 70%;
    margin-left: 10px;
    color: #666;
}

#meta p.post-author {
	font-size: 1em;
	margin-bottom: 15px;
	margin-top: 5px;
}

body.dc-post, #meta ul.syndicate {
	clear: both;
	margin-bottom: 10px;
}
#meta p.post-category {
	clear: right;
	padding: 0 0 5px 20px;
	margin-bottom: 5px;
	background: #fff url(img/cat-icon.png) no-repeat 0 1px;
	line-height: 1.4;
}

#meta ul.post-tags {
	clear: right;
	padding: 0 0 5px 20px;
	margin-bottom: 5px;
	background: #fff url(img/tag-icon.png) no-repeat 0 0;
	line-height: 1.4;
}
#meta ul.post-tags li {
	display: inline;
}

/* Site extra elements
-------------------------------------------------------- */
#extra {
	clear: right;
}
#extra div {
	margin-bottom: 20px;
}
#extra div div {
	margin-bottom: 0;
}

#extra a  {
	color: #666;
}
#extra a:hover  {
	color: #D6661B;
}

#extra h2 {
	padding: 0 0 13px 2px;
	background: transparent url(img/sidebar_sep.png) bottom center no-repeat;
	color: #000;
	margin-bottom: 10px;
        font-family: Georgia;
        font-weight: bold;
        font-size: 1.3em;
        text-align: center;
        font-variant: small-caps;
}


/* Bottom panel
-------------------------------------------------------- */

#panel  {
        background: transparent url(img/panel_sep.png) no-repeat center top;
        padding-top: 15px;
}

#panel div.widgets {
	padding-top: 20px;
	margin-left: -10px;
	width: 970px;
}
#panel div.widgets div {
	width: 220px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break;
	height: 100%;
	margin: 0 0 10px 20px;
}
* html #panel div.widgets div { /* IE6 */
	display: inline;
}
*+html #panel div.widgets div { /* IE7 */
	display: inline;
}

/* Cancel div.widgets div */
#panel div.widgets div div {
	display: block;
	width: auto;
	vertical-align: auto;
	word-wrap: auto;
	height: auto;
	margin: 0;
}

#panel a {
	color: #666;
}
#panel a:hover  {
	color: #D6661B;
}

/* Widget specifics
-------------------------------------------------------- */
div.widgets h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
        font-variant: small-caps;
}
div .widgets h3  {
       font-weight: normal;
       font-size: 1.2em;
       color: #000;
       font-variant: small-caps;
       margin-bottom: 8px;
}
div.widgets ul {
	margin-bottom: 10px;
	padding-left: 0;
	list-style: none;
}
div.widgets li {
	margin-top: 5px;
	color: #333;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
}

div.widgets div.tags p {
	font-weight: bold;
}
div.widgets div.tags ul {
	border-top: none;
	font-size: 1em;
	text-align: center;
	padding: 0 15px;
}
#extra .tags ul li, div.widgets div.tags ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	border: none;
}
.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%; }

div.widgets div.syndicate ul {
	list-style: none;
	padding: 0;
}
div.widgets div.syndicate ul li {
	margin-bottom: 5px;
	padding: 3px 0 5px 20px;
	background: transparent url(img/feed.png) no-repeat 0 0;
	border: none;
}

/* basic class (b) - always on a div
-------------------------------------------------------- */
div.b p, div.b li, div.b dd {
	text-align: justify;
	line-height: 1.4;
}
div.b p, div.p, div.b table, div.b pre {
	margin: 0 0 1em 0;
}
div.b h1 { font-size:1.7em; }
div.b h2 { font-size:1.5em; }
div.b h3 { font-size:1.3em; }
div.b h4 { font-size: 1.1em; }
div.b h5 { font-size: 1em; }
div.b h6 { font-size: 0.8em; }
div.b h1, div.b h2, div.b h3, div.b h4, div.b h5, div.b h6 {
	margin: 1.2em 0 0.8em 0;
	font-weight:bold;
}
div.b abbr, div.b acronym {
	border-bottom:1px dotted #000000;
	cursor:help;
}
div.b em {
	font-style:italic;
}
div.b 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;
	padding-left: 1em;
	border-left: 1px solid #000;
	line-height: 1.4;
}
div.b blockquote {
	margin-left: 2em;
	margin-right: 2em;
}
div.b ul, div.b ol, div.b dl {
	margin: 1em 0 1em 2em;
}

div.b ol li {
	list-style: decimal outside none;
}
div.b ul li {
	list-style: disc outside none;
}
div.b dl dt {
	font-weight: bold;
}
div.b dl dd {
	margin: 0.2em 0 1em 0.5em;
}
div.b table {
	margin-left: 1px;
}
div.b th, div.b td {
	border:1px solid #000;
	padding:0.5em;
}
div.b th {
	font-weight:bold;
	text-align:center;
}
div.b caption {
	margin-bottom:0.5em;
	text-align:center;
}
div.b fieldset {
  display: block;
  margin: 1em 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 2px groove ThreeDFace;
}
div.b legend {
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  white-space: nowrap;
}

/* Main titles and post titles
-------------------------------------------------------- */
h2.post-title, #lead h2 {
	font-size: 2em;
	font-weight: normal;
}
h2.post-title a {
	color: #D6661B;
}
body.dc-post #lead h2 {
	font-size: 2.8em;
	color: #D6661B;
}
body.dc-post #lead div.post {
	margin-top: 10px;
}


/* Comment count (home and lists)
-------------------------------------------------------- */

p.read-it  {
        margin-top: 5px;
}

span.comment-count {
	vertical-align: middle;
}
h2 span.comment-count {
	font-size: 0.5em;
}
span.comment-count span {
	display: none;
}
span.comment-count a, #lead.home-lead span.comment-count a  {
	padding: 2px 0 1px 25px;
	background: transparent url(img/com-count.png) 0 3px no-repeat;
	text-decoration: none;
	color: #666;
}
span.comment-count a:hover, span.comment-count a:focus, #lead span.comment-count a:hover, #lead span.comment-count a:focus {
	background: transparent url(img/com-count-hov.png) 0 3px no-repeat;
	color: #000;
	text-decoration: none;
}

/* Category page
-------------------------------------------------------- */
#subcategories {
	margin-bottom: 20px;
}
#subcategories h3 {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: normal;
}
#subcategories ul {
	margin-bottom: 10px;
	padding-left: 15px;
	list-style: disc outside;
}
#subcategories ul li {
	margin-top: 5px;
	color: #998f76;
	font-weight: bold;
}

/* Archives page
-------------------------------------------------------- */
#archives {
	margin-left: -20px;
	width: 720px;
}
#archives div {
	width: 220px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break;
	height: 100%;
	margin: 0 0 10px 20px;
}
* html #archives div { /* IE6 */
	display: inline;
}
*+html #archives div { /* IE7 */
	display: inline;
}
#archives h2 {
	margin-left: 20px;
	margin-bottom: 10px;
}
#archives div h3 {
	margin-bottom: 12px;
	font-size: 2.5em;
	color: #D6661B;
}
#archives div ul li {
	margin-bottom: 8px;
	font-size: 1.2em;
        color: #666;
}
#archives div ul li a {
	color: #000;
}
#archives div ul li a:hover {
	color: #D6661B;
}

/* Monthly archive page
-------------------------------------------------------- */
#archive-nav {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

#archive-nav li {
	display: block;
	width: 50%;
	float: left;
}
#archive-nav li.next {
	float: right;
	text-align: right;
}
#archive-nav li a {
	display: block;
	font-size: 1.2em;
	padding: 5px 0;
	background: transparent url(img/nextprev.png) no-repeat 0 0;
}
#archive-nav li.prev a {
	padding-left: 25px;
	background-position: 0 4px;
}
#archive-nav li.next a {
	padding-right: 25px;
	background-position: 100% -95px;
}
#archive-nav li.prev a:hover {
	text-decoration: none;
	background-position: 0 -45px;
}
#archive-nav li.next a:hover {
	text-decoration: none;
	background-position: 100% -144px;
}

body.dc-author h2.post-title, body.dc-archive-month h2.post-title, body.dc-tag h2.post-title  {
      font-size: 1.6em;
}

body.dc-author #lead h2, body.dc-archive-month #lead h2, body.dc-tag #lead h2  {
        margin-bottom: 1em;
}

/* Full post mode & page mode
-------------------------------------------------------- */

body.dc-page #meta, body.dc-post #meta  {
        color: #000;
}
body.dc-page #meta a, body.dc-post #meta a  {
        color: #000;
}
body.dc-page #meta a:hover, body.dc-post #meta a:hover  {
        color: #D6661B;
}
body.dc-page #meta p.post-author a, body.dc-post #meta p.post-author a  {
        color: #D6661B;
}
body.dc-page #meta p.post-author a:hover, body.dc-post #meta p.post-author a:hover  {
        color: #000;
}

/* Post class (in lists and in post page)
-------------------------------------------------------- */
div.post {
	clear: both;
	margin: 0 0 20px 0;
}

div.post p.post-info {
	margin-top: 3px;
}
div.post span.post-date {
	font-style: oblique;
}
div.post div.post-content {
	margin: 10px 0 0 0;
}
div.post div.post-content * { /* Only found in lists */
	margin: 0;
}

div.post.post-excerpt {
	margin-bottom: 2em;
	font-size: 1.1em;
}


/* Attachments
-------------------------------------------------------- */
#attachments {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}
#attachments h3 {
	font: bold 1.4em;
}
#attachments li {
	background: transparent url(img/attach.png) no-repeat 0 50%;
	padding-left: 16px;
	margin-top: 1em;
}
#attachments li.video {
	background: none;
	padding-left: 0;
}

/* Comments list
-------------------------------------------------------- */
#comments {
	clear: both;
	margin-top: 10px;
}
#comments h3 {
	font: bold 1.4em;
        padding-bottom: 13px;
        background: transparent url(img/comment-titles.png) center bottom no-repeat;
        font-variant: small-caps;
        margin: 30px 0;
}
#comments dl {
	margin: 10px 0;
	overflow: hidden;
}
#comments dt {
	margin: 0;
	float: left;
	clear: left;
	width: 80px;
	position: relative;
}

#comments dd {
	margin: 0 0 40px 100px;
	padding: 0;
	text-align: justify;
}
#comments dd.me {
	border-left-color: #3f6d90;
}
#comments dd p {
	line-height: 1.4;
	margin: 0 0 0.6em 0;
}
#comments dd cite {
	display: block;
	margin: 10px 0;
	font-style: normal;
}
#comments dd cite a  {
        font-weight: bold;
}
#comments dd.ping p { /* For pings */
	font-size: 0.9em;
	font-style: oblique;
}
#comments span.comment-date {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	margin: 0 0 10px 0;
	text-align: center;
        padding-left: 25px;
        background: transparent url(img/com-bullet.png) top left no-repeat;
}
#comments dt span.comment-date span  {
        display: block;    
}
#comments span.comment-date span {
       color: #666;
}
#comments span.comment-date span.date-d {
       font-weight: bold;
}
#comments span.comment-date span.date-m {
	font-variant: small-caps;
}
#comments span.comment-date span.date-y {
}
#comments span.comment-date span.date-h {
	font-weight: normal;
        display: block;
}
p#ping-url {
	margin: 10px 0 0 100px;
	padding: 5px 0 0 0;
	font-size: 0.9em;
	color: #666;
}

/* Messages & preview
-------------------------------------------------------- */
#pr {
	margin: 10px 0 20px;
}
#pr dd {
	margin: 10px 0 10px 0;
	padding: 10px;
	background: #eee;
	border-left: 2px solid #ccc;
}
#pr dd p {
	line-height: 1.4;
	margin: 0 0 0.6em 0;
}
#pr h3 {
	font: bold 1.2em;
}
#pr.message, #pr.error {
	padding: 0.6em 10px;
	font-weight: bold;
	background: #e1ffe1;
	border: 2px solid #448744;
	color: #448744;
}
#pr.error {
	background: #ffecec;
	border-color: #e83232;
	color: #e83232;
}

/* Comment form
-------------------------------------------------------- */
input.preview, input.submit {
	width: auto;
	padding: 2px 3px;
	outline: none;
	background: #333;
	color: #fff;
	border: none;
	cursor: pointer;
}
input.submit {
	font-weight: bold;
}
input.preview:focus, input.submit:focus, input.preview:hover, input.submit:hover {
	color: #fff;
        background: #D6661B;
}

#comment-form {
	clear: both;
	padding-left: 100px;
        background: transparent url(img/com-sidebar.png) 15px 35px no-repeat;
}
#comment-form h3 {
	background: #fff; /* IE stuff */
	font: bold 1.4em;
        margin: 0 0 10px -100px;
        padding-bottom: 13px;
        background: transparent url(img/comment-titles.png) center bottom no-repeat;
        font-variant: small-caps;
}
#comment-form h3.add-comment {
	padding-bottom: 30px;
}
#comment-form fieldset {
	display: block;
        padding-top: 10px;
}
#comment-form fieldset label {
	cursor: pointer;
        margin-bottom: 6px;
}
#comment-form fieldset p {
	margin: 0 0 1em;
	line-height: 1.2;
}
#comment-form fieldset p.remember * {
	vertical-align: middle;
}
#comment-form fieldset p.remember label {
	padding-bottom: 0;
}
#comment-form fieldset p.field label {
	display: -moz-inline-box;
	display: inline-block;
	width: 12em;
}
#c_name, #c_mail, #c_site, #c_subject, #c_content, #c_message {
	border: 1px solid #333;
	padding: 2px 1px;
	background: #fff;
	color: #000;
        display: block;
}
#c_name, #c_mail, #c_site, #c_subject {
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: inherit;
	font-family: inherit;
}
#c_name {
	background-image: url(img/form-icons.png);
	background-position: 3px 4px;
}
#c_mail {
	background-image: url(img/form-icons.png);
	background-position: 3px -15px;
}
#c_site {
	background-image: url(img/form-icons.png);
	background-position: 3px -37px;
}
#c_subject {
	background-image: url(img/form-icons.png);
	background-position: 3px -57px;
}
#c_content, #c_message {
	width: 98%;
	font-size: inherit;
	font-family: inherit;
	line-height: 1.5;
        margin-top: 6px;
}
#c_name:hover, #c_mail:hover, #c_site:hover, #c_content:hover,
#c_name:focus, #c_mail:focus, #c_site:focus, #c_content:focus {
	border-color: #d6661b;
}

#comment-form p.form-help  {
        color: #666;
        font-style: italic;
}
