/*  
Theme Name: Amazing Grace adapted by Valéry Toda for Lonam Magazin
Theme URI: http://www.prelovac.com/vladimir/wordpress-themes/amazing-grace
Description: Amazing Grace is a lightweight, super-optimized WordPress theme packed with features (SEO, Adsense & Widget Ready).
Tags: fixed width, widgets, valid CSS, valid XHTML, SEO, SEO friendly, adsense, custom header, three columns, clean, right sidebar, gray, green, brown, photoblogging, widget ready, simple, gravatars
Author: Vladimir Prelovac adapted by Valéry Toda(todaval*gmail.com)*=at

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/*************************************
 +Containers
 *************************************/
 
body {
	color: #000;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 72.5%;
	line-height: 1.4;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#wrap {
	position: relative;
	padding-top: 1em;
	width: 1004px;
	z-index: 2;
	background-color: #fff;
	border: 4px solid #e3e3e3;
	margin: 15px auto;
}

#wrap a {
	text-decoration: none;
	color: #0192bc;
}

#header {
	width: 990px;
	height: 120px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#portrait-bg {
	position: absolute;
	width: 319px;
	height: 221px;
	right: 0;
	top: 0;
}

#rss-big {
	position: absolute;
	background: url(images/rssbig.jpg);
	width: 111px;
	height: 67px;
	top: 126px;
	left: 25px;
}

#content {
	margin-top: 110px;
	font-size: 1.1em;
	float: left;
	width: 550px;
	padding: 0 0 0 1em;
	text-align: justify;
}

#searchbox{
	margin-top: 90px;
	float:right;
	margin-right: 25px;
}

.sideflag{
	width: auto;	
	margin: 0px;
	padding: 8px;
	background: url(images/bgflag.jpg) no-repeat;
}

#sidebar-left {
	
	margin-top: 10px;
	font-size: 1em;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 238px;
	padding: .5em .2em 2em 1em;
}

#sidebar-right {
	margin-top:10px;
	font-size: 1em;
	float: left;
	margin-left: 8px;
	margin-bottom: 20px;
	width: 153px;
	padding: .5em .2em 0em 0em;
}

.sidebar-nav {
	margin-bottom: 5px;
	margin-left: 0px;
	background: #FCFCFC;
	border: 1px #ccc solid;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	padding: 5px;
}

.sidebar-nav-swf {
	margin-bottom: 5px;
	margin-top: 5px;
	background: #FCFCFC;
	padding: 3px;
}


.displayedimg {
	display: block;
	margin-left: auto;
	margin-right: auto
}


#footer {
    color: #e6e6e6;
	font-size: 1em;
	clear: both;
	text-align: center;
	padding: 1em;
	padding-left: 0;
	padding-right: 0;
	background-color: #e3e3e3;
}

/*************************************
 +Search form
 *************************************/

.search-form {
	font-size: 1.2em;
	float: left;
	width: 155px;
}

.search-form input {
	width: 125px;
	margin: 12px 0 0 10px;
	border: 0px;
	background: #f9f9f9;
	color: #454545;
}

/*************************************
 +Footer
 *************************************/

#credits {
	margin: 55px 0 -10px;
	background-color: #737363;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #b2b2b2;
}

.rss {
	background: url(./images/rss.png) no-repeat;
	padding-bottom: 6px;
	padding-left: 20px;
}

/*************************************
 +Hn, a and p
 *************************************/

a {
	color: #0192bc;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	letter-spacing: -.1px;
	margin: 0;
}


#header h1 a {
	color: #424242;
}

.entrytitle {
	text-align: left;
}

.entrytitle h3 {
	font-size: 1.5em;
	color: #0192bc;
}

.entrytitle h1 a,.entrytitle h2 a {
	color: #0192bc;
}

.entry_cat {
	border-left: 4px solid #d46700;
	padding-left: 4px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
}

.entry_cat a {
	color: #d46700;
	text-transform: uppercase;
}

.entrytitle h1,.entrytitle h2 {
	text-align: left;
	color: #0192bc;
	font-size: 22px;
}

#rss-big a {
	display: block;
	width: 110px;
	height: 64px;
}

blockquote {
	display: block;
	background: #FCFCFC  none repeat scroll 0 0;
	padding: 2px 10px;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
}

pre {
	max-width: 580px;
	font-size: 12px;
	padding: 10px;
	overflow: auto;
	clear: both;
}

code {
	font-size: 12px;
	max-width: 580px;
	padding: 10px;
	clear: both;
	overflow: auto;
}

/*************************************
 +Entry
 *************************************/

.entry {
	margin-bottom: 0;
	text-align: justify;
}

.entry a:hover {
	background-color: #ffffff;
}

.entry p {
	margin: 0;
	padding: 0 0 10px;
}

.entry h3 {
	font-size: 1.3em;
	padding-bottom: .3em;
}

.entry h4 {
	font-size: 1.1em;
	padding-bottom: 0.2em;
}

.entry img {
	max-width: 580px;
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
}

.entrybody {
	padding-bottom: 5px;
	overflow: auto;
	text-align: justify;
}

.entrybody p{
	padding-bottom: 15px;	
}

.entrybody div{
	margin-bottom: 6px;
}


.entrybody a {
	
}

.entry code {
	font-size: 1.1em;
	text-align: left;
	padding: .2em;
}

.entrymeta {
	padding-top: .5em;
	border-top: 1px dotted #ccc;
	margin-bottom: 3em;
	clear: both;
}

.postedby {
	background: url(./images/user.png) no-repeat;
	padding: 2px 3px 3px 20px;
}

.filedto {
	background: url(./images/post.png) no-repeat;
	padding: 2px 3px 3px 20px;
}

.more{
	float: left;
	width: 150px;
}

.commentslink {
	background: url(./images/comment.png) no-repeat;
	padding: 1px 2px 2px 21px;
	float: right;
}


#btitle {
	float: left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	width: 990px;
	line-height: 1;
}

#logo {
	float: left;
	width: 315px;
	padding: 5px;
	text-align: center;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border: 1px #d46700 solid;
	background-color: #d46700;
}

#btitle a {
    color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#description {
	float: left;
	width: 315px;
	color: #c8c8c7;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 12px;
}

#headerbanner {
	float: right;
	width: 500px;
	height: 60px;
	margin-left: 160px;
}

#headerbanner a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#ad_banner {
	float: left;
	width: 500px;
	padding-bottom: 120px;
}

#subscribe {
	margin-top: 0px;
	margin-left: 0px;
	float: right;
}

#subscribe .title {
	float: left;
	border-right: 1px dotted #0192bc;
	text-align: right;
	padding-right: 14px;
	padding-bottom: 22px;
	line-height: 18px;
	color: #000;
}

.attached-image {
	float: right;
	margin-left: 15px;
}

#subscribe .column {
	float: left;
	width: 90px;
	padding-left: 4px;
    line-height: 15px;
}

#subscribe .column a {
    font-size: 12px;
	color: #0192bc;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
}

#subscribe a {
	height: 24px;
	display: block;
	text-decoration: none;
	padding: 10px 0 0 26px;
}

#subscribe a.subabo {
	background: url(./images/abo.png) no-repeat left top;
}

#subscribe a.subtwitter {
	background: url(./images/tweeter.png) no-repeat left top;
}

#subscribe a.subrss {
	background: url(./images/rss.png) no-repeat left top;
}

#subscribe a.subcontact {
	background: url(./images/contact.png) no-repeat left top;
}

.postinfo {
	margin-top: 3px;
	list-style: none
}

.postinfo img {
	margin: 0;
	padding-right: 3px;
}

.entrydate .dateMonth {
	font-size: 10px;
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 3px 0 0;
}

.entrydate .dateDay {
	font-family: Times New Roman,Helvetica,Sans-Serif;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	color: #888;
	margin: 0;
	padding: 3px 0 0;
}

.entrydate .dateYear {
	font-size: 9px;
	padding: 0 0 0 1pt;
}

.entrydate {
  float: right;
	height: 53px;
	margin-left: 5px;
	margin-top: 5px;
	width: 49px;
}

.entrytitle_wrap {
	padding-bottom: 10px;
}

.avatar {
	color: #FFF;
	clear: right;
	float: left;
	margin: 0 15px 0 0;
	padding: 2px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #FCFCFC;
	padding-top: 4px;
	border-radius: 3px;
	margin: 10px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.socbook,.alignright {
	float: right;
}

/*************************************
 +Sidebar
 *************************************/

#sidebar ul {
	list-style-type: none;
	clear: both;
	margin: 0 0 0em;
	padding: 0;
}

#sidebar ul li,#sidebar ul li a {
	padding-top: .2em;
	padding-bottom: .2em;
	padding-right: .2em;
}

#sidebar ul li:hover,#sidebar ul li a:hover {
	
}

#sidebar ul.children {
	margin: 0 0 0 10px;
}

#sidebar ul ul {
	margin: 0 0 0 10px;
}

#sidebar h2 {
	color: #6F6F6F;
	font-size: 1.5em;
	margin-top: 1em;
}

#sidebar h4 {
	color: #151515;
	font-size: 1.5em;
}

#sidebar-left #cat {
	width: 195px;
	border: 1px solid #CCC;
}

#sidebar-right #cat {
	width: 150px;
	border: 1px solid #CCC;
}

#sidebar img {
	/*max-width: 140px;*/
	border: 0;
}

/*************************************
 +Menu
 *************************************/

.menu {
	position: absolute;
	width: 100%;
	margin-bottom: auto;
	padding: 0;
/

*background: #737363;*/


/

*ove

rflow: hidden;*/
  

/

*bac

kground-color:#737363 ;*/
}

/*************************************
 +Menu Categories
 *************************************/

#catmenu {
	position: absolute;
	width: 555px;
	left: 138px;
	top: 151px;
	margin: 0;
	padding: 0;
	height: 29px;
	overflow: hidden;
}

#catmenu ul {
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#catmenu li {
	float: left;
	border-bottom: 0;
}

#catmenu li a {
  color: #000;
	margin-left: .5em;
	display: block;
	padding: 8px 10px 5px;
}

#catmenu li.current-cat a {
	background: #a7a37e;
	color: #fff;
	margin-left: .5em;
	display: block;
	padding: 8px 10px 5px;
}

#catmenu li a:hover {
	background: #f;
	color: #fff;
}

#catmenu ul li ul {
	display: none;
}

/*************************************
 +Comments
 *************************************/

div.postinfo ul {
	list-style: none
}

.commentsblock,contactform {
	font-size: 1em;
	clear: both;
	padding-top: 20px;
}

.commentsblock textarea,.contactform textarea {
	width: 538px;
}

.commentsblock input,.commentsblock textarea,.contactform input,.contactform textarea {
	border: 1px solid #d1d1d1;
}

.commentauthor {
	display: block;
	font-size: 1.5em;
}

ol.commentlist {
	color: #505247;
	font-size: 1em;
	list-style-type: none;
	padding: 0;
	margin: 1.5em 0;
}

ol.commentlist a {
	color: #0192bc;
}

ol.commentlist a:hover {
	
}

.commentlist li {
	margin-bottom: .5em;
	padding: 8px;
	overflow: auto;
}

.commentlist p {
	text-transform: none;
	font-size: 1em;
	margin: 10px 5px 10px 59px;
}

.commentlist blockquote p {
	margin: 10px 5px;
}

.commentlist blockquote {
	margin: 10px 0 10px 59px;
}

.commentlist .children {
	padding-left: 0px;
}

#commentform p {
	margin-left: 0px;
}

.alt {
	background: #eeeeee;
}

.comment_headings {
	font-size: 1.3em;
	color: #6C6C6C;
}

.vcard {
	font-size: 1em;
}

.vcard cite {
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
}

.commentsblock h3 {
	font-weight: bold;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
}

.commentsblock textarea:focus,.contactform textarea:focus,.commentsblock textarea:focus,.commentsblock input:focus,.contactform textarea:focus,.contactform input:focus {
	background: #eee;
	border: 1px solid #a1a1a1;
}

/*************************************
 +Flickr
 *************************************/

#flickr {
	margin: 0 1em 0 .5em;
	padding: 0em;
}

#flickr img {
	border: 0px;
}

#flickr a {
	background: #FFF;
	border: 1px dotted #ccc;
	float: left;
	display: inline;
	margin: 0.7em;
	padding: 5px;
	width: 75px;
	height: 75px;
}

#flickr a:hover {
	border: 1px dotted #000;
}

/*************************************
 +Misc
 *************************************/

#ad_block {
	background: #fcfcfc;
	text-align: center;
	margin: 1em 0;
	padding: 10px 0;
}

#ad_block_middle {
	background: #eeeeee;
	text-align: center;
	margin: 1em 0 0;
	padding: 10px 0;
}

img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

/*************************************
 +Vlado
 *************************************/

.relpost {
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
	color: #6C6C6C;
}

.relpost ul {
	list-style-type: none;
	padding: .01em;
}

.endate {
	color: #6F6F6F;
	width: 100px;
	float: right;
	margin-top: 10px;
    font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 75.5%;
	text-align: right;
}

#ftnav {
	margin: 0 0 5px;
}

.navigation {
	padding-bottom: 30px;
}

.sticky {
	border: 1px solid #bbb;
	border-width: 1px 0;
	background: #FCFCFC;
	padding: 15px;
	margin-bottom: 25px;
}

.tagarchive h1 {
	font-size: 29px;
	padding-bottom: 18px;
}

#logowm {
	text-align: center;
}

#logowm abbr {
	text-align: center;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
}
#logownmin{
	text-align: center;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 10px;
}

#imglogo {
	width: 148px;
	height: 170px;
	background: url(./images/logowm2010.png) no-repeat;
}

#sidebarnav-head1 {
	width: 100%;
	background-color: #d46700;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-bottom: 5px;
}

#sidebarnav-head1 h4 {
	text-align: center;
	color: #fff;
}

#sidebarnav-head2 {
	width: 100%;
	background-color: #d46700;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-bottom: 5px;
}

#sidebarnav-head2 h4 {
	text-align: center;
	color: #fff;
}

#sidebarnav-head3 {
	width: 100%;
	background-color: #d46700;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-bottom: 5px;
}

#sidebarnav-head3 h4 {
	text-align: center;
	color: #fff;
}
/*styles for abo formular*/

.uniForm {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	padding: 10px 0;
}

/* Some generals */

.uniForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
	margin: 0 0 6px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #efefef;
}

.uniForm fieldset legend {
	color: #000;
    margin: 0;
	padding: 0;
	margin: 0 0 .5em 0;
	font: bold small-caps 100%/100% "lucida grande", "lucida sans unicode", "trebuchet ms", arial, verdana, sans-serif;
	letter-spacing: .1em;
	color: #93b5be;
}

.ctrlHolder {
    overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	background: #;
	margin: 0;
	padding: 7px 4px;
}

.buttonHolder {
	overflow: hidden;
	clear: both;
    background: #;
	margin: 10px 0 0 0;
	padding: 10px;
	text-align: right;
}

.resetButton {
	
}

.submitButton {
	
}

.uniForm .inlineLabel {
	width: auto;
	float: none;
	display: inline;
    margin: 0 2em 0 0;
	font-weight: normal;
}

.uniForm .inlineLabel input {
	
}

/* Highlighting the rows on input focus */

.focused {
	background: #;
	border: 1px solid #EFE795;
	border-width: 1px 0;
	padding: 6px 4px;
}

/* Styles for form controls where labels are in line with the input elements */

/* Set the class to the parent to .inlineLabels */

.inlineLabels .ctrlHolder {
	
}

.inlineLabels label,
.inlineLabels .label {
	float: left;
	margin: .3em 0 0 0;
	padding: 0;
	line-height: 100%;
	width: 35%;
	font-weight: bold;
}

.inlineLabels .textInput,
.inlineLabels .fileUpload {
	float: left;
	width: 58%;
	border: 2px solid #dfdfdf;
}

.inlineLabels .fileUpload > input {
	
}

.inlineLabels .selectInput {
	float: left;
	width: 59%;
	border: 2px solid #dfdfdf;
}

.inlineLabels textarea {
	float: left;
	width: 58%;
    border: 2px solid #dfdfdf;
	height: 12em;
}

.inlineLabels .formHint {
	clear: both;
	color: #999;
	margin: .5em 0 0 30%;
	padding: 3px 0;
	font-size: 80%;
}

/* inlineLabels esthetics */

.inlineLabels .formHint strong {
	padding: 0 0 0 14px;
	background: 0 0 no-repeat;
	display: inline-block;
}

/* ########################################################################## */

/* Styles for form controls where labels are above the input elements */

/* Set the class to the parent to .blockLabels */

.blockLabels .ctrlHolder {
	
}

.blockLabels label,
.blockLabels .label {
	display: block;
	float: none;
	margin: .3em 0;
	padding: 0;
	line-height: 100%;
	width: 60%;
	font-weight: bold;
	width: auto;
}

.blockLabels 
.label {
	float: left;
	margin-right: 3em;
}

.blockLabels .textInput {
	float: left;
	width: 60%;
    border: 2px solid #dfdfdf;
}

.blockLabels .selectInput {
	float: left;
	width: 30%;
    border: 2px solid #dfdfdf;
}

.blockLabels textarea {
	display: block;
	float: left;
	width: 60%;
    border: 2px solid #dfdfdf;
	height: 12em;
}

.blockLabels .formHint {
	float: right;
	margin: 0;
	width: 38%;
	clear: none;
    color: #999;
	font-size: 80%;
	font-style: italic;
}

/* blockLabels esthetics */

.blockLabels .ctrlHolder {
	margin-top: -1px;
}

.blockLabels .focused {
	padding: 7px 4px;
}

/* ########################################################################## */

/* Focus pseudoclasses */

.ctrlHolder .textInput:focus {
	border-color: #DFD77D;
}

div.focused .textInput:focus {
	
}

div.focused .formHint {
	color: #000;
}

/* Required asterisk styling, use if needed */

label em,
.label em {
	display: block;
	position: absolute;
	left: 28%;
	font-style: normal;
	font-weight: bold;
}

.blockLabels label em,
          .blockLabels .label em {
	position: static;
	display: inline;
}

/* Messages */

.uniForm #errorMsg {
	background: #;
	border: 1px solid #df7d7d;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	padding: 1em;
}

.uniForm .error,
.uniForm .blockLabels.ctrlHolder.error {
	background: #;
	border: 1px solid #df7d7d;
	border-width: 1px 0;
	position: relative;
}

.uniForm #errorMsg dt,
.uniForm #errorMsg h3 {
	margin: 0 0 .5em 0;
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	padding: 2px 0 2px 18px;
	background: 0 0 no-repeat;
}

.uniForm #errorMsg dd {
	margin: 0;
	padding: 0;
}

.uniForm #errorMsg ol {
	margin: 0;
	padding: 0;
}

.uniForm #errorMsg ol li {
	margin: 0;
	padding: 2px;
	list-style-position: inside;
	border-bottom: 1px dotted #df7d7d;
	position: relative;
}

.uniForm .errorField {
	margin: 0 0 3px 0;
}

.uniForm .inlineLabels .errorField {
	margin-left: 30%;
}

.uniForm .errorField strong {
	background: #;
	padding: 1px 3px 3px 3px;
}

.ctrlHolder.error input,
.ctrlHolder.error input:focus {
	border-color: #DF7D7D;
}

.ctrlHolder.error.focused {
	padding: 7px 4px;
}

/*new css fix for menu*/

#nav {
	background: #737363;
	border-bottom: 1px solid #FFF;
	height: 32px;
	font-size: 13px;
	position: relative;
}

#nav li {
	margin: 0px 10px;
	padding: 5px 5px 10px;
}

#nav li, #subnav li {
	float: left;
	list-style: none
}

#nav a, #nav a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold
}

ul#subnav {
	float: left;
	position: absolute;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0px;
}

#nav a:hover, #nav a:active,
li.current_page_parent a,
li.current_page_parent a:visited,
#nav li.current_page_item a,
#nav li.current_page_item a:visited {


/*	background: #98968A*/
	color: #ff9200;
}

#subnav {
	background: #98968A;
	border-top: 2px solid #737363;
	border-bottom: 2px solid #737363;
	height: 28px;
}

ul#nav{
	margin: 0px;
	padding: 0px;
}

#subnav li {
	padding: 5px 5px 10px;
	margin: 0px 0px 0px 10px;
}

#subnav a, #subnav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	text-decoration: underline
}

ol.commentlist li.comment_entry .comment_author{
	display: block;
	font-size: 1.5em;
	padding-bottom: 8px;
}

ol.commentlist li.comment_entry .comment_content{
	background-color: #fcfcfc;
	padding: 8px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
}

div.imageSub { position: relative; }
div.imageSub img { z-index: 1;}
div.imageSub div {
    position: absolute;
    bottom: 10px;
    padding: 0px;
    height: 30px;
    line-height: 15px;
    text-align: left;
    overflow: hidden;
}

div.imageSub div.blackbg {
    z-index: 2;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
	width: 228px;
	height: 50px;
}
div.imageSub div.label {
    z-index: 3;
    color: white;
	margin: 10px 5px;
}


