#ddd {
background-image: url("/wp-content/themes/cardonizer_grey/images/logo_color.png");
background-image: url("/wp-content/themes/cardonizer_grey/images/rss_icon_color.png");
background-image: url("/wp-content/themes/cardonizer_grey/images/email_icon_color.png");
background-image: url("/wp-content/themes/cardonizer_grey/images/twitter_icon_color.png");
background-position:-100px -100px;
} 

* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial;
	color:#333333;
	font-size:14px;
	background:#F2F0F0;
}
#main {
	padding-top:10px;
	margin: 0px auto; 
	width: 960px;
	overflow:hidden;
}

#bottom {
	margin: 0px auto; 
	padding-top:20px;
	width: 960px;
}
#bottom * {
	color:#757575;
}

#left {
	width:640px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#right {
	width:300px;
	float:right;
	
}

#menu {
	height: 200px;
}

#header {
	margin: 0px auto; 
	width: 960px;
	height: 95px;
	position:relative;
}

#header img {
	display: block;
}

#header #sep {
	position:absolute;
	top:80px;
	width: 950px;
	height: 37px;
	background:url(/wp-content/themes/cardonizer_grey/images/sep.png) no-repeat;
}

#logo {
	position:absolute;
	left:20px;
	top:10px;
	width:340px;
	height:70px;
	background:url(/wp-content/themes/cardonizer_grey/images/logo.png) no-repeat;
}

#logo:hover {
	background:url(/wp-content/themes/cardonizer_grey/images/logo_color.png) no-repeat;
}

#logo:hover * {
	color: #4f6139;
}


#header a {
	text-decoration: none;
}

#header a:visited {
	color:#757575;
}
#logo div {
	position:absolute;
	top:45px;
	left:30px;
	font-size: 18px;
	color: #757575;
}

#header #header_adv {
	position:absolute;
	left:400px;
	top:10px;
}

#topadv {
	position:absolute;
	height: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}

a {
	color:#757575;
}

a:visited {
	color:#757575;
}

a:hover {
	color:#4f6139;
}

.comment-author a{
	color: #757575;;
}
		
.comment-author a:visited{
	color: #757575;
}
		
.comment-author a:hover{
	color: #4f6139;
}
		
		
h2 {
	font-size: 16px;
	color: #757575;
}
h1 {
	font-size: 22px;
	color: #757575;
	//padding-bottom:10px;
}
#subscribe {
	position:absolute;
	top:10px;
	left:720px;
	width:300px;
}
#subscribe img{
	padding-right:5px;
}

.gallery {
	overflow: hidden;
	margin-bottom: 10px;
}

.gallery_post a{
	border: #757575 3px solid; 
	background: #757575;
	float: left;
	margin-right:2px;
	margin-bottom:2px;
}
.gallery_post a img{
	border: #e4e4e4 1px solid;
	display:block;
}
.gallery_post a:hover{
	border: #455532 3px solid; 
}

.rss_icon {
	position:absolute;
	left: 0px;
	width:58px;
	height:58px;
	background: url(/wp-content/themes/cardonizer_grey/images/rss_icon.png);
}
.rss_icon:hover {
	background: url(/wp-content/themes/cardonizer_grey/images/rss_icon_color.png);
}

.email_icon {
	position:absolute;
	left: 68px;
	width:58px;
	height:58px;
	background: url(/wp-content/themes/cardonizer_grey/images/email_icon.png);
}
.email_icon:hover {
	background: url(/wp-content/themes/cardonizer_grey/images/email_icon_color.png);
}

.twitter_icon {
	position:absolute;
	left: 136px;
	width:58px;
	height:58px;
	background: url(/wp-content/themes/cardonizer_grey/images/twitter_icon.png);
}
.twitter_icon:hover {
	background: url(/wp-content/themes/cardonizer_grey/images/twitter_icon_color.png);
}

.adver {
	display: block;
	width:266px;
	height:270px;
	margin-bottom:10px;
}

.adsense {
	margin-left: 12px;
	margin-bottom: 20px;
}


.tags_block {
	padding-top:40px;
	width:266px;
	text-align:justify;
	line-height:20px;
	background:url(/wp-content/themes/cardonizer_grey/images/tags.png) no-repeat
}

.tags_block a {
	text-decoration: underline;
	white-space: nowrap;
	font-size:14px;
}

.tags_block a img {
	vertical-align:middle;
}

#search {
	position:relative;
	height:40px;
	background:url(/wp-content/themes/cardonizer_grey/images/search.png) no-repeat;
	padding-bottom:10px;
}
#search #search_box {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width: 190px;
	height: 20px;
	border: none;
	margin:8px;
	background: transparent;
	font-size:18px;
	color: #757575;

}

#search #search_button {
	display:block;
	position:absolute;
	top:0px;
	left:215px;
	width: 43px;
	height: 40px;
	background: url(/wp-content/themes/cardonizer_grey/images/search_button.jpg) no-repeat;
	border: none;
}

#search #search_button:hover {
	background: url(/wp-content/themes/cardonizer_grey/images/search_button_color.jpg) no-repeat;
	cursor:pointer;
}

.prev_next {
	position:relative;
	height: 40px;
}
.prev_next .previous {
	position:absolute;
	top:0px;
	left:25px;
	width: 127px;
	height: 40px;
	background: url(/wp-content/themes/cardonizer_grey/images/previous.png) no-repeat;
}
.prev_next .previous:hover {
	background: url(/wp-content/themes/cardonizer_grey/images/previous_color.png) no-repeat;
	cursor:pointer;
}
.prev_next .next {
	position:absolute;
	top:0px;
	left:535px;
	width: 75px;
	height: 25px;
	background: url(/wp-content/themes/cardonizer_grey/images/next.png) no-repeat;
}
.prev_next .next:hover {
	background: url(/wp-content/themes/cardonizer_grey/images/next_color.png) no-repeat;
	cursor:pointer;
}

	.rate {
		position:relative;
		width:327px;
		height:50px;		
	}
	#rate_bg {
		position:absolute;
		width:327px;
		height:30px;
		background: url(/wp-content/themes/cardonizer_grey/images/rating_active.png) no-repeat;
		z-index:99;		
	}
	.rate_scale {
		position:absolute;
		width:330px;
		height:50px;
		background: url(/wp-content/themes/cardonizer_grey/images/rating.gif) no-repeat;
		z-index:100;
	}
	.rate_scale div {
			width:30px;
			height:30px;
			float:left;
			padding-right:3px;
			background:url(/wp-content/themes/cardonizer_grey/images/trans.gif) no-repeat;
	}
	
		.rating_now {
			text-align:center;
			font-size: 15px;
			color: #dadada;
		}



		
		.tags {
			padding-left: 45px;
			margin-top: 10px;
			padding-bottom: 10px;
			background: url(/wp-content/themes/cardonizer_grey/images/tag.png) no-repeat;
			height: 20px;
		}
		
		.tags img {
			vertical-align: middle;
			padding-right:5px;
		}
		.tags a{
			font-size:14px;
		}
		.post {
			width: 506px;
			padding-left:70px;
			margin-bottom:20px;
		}
		.post .desc {
			font-size: 14px;
			font-weight: normal;
			text-transform: normal;
			letter-spacing: normal;
			text-align:left;
			background:#fbfbfb;
			border:2px solid #757575;
			padding:10px;
			color:#555
		}
		
		
		
		.post .card img{
			border: #757575 3px solid;
			margin-bottom:10px;
		}
		

		
		
		ul{
			list-style: none;
		}

		ul#comments_list {
			width: 500px;
			border-top: 1px dashed #757575;
		}
		
		ul#comments_list li.comment {
			border-bottom: 1px dashed #757575;
			overflow:hidden;
			padding-top:10px;
			padding-bottom:10px;
		}
		
		ul#comments_list li.comment div.comment div.gravatar{
			width:89px;
			float:left;
			background: url(/wp-content/themes/cardonizer_grey/images/comment_bracket.png) no-repeat 75px 5px;
		}
		ul#comments_list li.comment div.comment div.gravatar img{		
			border: 2px solid #757575;		
		}
		
		ul#comments_list li.comment div.comment div.comment-text {
			width:396px;
			float:right;	
			margin-left:5px;
			overflow:hidden;
			padding: 5px;
		}
		
		.comment-author a{
			font-size:17px;
			color: #757575;
			font-weight:bold;
		}
		
		.comment-author a:visited{
			color: #757575;
		}
		
		.comment-author a:hover{
			color: #4f6139
		}
		
		div.comment-text .date{
			font-size:12px;
			color: #757575;
		}
		
		
		#comments {
			background: url(/wp-content/themes/cardonizer_grey/images/comments.png) no-repeat;
			margin-left:70px;
			margin-top: 30px;
			padding-top: 50px;
			width:500px;
		}
		
		
		
		#commentform p label{
			color: #7b7b7b;
			font-size: 12px;			
		}
		


		#commentform .field{
			background-color: #e4e4e4;
			border: 2px solid #858585;
			padding: 5px;
			color: #424242;
			width: 390px;
			margin: 10px 0 0 0;
			font-size: 13px;
		}
		
		#commentform .submit {
			background-color: #858585;
			border: 2px solid #858585;
			padding: 3px;
			margin-top: 5px;
			color: #e4e4e4;
		}

		.recent_comments li{
			overflow:hidden;
			margin-bottom: 10px;
		}
		.recent_comments li img.avatar {
			border: 3px solid #757575;
			margin-right:10px;
			float:left;
		}
		
		.thumbs td {
			padding-right:2px;
		}
		
		
		
		.page {
			font-size: 14px;
			font-weight: normal;
			text-transform: normal;
			letter-spacing: normal;
			text-align:left;
			background:#fbfbfb;
			border:1px dashed #757575;
			padding:10px;
			color:#555
		}	

		.page fieldset{
			border:1px dashed #757575;
			padding:10px;
		}
		
		
.sidebar_random_card a{
	border: #757575 1px solid; 
	background: #757575;
	float: left;
	margin-right:2px;
	margin-bottom:2px;
}
.sidebar_random_card a img{
	border: #F2F0F0 1px solid; 
	display:block;
}
.sidebar_random_card a:hover{
	border: #455532 1px solid; 
}
		