/*
Theme Name: Dubai.AL
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 11px Tahoma;
	color: #ffffff;
	background-color: #00204C;
	padding: 20px 0;
}
a {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

#temporary {
	width: 1070px;
	margin: auto auto;
}

/** BEGIN wrapper **/
#wrapper {
	background: url(images/wrapper1.jpg) repeat-y 0 0;
	width: 1027px;
	margin: auto auto;
	text-align: left;
}
	#wrapper .w2 {
		background: url(images/wrapper3.jpg) no-repeat 0 0;
	}
	#wrapper .w3 {
		background: url(images/wrapper2.jpg) no-repeat 0 bottom;
	}
	#wrapper .topnote {
		text-align: right;
		font-weight: bold;
		padding: 11px 46px 10px 0;
	}
/** END wrapper **/

/** BEGIN content **/
#content {
	width: 675px;
	float: left;
	margin-top: -17px;
	padding: 0 20px;
}
	#content h1 {
		font-size: 0;
		padding-left: 25px;
	}
		#content h1 a {
			width: 310px; height: 120px;
			text-indent: -9999px;
			outline: none;
			display: block;
		}
	#content .pages {
		list-style-type: none;
		margin-top: 245px;
		float: left;
		height: 60px;
	}
		#content .pages li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			padding-right: 1px;
			background: url(images/divider1.gif) no-repeat right 0;
		}
			#content .pages li.f a {
				padding-left: 13px;
			}
		#content .pages li a {
			color: #ffffff;
			display: block;
			padding: 14px 33px 9px;
		}
		#content .pages li a:hover {
			text-decoration: none;
			color: #FFCC00;
		}
	#content .post {
		clear: both;
		background: url(images/posthead.gif) no-repeat 0 0;
		border-bottom: 1px solid #1C3860;
		margin-bottom: 30px;
		padding-bottom: 25px;
	}
		#content .post h2 {
			color: #FFCC00;
			font-weight: normal;
			font-size: 2.5em;
			padding: 35px 12px 20px;
			float: left;
			margin-right: 5px;
		}
		#content .post h3.title {
			font-size: 1.8em;
			font-weight: normal;
			padding: 40px 8px 20px;
			float: left;
		}
			#content .post h3.title a {
				color: #BBDDFF;
			}
			#content .post h3.title a:hover {
				color: #ffcc00;
				text-decoration: none;
			}
		#content .post img {
			border: 4px solid #ffffff;
		}
		#content .post p {
			line-height: 1.4em;
			margin-bottom: 15px;
		}
		#content .post h3, #content .post h4, #content .post h5, #content .post h6 {
			font-size: 1.5em;
			font-weight: normal;
			margin-bottom: 5px;
		}
		#content .post ol, #content .post ul {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .post li {
			line-height: 1.4em;
		}
		#content .post blockquote {
			padding-left: 10px;
			border-left: 2px solid #00549A;
			font-style: italic;
		}
		#content .post .content {
			clear: both;
			padding: 0 10px 10px;
		}
		#content .post .details {
			float: right;
		}
			#content .details .l {
				float: left;
				padding: 0 11px;
				background: url(images/divider2.gif) no-repeat right 0;
				height: 25px;
			}
			#content .details .r {
				float: left;
				padding: 0 10px;
			}
			#content .details a {
				font-weight: bold;
			}
	#content .postnav {
		padding: 0 30px 40px;
	}
		#content .postnav .l {
			float: left;
			background: url(images/bullet.gif) no-repeat 0 0;
			padding: 6px 10px;
		}
		#content .postnav .r {
			float: right;
			background: url(images/bullet.gif) no-repeat right 0;
			padding: 6px 10px;
		}
		#content .postnav a {
			color: #ffffff;
		}
		#content .postnav a:hover {
			text-decoration: none;
			color: #FFCC00;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 290px;
	float: right;
	padding: 40px 10px 0;
}
	#sidebar h2 {
		font-size: 1.2em;
		color: #FFCC00;
		text-align: center;
		background: url(images/sidehead.gif) no-repeat 0 0;
		padding: 38px 0 11px;
		margin-bottom: 10px;
		width: 270px;
		clear: both;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 5px 10px 20px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 7px 0 7px 18px;
			border-bottom: 1px solid #1C3860;
			background: url(images/bullet.gif) no-repeat 0 bottom;
		}
		#sidebar ul li a {
			color: #ffffff;
		}
		#sidebar ul li a:hover {
			color: #FFCC00;
			text-decoration: none;
		}
	#sidebar .subscribe {
		padding: 12px 0;
	}
		#sidebar .subscribe a {
			color: #FFFFFF;
			font-weight: bold;
			padding: 4px 0 4px 26px;
			background: url(images/rss.gif) no-repeat 0 0;
			margin-right: 15px;
		}
		#sidebar .subscribe a:hover {
			color: #ffcc00;
			text-decoration: none;
		}
	#sidebar form {
		padding: 20px 5px 0;
	}
		#sidebar form h2 {
			padding: 0;
			background: none;
			text-align: left;
		}
		#sidebar form input {
			float: left;
			width: 245px;
			border: 0;
			font-size: 1.2em;
			font-family: Verdana;
			margin: 2px 0 15px 3px;
			background-color: transparent;
		}
		#sidebar form button {
			float: left;
			border: 0;
			font-size: 1em;
			font-family: Tahoma;
			color: #ffffff;
			width: 56px; height: 21px;
			margin: 2px 0 0 10px;
			background-color: transparent;
		}
		#sidebar form p {
			float: left;
			width: 185px;
			font-size: 0.9em;
			padding-bottom: 20px;
		}
	#sidebar .sponsors {
		
	}
		#sidebar .sponsors h2 {
			background: none;
			padding: 0;
			text-align: left;
			padding: 9px 5px 0;
		}
		#sidebar .sponsors p {
			padding-bottom: 35px;
		}
		#sidebar .sponsors img {
			margin: 2px;
		}
	#sidebar .popular {
		margin-left: -10px;
	}
		#sidebar .popular h2 {
			padding: 10px 0 22px 80px;
			background: red url(images/popular.gif) no-repeat 0 0;
			text-align: left;
			width: 200px;
			text-transform: uppercase;
		}
		#sidebar .popular .links {
			list-style-type: none;
			float: right;
			margin: -20px 30px -2px 0;
			padding-bottom: 0;
		}
			#sidebar .popular .links li {
				float: left;
				background: none;
				border: 0;
				padding: 1px;
			}
			#sidebar .popular .links li a {
				display: block;
				padding: 6px 7px;
				background-repeat: repeat-x;
				background-position: 0;
				outline: none;
			}
			#sidebar .popular .links li a.here {
				background-image: url(images/active.gif);
			}
		#sidebar .popular .lists {
			clear: both;
			background: url(images/listbody.gif) repeat-y 0 0;
			margin: 0 0 20px 8px;
		}
			#sidebar .popular .lists .l1 {
				background: url(images/listfoot.gif) no-repeat 0 bottom;
			}
			#sidebar .popular .lists .l2 {
				background: url(images/listhead.gif) no-repeat 0 0;
				padding: 8px 10px 10px;
			}
			#sidebar .popular .lists ol {
				list-style-position: inside;
				padding: 0 5px;
			}
				#sidebar .popular .lists ol li {
					line-height: 1.4em;
					padding: 6px 0;
					color: #FFCC00;
				}
				#sidebar .popular .lists ol li a {
					color: #ffffff;
				}
				#sidebar .popular .lists ol li a:hover {
					color: #FFCC00;
					text-decoration: none;
				}
		#sidebar .popular {
			
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: url(images/footer.gif) repeat-x 0 0;
	margin: 0 1px;
	padding: 0 32px;
}
	#footer .common {
		width: 280px;
		float: left;
		margin: 0 20px;
	}
		#footer .common h2 {
			color: #FFCC00;
			background: url(images/foothead.gif) no-repeat 0 0;
			font-size: 1.2em;
			padding: 11px 20px;
			margin: 20px 0 5px;
		}
		#footer .common ul {
			list-style-type: none;
			padding: 5px 10px 20px;
		}
			#footer .common ul li {
				line-height: 1.4em;
				padding: 7px 0 7px 18px;
				border-bottom: 1px solid #1C3860;
				background: url(images/bullet.gif) no-repeat 0 bottom;
			}
			#footer .common ul li a {
				color: #ffffff;
			}
			#footer .common ul li a:hover {
				color: #FFCC00;
				text-decoration: none;
			}
		#footer .blogroll {
			
		}
			#footer .blogroll li {
				border-bottom: 0 !important;
				background: none !important;
				padding: 2px 0 !important;
			}
			#footer .blogroll li a {
				display: block;
				border-bottom: 1px solid #1C3860;
				background: url(images/bullet.gif) no-repeat 0 bottom;
				padding: 6px 0 6px 18px;
				font-weight: bold;
				font-size: 1.2em;
				color: #BBDDFF !important;
			}
			#footer .blogroll li a:hover {
				color: #FFCC00 !important;
			}
			#footer .blogroll li p {
				padding: 4px 2px;
			}
		#footer .gallery {
			
		}
			#footer .gallery h2 {
				text-align: left;
				margin-bottom: 13px;
			}
			#footer .gallery img {
				border: 4px solid #B4B2AF;
				width: 227px;
				margin-left: 22px;
			}
			#footer .gallery ul {
				padding: 8px 0 0 2px;
			}
				#footer .gallery ul li {
					float: left;
					background: none;
					border: 0;
					padding: 3px;
				}
				#footer .gallery ul li img {
					border: 1px solid #A4A19E;
					width: 67px;
					margin: 0;
				}
				#footer .gallery ul li.back a {
					text-indent: -9999px;
					display: block;
					outline: none;
					width: 19px; height: 44px;
					background: url(images/back.gif) no-repeat 0 0;
				}
				#footer .gallery ul li.forward a {
					text-indent: -9999px;
					display: block;
					outline: none;
					width: 20px; height: 44px;
					background: url(images/forward.gif) no-repeat 0 0;
				}
	#footer .note {
		clear: both;
		height: 332px;
		text-align: right;
	}
		#footer .note p {
			margin-bottom: 10px;
		}
		#footer .note .copy {
			padding: 40px 5px 0;
		}
		#footer .note a {
			color: #ffffff;
			margin: 0 4px;
		}
		#footer .note a:hover {
			color: #FFCC00;
			text-decoration: none;
		}
/** END footer **/

.notfound {
	padding: 20px;
}
.notfound h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
}

#comments {
	padding: 0 10px 20px;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
		font-weight: normal;
		
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
		font-size: 1.2em;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}

