/*  
Theme Name: Aliha_Dailys
Description: Designed by <a href="http://aliha.ir/">AliReza</a> :)
Version: 2.0
Author: AliReza
Author URI: http://aliha.ir/
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;
}
ul, ol, ul ol, li, ul li {list-style: none;}
blockquote, q {quotes: none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}

*, * focus{
	margin:0;
	padding:0;
	outline: none;
}

::-moz-selection {
	background-color: #fff;
	color: #b8b8b8;
}
::selection {
	background-color: #fff;
	color: #b8b8b8;
}

body {
	background: #f3f3f3;
	font: 11px Tahoma;
	color: #333;
	margin: 0;
}

.clear {clear: both;}
.hide {visibility: hidden; font-size: 0; width: 0; height: 0;}
a {text-decoration: none;}
.right {float: right;}
.left {float: left;}
img {-ms-interpolation-mode: bicubic;}
small {font-size: 9px !important;}

#wrapper {
	width: 500px;
	margin: 0 auto;
	direction: rtl;
}

#header {
	width: 500px;
	height: 100px;
	overflow: hidden;
	margin-top: 30px;
}

#daily-logo {
	border: none;
	width: 452px;
	height: 75px;
	float: right;
}

#feed {
	float: left;
}

#posts {
	width: 370px;
	overflow: hidden;
	float: right;
	margin-top: 30px;
	padding-bottom: 90px;
}

.post {
	text-align: justify;
	padding: 5px;
	margin-bottom: 25px;
}

.post .title {
	margin-bottom: 15px;
}

.post .title h1, .post .title h1 a {
	font: bold 25px Georgia, Arial;
	color: #888;
	text-shadow: 1px 2px 0 #fff;
}

.post .title h1 a:hover {
	color: #666;
}

.post .content {
	font: 11px Tahoma;
	color: #000;
	line-height: 160%;
}

.post .content p {
	margin-bottom: 10px;
}

.post .content img {
	padding: 2px;
	margin: 5px auto 5px auto;
	border: 3px solid #fff;
	max-width: 350px !important;
	background-color: #555;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.post .content ul {
	margin: 10px;
	list-style: none;
	font-size: 11px;
	color: #aaa;
}

.post .content ul li {
	list-style: inside square;
}

.post .content blockquote {
	margin: 10px auto;
	width: 280px;
	color: #888;
	text-shadow: 1px 1px 0 #fff;
	font-size: 11px;
	padding: 5px;
	margin: 0 auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 5px 7px 5px 2px;
	display: inline;
}

img.alignleft {
	margin: 5px 7px 5px 2px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.post .content a {
	color: #01c0e2;
}

.post .content a:hover {
	color: #888;
}

.post .metadata {
	padding: 10px;
	background: #efefef;
	width: 300px;
	-moz-box-shadow:0 1px 0 #fff;
	-moz-border-radius-bottomleft:18px;
	-moz-border-radius-bottomright:18px;
	-moz-border-radius-topleft:18px;
	-moz-border-radius-topright:18px;
	text-shadow:1px 1px #FFFFFF;
	border: 1px solid #ebebeb;
	margin: 15px auto 0 auto;
	color: #626262;
	overflow: hidden;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

.post .metadata a {
	color: #000;
}

.post .metadata a:hover {
	color: #01c0e2;
}

.post .metadata .date {
	color: #b8b7b7;
}

/* Commenting */

#comments {
	width: 280px;
	margin: 20px auto 0 auto;
	line-height: 150%;
	color: #777;
}

#comments a {
	color: #01c0e2;
}

#comments a:hover {
	color: #000;
}

.commentlist li {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #ededed;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.alt {
	background-color: #f7f7f7 !important;
}

.pending {
	margin: 10px 10px 0 0;
	display: block;
	font: normal normal 10px Tahoma;
	color: #c6c6c6;
}

#commentform {
	margin-top: 25px;
}

form label {
	margin: 0 0 8px 0;
	cursor: pointer;
}

form input#author {direction: rtl;}
form input#email, form input#url {direction: ltr;}

form input#author, form input#email, form input#url {
	background-color: #fdfdfd;
	border: 1px solid #fff;
	margin: 3px;
	color: #555;
	font: 11px Tahoma;
	padding: 5px;
	width: 200px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form input#author:focus, form input#email:focus, form input#url:focus, form textarea#comment:focus {
	border: 1px solid #00cfe8;
	color: #333;
}

form textarea#comment {
	width: 265px;
	height: 80px;
	background-color: #fdfdfd;
	border: 1px solid #fff;
	padding: 5px;
	margin: 3px;
	color: #555;
	font: 11px Tahoma;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form input#submit {
	background-color: #1dd9ef;
	border: 1px solid #fff;
	font: 11px Tahoma;
	color: #fff;
	margin: 8px;
	padding: 5px;
	width: 100px;
	cursor: pointer;
}

form input#submit:hover {
	background-color: #50e7f9;
}

/* End Commenting */

.next-previous-page {
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
}

.next-previous-page a {
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	display: block;
	padding: 5px;
	background: #e1e1e1;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.next-previous-page a:hover {
	color: #fff;
	text-shadow: 1px 1px 0 #666;
	background: #d5d5d5;
}

#sidebar-left {
	float: left;
	width: 112px;
}

#twitter {
	position: fixed;
	width: 112px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#twitter {
	position: relative;
}
}

.followme {
	margin-top: 5px;
	display: none;
}

.followme a {
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	display: block;
	padding: 5px;
	background: #e1e1e1;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.followme a:hover {
	color: #fff;
	text-shadow: 1px 1px 0 #666;
	background: #d5d5d5;
}

#sidebar2 {
	direction: rtl;
	float: right;
	width: 226px;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 20px;
}

#sidebar-right {
	background: url(images/sidebar-right-bg.png) repeat-y;
	width: 186px;
	padding: 10px 20px;
	overflow: hidden;
}

#sidebar-right a {
	color: #01c0e2;
	padding: 2px;
}

#sidebar-right a:hover {
	color: #fff;
	background-color: #01c0e2;
}

#vi-sualize-us {
	margin-bottom: 10px;
}

#vi-sualize-us h2 {
	display: none;
}

#vi-sualize-us ul li {
	margin: 3px;
	display: inline-block;
}

#vi-sualize-us ul li img {
	border: 2px solid #c7c7c7;
	padding: 1px;
	width: 50px;
	height: 50px;
}

#vi-sualize-us ul li img:hover {
	border: 2px solid #01c0e2;
}

#vi-sualize-us a, #vi-sualize-us a:hover {
	padding: 0;
	background: none;
}

.tweet {
	color: #333;
	line-height: 150%;
	text-align: justify;
}

.tweet a {
	font-size: 9px;
	padding: 1px !important;
}

.tweet .loading {
	background: url(images/loading.gif) no-repeat 0 5px;
	padding-left: 35px;
	color: #555;
}

.my-tweets {font-size: 9px; float: left;}

.widget {
	margin-bottom: 12px;
}

.widgettitle {
	font: bold 15px Arial;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 5px;
	margin-bottom: 6px;
}

.widget:hover .widgettitle {
	color: #666;
	border-bottom: 1px dotted #555;
}

.widget ul li {
	padding: 3px;
}

.widget_archive ul li {float: right; padding: 2px 5px !important;}

.sidebar-right-show-hide-bt {
	background: url(images/sidebar-right-show-hide-bt.png) no-repeat top;
	width: 226px;
	margin: 0 auto;
	height: 51px;
	padding: 0;
	cursor: pointer;
}

.active {
	background: url(images/sidebar-right-show-hide-bt.png) no-repeat bottom;
}

#not-found {
	background: url(images/404.jpg) no-repeat center;
	width: 335px;
	height: 307px;
	display: block;
}

#footer-fix {
	background: url(images/footer-fix.png) no-repeat center;
	width: auto;
	height: 105px;
	position: fixed;
	bottom: 0; left: 0; right: 0;
	margin: 0 auto;
}