﻿/*
Theme Name: DigiHelpTheme
Theme URI: digihelp.net
Author: Kavand Farahmand
Author URI: http://7learn.com
Description: پوسته شخصی شرکتی دیجی هلپ
Version: 1.0
*/

/**************************************/
/* Load Fonts [bnazanin] */
@font-face {
  font-family: 'b nazanin';
  src: url('css/BNazanin.eot') format('eot'),  /* IE6,8 */
  url('css/BNazanin.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  url('css/BNazanin.ttf') format('truetype');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
}
/* End Load Fonts */

/**************************************/
/* My CSS Reset */
* {
	direction: rtl;
	text-align: right;
}
*:focus {outline: none;}
* html body * {overflow:visible;}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, address, acronym, 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, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-family: 'b nazanin';
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background:#fff;
	color:#000;
	font-size:100%;
	line-height: 1;
	text-align: right;
}
ol, ul {
	list-style: none;
}
div:target {outline: 0 none;}
article,aside,details,figcaption,figure,
footer,header,hgroup,nav,section {
	display:block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset, img { border:0 solid; }
dt { font-weight:bold; }
q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { 
	content: ''; 
	content:none 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link , a:visited {text-decoration: none;}
a:hover {color: #09f;}

h1 { font-size: 32px;}
h2 { font-size: 28px;}
h3 { font-size: 24px;}
h4 { font-size: 20px;}
h5 { font-size: 16px;}
h6 { font-size: 12px;}
p  { font-size: 14px;}
/* End My CSS Reset */


/**************************************/
/* Start Body and Wrapper */
body {
	background: url('images/body-bg.png');
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
/* End Body and Wrapper */

/**************************************/
/* Start Header [logos, Social Network Icons , Search Form and Menu] */
#header {
	height: 248px;
	background: url('images/header-bg.png') repeat-x;
	box-shadow: 0 1px 1px #000;
}
#header .right {
	float: right;
}
#header .left {
	float: left;
}
#header .right #logo {
	width: 253px;
	height: 74px;
	background: url('images/logo.png') no-repeat;
	margin-right: 20px;
	margin-top: 10px;
}
#header .right #tagline {
	width: 294px;
	height: 35px;
	background: url('images/title.png') no-repeat;
	margin-right: 60px;
}
#header .right #logo h1 ,
#header .right #tagline h2 {
    text-indent: -9999px;	
}
#header .left #sn-icons {
	direction: ltr;
	margin-top: 3px;
	margin-right: 110px;
}
#header .left #sn-icons img {
	opacity: .50;
	box-shadow: 1px 1px 1px #333;
}
#header .left #sn-icons img:hover {opacity: 1;}
#header .left #searchfrm {
	margin-top: 120px;
}
#header .left #searchfrm form input {
	background: transparent;
	border: none;
}
#header .left #searchfrm form input[type="text"] {
	background: #072e63;
	box-shadow: 1px 1px 1px rgba(255,255,255,.10),
	            inset 1px 1px 1px #000;
	border-radius: 3px;
	font: 18px 'b nazanin';
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	width: 240px;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	margin-left: 7px;
	display: table-caption;
}
#header .left #searchfrm form input[type="submit"] {
	background: url('images/search-btn.png') no-repeat;
	height: 19px;
	width: 19px;
	position: absolute;
	margin-right: 220px;
	margin-top: 7px;
	cursor: pointer;
}
#header #menu {
	height: 50px;
	background: url('images/menu-bg.png');
	margin-top: 8px;
	padding-right: 30px;
}
#header #menu li {
	display: inline;
	margin-left: 30px;
	line-height: 50px;
}
#header #menu li a {
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px #222;
}
#header #menu li a:hover {color: #78afff;}
#header #menu li a.home {
	background: url('images/home-icon.png') no-repeat;
	padding: 0 13px;
}
/* End Hheader */

/**************************************/
/* Start Container [Content and Sidebars] */
#container {
	background: #fff;
	padding: 10px;
}
#right-sidebar {
	float: right;
	width: 230px;
}
#content {
	float: right;
	width: 520px;
	margin-right: 12px;
}
#left-sidebar {
	float: left;
	width: 230px;
}
#right-sidebar .block ,
#left-sidebar  .block ,
#content .post {
	background: #f9f9f9;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #a7a7a7;
	border-bottom-width: 4px;
}
#right-sidebar .block .block-title ,
#left-sidebar  .block .block-title {
	text-align: center;
	color: #234678;
	text-shadow: 0 0 1px rgba(35,70,120,.70);
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: url('images/block-title.png') center bottom no-repeat;
}
#right-sidebar .block .block-content ul li ,
#left-sidebar  .block .block-content ul li {
	border-bottom: 1px solid #ddd;
	padding: 7px;
	color: #000;
}
#right-sidebar .block .block-content ul li a ,
#left-sidebar  .block .block-content ul li a { color: #000;}
#right-sidebar .block .block-content ul li:hover ,
#left-sidebar  .block .block-content ul li:hover {background: #dddeee;}
#left-sidebar  .block .block-content a img {
	margin-right: 15px;
	border-radius: 4px;
	border-bottom: 4px solid #a7a7a7;
	display: block;
	margin-bottom: 3px;
}
#left-sidebar .block .block-content a img:hover {border-bottom-color:#234567;}
#content .post {padding: 0;}
#content .post .post-title  {
	color: #444;
	background: #eee;
	padding: 7px 20px 7px 0;
	border-bottom: 1px solid #a7a7a7;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #aaa;
	border-radius: 3px 3px 0 0;
}
#content .post .post-title:hover {color: #234678;}
#content .post .post-thumb {
	margin: 0 10px;
	float: right;
}
#content .post .post-content {
	float: left;
	width: 330px;
	margin: 0 0 15px 15px;
}
#content .post .post-content p {
	text-align: justify;
	line-height: 20px;
	font-family: tahoma;
	font-size: 13px;
}
#content .post .read-more {
	background: #fff;
	position: relative;
	right: 410px;
	padding: 0 15px;
	border: 1px solid #a7a7a7;
	border-bottom-width: 4px;
	border-radius: 3px;
	font-size: 18px;
	color: #777;
}
#content .post .read-more:hover {
	color: #234678;
	border-color: #234678;
}
#content .post .post-meta {
	background: #d2d2d2;
	border-top: 1px solid #a7a7a7;
	margin-top: 15px;
	padding: 10px;
	padding-top: 7px;
}
#content .post .post-meta * {display: inline;}
#content .post .post-meta div  {display: table-cell;}
#content .post .post-meta .author,
#content .post .post-meta .date {width: 180px;}
#content .post .post-meta div span ,
#content .post .post-meta div a {
	color: #255497;
	font: 14px tahoma;
}
#content .post .post-meta img {
	position: relative;
	top: 3px;
	margin-right: 3px;
}
/* End Container */

/**************************************/
/* Start Footer */
#footer {
	background: #366995;
	padding: 10px;
}
#footer .copyright {
	color: #fff;
	text-align: center;
	font-size: 20px;
}
/* End footer */