body  {
	background: #222222 url(default/body-background.jpg) repeat;
}

#wrap{
  background: transparent url(default/light-source-trans.png) no-repeat center top;
  height: auto;
  min-height: 300px
}

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

a  {
	color: #EB2626;
}


/* STRUCTURE */

#logo h1 {
	background: url(default/logo.png) top left no-repeat;
}

#header h1.title a  {
	color:#005775;
}

#header p.description  {
	color: #75818a;
}

#tagline  {
	color: #FFFFFF;
}

#rss a  {
	color: #fff;
}

.twitter  {
	background: url(default/twitter.png) no-repeat center left;
	padding: 2px 0 2px 23px !important;
}

.delicious  {
	background: url(default/delicious.png) no-repeat center left;
	padding: 2px 0 2px 23px !important;
}


/* NAVIGATION */

#nav  {
	background: url(default/nav-bar-trans.png) no-repeat top left;
}

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

#nav ul li a:hover  {
	color: #EB2626;
}

.current_page_item a:link, .current_page_item a:visited  {
	color: #EB2626 !important;
}

#content  {
	/*background-color: #fff;
	border: 1px solid #dddddd;*/
	border-top: none !important;
}

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

#footer  {
	color: #afafaf;
	background: url(default/footer-bar-trans.png) no-repeat left top;}

#footer p a  {
	color: #afafaf;
}

/* BLOG CSS */

.post {
	color: #afafaf;
}

.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: #000000;
}

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

h2.title a  {
	color: #000;
}

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

p.continue a  {
	color: #286697;
}

.widget {
	/*background: #eeeeee;*/
	background: none;
}

.widget p {
	color: #afafaf;
}

.widgetlist  h3  {
	color: #ffffff;
	background-color:#101010;
}

.widgetlist ul li {
	color: #777777;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	/*color: #000;*/
	color: #afafaf;
}

.widgetlist ul li {
	border-bottom: 1px solid #101010;
}

#comments h2  {
	color:#ffffff;
}

#comments p {
	color: #afafaf;
}

.commentlist li {
  border: 1px solid #303030;
  background: #191919;
  color: #dddddd;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}



input[type="text"],
input[type="password"],
textarea,
select{
  border: 1px solid #303030;
  background: #191919;
  color: #999999;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
input[type="submit"],
input[type="button"],
button{
  background: url("default/btn-bg.jpg") repeat-x left top;
  color:#ddd;
  font-weight: normal;
  position: relative;
  height: 22px;
  overflow: hidden;
  border: 1px solid #101010;
  padding: 3px 10px;
  font-size: 10px;
  line-height: 0.75em;
  text-transform: uppercase;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{
  background-position: 0 -22px;
  color: #ddd
}
input[type="submit"]:active,
input[type="button"]:active,
button:active{
  background-position: 0 -44px;
  padding-top: 4px;
  padding-bottom: 0
}

/* WP-PAGENAVI */

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

.marked-as-new{
  display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	width: 44px;
	height: 44px;
	background: url("default/ico-new-trans.png") no-repeat top left;
	z-index: 200
}