/*body  {
	background: #e2e2e2 url(default/header.jpg) repeat-x top left;
}*/

h1, h2, h3, h4, h5, h6  {
	color: #000000;
}

/*a  {
	color: #B61F23;
}*/

/* STRUCTURE */


/*.mytag {
	padding-left: 10px; 
	font-size: 9px;
	color: #fff;
}
.mytag a:hover {
	text-decoration: underline;
	color: #abd1ea;
}	*/

#rss a  {
	color: #fff;
}

#tagline {
	background-color:#ffffff;
}

/* NAVIGATION */

#navg  {
	background: #921011 url(default/navbg.jpg) repeat-x top left;
}

#navg ul li a  {
	color: #fff;
}

.current_page_item a:link, .current_page_item a:visited  {
	color: #A01B1F !important;
	background-color: #ffffff !important;
}

#content  {
	background:url(../../../../../webimages/background.png);
	background-repeat: repeat-y;	
	
}

#bottom  {
	background-color: #f2f7fb;
	padding:20px 0;
	border-left: 1px dotted #a6b3b9;
	border-right: 1px dotted #a6b3b9;	
}


/* BLOG CSS */

.post {
	color: #efefef;
}

.post  h2{
	font-size: 17pt;
	color: #fff;
	letter-spacing: -1px;
}

.post h3 {
	color: #fff;
}

.post p.categories span  {
	background-color: #A01B1F;
	/*color: #fff;*/
}

.post p.categories span a  {
	/*color: #fff;*/
}

.post p.categories span.date a  {
	/*color: #286697;*/
}

.post p.categories span.date  {
	background-color: #ffffff;
	/*color: #000000;*/
	margin-left:5px;
}

/*.screenimg span a {
	background: url(../../../../images/bg-trans.png) repeat;
}*/

.theme .tags, .theme .tags a, .theme .rating, .post-ratings-text {
	color: #808A8E !important;
}

h2.title a  {
	color: #000;
}


.theme h2 a {
	color: #fff;
}	

.theme h2 a:hover {
  text-decoration: none;
  color: #abd1ea;
}

.theme p.date {
	color: #fff;
}

.theme p.tags a:hover {
	text-decoration:underline;
}
.post p.comments a  {
	background: url(default/comments.jpg) no-repeat center left;
	color: #000;
}

p.continue a  {
	color: #286697;
}

.widget {
	/*background: #eeeeee;*/
  background: url(../../../../../webimages/bg-trans.png) repeat;
  border:1px solid #4B4B4B;	
}

.widgetlist  h3  {
	color: #fff;
	/*background-color:#ac1c1b;*/
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: #eee;
}

.widgetlist ul li a:hover  {
  color: #6598b8;
}

/*.widgetlist ul li {
	border-bottom: 1px solid #dddddd;
}*/

/*#comments h2  {
	color:#A01B1F;
}*/

/*.commentlist li {
	background-color:#FFEEED;
	border:1px solid #FBD6D4;
}

#commentform #submit {
	background-color:#A01B1F !important;
	border:1px solid #1B4161;
	color: #fff !Important;
}*/

/* WP-PAGENAVI */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px !important;
	margin: 2px !important;
	text-decoration: none !important;
	background-color: #ffffff !important;
	border: 1px dotted #a6b3b9 !important;
	color: #A01B1F !important;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A01B1F;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #A01B1F;
	color: #A01B1F;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #A01B1F;
	font-size:13px;
	text-align:left;
	padding: 2px 10px 2px 5px;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-size:18px;
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A01B1F;
}