
html{
	background: #66655c url(http://www.roketresim.com/images/background-tile.png) repeat-x 0 top;
}

body{
	color: #333;
}

div#hd-right{
	background: url(http://www.roketresim.com/images/logo-bg.png);
}

.unit-rating { /* the UL */
	background-image: url('http://www.roketresim.com/images/rater.gif');
}

.unit-rating li a:hover,
.unit-rating li.current-rating{
	background-image: url('http://www.roketresim.com/images/rater.gif')
}

ul#main-nav li{
	background: #ff8300;	
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9600), to(#ff7800));
}

div.posts-container table.image td a.thumbnail img:hover {
	background: #ff8300
}

div.posts-container table.image td a.thumbnail img {
	border-color: #ff8300;
}

div#posts-hd h2, 
div#hd-paginate{
	color: #e4e3dc
}

h2.header{
	color: #e4e3dc;	
}

div#related, div#comments, div#new-comment-container{
	background-color: #ff7800;
	border-color: #ff7800;
}

ul#sort-comments li, ul#single-image-nav li.nav{
	background: #ff7800;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9600), to(#ff7800));
}

ul#sort-comments li.inactive{
	background: #a94b12;
	background: -webkit-gradient(linear, left top, left bottom, from(#d7773d), to(#a94b12));
}

.error {
	background-color:#FFFFCC; 
    border:1px solid #CCCCCC; 
    font-weight:bold; 
    padding:5px; 
    color:#FF0000;
}

.msg {
	background-color:#FFFFCC; 
    border:1px solid #CCCCCC; 
    font-weight:bold; 
    padding:5px; 
    color:#00FF00;
}
