/*
Theme Name: Pars Mizban
Theme URI: http://wordpress.org/extend/themes/parsmizban
Author: Farhad Sakhaei
Author URI: http://www.parsmizban.com
Description: The Pars Mizban theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu -- then go further with available theme options for two layout choices. Pars Mizban comes equipped with a widget support galore (sidebar, three footer areas), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.2
License: Commercial
License URI: 
Tags: white, blue, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, editor-style, featured-image-header, featured-images, 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
-------------------------------------------------------------- */

/* =Global
----------------------------------------------- */
body {
	background: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	unicode-bidi: embed;
	margin: 0;
	padding: 0;
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
table td {
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
a,
a:link,
a:visited,
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
	color:#117DC4;
}
hr {
	border-color: #747374;
	height: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid;
	margin-bottom: 5px;
}
input#submit{
	cursor: pointer;
}
input,
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	outline:none;
	margin: 1px;
	padding: 2px 0;
	border: 1px solid #747374;
	color: #117DC4;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	outline:none;
	margin: 1px;
	padding: 3px 0;
	border: 1px solid #747374;
	background-color: #E4E4E4;
	color: #117DC4;
	width: 98%;
}
h1,h2 {
	font-family: "B Yekan",Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	clear: both;
	margin: 0;
	color: #0000FF;
	text-shadow: 0 0 1px #aaaaaa;
	text-align: center;
}
h3,h4,h5,h6 {
	font-family: "B Yekan",Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 1px 1px 0 white, 0 0 1px #bbb;
	clear: both;
	margin: 0;
	color: #0000FF;
}
code {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	direction: ltr;
}
form label {
	cursor: pointer;
	color: #117DC4;
}
p {
	margin-bottom: 5px;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.alternative {
	text-align: center;
	margin: 2px auto;
	border-spacing: 1px;
	border:1px solid #ccc;
	margin-bottom: 20px;
	padding: 2px;
}
.alternative tr td{
	padding: 5px;
	margin: 3px;
}
.alternative tr,
.alternative tr.odd{
	text-align: center;
	background-color: #eee;
	color: #395E89;
}
.alternative tr.even{
	text-align: center;
	background-color: #999;
	color: #395E89;
}

.alternative tr.even:hover,
.alternative tr.odd:hover {
	text-align: center;
}
/* heading */
.alternative tr th {
	text-shadow: none;
	padding: 5px;
	background-color: #4970A9;
	background-image: none;
	color: #fff;
	text-align: center;
	font-weight:normal;
}