/*----------------------------------------------

	Theme Name: 	Reza Mohyin Blog
	Theme URI:		http://www.rezamohyin.com
	Author:			Billy Shaun
	Author Email:	ab.mathur@ymail.com
	Author URI:		http://www.wp-engine.com
	Date:			July 15 '10
	File:			style.css
	
-----------------------------------------------*/

/*------------------------------------------------
	>> GLOBAL STYLES
------------------------------------------------*/

body {
	background: #ffffff;
	font: 62.5%/1.67 arial,helvetica,sans-serif;
	color: #323232;
	min-width: 976px;
}

img {
	border: 0px;
}

a,a:active,a:visited {
	border: 0px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.abm {
	position: absolute;
	width: 976px;
	left: 50%;
	margin-left: -488px;
	margin-top: 42px;
	background-image: url(images/bg-global.png);
	background-repeat: repeat-y;
	float: left;
}

.abm .container {
	width: 950px;
	margin-left: 13px;
}

/*------------------------------------------------
	>> HEADER STYLES
------------------------------------------------*/

.abm .header {
	width: 976px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

.abm .header .logo {
	width: 344px;
	height: 85px;
	float: left;
	margin: 0px;
	margin-left: 13px;
}

.abm .header .logo a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 344px;
	height: 92px;
	display: block;
}

.abm .header .sponsors {
	width: 468px;
	height: 60px;
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 13px;
}

/*------------------------------------------------
	>> NAVIGATION STYLES
------------------------------------------------*/

.abm .menu {
	width: 949px;
	height: 50px;
	background-image: url(images/bg-menu.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 13px;
}

.abm .menu a {
	color: #ffffff;
	text-decoration: none;
}

.abm .menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 719px;
	height: 50px;
	float: left;
	overflow: hidden;
}

.abm .menu li {
	float: left;
	height: 27px;
	margin-top: 10px;
	padding-top: 8px;
	padding-left: 13px;
	padding-right: 13px;
	cursor: pointer;
}

.abm .menu li:hover {
	background-image: url(images/bg-menu-thover.png);
	background-repeat: repeat-x;
}

.abm .menu .home:hover {
	background-image: url(images/bg-menu-lhover.png);
	background-repeat: no-repeat;
}

.abm .menu .search {
	width: 220px;
	height: 35px;
	float: right;
	margin-top: 10px;
	padding-right: 10px;
	text-align: right;
}

.abm .menu .search .text {
	width: 143px;
	height: 16px;
	border: 1px solid #7e9db9;
	margin-top: 8px;
	margin-right: 5px;
	padding: 0px;
	font-size: 11px;
}

.abm .menu .search .submit {
	background-color: #959595;
	width: 50px;
	height: 16px;
	color: #ffffff;
	border: 1px solid #838383;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	text-align: center;
}

/*------------------------------------------------
	>> OFFSITE LINK STYLES
------------------------------------------------*/

.abm .offsite {
	width: 950px;
	height: 52px;
	border-bottom: 1px solid #e1e1e1;
	background-color: #efefef;
	margin-left: 13px;
	margin-right: 13px;
}

.abm .offsite ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	width: 607px;
	height: 42px;
	border-right: 1px solid #e9e9e9;
	float: left;
}

.abm .offsite li a {
	height: 38px;
	float: left;
	background-image: url(images/users.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 32px;
}

.abm .offsite .link1 {
	width: 80px;
	display: block;
	background-position: -12px 0;
}

.abm .offsite .link1:hover {
	background-position: -12px -38px;
}

.abm .offsite .link2 {
	width: 31px;
	background-position: -123px 0;
}

.abm .offsite .link2:hover {
	background-position: -123px -38px;
}

.abm .offsite .link3 {
	width: 146px;
	background-position: -192px 0;
}

.abm .offsite .link3:hover {
	background-position: -192px -38px;
}

.abm .offsite .link4 {
	width: 50px;
	background-position: -371px 0;
}

.abm .offsite .link4:hover {
	background-position: -371px -38px;
}

.abm .offsite .link5 {
	width: 130px;
	background-position: -463px 0;
}

.abm .offsite .link5:hover {
	background-position: -463px -38px;
}

.abm .offsite .feeds {
	width: 332px;
	height: 52px;
	float: right;
	margin-top: -5px;
	background-color: #efefef;
}

.abm .offsite .feeds .twitter,
.abm .offsite .feeds .rss {
	width: 100px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	display: block;
}

.abm .offsite .feeds .twitter img,
.abm .offsite .feeds .rss img {
	border: 0px;
	width: 88px;
	height: 26px;
}

.abm .offsite .feeds .link {
	width: 98px;
	height: 93px;
	background-image: url(images/bg-rss-link.png);
	background-repeat: no-repeat;
	float: right;
	position: relative;
	display: block;
	z-index: 10000000;
}

/*------------------------------------------------
	>> CONTENT STYLES
------------------------------------------------*/

.abm .container .content {
	width: 567px;
	padding: 25px;
	background-color: #ffffff;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
	float: left;
}

.abm .container .content a {
	color: #263c97;
}

.abm .container .content .entry {
	width: 100%;
	font-size: 12px;
	margin-bottom: 35px;
	float: left;
}

.abm .container .content .entry .left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.abm .container .content .entry .right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.abm .container .content .entry .wp-caption-text {
	background-color:#f5f5f5;
	padding: 3px;
	font-style: italic;
	display: block;
}

.abm .container .content .entry img {
	border: 2px solid #d7d7d7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 5px;
}

.abm .container .content .entry .wp-smiley {
	border: 0px;
}

.abm .container .content .entry h2 {
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #e4e4e4;
	border-top: 1px dotted #c1c1c1;
	border-bottom: 1px dotted #c1c1c1;
	padding: 10px;
	padding-left: 25px;
	width: 582px;
	position: relative;
	left: -25px;
}

.abm .container .content .entry h2 a {
	color: #555555;
}

.abm .container .content .entry blockquote {
	padding:5px 0;
	text-align:left;
}

.abm .container .content .entry blockquote {
	padding:0 15px;
	margin:5px 20px;
	background:#f5f5f5;
	border-left:5px solid #888;
	color:#666;
}

.abm .container .content .entry blockquote blockquote {
	background:#fff;
	border-left:5px solid #ddd;
}

.abm .container .content .entry .sponsor {
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
}

.abm .container .content .entry .text p {
	text-align: justify;
}

.abm .container .content .entry .clear {
	clear: both;
}

.abm .container .content .entry .category {
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
	display: block;
	width: 100%;
	font-style: normal;
	font-size: 11px;
	color: #757575;
	margin-bottom: 1px;
}

.abm .container .content .entry .author {
	font-weight: bold;
	font-style: normal;
	color: #bebebe;
	padding-bottom: 5px;
	border-bottom: 1px dotted #c1c1c1;
	margin-bottom: 10px;
	display: block;
	font-size: 11px;
	text-align: left;
}

.abm .container .content .entry .author a {
	color: #bebebe;
}

.abm .container .content .entry .social {
	border-top: 3px solid #d4d4d4;
	padding-top: 15px;
	font-size: 14px;
}

.abm .container .content .entry .social a:hover {
	text-decoration: none;
}

.abm .container .content .entry .social .large {
	font-size: 26px;
	font-weight: bold;
	margin-top: -10px;
	margin-right: 4px;
	display: block;
	float: left;
}

.abm .container .content .entry .social ul {
	list-style-type: none;
	margin: 0px;
	float: right;
}

.abm .container .content .entry .social li {
	float: left;
	height: 20px;
	margin-left: 20px;
}

.abm .container .content .entry .social li a {
	display: block;
	height: 20px;
	width: 20px;
}

.abm .container .content .entry .social a:hover {
	text-decoration: none;
}

.abm .container .content .entry .social .digg {
	width: 66px;
	height: 18px;
	padding-top: 2px;
	background-image: url(images/social-digg.png);
	background-repeat: no-repeat;
}

.abm .container .content .entry .social .facebook {
	background-image: url(images/social-facebook.png);
	background-repeat: no-repeat;
}

.abm .container .content .entry .social .stumble {
	background-image: url(images/social-stumble.png);
	background-repeat: no-repeat;
}

.abm .container .content .entry .social .delicious {
	background-image: url(images/social-delicious.png);
	background-repeat: no-repeat;
}

.abm .container .content .entry .social .feed {
	background-image: url(images/social-feed.png);
	background-repeat: no-repeat;
}

.abm .container .content .page-links {
	width: 100%;
	padding-top: 15px;
	font-size: 12px;
}

.abm .container .content .page-links .prev {
	float: left;
}

.abm .container .content .page-links .next {
	float: right;
}

.abm .container .content .related {
	width: 617px;
	left: -25px;
	position: relative;
	background-image: url(images/bg_related.png);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
	float: left;
	background-color: #f7f7f7;
	padding-bottom: 30px;
	margin-bottom: 35px;
}

.abm .container .content .related h3 {
	font-size: 14px;
	margin: 0px;
	color: #ffffff;
}

.abm .container .content .related .feed {
	background-image: url(images/bg_related_feed.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top: 12px;
	position: relative;
	top: -8px;
	left: -14px;
	width: 290px;
	float: left;
}

.abm .container .content .related .feed a {
	color: #ffffff;
}

.abm .container .content .related .feed span {
	width: 290px;
	min-height: 250px;
	display: block;
	position: relative;
	left: -26px;
	top: 18px;
	float: left;
}

.abm .container .content .related .posts {
	width: 272px;
	float: left;
	height: 27px;
	padding-top: 4px;
}

.abm .container .content .related .posts ul {
	padding: 0px;
	list-style-type: none;
}

.abm .container .content .related .posts li {
	background-image: url(images/bullet_sidebar.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-left: 25px;
	margin-top: 6px;
	margin-bottom: 10px;
}

.abm .container .content .related .posts li a {
	color: #585858;
}

/*------------------------------------------------
	>> COMMENT LIST STYLES
------------------------------------------------*/

.abm .container .content .commentlist {
	list-style-type: none;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 12px;
}

.abm .container .content .commentlist li {
	border: 1px solid #c1c1c1;
	background-color: #f8f8f8;
	margin-bottom: 20px;
	padding: 8px;
	padding-right: 10px;
}

.abm .container .content .commentlist li .children li {
	margin-bottom: 10px;
}

.abm .container .content .commentlist li .children {
	padding: 0px;
	list-style-type: none;
}

.abm .container .content .commentlist li .author {
	border: 1px solid #c1c1c1;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	background-color: #e4e4e4;
}

.abm .container .content .commentlist li .author .avatar {
	float: left;
	margin: 8px;
	width: 64px;
	height: 64px;
	border: 1px solid #c1c1c1;
	overflow: hidden;
}

.abm .container .content .commentlist li .author .avatar img {
	min-width: 64px;
	min-height: 64px;
}

.abm .container .content .commentlist li .author .details {
	display: block;
	margin-top: 12px;
	font-size: 10px;
}

.abm .container .content .commentlist li .author .details b {
	font-size: 13px;
	display: block;
}

.abm .container .content .commentlist li .author .details a {
	color: #666666;
	font-family: tahoma;
	display: block;
	margin-bottom: 3px;
}

.abm .container .content .commentlist li .reply {
	display: block;
	margin-bottom: 10px;
}

.abm .container .content .commentlist li .reply a {
	color: #000000;
	margin-right: 15px;
	font-weight: bold;
}

.abm .container .content .commentlist li.odd,
.abm .container .content .commentlist li.thread-even {
	background-color: #ebebeb;
}

.abm .container .content .commentlist li.thread-alt {
	background-color: #f8f8f8;
}

.abm .container .content .commentlist li.bypostauthor,
.abm .container .content .commentlist li.comment-author-admin {
	background-color: #d3edf1!important;
	border: 1px dotted #c1c1c1!important;
}

/*------------------------------------------------
	>> COMMENT BOX STYLES
------------------------------------------------*/

.abm .container .content h4 {
	font: 1.75em/1.25 arial,sans-serif;
	color: #323232;
	margin: 0px;
}

.abm .container .content .commentform {
	padding: .84em 0;
	overflow: hidden;
	width: 100%;
	clear: both;
	font-size: 12px;
}

#cancel-comment-reply a {
	color: #b8b8b8;
	font-size: 12px;
}

.abm .container .content .commentform a {
	text-decoration: underline;
	color: #b8b8b8;
}

.abm .container .content .commentform a:hover,
.abm .container .content .commentform a:focus {
	text-decoration:none;
}

.abm .container .content .commentform .options {
	margin: 0 0 10px;
	padding: 5px 10px;
	background: #f9fbe8;
	border: 1px solid #e5eabc;
	font-family: arial,sans-serif;
	float: left;
	text-align: justify;
	display: block;
}

.abm .container .content .commentform input,
.abm .container .content .commentform textarea {
	padding: 2px;
	color: #212121;
}

.abm .container .content .commentform div.inputs {
	float:left;
	width:38.9%;
}

.abm .container .content .commentform div.inputs input {
	margin:0 0 .84em;
	font-size: 12px;
}

.abm .container .content .commentform #author,
.abm .container .content .commentform #email,
.abm .container .content .commentform #url,
.abm .container .content .commentform #comment {
	float:left;
	border:1px solid #d3d3d3;
	font:1em arial,sans-serif;
	width:100%;
	font-size: 12px;
}

.abm .container .content .commentform textarea#comment {
	float:right;
	width:57.5%;
	min-height:92px;
	border-width:1px;
	margin:0 0 .84em;
	padding:5px 3px;
}

.abm .container .content .commentform .comment-text {
	width:98.2%;
	float:left;
}

.abm .container .content .commentform input#submit {
	width:11em;
	padding:.5em 0;
	font:1em arial,sans-serif;
	color:#fff;
	float:left;
	border:1px solid #4B5Cb7;
	background:#2B3C97;
	cursor:pointer;
	font-size: 12px;
}

.abm .container .content .trackback {
	display: block;
	padding: 5px;
	border: 1px solid #b8b8b8;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.abm .container .content .trackback input {
	padding: 2px;
	margin-left: 15px;
	width: 400px;
}

/*------------------------------------------------
	>> SIDEBAR STYLES
------------------------------------------------*/

.abm .container .sidebar {
	width: 306px;
	float: right;
	padding-left: 13px;
	padding-right: 13px;
}

.abm .container .sidebar a,
.abm .container .sidebar a:visited,
.abm .container .sidebar a:link,
.abm .container .sidebar a:active {
	color: #0589be;
}

.abm .container .sidebar .widget {
	width: 306px;
	float: left;
	padding-bottom: 5px;
	border-bottom: 3px solid #d9d9d9;
	font-size: 12px;
	margin-bottom: 15px;
}

.abm .container .sidebar .widget ul {
	padding: 0px;
	list-style-type: none;
}

.abm .container .sidebar .widget li {
	background-image: url(images/bullet_sidebar.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-left: 25px;
	margin-top: 12px;
	list-style-type: none;
}

.abm .container .sidebar .widget h2 {
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 2px;
	font-size: 16px;
	margin-bottom: 5px;
}

.abm .container .sidebar .ebook {
	background-image: url(images/bg_widget_ebook.png);
	background-repeat: no-repeat;
	padding-left: 83px;
}

.abm .container .sidebar .ebook .error {
	display: block;
	color: #ff0000;
}

.abm .container .sidebar .ebook input {
	width: 163px;
	height: 24px;
	border: 0px;
	padding-left: 24px;
	padding-top: 0px;
	color: #727272;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.abm .container .sidebar .ebook .name {
	background-image: url(images/bg_widget_ebook_name.png);
}

.abm .container .sidebar .ebook .email {
	background-image: url(images/bg_widget_ebook_email.png);
}

.abm .container .sidebar .ebook .submit {
	width: 306px;
	height: 37px;
	background-image: url(images/bg_widget_ebook_submit.png);
	margin-left: -83px;
	padding: 0px;
}

.abm .container .sidebar .sponsor {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding: 0px;
}

.abm .container .sidebar .sponsor li {
	float: left;
	width: 125px;
	height: 125px;
	margin-bottom: 10px;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 6px;
	background-image: none;
	padding: 0px;
}

.abm .container .sidebar .sponsor .button {
	width: 270px;
	height: 31px;
	overflow: hidden;
}

.abm .container .sidebar .sponsor .button a {
	display: block;
	width: 270px;
	height: 31px;
	background-image: url(images/bg_sponsor_button.png);
	background-repeat: no-repeat;
}

.abm .container .sidebar .flickr {
	list-style-type: none;
	padding: 0px;
}

.abm .container .sidebar .flickr li {
	width: 125px;
	height: 125px;
	border: 4px solid #c1c1c1;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
	padding: 0px;
	background-image: none;
}

.abm .container .sidebar .flickr li img {
	min-width: 125px;
	min-height: 125px;
}

/*------------------------------------------------
	>> PRE-FOOTER STYLES
------------------------------------------------*/

.abm .footer {
	width: 950px;
	float: left;
	margin-left: 13px;
	font-size: 12px;
	padding-bottom: 5px;
}

.abm .footer .pre-foot-widgets {
	width: 900px;
	background-color: #efefef;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 15px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	float: left;
}

.abm .footer h2 {
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 3px solid #d9d9d9;
	padding-bottom: 6px;
	font-size: 16px;
	margin-bottom: 5px;
}

.abm .footer a {
	color: #414141;
}

.abm .footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.abm .footer li {
	float: left;
	width: 20%;
	margin-bottom: 5px;
}

.abm .footer .foot-widgets {
	width: 900px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

.abm .footer .foot-widgets .column {
	width: 31%;
	float: left;
}

.abm .footer .foot-widgets .left {
	padding-right: 2%;
}

.abm .footer .foot-widgets .right {
	padding-left: 2%;
}

.abm .footer .foot-widgets .middle {
	padding-left: 1%;
	padding-right: 1%;
}

.abm .footer .foot-widgets .column ul {
	list-style-type: none;
	margin: 0px;
}

.abm .footer .foot-widgets .column li {
	width: 100%;
	float: none;
}

.abm .footer .foot-widgets .left li {
	margin-bottom: 10px;
}

.abm .footer .foot-widgets .left li a {
	color: #263c97;
	font-weight: bold;
}

.abm .footer .foot-widgets .middle span {
	padding-top: -20px;
	display: block;
}

.abm .footer .foot-widgets .right li {
	margin-bottom: 0px;
}

.abm .footer .foot-widgets .right .column {
	width: 49%;
	float: left;
}

.abm .footer .foot-widgets .right .column b {
	color: #263c97;
}

/*------------------------------------------------
	>> COPYNOTE STYLES
------------------------------------------------*/

.abm .copynotes {
	width: 916px;
	min-height: 52px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
	font-size: 12px;
}

.abm .copynotes a {
	color: #757575;
}

.abm .copynotes .designer {
	float: right;
	width: 140px;
	height: 32px;
	background-image: url(images/link_designer.png);
	background-repeat: no-repeat;
	display: block;
}

.abm .copynotes .programmer {
	float: right;
	width: 140px;
	height: 40px;
	margin-left: 10px;
	background-image: url(images/link_programmer.png);
	background-repeat: no-repeat;
	display: block;
}

/*------------------------------------------------
	>> FOOTLINKS STYLES
------------------------------------------------*/

.abm .foot-links {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 8px;
	font-size: 11px;
	float: left;
	width: 976px;
	background-color: #ffffff;
}

.abm .foot-links a {
	margin-left: 8px;
	margin-right: 8px;
	color: #757575;
}
