/*  
Theme Name: PotatoZone II
Theme URI: http://potatozone.com/
Description: PotatoZone Theme.
Version: 2.0
Author: CIAvash
Author URI: http://potatozone.com/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Arial, Sans-Serif;
	background: #404040;
	direction: rtl;
}
.alignright {float:right; margin:0 0 1em 1em;}
.alignleft {float:left; margin:0 1em 1em 0;}
.aligncenter, div.aligncenter {display: block; margin: 10px auto; text-align: center;}
.txtpic {
	text-indent: -99999px;
	font-size: 0;
	text-decoration: none;
	overflow: hidden;
}
blockquote {
	border-right: 5px solid olive;
    color: #606060;
    font-size: 12px;
    margin: 0 25px;
    padding: 0 10px;
}
.ltr-bq {
	border-right: 0;
	border-left: 5px solid olive;
}
#wrapper {
	background: #D1D1B1;
	display: block;
	width: 980px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 15px black;
	-webkit-box-shadow: 0 0 15px black;
	box-shadow: 0 0 15px black;
}
/* header start */
#header {
	float: right;
	width: 980px;
	height: 240px;
	background: url('images/header.jpg');
	display: inline;
	position: relative;
	-moz-box-shadow: 0 0 15px black;
	-webkit-box-shadow: 0 0 15px black;
	box-shadow: 0 0 15px black;
}
#lang {
	background: darkRed;
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;
    color: #ECECEC;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
}
#logo {
	background: url('images/logo.png') no-repeat;
	float: right;
	width: 200px;
	height: 200px;
	text-indent: -9999px;
	overflow:hidden;
	clear: right;
	margin: 21px 8px;
}
#menu-page {
	background: #404040;
    clear: right;
    font-family: Arial, Sans-Serif;
    height: 40px;
    list-style-type: none;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
    width: 598px;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    -moz-box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}
#menu-page li {
	float: right;
	border-right: 1px solid gray;
}
.menu-item-home {
	border-right: 0 !important;
}
#menu-page li a {
    color: wheat;
    display: block;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    margin: 0 49px;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}
#menu-page li a:hover {
	color: gold;
}
.current_page_item a{
	color: gold !important;
}
#menu-category {
	float: right;
	width: 500px;
	margin: 75px 0;
	list-style-type: none;
}
#menu-category li {
	float: right;
}
#menu-category li a {
	margin: 4px;
	padding: 2px 7px;
	text-align: center;
	background-color: #FFD700;
    color: #6D5716;
    float: left;
    font-size: 18px;
	text-decoration: none;
	-moz-box-shadow: 5px 5px 10px black;
	-webkit-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black;
}
#menu-category li a {
	transition: transform 1s;
	-moz-transition: -moz-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	-o-transition: -o-transform 1s;
	outline: 0 none;
}
#menu-category li a:hover {
	-moz-transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5);
	-webkit-transform: scale(1.5,1.5);
	-o-transform: scale(1.5,1.5);
	transform: scale(1.5, 1.5);
}
#search {
	float: right;
	position: relative;
	margin: 5px 120px 0 0;
}
#searchform input#s, #esubtxt {
	background: #EBF7B5;
	background: rgba(235, 247, 181, 0.5);
	position: absolute;
	top: 0;
	left: -140px;
	width: 30px;
	height: 29px;
    padding: 1px;
    border: 1px solid gold;
    -moz-box-shadow: 0 0 10px 5px black;
    -webkit-box-shadow: 0 0 10px 5px black;
    box-shadow: 0 0 10px 5px black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#searchform input#searchsubmit {
	position: absolute;
	top: 3px;
	right: 111px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	background: url('images/search_25.png') no-repeat;
	border: none;
}
.social_btn, #Email {
	float: left;
	margin: 48px 0 0 3px;
	position: relative;
	overflow: hidden;
	width: 210px;
}
.social_btn a, #Email span {
	display: block;
	width: 48px;
	height: 48px;
	position: relative;
	z-index: 100;
	float: left;
}
.social_btn p, #esubdes {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 20px;
	text-align: center;
	background: #000;
	color: white;
	border-radius: 10px 10px 10px 10px;
    width: 140px;
    padding: 5px 2px;
	position: absolute;
	left: -144px;
	bottom: 10px;
	z-index: 99;
	font-weight: bold;
}
#feed a { background: url('images/Feed.png') no-repeat; }
#twitter { margin-top: 10px; width: 250px; }
#twitter a { background: url('images/Twitter.png') no-repeat; }
#twitter p { width: 180px; left: -184px; }
#Email span { background: url('images/FeedBurner.png') no-repeat; cursor: pointer; }
#Email { margin-top: 10px; }
#esubtxt {
	margin-top: 10px; 
	width: 150px;
	left: -160px;
	direction: ltr;
	z-index: 99;
}
#esubdes {
	display: none;
	font-size: 16px;
	height: 37px;
	float: left;
	left: 56px;
	bottom: 44px;
}
/* header end */
#author_information {
	background: #F4F4F2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 15px black;
    -webkit-box-shadow: 0 0 15px black;
    box-shadow: 0 0 15px black;
    margin: 45px 15px 0 0;
    padding: 10px;
    width: 665px;
}
#author_information a {
	color: #EA6738;
	text-decoration: none;
}
#author_information img {
	-moz-box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
}
#author_information .avatar {
	float: right;
	margin-left: 20px;
}
#author_info {
	display: inline-block;
	width: 530px;
}
#author_information h4 {
	font-size: 15px;
}
#author_information p {
	margin: 10px 0;
	font-size: 15px;
}
#author_information ul {
	list-style-type: none;
	margin-top: 15px;
}
#author_information ul li {
	float: right;
	margin-left: 10px;
}
#content {
	width: 710px;
	clear: right;
	float: right;
	margin-top: 40px;
}
.nf p{			/* Not Found */
	font-family: Arial, Verdana, Sans-Serif;
    font-size: 17px;
    margin: 15px;
}
.nf img {
	float: right;
}
#nf_msg {
	display: inline-block;
    width: 400px;
    margin-top: 30px;
}
/* page start */
.page {
	
}
.page h3 {
	margin: 0 10px 10px 0;
	font-family: Arial, Verdana, Sans-Serif;
    font-size: 22px;
}
.page h3 a {
	text-decoration: none;
	color: #404040;
}
.page-entry {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 10px 30px;
	text-align: justify;
}
.page-entry  p {
	margin-bottom: 15px;
}
.page-entry a {
	color: #EA6738;
	text-decoration: none;
}
.page-entry a:visited {
	color: #A57A6B;
}
.wpcf7-form {
	background: #FCFCF2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    display: block;
    font-family: Tahoma,Verdana,Arial,Sans-Serif;
    width: 400px;
    margin: 0 auto;
    padding: 5px 30px;
}
.wpcf7-form p {
	line-height: 1.9;
	font-size: 13px;
}
.wpcf7-text {
	width: 200px;
}
.your-message textarea {
	width: 360px;
}
.wpcf7-submit {
	background: #404040;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    color: #FFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    padding-bottom: 3px;
    width: 80px;
}
/* page end */
/* post start */
.post h2 {
	color: #404040;
    font-family: Arial;
    font-size: 22px;
    text-align: center;
}
.post .post_title {
	background: #404040;
	font-family: Arial, Verdana, Sans-Serif;
	margin-bottom: 10px;
	font-size: 16px;
	display: inline-block;
	width: 530px;
	height: 65px;
	float: right;
	margin-right: 5px;
	-moz-box-shadow: 0 0 3px black;
	-webkit-box-shadow: 0 0 3px black;
	box-shadow: 0 0 3px black;
	text-shadow: 0 0 1px white;
}
.post .post_title a {
	text-decoration: none;
	display: block;
	margin: 20px 5px;
	color: #FFFFFF;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}
.post .post_title a:hover {
	color: wheat;
}
.post_author {
	font-size: 10px;
	line-height: 1.3;
	margin: 0 0 20px 0;
	width: 50px;
	float: right;
	background: #EFF6F7;
	height: 65px;
	-moz-box-shadow: 0 0 3px black;
	-webkit-box-shadow: 0 0 3px black;
	box-shadow: 0 0 3px black;
}
.post_author a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #404040;
	width: 50px;
	padding: 1px 0;
	display: block;
	text-align: center;
}
.post_data {
	font-family: Arial, Verdana, Sans-Serif;
	background: #404040;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.15;
    height: 65px;
    text-align: center;
    width: 76px;
    color: #f1f1f1;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    text-shadow: 0 0 1px white;
    -moz-box-shadow: 0 0 3px black;
	-webkit-box-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black;
}
.post_date {
	display: inline-block;
    margin-top: 2px;
}
.commentnum a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
	color: wheat;
}
.post_footer {
	position: relative;
	margin-right: 10px;
	font-size: 11px;
	width: 540px;
	border-top: 1px dashed #bbb;
	padding-top: 1px;
}
.post_footer a {
	color: #A55338;
}
.post_footer a:visited {
	color: #99995A;
}
.plus-one {
	clear: right;
    float: left;
    margin-top: 8px;
}
.postcat{
	color: #777;
}
.tags {
	margin: 5px 0;
	color: #777;
	text-align: justify;
}
.post-teaser-block {
	display: inline-block;
   	position: absolute;
    left: 0;
    bottom: 5px;
}
.post-teaser-block a, .post-teaser-block a:visited {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	background: #404040;
	color: #fff !important;
	border: 0 !important;
    padding: 8px 18px;
    text-decoration: none;
    -moz-border-radius: 0 10px 0 7px;
    -webkit-border-radius: 0 10px 0 7px;
    border-radius: 0 10px 0 7px;
    -moz-box-shadow: 0 0 2px black;
	-webkit-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
}
.post {
	margin: 5px 15px 50px 10px;
	padding: 10px;
	border-bottom: 1px solid #8EBAFF;
	position: relative;
	-moz-box-shadow: 0 0 15px black;
	-webkit-box-shadow: 0 0 15px black;
	box-shadow: 0 0 15px black;
	background: #F1F1F1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.entry {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
	clear: right;
	margin: 0 19px 10px 20px;
}
.entry p {
	margin-bottom: 15px;
}
.entry ul, .entry ol {
	margin: 15px 30px;
}
.entry img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #eee;
	padding-top: 5px;
	margin: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.entry a {
	border-bottom: 1px solid;
    color: #EA6738;
    text-decoration: none;
}
.entry a:visited {
	color: #A57A6B;
}
#single_post .post_title {
	width: 585px;
	margin: 0;
	border-top-right-radius: 20px;
}
#single_post .post_title a {
	margin: 20px 10px;
}
.social_box {
	background: #434343;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    height: 35px;
    position: relative;
    margin-top: 7px;
}
#social_box {
	background: #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    position: absolute;
    right: -110px;
    top: 130px;
    width: 80px;
}
#plus-one {
	margin: 5px auto;
    width: 50px;
}
#facebook-like {
	margin: 10px auto;
    width: 45px;
}
#twiiter-tweet {
	margin: 0 auto 5px;
    width: 56px;
}
#post_meta {
	float: right;
    font-size: 11px;
    margin-bottom: 30px;
    width: 455px;
    height: auto;
    padding: 2px 0;
}
#post_meta a, #post_meta a:visited {
	color: gold;
}
#post_meta .postcat, #post_meta .tags {
	margin: 2px 10px;
	color: #fff;
}
.rssreminder {
	display: block;
	float: none;
	width: auto;
	height: 35px;
	padding-top: 1px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
}
.rssreminder p {
	margin-top: 4px;
}
.rssreminder a, .rssreminder a:visited, #email_sub, #find_search {
	color: gold;
	text-decoration: underline;
	cursor: pointer;
}
#find_search {
	color: #EA6738;
}
#crp_related {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	clear: both;
	background: #434343;
	color: #fff;
	margin-top: 15px;
	padding: 10px;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}
#crp_related ul {
	margin-right: 30px;
}
#crp_related a, #crp_related a:visited {
	color: gold;
}
/* comment start */
.comments-template {
	margin-top: 50px;
}
.comments {
	color: #404040;
    display: block;
    font-family: Arial, Verdana, sans-serif;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.commentlist {
	list-style-type: none;
	font-family: Arial, sans-serif;
}
.commentlist ul{
	list-style-type: none;
}
.commentlist li {
	margin: 10px 0 3px;
	padding: 10px 5px 20px;
	border-bottom: 1px dashed #ccc;
	display: inline-block;
	width: 635px;
}
.commentlist p {
	margin: 5px 0 7px;
	color: #000;
	line-height: 1.5;
	text-align:justify;
	font-family:Tahoma;
	font-size:13px;
}
.commentlist .children li {
	padding: 20px 60px 3px 0;
	border: 0;
	border-top: 1px dashed #ccc;
	width: 580px;
}
.comment-container {
	position: relative;
}
.comment-container em {
	color: #707070;
    display: inline-block;
    font-weight: bold;
    margin: 20px;
}
.commentmetadata {
	background: #FCFCF2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    float: right;
    margin-left: 15px;
    padding: 10px;
    text-align: center;
    width: 80px;
    margin-bottom: 20px;
}
.pingback {
	float: none;
	width: auto;
}
.commentmetadata a{
	text-decoration: none;
}
.ca-avatar img {
	-moz-box-shadow: 0 0 7px black;
    -webkit-box-shadow: 0 0 7px black;
	box-shadow: 0 0 7px black;
}
.comment-author {
	background: #EF5F00;
	-moz-border-radius: 0 10px;
	-webkit-border-radius: 0 10px;
    border-radius: 0 10px;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: -10px;
    right: 75px;
}
.comment-author a {
	color: #fff;
	text-decoration: none;
}
.pingback .comment-author {
	background: #404040;
	width: auto;
	text-align: right;
	position: static;
}
.commentlist .bypostauthor .comment-author {
	background: orange;
}
.commentlist .comment-author-admin .comment-author {
	border: 1px solid gold;
}
.comment-date {
	display: inline-block;
	font-size: 13px;
	margin-top: 10px;
}
.comment-date a {
	color: #666;
    font-weight: bold;
}
.comment-text {
	width: 480px;
	display: inline-block;
	background: #FCFCF2;
	font-size: 14px;
	padding: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px black;
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;
}
.comment-text a {
	color: #EA6738;
}
.commentlist .children li .comment-text {
	width: 420px;
}
.commentlist .children li .atr_reply {
	display: block;
	clear: right;
	float: left;
    margin: 0;

}
.reply a {
	background: #606060;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
    margin-bottom: 20px;
    float: left;
}
.reply a:hover {
	background: #404040;
}
.commentnavigation a, .commentnavigation a:visited {
	color: #EA6738;
	text-decoration: none;
}
#respond {
	background: #FCFCF2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    clear: both;
    display: inline-block;
    font-family: Tahoma,Verdana,Arial,Sans-Serif;
    margin: 20px;
    padding: 5px 10px;
}
#respond p {
	padding: 5px 0;
	margin: 0;
	font-size: 16px;
}
#respond a {
	text-decoration: none;
	color: #EA6738;
}
#respond h3 {
	color: #777;
	margin: 20px 10px 10px 0;
}
#commentform {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 484px;
	margin-top: 10px;
	padding: 10px 20px 10px 50px;
}
.cfl { /* comment form label */
	font-weight: bold;
	float: right;
	width: 5em;
	color: #404040;
}
#commentform #url, #commentform #email {
	direction: ltr;
}
.cfi { /* comment form input */
	border: 1px solid #ccc;
	width: 200px;
	height: 25px;
	font-size: 15px;
}
.cfi:focus {
	border: 1px solid #EA6738;
}
.cfi:hover {
	border: 1px solid orange;
}
#commentform p {
	margin: 10px 0;
}
#comment {
	overflow: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	border: 1px solid #ccc;
	display: block;
	margin-right: 80px;
	width: 400px;
}
#comment:focus {
	border: 1px solid #EA6738;
}
#comment:hover {
	border: 1px solid orange;
}
#commentform #submit {
	background: #404040;
    border: 0;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    color: #FFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    margin: 5px 80px 0 0;
    padding-bottom: 3px;
    width: 80px;
}
#commentform .subscribe-to-comments  {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #555;
}
#cancel-comment-reply {
	margin: 5px 0 10px;
}
/* comment end */
/* post end */
#pagination {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 7px black;
    -webkit-box-shadow: 0 0 7px black;
    box-shadow: 0 0 7px black;
    font-size: 12px;
    margin: 0 auto 40px;
    width: 360px;
    text-align: center;
    padding: 8px;
}
.page-numbers {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
}
#pagination a {
	color: #EA6738;
    text-decoration: none;
}
#pagination .current {
	border-color: #AAAAAA;
    color: #A55338;
}
#pagination .dots {
	border: 0;
}
/* sidebar start */
.sidebar {
	width: 265px;
	margin: 40px 0 20px;
	padding-bottom: 20px;
	float: right;
	display: inline;
}
.sidebar ul{
	list-style-type: none;
}
.sidebar ul li {
	margin-bottom: 40px;
}
.ads {
	margin: 5px 0 40px;
	padding: 5px;
}
#sz img {
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    width: 171px;
}
#tag_cloud {
	text-align: center;
}
#tag_cloud a {
	color: #404040;
	text-decoration: none;
    text-shadow: 0 0 5px orange;
}
#archive h4, .ads h4 {
	color: #404040;
    font-family: Arial, Verdana, sans-serif;
    font-size: 15px;
    display: inline;
}
.ads h4 {
	display: block;
	text-align: center;
}
#archive select {
    margin-right: 5px;
    width: 140px;
}
/* sidebar end */
/* footer start */
#footer{
	clear: both;
	overflow: hidden;
	color: #555;
	background: #D1D1A1;
	-moz-box-shadow: 0 0 7px black;
    -webkit-box-shadow: 0 0 7px black;
	box-shadow: 0 0 7px black;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
.copy {
	clear: both;
    display: block;
    float: right;
    margin: 20px 0 10px;
    padding-top: 10px;
    text-align: center;
    width: 980px;
    font-size: 14px;
}
.copy a {
    color: #404040;
    font-size: 12px;
}
.latestposts, .recentcomments, #browser_compatibility {
	float: right;
	margin: 20px 16px 10px 0;
	width: 285px;
	display: inline;
	background: #E1E1A1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 15px black;
    -webkit-box-shadow: 0 0 15px black;
    box-shadow: 0 0 15px black;
    padding: 10px;
    color: #404040;
    font-size: 16px;
    line-height: 1.3;
    text-shadow: 0 0 5px #77760F;
}
.latestposts  ul, .recentcomments ul {
	margin: 0 20px;
}
.latestposts a, .recentcomments a, #browser_compatibility a {
    text-decoration: none;
    color: #303030;
}
.recentcomments a {
	text-shadow: 0 0 3px #77760F;
}
.latestposts a:hover, .recentcomments a:hover, #browser_compatibility a:hover{
	color: green;
}
.latestposts h3, .recentcomments h3, #browser_compatibility h3 {
	color: #fff;
    height: 28px;
    padding-top: 8px;
    text-align: center;
    width: 285px;
    background: #383D1C;
    -moz-box-shadow: 0 0 3px black;
    -webkit-box-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black;
    display: inline-block;
    margin-bottom: 10px;
    text-shadow: 0 0 1px white;
}
#browser_compatibility {
	padding-bottom: 20px;
}
#browser_compatibility div {
	direction: ltr;
}
#browser_compatibility div p img {
	margin-bottom: -17px;
	margin-right: 5px;
}
#googleplus-badge {
    float: left;
    margin: 20px 0 0 20px;
}
/* footer end */

