/*
Theme Name: MyFC
Author: Arash Ranjbaran
Author URI: http://parspake.com/
Description: Wordpress Theme for MyFC.ir Blog
Version: 2.0
License: Copyright 2011 parspake.com
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Structure */
body {
	font-family: san-serif, "Tahoma";
	font-size: 12px;
	width: 100%;
}
a {
	color: #0e390f;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
.clear {
	clear: both;
}
#header {
	width: 100%;
	height: 100px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#logo {
	width: 580px;
	height: 100px;
	background-image: url(images/logo.jpg);
	display: block;
	margin: auto;
}
#access {
	width: 100%;
	height: 30px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.menu {
	margin: auto;
	width: 900px;
	font-size: 13px;
	list-style: none;
	padding: 0;
}
.menu li {
	float: right;
	position: relative;
	margin-left: 10px;
}
#access a {
	color: #eee;
	display: block;
	_display: inline-block;
	height: 17px;
	line-height: 20px;
	padding: 3px 10px 7px 10px;
	text-decoration: none;
}

#access li:hover > a,
#access a:focus, #access a:hover {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#4A7A14, #1D5305);
	background: -o-linear-gradient(#4A7A14, #1D5305);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4A7A14), to(#1D5305)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#4A7A14, #1D5305);
	color: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
#content_frame {
	width: 940px;
	margin: auto;
	background-image: url(images/content_border.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#footer_links {
	width: 860px;
	margin-left: 20px;
	min-height: 150px;
	height: auto;
	_height: 150px;
	padding: 20px;
	background-color: #dce5da;
	line-height: 1.7;
	direction: rtl;
}
#footer_links a {
	color: #427711;
	padding: 3px 10px 3px 10px;
}
#footer_links a:hover {
	color: #fff;
	background-color: #a41b00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.widget-title {
	padding: 3px 10px 3px 10px;
	font-weight: normal;
}
#footer {
	width: 100%;
	height: 28px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	text-align: center;
	font-size: 10px;
	direction: rtl;
	padding-top: 10px;
}
#footer a {
	color: #fff;
}
.widget-area {
	float: right;
	width: 33%;
}
#primary {
	width: 700px;
	padding: 60px 100px 40px 100px;
	margin-left: 20px;
	direction: rtl;
	line-height: 1.7;
	min-height: 250px;
	height: auto;
	_height: 250px;
	position: relative;
}
#nav-above {
	display: none;
}
#nav-below {
	display: block;
	position: relative;
}
#nav-single{
	display: block;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: 30px;
}
.nav-previous {
	position: absolute;
	left: 0px;
	top: 0px;
}
.nav-next {
	position: absolute;
	right: 0px;
	top: 0px;
}
/* ---------------- Posts ----------------------- */
#nav-single {
	margin-bottom: 20px;
}
.post {
	margin-bottom: 100px;
}
.entry-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.entry-meta {
	font-size: 9px;
	color: #606060;
	margin-bottom: 20px;
}
.entry-meta a {
	color: #606060;
}
.entry-meta a:hover {
	color: #ff0000;
}
footer.entry-meta {
	margin-top: 20px;
}
.post .entry-header .comments-link {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 30px;
	height: 30px;
	background-color: #DCE5DA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.post .entry-header .comments-link a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #427711;
}
.entry-content p {
	margin-bottom: 15px;
}
#comments-title,#reply-title {
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
footer.comment-meta {
	float: right;
	width: 150px;
	margin-left: 20px;
}
.comment_avatar {
	clear: both;
	text-align: left;
}
li.comment {
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
li.even {
	background-color: #f9f9f9;
}
.comment-author {
	text-align: left;
	font-size: 10px;
}
input, textarea, option, select, button {
	font-family: tahoma;
	font-size: 12px;
}
code {
	direction: ltr;
	clear: both;
	display: block;
}
/*--- Comment Form ---*/
#commentform {
	padding: 40px;
}
#commentform p {
	display: block;
	margin-bottom: 10px;
}
#commentform p label {
	float: right;
	width: 150px;
	padding-left: 10px;
	text-align: left;
	direction: rtl;
}
#cancel-comment-reply-link {
	color: #fff;
	background-color: #a41b00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
