/*  
Theme Name: Dreams of Dubai
Theme URI: http://www.dreamsofdubai.com/
Description: "Dreams of Dubai" theme based on the WDVDs Theme.
Version: 0.1
Author: JasekIP
Author URI: http://www.jasekip.com/
*/

/* Begin Typography & Colors */
.empty {
    color: #0000FF !important;
}

.notempty {
    color: #FF0000 !important;
}

#footer p {
	margin: 0.5em 0;
	}
	
#content p {
	text-align: justify;
	}

.entrytext h1 {
	font-size: 1.6em; 
	margin: 0 0 0.5em;
	}

h1 {
	font-size: 1.4em;
	margin: 0 0 0.5em;
	}

h2 {
	font-size: 1.3em;
	margin: 1.3em 0 0.4em;
	}
	
h3 {
	font-size: 1.1em;
	margin: 1.1em 0 0.3em;
	}
	
h4 {
	font-size: 1em;
	margin: 1em 0 0.2em;
	}
	
h5 {
	font-size: 0.95em;
	margin: 0.95em 0 0.1em;
	}

.post li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #555;
}

code {
	font-family: 'Courier New', Courier, Fixed;
}

a {
	color: #053d8b;
	text-decoration: underline;
}

.postmetadata {
	font-size: 95%;
}

.more_link {
	background: url('images/arrow_right_blue.gif') no-repeat center right;
	padding-right: 10px;
}

.tell {
	padding-left: 18px;
	background: url('images/email_yellow.gif') left center no-repeat;
}

.indexlist {
	list-style-image: url('images/orange_bullet.gif');
}

.headline {
	font-weight: bold;
	font-size: 1.1em;
}

table {
	font-size: 1em;
	}

/* End Typography & Colors */

/* Begin Structure */

body {
	font: normal 0.75em/1.4 Arial, Helvetica, Lucida Grande, sans-serif;
	color: #5a5a54;
	margin: 0;
	padding: 0;
	background-color: #fafaf1;
	}
	
#page {
	width: 988px;
	height: 100%;
	border: 0;
	background: #fffef5 url(images/page_bg.gif) repeat-y center top;
	margin: 0 auto;
	padding: 0;
	}

#header {
	background: url(images/header.png) no-repeat top left;
	margin: 0 4px;
	height: 132px;
	}

#header_link {
	padding: 30px 0 0 20px;
	}

#homelink {
	display: block;  
	width: 450px;  
	height: 40px;
	}

#header_banner {
	border: 1px solid #053d8b;
	width: 468px;
	height: 60px;
	float:right;
	margin-top: 20px;
	margin-right: 7px;
	padding: 2px;
	}

html>body #header_banner {
	margin-right: 15px;
}
#ban_t {
	width: 468px;
	height: 60px;
}
#columns {
	clear: both;
	overflow: hidden !important;
	overflow: visible;
	height: auto !important;
	height: 1%;
	padding: 15px 25px;
	}
#columns1 {
	background: transparent url(images/sidebar_bg.gif) repeat-y top left;
}
#columns2 {
	background: transparent url(images/sidebar_bg.gif) repeat-y top right;
}
#content {
	overflow: hidden;
	width: 480px;
	padding: 20px 0 0 20px;
	}

#menubar {
	width: 200px;
	float: left;
	padding: 15px 0 20px 10px;
	}

#menubar1 {
	padding: 0 10px 10px 0;
}

#menubar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#menubar ul li {
	margin: 0 0 1em 0;
	padding: 0;
	}
	
#menubar ul li ul li {
	margin: 0 0 0 0.8em;
	padding: 0;
}

#menubar .menubig {
	font-size: 110%;
	font-weight: bold;
}

#random_box {
	border: 1px solid #ddd;
	background-color: #fffef5;
	margin: 0 10px 20px 0;
}

#random_box div {
	padding-top: 10px;
	text-align: center;
}

#random_box h3 {
	color: #5a5a55;
	margin: 0 auto;
}

#random_box img {
	background-color: #fff;
	padding: 2px;
	border: 1px solid #053d8b;
}

#random_box p {
	margin: 5px 0 8px 0;
}

.box { 
	margin: 0 0 20px;
	height: auto !important;
	height: 1px;
	/*background: url(images/box_d.gif) bottom no-repeat;*/ }
.box div { background: url(images/box_l.gif) bottom right no-repeat; }
.box div div { background-color: #fafaf1; }
.box div div div { background: url(images/box_d.gif) bottom left no-repeat; }
/*.box div div div div { background: url(images/box_d.gif) top no-repeat; }*/
.box div div div div div { background: url(images/box_tl.gif) left top no-repeat; }
.box div div div div div div { background: url(images/box_tr.gif) right top no-repeat; 
	padding: 15px;border: 1px solid #e5ece6;
	}
	
.index_box { 
    width: 45%;
    margin: 0;
    float: left;
    padding: 10px;
	height: auto !important;
	height: 1px;
	/*background: url(images/box_d.gif) bottom no-repeat;*/ }
.index_box div { background: url(images/box_l.gif) bottom right no-repeat; }
.index_box div div { background-color: #fafaf1; }
.index_box div div div { background: url(images/box_d.gif) bottom left no-repeat; }
/*.index_box div div div div { background: url(images/box_d.gif) top no-repeat; }*/
.index_box div div div div div { background: url(images/box_tl.gif) left top no-repeat; }
.index_box div div div div div div { background: url(images/box_tr.gif) right top no-repeat; 
	padding: 20px;border: 1px solid #e5ece6;
	}

.index_box .cat_link {
	font-size: 120%;
	font-weight: bold;
}

.index_box_img {
    width: 80px;
	margin: 0 auto;
}

.index_star {
	float: left;
    margin-right: 5px;
}

.index_image {
    margin-bottom: 8px;
}

.index_highest {
	text-align: center !important;
}

.index_highest a {
	font-size: 130%;
	font-weight: bold;
}

#sidebar {
	width: 200px;
	float: right;
	padding: 5px 0 20px 0;
	}

#sidebar1 {
	padding: 0 10px 0 15px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin: 0 0 1em 0;
	padding: 0;
	}
	
#sidebar ul li ul li {
	margin: 0 0 0 0.8em;
	padding: 0;
}

/* Begin Poll */
#pollbox {
	border: 1px solid #ddd;
	background-color: #fffef5;
	padding: 2px;
	margin: 0 0 0 5px;
}

html>body #pollbox {
	padding: 2px 8px 2px 2px;
	margin: 0;
}

#pollbox form {
	margin: 0 !important;
}
#pollbox ul li {
	margin: 0 !important;
}

#pollbox ul li ul li {
	font-size: 80%;
	margin: 3px !important;
	padding: 0;
}

#poll-question {
	background-color: #f0f2ed;
	width: 100%;
	margin: 0;
	padding: 3px;
	line-height: 110%;
}

#dem-total-votes {
	font-size: 90%;
}

#poll_submit {
	text-align: center !important;
}

#vote {
	padding: 0 8px 0 8px;
}

#poll_view {
	background-color: #f0f2ed;
	width: 100%;
	margin: 0;
	padding: 3px;
	text-align: center;
}

/* Begin Poll Archive*/

#poll_archive h3 {
	background-color: #f0f2ed;
	width: 100%;
	margin: 0;
	padding: 3px;
}
/* End Poll Archive*/
/* End Poll */

#copy {
	margin-left: 10px;;
	padding-top: 15px;
	font-size: 0.9em;
	}

html>body #copy {
	padding-top: 0;
	}

#footer {
	clear: both;
	width: 840px;
	margin: 0 auto;
	color: #888;
	text-align: center;
	}

#top_paging, #bottom_paging, #index_top_paging, #index_bottom_paging {
	clear: both;
	text-align: center;
	}

#top_paging, #index_top_paging  {
	margin-bottom: 15px;
	width: 100%;
	}

html>body #top_paging, #index_top_paging {
	margin-bottom: 15px;
	}

#bottom_paging {
	margin-top: 0.5em;
	padding-top: 1.5em;
	}

.paging_next,  .paging_next, #index_top_paging .index_paging_next, #index_bottom_paging .index_paging_next  {
	background: url(images/arrow_right_blue.gif) right center no-repeat;
	padding-right: 16px;
	float: right;
	}

#index_bottom_paging {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #fffbce;
	}

.paging_previous, .paging_previous, #index_top_paging .index_paging_previous, #index_bottom_paging .index_paging_previous  {
	background: url(images/arrow_left_blue.gif) left center no-repeat;
	padding-left: 16px;
	float: left;
	}

.paging_post_info {
	clear: both;
	font-weight: bold;
	}

.paging_previous {
    background: url(images/arrow_left_blue.gif) no-repeat center left;
	padding-left: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	}

.paging_next {
	background: url(images/arrow_right_blue.gif) no-repeat center right;
	padding-left: 14px;
	text-align: left;
	font-weight: bold;
	}

.paging_nav a {
	padding: 0 2px;
	}

.post .postmetadata {
	margin: 12px 0 1em 0;
	}

.entrytext .postmetadata {
	margin-top: 48px;
	}

.pl_email {
	background: url(images/email_grey.gif) no-repeat left !important;
	padding: 4px 0 4px 17px;
	margin-right: 15px;
	}

.pl_print {
	background: url(images/print_icon.gif) no-repeat left !important;
	padding: 4px 0 4px 17px;
	margin-right: 15px;
	}

.pl_link {
	background: url(images/link_icon.gif) no-repeat left !important;
	padding: 4px 0 4px 19px;
	margin-right: 15px;
	}

/* End Structure */


/* Begin rating interface elements */

/* #outer_border */
#big_rating_box, .comment_rating_container, .small_rating_box, #rating_interface, #no_votes_box {
	border: 1px solid #ddd;
	}

/* #inner_border */
.rating_divider {
	border: 2px solid #fff;
	}

/* #inner_background */
.comment_rating, #comment_rating_bar, .comment_rating_bar, .small_rating_box div, #big_rating_box, #no_votes_box, #big_rating_box .rating_bar, #no_votes_box td, #big_rating_box td {
	background-color: #f0f2ed;
	}

/* #rating_text */
.small_rating_box, #rating_interface, #big_rating_box, #no_votes_box, .comment_rating {
	color: #5a5a54;
	font-size: 100%;
	}

/* #rating_hilite_text */
.small_rating em, #big_rating_box em, .comment_rating em, #rating_interface h3, .rating_label {
	color: #5a5a54;
	}

/* #big_rating_box_numbers */
#big_rating_box em {
	font-size: 300%;
	vertical-align: -25%;
	font-style: normal;
	font-weight: bold;
	line-height: 95%;
	}

/* #big_vote_count_number */
.big_vote_count em {
	font-size: 150%;
	vertical-align: -15%;
	}

/* #small_rating_box_number */
.small_rating em {
	font-style: normal;
	font-weight: bold;
	line-height: 95%;
	}

/* comment_rating_text */
.comment_rating {
	text-align: center;
	font-size: 90%;
	}

/* #comment_rating_number */
.comment_rating em {
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	line-height: 95%;
	}

/* #rating_interface_heading */
#rating_interface h3 {
	font-size: 150%;
	}

/* #rating_interface_text */
.rating_label {
	}

/* #rating_interface_labels */
.rating_button, .rating_button_disabled, #rating_interface label {
	text-decoration: none;
	color: #fff !important;
	font-size: 14px;
	}

.small_rating_box {
	float: right;
	margin: 0 0 16px 16px;
	width: 150px;
	padding: 2px;
	background-color: #fff;
	}

.small_rating_box, #rating_interface {
	text-align: center;
	}

.rating_divider {
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	clear: both;
	font-size: 1%;
	border-top: 2px solid #fff;
	}

.small_rating {
	padding: 5px 0;
	background: #ddd;
	}

.small_rating em, .comment_rating em {
	margin: 0 auto;
	}

#big_rating_box em {
	padding: 0 2px;
	}

.rating_bar, #comment_rating_bar, .comment_rating_bar {
	text-align: left;
	clear: both;
	background: url(images/greystar.gif);
	width: 150px !important;
	height: 31px;
	font-size: 1px;
	}

/* #rating_bar_image */
.rating_bar div, #comment_rating_bar div, .comment_rating_bar div {
	width: 0;
	margin: 0;
	background: url(images/goldstar.gif);
	height: 31px;
	}

.rating_bar div div, #comment_rating_bar div div, .comment_rating_bar div div {
	background: none;
	}

.small_rating_box .rating_bar, #comment_rating_bar, .comment_rating_bar {
	width: 156px;
	}

.comment_rating_container {
	width: 158px;
	}

#rating_interface {
	clear: both;
	background-color: #fff;
	width: 455px;
	margin-top: 30px;
	}
html>body #rating_interface {
	width: 475px;
	}

#rating_interface div {
	padding: 10px;
	width: 100%;
	}

#rating_interface h3 {
	margin: 0 0 12px 0;
	padding: 0;
	text-align: left;
	}

#rating_interface ul {
	text-align: center;
	margin: 0 0 0 40px !important;
	padding: 0;
	display: block;
	}

#rating_interface li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 42px;
	padding: 0;
	margin: 0;
	}

#rating_interface li input {
	margin: 0 auto 3px auto;
	display: block;
	}

.rating_label_low {
    font-weight: bold;
	border: 0;
	padding: 0px;
	width: 70px !important;
	margin: 0 10px 0 50px;
	}

.rating_label_high {
    font-weight: bold;
	border: 0;
	padding: 0px;
	width: 70px !important;
	margin: 0 10px 0 10px;
	}

.comment_rating_container {
	float: right;
	margin: 0 0 16px 16px;
	padding: 2px;
	background-color: #fff;
	}

.comment_rating {
	padding: 3px 0;
	}

#comment_rating_bar, .comment_rating_bar {
	text-align: left;
	}

#big_rating_box, #no_votes_box {
	border-collapse: separate;
	border-spacing: 2px;
	background: #fff;
	clear: both;
	text-align: center;
	float: right;
	margin: 0 0 20px 20px;
	width: 156px;
	}

#big_rating_box em {
	display: block;
	}

#big_rating_box td, #no_votes_box td {
	border-collapse: separate;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	}

#big_rating_box .rating_bar, #big_rating_box #rating_bar {
	background-image: url('images/greystar.gif');
	padding: 0;
	text-align: left;
	}

#big_rating_box .rating_bar div, #big_rating_box #rating_bar div {
	height: 31px;
	background-image: url('images/goldstar.gif');
	}

.rating_button, .rating_button_disabled {
	display: block;
	width: 42px;
    height: 22px;
	padding: 8px 1px 0 0;
	background: url(images/star_rating_button.gif) 0 0;
	text-align: center;
	color: #333 !important;
	}

.rating_button_disabled {
	background-position: 0 -32px;
	}

.rating_button_selected {
	text-decoration: underline;
	}

#user_feedback {
	font-size: 110%;
	text-align: center;
	}

.response_text {
    color: gray;
    font-size: 80%;
	}

/* End rating interface elements */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

.content_image {
	border: 1px solid #053d8b;
	padding: 2px;
	background-color: #fff;
	}

.thumb_l {
	float: left;
	margin-right: 15px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #053d8b;
}

.thumb_r {
	float: right;
	margin-left: 7px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #053d8b;
}

.align_left {
	float: left;
	margin: 0 16px 10px 0;
	}

.align_right {
	float: right;
	margin:  0 0 10px 16px;
	}

.alignleft {
	float: left;
	padding-left: 12px;
	background: url(images/arrow_left_blue.gif) no-repeat center left;

	}

.alignright {
	float: right;
	padding-right: 12px;
	background: url(images/arrow_right_blue.gif) no-repeat center right;

	}

#logo_img {
	background-color: #fff;
	padding: 1px;
	border: 1px solid #ddd;
	width: 120px;
	margin: 0 auto;
}

.sidebar_image img {
	background-color: #fffef5;
	padding: 2px !important;
	border: 1px solid #ddd;
	margin-top: 5px !important;
}

/* End Images */

/* Begin post/page lists */

#content ul {
	margin: 10px 0 10px 30px;
	padding: 0;
	}

#content ol {
	margin: 10px 0 10px 30px;
	padding: 0;
	}

/* End lists */

/* Begin Comments*/
#commentform {
	margin-bottom: 20px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	display: block;
	width: auto;
	}

#commentform p {
	margin: 5px 0;
	}

.commentlist {
	padding: 0;
	margin: 0 !important;
	text-align: justify;
	}

.commentlist li {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 7px 10px 2px;
	list-style: none;
	min-height: 80px;
	border-bottom: 1px solid #f0f2ed;
	}

.commentlist li.alt {
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmeta {
	margin: 0 !important;
	font-size: 0.8em;
	color: #888;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.main_comments_link {
	text-align: center;
	}

.commenttitle {
	font-size: 1em;
	margin: 0 0 10px 0;
	text-align: left;
	}

.cl_comment_link {
	color: #333 !important;
	text-decoration: none;
	}

.cl_more {
	color: #00c;
	text-decoration: underline;
	}

#comments {
	margin-top: 30px;
	}

#postcomment {
	margin-top: 30px;
	}

.commentpagetitle {
	font-size: 1.2em;
	}

/* End Comments */

/* Begin Misc */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.invisible {
	display: none;
	}

hr {
	border-bottom: 1px solid #7098cc;
	}

div.hr {
	border-bottom: 1px solid #7098cc;
	margin: 2em 0;
	}

.clearall {
	clear:both;
	}

/* End Misc */

/* Begin Contact Form CSS */

.contactform {
	width: 100%; 
	position: relative;
	/*	position: static;
	overflow: hidden;*/
	}

.contactleft {
	width: 25%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%;  
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contacterror {
	border: 1px solid #ff0000;
	}

/* End Contact Form CSS */

/* For linksscript plugin */

.entry table {
	margin-top:15px;
	}

.entry table td {
	width:50%;
	vertical-align: top;
	}

#linktable {
    width: 100%;
    padding: 3px;
	}

#linktable td {
    width: 33%;
	}

#linktable .lnk_c { 
	font-size: 11pt;
	line-height:2em;
	font-weight: bold;
	padding-right: 5px;
	}

#linktable .lnk_subc {
	font-size:8pt;
	}

#lnks {
	margin-top: 10px;
	}

#here_t {
	margin-top: 10px;
	width: 100%;
	}

/* End linksscript plugin*/

/* Quiz styles */

.blank {
	margin-left:15px;
	padding-left:16px;
	}

.correct {
	margin-left:15px;
	background: url('/img/tick.gif') no-repeat left;
	padding-left:16px;
	}

.incorrect {
	margin-left:15px;
	background: url('/img/cross.gif') no-repeat left;
	padding-left:16px;
	}

.question {
	margin-bottom:5px;
	font-weight: bold;
	}

/* End Quiz styles */

/* Begin Climate-Weather table inside post */

#climate {
	margin-left: 15px;
}

#climate, #climate th, #climate td {
	border: 1px solid #ddd;
}

#climate th, #climate td {
	width: 25%;
}

/* End Climate-Weather table inside post */

/* Begin adsense and other ads */

#gsearch {
	margin: 0 0 0 3px;
	}
#gsearch p {
	text-align: right;
	margin: 0;
}

#g728 {
	margin: 0pt auto;
	text-align: center;
	width: 728px;
}

#g468 {
	text-align: center;
}

#g160 {
	border: 1px solid #ddd;
	background-color: #fffef5;
	padding: 2px;
	margin: 10px 0 0 0;
	width: 162px;
	text-align: center;
}

/* End adsense and other ads */