/*  
Theme Name: PotatoZone
Theme URI: http://potatozone.com/
Description: PotatoZone Theme.
Version: 1.0
Author: CIAvash
Author URI: http://potatozone.com/

*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Sans-Serif;
	background: #859675;
}
.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;}
img.avatar {
	padding: 5px;
	border: 1px solid #ccc;
}
#wrapper {
	display: block;
	background: #fff url('images/wrap.jpg') repeat-y;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/* header start */
#header {
	float: right;
	width: 950px;
	margin-right: 5px;
	background: #fff;
	display: inline;
}
#header h1 {
	background: #fff url('images/logo.png') no-repeat;
	float: right;
	width: 950px;
	height: 150px;
	text-indent: -9999px;
	overflow:hidden;
}
/* header end */
/* navmenu start */
#navmenu {
	border-top: 3px solid #EB2207;
	border-bottom: 1px solid #EB2207;
	float: right;
	width: 950px;
	height: 40px;
	margin-right: 5px;
	background: #171717;
	display: inline;
}
#navmenu ul {
	list-style-type: none;
}
#navmenu ul li {
	float: right;
}
#navmenu ul li a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 4px 10px 0 10px;
	padding: 1px 7px;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 1.9;
}
#navmenu a {
	color: #fff;
	font-weight: bold;
}
#navmenu ul li a:hover {
	background: #D54507;
}
/* navmenu end */
#content {
	width: 655px;
	float: left;
	direction: rtl;
	margin-top: 40px;
}
.nf p{			/* Not Found */
	margin: 20px;
	font-weight: bold;
}
/* page start */
.page {
	margin: 5px 5px 30px 20px;
}
.page h3 {
	margin: 0 10px 10px 0;
	font-size: 140%;
}
.page h3 a {
	text-decoration: none;
}
.page a ,.page a:visited {
	color: #21759B;
}
.page-entry {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 90%;
	line-height: 1.5;
	margin: 10px 10px 30px 0;
	text-align: justify;
}
.page-entry  p {
	margin-bottom: 15px;
}
.page-entry a {
	color: #21759B;
	text-decoration: none;
}
.page-entry a:visited {
	color: #6C7577;
}
.wpcf7-form {
	border: 1px solid #ccc;
	width: 345px;
	background: #f9f9f9;
	margin: 40px 80px 0 0;
	padding: 30px 50px;
}
.wpcf7-form p {
	line-height: 1.9;
	font-size: 85%;
}
/* page end */
/* post start */
.post h3 {
	margin-bottom: 10px;
	font-size: 140%;
}
.post h3 a {
	text-decoration: none;
}
.postdata {
	position: relative;
	font-size: 88%;
	margin: 0 15px 20px 0;
	padding-bottom: 5px;
	width: 190px;
	border-bottom: 1px solid #ccc;
}
.postdata span {
	position: absolute;
	top: 25px;
	right: 60px;
	margin-right: 10px;
	color: #777;
}
.postdata span a,.postdata span a:visited {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding: 1px;
	color: #fff;
	background: #50B747;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.post {
	margin: 5px 5px 30px 20px;
	border-bottom: 1px solid #ccc;
}
.post a ,.post a:visited {
	color: #21759B;
}
.entry {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 90%;
	line-height: 1.5;
	text-align: justify;
}
.entry p {
	margin-bottom: 15px;
}
.entry ul,.entry ol {
	margin: 15px 30px;
}
.entry img {
	border: 1px solid #ccc;
	padding: 5px;
}
.entry a {
	color: #21759B;
}
.entry a:visited {
	color: #6C7577;
}
.rssreminder {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fefefe;
	border: 1px solid #ccc;
	padding: 5px;
}
.rssreminder img {
	padding: 0 5px;
	border: 0;
}
#crp_related {
	clear: both;
	margin: 25px 10px 0 0;
}
#crp_related ul {
	margin-right: 30px;
}
.post-teaser-block {
	text-align: left;
	margin: 20px 25px 50px 40px;
}
.post-teaser-block a, .post-teaser-block a:visited {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #509747;
}
.postcat   a,.postcat  a:visited {
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	color: #fff;
	background: #404040;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.postcat{
	color: #777;
	margin: 20px 15px 20px 0;
}
.commentnum {
	background: url('images/comment.png') no-repeat;
	float: left;
	margin: -40px 0 0 15px;
}
.commentnum a {
	display: block;
	padding-left: 25px;
	text-decoration: none;
	font-weight: bold;
}
.postnavigation {
	margin: 20px auto;
	width: 640px;
}
.postnavigation a, .postnavigation a:visited {
	color: #21759B;
	text-decoration: none;
}
.next {
	float: right;
	width: 300px;
}
.previous {
	float: left;
	width: 300px;
}
/* comment start */
.comments-template {
	margin: 100px 10px 80px 0;
	width: 600px;
}
#comments {
	margin-right: 10px;
	display: block;
	color: #999;
}
.commentlist {
	list-style-type: none;
	font-family: Arial, sans-serif;
}
.commentlist ul{
	list-style-type: none;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 10px 15px 5px;
	border-bottom: 1px dashed #ccc;
}
.commentlist a {
	color: #21759B;
}
.commentlist a:visited {
	color: #6C7577;
}
.commentlist p {
	margin: 20px 5px 20px 0;
	color: #000;
	line-height: 1.5;
	text-align:justify;
	font-family:Tahoma;
	font-size:13px;
}
.commentlist .children li{
	margin: 15px 25px 3px;
	border: 0;
	border-top: 1px dashed #ccc;
}
.g {
	margin-left: 10px;
	float: right;
}
.commentmetadata {
	font-size: 88%;
}
.commentmetadata a{
	text-decoration: none;
}
.comment-author {
	display: block;
	padding-top: 8px;
	margin-bottom: 10px;
}
.comment-author a{
	color: #21759B;
}
.comment-date a {
	color: #777;
}
.reply a {
	text-decoration: none;
	font-weight: bold;
	color: #21759B;
	font-size: 90%;
}
.commentnavigation a, .commentnavigation a:visited {
	color: #21759B;
	text-decoration: none;
}
#respond {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
#respond p {
	padding: 5px 0;
}
#respond a {
	text-decoration: none;
	color: #21759B;
}
#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;
	border: 1px solid #ccc;
}
.cfl { /* comment form label */
	font-weight: bold;
	float: right;
	width: 5em;
}
#commentform #url, #commentform #email {
	direction: ltr;
}
.cfi { /* comment form input */
	border: 1px solid #ccc;
	width: 200px;
	height: 22px;
	font-size: 15px;
}
.cfi:focus {
	border: 1px solid #46DAFF;
}
.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 #46DAFF;
}
#comment:hover {
	border: 1px solid orange;
}
#commentform #submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	background: #fefefe;
	border: 1px solid #cbcbcb;
	width: 80px;
	height: 30px;
	padding-bottom: 3px;
	margin: 5px 80px 0 0;
}
.subscribe-to-comments  {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #555;
}
/* comment end */
/* post end */
/* sidebar start */
.sidebar {
	width: 290px;
	margin: 50px 10px 20px 0;
	padding-bottom: 20px;
	float: right;
	display: inline;
	direction: rtl;
	clear: right;
	background: url('images/sidebgh.jpg') repeat-y 100% 0;
}
.sidebar ul{
	list-style-type: none;
}
.sidebar ul #rssfeed, .sidebar ul #twitter {
	width: 128px;
	margin: 10px auto 20px auto;
}
.sidebar img {
	border: 0;
}
.sidebar ul #EmailSubscription {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 65%;
	line-height: 1.5;
	margin: 0 auto 10px auto;
	width: 185px;
	height: 128px;
	background: url('images/mail-bg.jpg') no-repeat top right;
}
.sidebar ul #EmailSubscription p {
	margin: 20px 0;
}
.sidebar ul #esubbtn {
	cursor: pointer;
	border: 0;
	float: left;
	width: 32px;
	height: 23px;
	background: url('images/email-btn.png') no-repeat;
}
.sidebar ul #esubtxt {
	float:right;
	margin: 2px 0;
}
.sidebar ul li ul {
	width: 187px;
}
.sidebar ul #cat {
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-weight: bold;
	line-height: 1.9;
	width: 187px;
	margin: 10px auto;
	padding: 0 0 35px 0;
	background: #fff;
	border: 1px solid #70D3FF;
}
.sidebar ul #socialn {
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	direction: ltr;
	font-size: 12px;
	line-height: 1.7;
	width: 187px;
	margin: 25px auto;
	padding: 0 10px 35px 10px;
	background: #fff;
	border: 1px solid #70D3FF;
}
.sidebar ul #socialn  a {
	text-decoration: none;
	color: #21759B;
}
.sidebar ul #socialn  li {
	border-bottom: 1px dotted #aaa;
}
.sidebar ul #socialn #socbtns{
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-top-left: 8px;
	-webkit-border-radius-top-right: 8px;
	display: block;
	width: 207px;
	margin: 0 0 5px -10px;
	padding: 5px 0;
	border-bottom: 1px solid #70D3FF;
	text-align: center;
	color: #000;
	font-size: 120%;
}
.sidebar ul #cat span {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-top-left: 8px;
	-webkit-border-radius-top-right: 8px;
	display: block;
	width: 187px;
	text-align: center;
	color: #fff;
	font-size: 120%;
	background: #70D3FF;
}
.cat-item {
	border-bottom: 1px dotted #ccc;
}
.cat-item a{
	width: 187px;
	color: #404040;
	text-decoration: none;
	display: block;
}
.cat-item a:hover {
	background: #40C7E9;
}
.sidebar ul #search {
	position: relative;
	border: 1px solid #ccc;
	border-top: none;
	width: 210px;
	height: 70px;
	margin: 0 auto 20px auto;
}
.sidebar ul #search span {
	position: absolute;
	top: -12px;
	right: 48px;
	font-weight: bold;
	color: #777;
}
#searchform input#s{
	position: absolute;
	top: 25px;
	right: 20px;
	width: 140px;
}
#searchform input#searchsubmit {
	position: absolute;
	top: 25px;
	left: 20px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url('images/search-button.png') no-repeat;
	border: none;
}
.sidebar ul #sfx {
	width: 120px;
	margin: 20px auto;
}
/* sidebar end */
/* footer start */
#footer{
	clear: both;
	overflow: hidden;
	color: #fff;
	background: #171717 url('images/footer-top.jpg') repeat-x;
	margin-right: 5px;
	width: 950px;
}
.copy {
	clear: both;
	float: right;
	margin: 20px 20px 10px 0;
	padding-top: 10px;
	width: 910px;
	border-top: 1px solid #fff;
	display: inline;
}
.copy a, .copy a:visited {
	color: #fff;
	background: #EB2207;
	padding: 2px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.latestposts, .randomposts, .recentcomments{
	float: right;
	margin: 20px 20px 10px 0;
	width: 290px;
	display: inline;
}
.latestposts  ul, .randomposts ul, .recentcomments ul {
	margin: 0 10px;
}
.latestposts a, .randomposts a, .recentcomments a {
	font-size: 95%;
	line-height: 1.3;
	color: #0FD1FF;
	text-decoration: none;
}
.latestposts a:hover, .randomposts a:hover, .recentcomments a:hover{
	color: #FFA851;
}
.latestposts h3, .randomposts h3, .recentcomments h3 {
	border-bottom: 1px solid #fff;
	padding: 2px;
	margin-bottom: 10px;
}
/* footer end */
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fbfbfb;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
}