/*
Theme Name: dia
Theme URI:
Description: Dia Diwan
Version: 1.0
Author: POD1
Author URI: http: //pod1.com/
Tags:

*/

/***** TAG RESET *****/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

img { 
	border: 0;
}

body {
	background: #fff url(images/bg.jpg) repeat-x 0 0;
	background-color: #fff;
	color: #000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 1.9em;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 5px 0;
}

h3,h5 {
	color: #4d4d4d;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 0;
	text-transform: uppercase;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 0;
}

a {
	color: #454c76;
	text-decoration: none;
}

a:hover {
	color: #000;
}

address {
  font-style: normal;
}

.first {
	text-transform: uppercase;
}

.aligncenter {
	text-align: center;
}

h2 a { 
	color: #000;
}

h2 a:hover {
	color: #454c76;
}

/*** MESSAGES ****/

ul.messages li {
	list-style: none;
}

.error-msg li {
	float: none;  
	margin: 20px; 
}

.validation-advice,
.error-msg li {
	background: #ccc url(images/error_icon.jpg) no-repeat 5px 3px;
	clear: both;
	color: #000;
	display: block;
	font-size: 0.9em;
	margin: 0;
	padding: 5px 0 5px 30px;
	width: 570px;
}

.success-msg li,
.notice-msg li {
	background: #ccc url(images/info_icon.jpg) no-repeat 5px 3px;
	clear: both;
	color: #000;
	font-size: 0.9em;
	margin: 0;
	padding: 5px 0 5px 30px;
	width: 570px;
}


/*** FORM****/
.hidden { 
	display: none;
}

#searchform {
	margin: 8px 0 0 10px; 
	float: right; 
	width: 250px;
}

.multiSearchSelect select {
	background-color: #928c8c;
	border: 1px solid #7B7673;
	color: #FFFFFF;
	float: left;
	font-size: 1.1em;
	height: 20px;
	margin-right: 3px;
	padding: 0;
	width: 85px;
}

.form-search input {
	float: left;
	font-size: 1em;
}

.form-search input#searchsubmit {
	background: url(images/search_btn.jpg) top left no-repeat;
	border: 0;
	font-size: 0;
	height: 21px;
	text-indent: -9999px;
	width: 34px;
}

.form-search label,
.form-search legend {
	display: none;
}

.form-search .input-text {
	background-color: #928c8c;
	border: 1px solid #928c8c;
	color: #fff;
	font-size: 1.1em;
	height: 16px;
	padding: 1px 0 1px 0;
	width: 125px;
}

a.btn {
	background: #5f142b url(images/linkbg.jpg) repeat-x bottom left;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 10px 5px 20px;
}

label {
	float: left; 
	margin-top: 2px;
	width: 80px; 
}

#mce-responses {
	margin: 10px 0 0 0;
}

.response {
	background: #ebebec;
	clear: both;
	color: #454C76;
	padding: 5px;
}

/*****HEADER *******/


#header {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 15px 0;
	width: 980px;
}

#header h1 {
	border: none;
	margin: 0;
	padding: 0;
}

#header .logo {
	display: block;
	float: left;
	height: 81px;
	margin: 10px 0 10px 41px;
	overflow: hidden;
	width: 146px;
}

#header li {
	float: left;
	list-style: none;
}

#header .topnav {
	float: right;
}

#header .account {
	float: right;
	margin: 0;
}

#header .topnav .callback {
	background: url(images/phone.png) no-repeat scroll 5px 3px transparent;
	padding-left: 12px;
}

#header .pages {
	background: #acacac;
	float: right;
	margin: 50px 0 20px;
	width: 735px;
}

#header .pages li {
	border-right: 1px solid #78797a;
	position: relative;
}

#header .pages li a {
	color: #fff;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 14px;
}

#header .pages li a:hover { 
	background: url(images/topnavbg.jpg) no-repeat 0 0; 
}

#header .pages li.active a { 
	background: url(images/topnavbg.jpg) no-repeat bottom center;
}

#header li.magazine { 
	background-color: #554c51;
	float: right; 
}

#header .pages li.last {
	border: none;
}

#header .pages li a:hover {
	color: #fff;
}

#header .pages li li a:hover {
	background: none;
}

#header .pages li ul {
	background-color: #241a19;
	left: 0;
	position: absolute;
	top: 32px;
	width: 735px;
}

#header .pages li li {
	border: none;
	float: left; 
}

#header .pages li li.current {
	background-color: #3b3331;
}

#header .pages li li a {
	color: #d4d0cf; 
	font-size: 1.1em; 
	text-transform: uppercase; 
}

#header .pages li.active li a {
	background-image: none;
}

#header .account { padding-bottom: 20px; }

#header .account li {
	border-right: 1px solid #483e3d;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 8px;
}

#header .account li.last {
	border-right: 0;
}

#header .account li a {
	color: #ccc;
	display: block;
	font-size: 0.9em;
	padding: 2px 10px;
}

#header .account li a:hover {
	color: #fff;
}

#header .account li a.my-bag {
	background: url(images/bagbg.jpg) no-repeat scroll 3px -7px transparent;
	padding-left: 25px;
}

#header .account li a.checkout {
	padding-right: 20px;
}

#header .account li.last,
#header .pages li.last {
	padding-right: 0;
}

#header .account .lang {
	float: right;
	font-size: 0.9em;
	margin-top: 8px;
}

#header .account .lang a {
	background: url("images/lang_arabic.jpg") no-repeat scroll left 5px transparent;
	color: #CCCCCC;
	display: block;
	margin-top: -1px;
	padding-bottom: 7px;
	text-indent: -9999px;
	width: 30px;
}
/*
#header .lang li{
	margin: 0 5px 0 0;
}

#header .lang li a{
	color: #ccc;
	background: url(images/arabic.jpg) no-repeat left center;
	font-size: 1.1em;
	padding-left: 55px;
}
*/
/****CONTENT****/

#content {
	background: #fff url(images/dotted-div-l.gif) top left repeat-y;
	clear: both;
	font-size:  1.2em;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 980px;
}

/****ADVERT****/

#banner-ad {
	float: left;
	height: 600px;
	width: 120px;
}

#banner-ad h4 {
	display: none;
}

/****SIDEBAR****/

#sidebar-main {
	float: left;
	padding: 0px 25px 0 25px;
	width: 183px;
}

.sidebox {
	border-bottom: solid 5px #e6e6e7;
	clear: both;
	padding: 20px 0 20px 0;
}

.sidebar h3 {
	border-bottom: solid 1px #e6e6e7;
	display: block;
	font-size: 1.5em;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

.sidebar li {
	border-bottom: solid 1px #e5e5e5;
	list-style: none;
	padding: 5px 0 5px 0;
}

.sidebar li: last-child {
	border-bottom: 0;
}

.sidebar .categories li {
	border-bottom: solid 1px #e5e5e5;
	background: #fff url(images/nav-arrow-right.gif) right 12px no-repeat;
	display: block;
	float: left;
	padding: 15px 0 10px 0;
	text-transform: uppercase;
	width: 184px;
}

.sidebar .categories li.active {
	background: #fff url(images/nav-arrow-down.gif) right 12px no-repeat;
}

.sidebar .categories li a {
	color: #000;
	font-size: 1.6em;
}

.sidebar .categories ul.children {
	background: #fff;
	border-top: solid 1px #e5e5e5;
	display: none;
	float: left;
	margin: 5px 0 0 0;
	width: 184px;
}

.sidebar .categories ul.children li {
	background: none;
	border-bottom: 0;
	float: left;
	padding: 5px 0 5px 0;
	text-transform: none;
	width: 184px;
}

.sidebar .categories ul.children li a {
	color: #2c3150;
	display: inline-block;
	font-size: 1.1em;
	padding: 2px;
}

.sidebar .categories ul.children li a:hover,
.sidebar .categories ul.children li.current-cat a {
	background: #2c3150;
	color: #fff;
	display: inline-block;
	padding: 2px;
}

.sidebar .categories li.current-cat-parent ul.children {
	display: block;
}

.sidebar #blog-categories li {
	border-bottom: 0;
}

.simpleimage {
	margin: 20px 0 0 0;
}

.sidebar .newsletter {
	background: url(images/newsletterbg.gif) top left repeat-y;
	margin: 20px 0 0 0;
	overflow: hidden;
	padding: 20px 10px 20px 10px;
}

.sidebar .newsletter h3 {
	color: #fff;
	border: 0;
	font-size: 1.2em;
}

.sidebar .newsletter h3 strong {
	font-size: 1.8em;
	font-weight: normal;
	padding: 0 0 0 20px;
	text-transform: none;
}

.sidebar .newsletter p {
	color: #fff;
	padding: 0 0 10px 0;
}

.newsletter label {
	color: #fff;
	float: left;
	width: 50px;
}

.newsletter input {
	background: #6d6f7c;
	border: 0;
	color: #fff;
	float: left;
	font-size: 1.0em;
	height: 17px;
	padding: 2px;
	width: 100px;
}

.newsletter input.radio {
	background: none;
	height: 12px;
	margin-right: 5px;
	padding: 0;
	width: auto;
}

.sidebar .newsletter fieldset {
	padding: 10px 0 0 0;
}

.newsletter input.btn,
#footer .container .newsletter input.btn {
	background: url(images/signup_btn.jpg) top left no-repeat;
	border: 0;
	color: #581328;
	font-size: 0;
	height: 22px;
	padding: 0;
	text-indent: -9999px;
	width: 59px;
}

/****MAIN CONTENT****/

#main {
	float: left;
	padding: 0 10px 0 15px ;
	width: 590px;
}

#main p { 
	line-height: 1.4em;
	padding-bottom: 10px; 
}


a.read-more {
	background: #2c3150 url(images/blue-readmore.gif) top left no-repeat;
	color: #fff;
	display: block;
	font-size: 1.0em;
	margin: 10px 0 0 0;
	padding: 2px 14px 2px 18px;
	width: 70px;
}

a.read-more:hover {
	background: #13141e url(images/black-readmore.gif) top left no-repeat;
	color: #fff;
}

a.read-more-link {
	background: #fff url(images/black-arrow.gif) 0 3px no-repeat;
	display: block;
	font-size: 0.9em;
	margin: 5px 0 0 0;
	padding: 0px 14px 2px 8px;
	width: 102px;
}

.date, .category {
	color: #999;
}

.date {
	font-size: 1.0em;
	text-transform: uppercase;
}

/****LANDING PAGE****/

.home #main {
	background: url(images/mainbg.gif) 8px 0 no-repeat;
	padding: 0 0 0 7px;
	width: 612px;
}

#featured-post {
	color: #fff;
	margin: 24px 0 0 0;
	width: 600px;
}

.featured-content {
	padding: 15px 20px 15px 20px;
}

.featured-content h3 {
	font-size: 1.8em;
}

.featured-content h3 a {
	color: #fff;
}

.featured-content .read-more {
	background: #fff url(images/white-readmore.gif) top left no-repeat;
	color: #2c3150;
	width: 100px;
}

#latest-articles {
	overflow: hidden;
	padding: 20px 0 30px 0;
}

#latest-articles h2 {
	font-size: 4.0em;
}

#latest-articles ul {
	clear: both;
}

#latest-articles li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 21px 0 0;
	width: 185px;
}

#latest-articles li.last {
	margin: 0;
}

#latest-articles h3 {
	font-size: 1.2em;
}

#blog-articles {
	background: url(images/horz-div.gif) bottom left repeat-x;
	overflow: hidden;
	padding: 0 0 20px 0;
	width: 600px;
}

#blog-articles h2 {
	background: url(images/horz-div.gif) top left repeat-x;
	font-size: 4.0em;
	padding: 20px 0 0 0;
}

#latest-blog {
	float: left;
	width: 385px;
}

#blog-articles ul {
	float: right;
	width: 190px;
}

#blog-articles ul li {
	border-bottom: solid 1px #e6e6e7;
	padding: 5px 0 5px 0;
	list-style: none;
}

#blog-articles ul li: last-child {
	border-bottom: 0;
}

/****ARCHIVES****/

.archive-post {
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;
	padding: 7px 0 7px 0;
}

.archive-post .thumb {
	float: left;
	width: 195px;
}

.archive-post .post-content {
	float: right;
	width: 390px;
}

/****POSTS****/

#magazine-header {
	background: #fff url(images/mag-header.gif) top left no-repeat;
	padding: 15px 0 0 60px;
}

#magazine-header h2 {
	color: #000;
	font-size: 3.2em;
}

#magazine-details {
	float: left;
	padding: 0 0 20px 0;
	width: 590px;
}

h2.pagetitle {
	border-bottom: solid 1px #e5e5e5;
	font-size: 1.8em;
	text-transform: uppercase;
}

#magazine-details .date {
	float: left;
	padding: 5px 0 0 0;
	width: 250px;
}

#magazine-details .category {
	float: left;
	padding: 5px 0 0 0;
	text-align: left;
	width: 250px;
}

#magazine-details .share {
	float: right;
	width: 70px;
}

/****PAGINATION****/

.navigation {
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;	
	padding: 10px 0 10px 0;
}

#wp_page_numbers li {
	float: left;
}

#wp_page_numbers {
	float: right;
	overflow: hidden;
}

/***COMMENTS****/

h3#comments {
	background: #f2f2f2 url(images/comments.gif) top right no-repeat;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 40px 0 10px 19px;
	text-transform: uppercase;
}

.comment-number {
	font-size: 1.6em;
}

.commentlist {
	list-style: none;
}

.comment {
	border-bottom: solid 4px #e5e5e5;
}

.comment-holder {
	overflow: hidden;
	padding: 15px 0 15px 0;
}

span.author {
	color: #454c76;
}

a.comment-reply-link {
	text-transform: uppercase;
}

.comment-text {
	float: right;
	width: 530px;
}

.comment-icon {
	background: url(images/comment-icon.gif) top left no-repeat;
	float: left;
	height: 30px;
	width: 30px;
}

ul.children {
	margin: 0 0 10px 40px;
}

ul.children li.comment {
	border-bottom: 0;
}

ul.children .comment-holder {
	padding: 0;
	border-top: solid 1px #e5e5e5;
}

ul.children .comment-text {
	background: url(images/dotted-div.gif) top left repeat-y;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 20px;
}

ul.children .comment-icon {
	display: none;
}

#respond {
	background: #f2f2f2;
	margin: 10px 0 0 0;
	overflow: hidden;
	padding: 18px;
}

#respond h3 {
	color: #000;
	font-size: 1.8em;
	text-transform: none;
}

#respond h3 span.first {
	font-size: 0.6em;
}

#respond label {
	font-size: 1.2em;
}

#commentform textarea {
	margin: 0 0 0 80px;
	width: 80%;
}

#commentform input {
	width: 80%;
}

#commentform input#submit {
	background: url(images/comment_button.gif) top left no-repeat;
	border: 0;
	color: #521226;
	float: right;
	font-size: 0;
	height: 27px;
	margin: 10px 32px 0 0;
	text-indent: 0;
	width: 152px;
}

a.addthis_button {
	background: #2c3150 url(images/blue-readmore.gif) top left no-repeat;
	display: block;
	color: #fff;
	padding: 3px 3px 3px 20px;
	width: 50px;
}

.entry a.addthis_button {
	float: right;
}

.single-navigation {
	overflow: hidden;
	padding: 20px 0 20px 0;
	width: 100%;
}

.next-post {
	float: right;
	text-align: right;
	width: 200px;
}

.next-arrow a {
	background: url(images/black-arrow.gif) right 3px no-repeat;
	display: block;
	padding: 0 10px 4px 0;
}


.previous-arrow a {
	background: url(images/black-arrow-back.gif) left 3px no-repeat;
	display: block;
	padding: 0 0 4px 10px;
}


.previous-post {
	float: left;
	width: 200px;
}



.single-navigation .title {
	text-transform: uppercase;
}

/**** FOOTER ****/

#footer {
	border-top: 1px solid #ccc;
	clear: both;
	color: #fff;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 980px;
}

#footer .container {
	background-color: #13141e;
	height: 1%;
	overflow: hidden;
	padding: 10px 20px;
}

#footer a {
	color: #fff;
}

#footer .container .info {
	border-right: 1px solid #42434b;
	float: left;
	padding: 7px 20px 10px 0;
	width: 715px;
}

#footer .container .info .about {
	border-top: 1px solid #42434b;
	clear: both;
	height: 1%;
	overflow: hidden;
	padding: 10px 0 30px 0;
}

#footer .container .info .purchase {
	clear: both;
	height: 1%;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#footer .container .info h4 {
	color: #b4b1b1;
	float: left;
	font-size: 1.3em;
	text-transform: uppercase;
}

#footer .container .info ul {
	float: left;
	margin-top: 3px;
}


#footer ul.pages {
	width: 100%;
}

#footer .container .info li {
	float: left;
	list-style: none;
}

#footer .container .info li a {
	border-right: 1px solid #42434b;
	display: block;
	font-size: 1.15em;
	margin-right: 5px;
	padding: 2px 5px 3px 2px;
	text-transform: uppercase;
}

#footer .container .info li a:hover {
	color: #B4B1B1;
}

#footer .container .info li.last a {
	border: none;
}

#footer .container .info .register {
	float: right; 
	text-align: right;
}

#footer .cclogo {
	float: left;
	width: 300px;
}

#footer .cclogo span {
	color: #B4B1B1;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 5px 0 0;
}


#footer .tel {
	color: #B4B1B1;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 7px 0 0;
	text-align: right;	
	text-transform: uppercase;
	width: 300px;
}

#footer .container .follow {
	float: left;
	padding: 10px 0 0 20px;
	width: 184px;
}

#footer .container .follow .links {
	height: 1%;
	overflow: hidden;
}

#footer .container .follow li {
	float: left;
	list-style: none;
	padding-right: 7px;
}

#footer .container .newsletter {
	border-top: 1px solid #42434b;
	clear: both;
	height: 1%;
	margin-top: 8px;
	overflow: hidden;
	padding: 15px 0 0 0;
}

#footer .container .newsletter h4 {
	font-size: 1.2em;
	text-transform: uppercase;
}

.newsletter label {
	color: #B4B1B1;
}

#footer .container .newsletter input {
	float: left;
	font-size: 1.2em;
}

#footer .copyright {
	overflow: hidden;
	padding: 10px 0 10px 0;
	font-size: 0.9em;
}

#footer .copyright ul {
	float: left;
}

#footer .copyright li {
	color: #000;
	float: left;
	list-style: none;
	margin-right: 7px;
	padding-right: 10px;
	padding-right: 7px;
}

#footer .copyright li a {
	color: #000;
}

#footer .copyright li.last {
	background: none;
}
#footer #pod1 {
	color: #000;
	float: right;
}

#recaptcha_area, .recaptcha-error {
	font-size: 1em !important;
	margin-left: 80px;
}

