@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Emirates Construction Theme
Theme URI: http://www.emiratesconstruction.net
Description: The Emirates Construction.
Version: 1.0
Author: Planet Media
Author URI: http://www.planet-media.co.uk
*/


/* Main Body */

* {
	margin:0;
	padding:0;
}

body {
	font-family: arial, helvetica, verdana;
	font-size: 9pt;
	color:#333333;
}

/* Container */
#container {
	margin: auto;
	width: 900px;
}

/* Header */
#header {
	float: left;
	height: 150px;
	width: 900px;
}

.logo {
	margin-top: 30px;
	float: left;
	width: 300px;
	height: 110px;
	background: url('images/logo.png') #FFF no-repeat 0 0;
}

.logo a {
	display:block;
	width:300px;
	height: 110px;
}

.banner {
	margin-top:5px;
	float: right;
	width:628px;
	height:135px;
	border:1px solid #CCC;
}

.banner .inside {
	margin: 5px auto;
	width:618px;
	height:125px;
	background:#EEE;
	border:none;
}

.banner img, banner img a {
	border:none;
}

/* Navigation */
#navigation {
	float: left;
	height: 54px;
	width:900px;
	border-bottom: 1px solid #FFF;
	background: url('images/nav-background.png') repeat-x 0 0;
}

.nav-links {
	margin:0;
	padding:0;
}

.nav-links li {
	list-style:none;
	display:block;
	float: left;
}

.nav-links li a {
	font-size: 10pt;
	text-decoration:none;
	color: #707070;
	display:block;
	height: 38px;
	padding: 20px 40px 0 40px;
}

.nav-links li a:hover, .nav-links li a.selected {
	text-decoration:underline;
	background: url('images/nav-hover.png') repeat-x 0 0;
}

.nav-divider, .page_item, .cat-item {
	background: url('images/nav-divider.png') no-repeat ;
}

/* Content */
#content {
	float: left;
	width: 899px;
	margin:0 0 0 0;
	border-right:1px solid /* #B8BABB */ #CCC;
}

#content-left {
	float: left;
	width:600px;
	padding-bottom:20px;
	border-right:1px solid #CCC;	
}

.this-month-image {
	margin:0;
	padding:0;
	width:600px;
	height:350px;
	border-bottom:3px solid #c9282d; /*--START EDIT HERE --*/
	background: url('images/frontCover.png') no-repeat ;
}

.this-month-image span {
	position:absolute;
	left: -9999px;
}
/* inner-wrapper (go inside post to seperate objects ) */
.inner-wrapper {
	width: 580px;
	margin:5px 10px 5px 10px;
	padding:0;
	overflow:hidden;
	float: left;
}


/* Content (the post) */

a:link, a:visited {
	color:#c9282d;
}

.post {
	margin:0 0 0 0;
	padding:0;
	display:block;
	position:relative;	
}

.preview {
	border-bottom:1px solid #DFDDD5;
	margin-bottom:25px;
	padding-bottom:5px;
}

.post img {
	float: left;
	margin:10px 20px 20px 0;
	padding:5px;
	background: #FFF;
	border:1px solid #DFDDD5;
}

.post h1 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:15pt;
	letter-spacing:-0.04em;
	line-height:1.05em;
	margin-top: 10px;
	padding-bottom:15px;
	padding-right:50px;
}

.post h2 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12pt;
	letter-spacing:-0.04em;
	line-height:1.05em;
	margin-top: 10px;
	padding:5px 25px 5px 0;
}

.post h1 a, .post h2 a {
	text-decoration:none;
}

.post h1 a:hover, .post h2 a:hover {
	text-decoration:underline;
}

.post small {
	background-color:#999999;
	color:#FFFFFF;
	font-size:1em;
	padding:2px 8px;
}

.post small a {
	color:#FFFFFF;
	text-decoration:none;
}

.post small a:hover {
	text-decoration:underline;
}

.post-comment {
	position:absolute;	
	text-align:center;
	font-size:14px;
	font-weight:bold;
	width:32px;
	height:32px;
	line-height:30px;	
	top:0px;
	right:10px;
	font-family:Arial,Helvetica,sans-serif;
	background: url('images/comments-icon.png') no-repeat 0 0;
}

.post .post-content {
	display:block;
	float:left;
	margin-top:10px;
	width:400px;
}

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

.post .more-link {
	font-style: italic;
}

.post .clear {
	clear:both;
}

/* Post Page */
.post h1.page {
	background:#CCCCCC;
	padding: 5px 8px;
	margin:0;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #BBBCBC;
}

.post .post-content-page {
	float: left;
}

.post .post-content-page p {
	padding-right: 5px;
	margin-top: 10px;
}

/* Post Single */
.post .post-content-single {
	padding-right:5px;
}

.post .post-content-single p {
	padding-right: 5px;
	margin-top: 10px;
}

.attachment-thumbnail {
	background: #CCCCCC;
	padding: 5px;
	border: 1px solid #999999;	
}

.post-posted {
	margin:0 0 0 5px;
	padding:0;
	width:590px;
	float:left;
}

.post-posted p {
	margin:0;
	padding:5px 0 5px 5px;
	float:right;
	font-size: 8pt;
}

.post-posted a, .next-previous-links a {
	color:#c9282d;
	text-decoration:none;
}

.post-posted a:hover, .next-previous-links a:hover {
	color:#c9282d;
	text-decoration:underline;
}

.next-previous-links {
	margin:0 0 10px 0;
	padding:0;
	width:600px;
	float:left;
}

.next-previous-links img {
	background:#FFF;
	padding:3px;
	margin: 5px;
}

.next-previous-links p {
	margin:0;
	padding:0;
	font-size: 8pt;
}

.next-previous-links p.left {
	padding:5px;
	width: 250px;
	float: left;
}

.next-previous-links p.right {
	padding:5px;
	text-align:right;
	width:250px;
	float: right;
}

/* Comments */
#respond {
	float: left;
	margin-left:30px;
} 

#commentform {
	float:left;
}

#commentform a {
	color:#c9282d;
	text-decoration:none;
}

#commentform a:hover {
	color:#c9282d;
	text-decoration:underline;
}

#comments-container {
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-bottom:10px;
}

.comment-box {
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
	width: 550px;
	padding: 5px;
	margin:auto 10px;
}

.comment-box-alt {
	background: #e2e2e2;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #CCC;
	float: left;
	width: 550px;
	padding: 5px;
	margin:auto 10px;
}

.comment-box p, .comment-box-alt p {
	margin: 5px 0 10px;
	padding: 0;
	color: #333333;
}

.comment-author-image {
	float: left;
}

.comment-author-image img {
	background: #1F252B;
	padding: 5px;
	border: 1px solid #222d39;
}

.comment-author {
	padding-left: 5px;
	color: #333333;
	letter-spacing: -1px;
	font-size: 20px;
	float: left;
	width: 500px;
}

.comment-author a {
	color:#333333;
	text-decoration:underline;
}

.comment-author a:hover {
	color:#c9282d;
}

.comment-message {
	padding:0;
	float: left;
	width: 525px;
	line-height: 18px;
	color: #FFF;
}

.comment-message p {
	padding:0 5px 5px 5px;
}

.comment-edit-link {
	float: right;
	color:#333333;
}

/* Comment Interface Style */
.comment-field {
	width: 300px;
	padding: 6px;
	margin-bottom: 4px;
	border:1px solid #CCC;
	background:#EEEEEE;
}

.comment-textarea {
	width: 525px;
	padding:6px;
	margin-bottom: 4px;
	border:1px solid #CCC;
	background:#EEEEEE;
	font-size: 10pt;
	font-family:arial;
}


/* Content (sidebar) */
#sidebar {
	float: right;
	width:298px;
	padding:0 0 10px 0;
	background:#FFF;
}

#sidebar h2 {
	margin:0;
	padding:10px 0 5px 5px;
	color:#c9282d;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:-1px;
}

#sidebar p {
	float: left;
	width:285px;
	margin:0;
	padding:0 2px 10px 5px;
	font-size: 9pt;
	text-align:justify;
}

#sidebar ul {
	margin:0;
	padding:0;
}

#sidebar li {
	margin-left: 5px;
	margin-bottom:10px;
	display:block;
	font-size: 9pt;
	width: 285px;
	border-bottom:1px solid #CCC;
}

#sidebar li a {
	color: #333333;
	text-decoration:none;
}

#sidebar li a:hover {
	text-decoration:underline;
}

#search {
	width: 299px;
	float: right;
	background: #FFF;
	margin-bottom:0;
	padding-bottom: 0;
	background: #EEE;
	border-bottom: 1px solid #BBBCBC;
}

.search-field {
	margin: 10px 0 0 8px;
	padding: 4px;
	border: 1px solid #B8BABB;
	color: #333333;
	width:235px;
}

.search-button {
	background: #c9282d;
	border: 1px solid #CCC;
	color: #FFF;
	padding: 4px;
}

.search-button:hover {
	background: #006699;
	border: 1px solid #CCC;
	cursor: pointer;
}

.textarea {
	padding: 4px;
	border: 1px solid #CCC;
	color: #333333;
	font-family: arial,verdana,helvetica;
	font-size: 10pt;
}

.sidebar-content-ads {
	float: left;
	width: 298px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:5px;
	background:#EEEEEE;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BBBCBC;
}

.sidebar-ads {
	float: left;
	margin: 4px 0px 1px 4px;
	border:1px solid #BBBCBC;
}

.sidebar-ads-big {
	float: left;
	margin: 1px 1px 4px 5px;
	border:1px solid #BBBCBC;
}

.social-network {
	margin-left: 5px;
	margin-bottom:3px;
	border:none;
	width: 23px;
	height: 23px;
	background:#CCC;
}

.sidebar-content {
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-bottom:10px;
}

.sidebar-content a {
	color: #333333;
	font-weight:bold;
}

/* Footer */
#footer {
	background: #333333;
	clear:both;
}

.footer-content {
	width: 900px;
	margin: auto;
	padding-bottom: 5px;
}

.footer-content p {
	font-size: 8pt;
	color: #d7d7d7;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}

.footer-content a, .footer-content a:link, .footer-content a:visited, .footer-content a:active {
	text-decoration:none;
	color: #d7d7d7;
}

.footer-content a:hover {
	text-decoration:underline;
	color:#FFF;
}

/* MAG ADVERT */
.advertise-info {
	margin-top: 10px;
	margin-bottom:10px;
	width:595px;
	display:block;
	position:relative;
	float: left;
}

.advertise-info .advertise-head {
	background:#e9f3f9;
	padding: 5px 8px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.advertise-info .advertise-head span.specification,
.advertise-info .advertise-head span.frequency,
.advertise-info .advertise-head span.mechanical-data,
.advertise-info .advertise-head span.supply-of-colour {
	padding-left: 10px;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: -0.04em;
	color:#333333;
}

.advertise-info .advert-titles {
	float: left;
	padding: 3px 0 5px 0px;
	text-indent: 6px;
}

.advertise-info .advert-titles li {
	list-style:none;
	padding:5px 160px 0 0;
	border-bottom: 1px solid #CCC;
	font-weight:bold;
}

.advertise-info .advert-titles li.alt,
.advertise-info .advertising-prices li.alt {
	background:#e9f3f9;
}

.advertise-info .advertising-prices {
	float: left;
	padding:3px 0 5px 0;
}

.advertise-info .advert-titles li.first,
.advertise-info .advertising-prices li.first {
	list-style:none;
	padding:5px 20px 5px 0;
	font-weight:bold;
	font-size: 13pt;
	letter-spacing: -0.04em;
}

.advertise-info .advertising-prices li {
	
	list-style:none;
	padding:5px 25px 0 0;
	border-bottom:1px solid #CCC;
}

.advertise-info .advertising-colours {
	margin:0;
	padding:0;
}


.advertise-info .advertising-colours li {
	padding: 5px 5px 0 0;
	margin: 0 0 0 25px;
	border-bottom:1px solid #CCC;
}

/* Universal CSS */
img.alignleft {
	margin:0 5px 0 0;
	float: left;
}

img.alignright {
	margin: 0 0 5px 5px;
	float: right;
}

img.aligncenter {
	display: block;
	margin: 0 auto 5px auto;
	clear: both;
}

.alignleft {
	margin: 5px;
	float: left;
}

.alignright {
	margin: 5px;
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto 4px auto;
	clear: both;
	text-align:center;
}

#gallery-1 {
	float: left;
}

/* Contact Form */
form p, form {
	margin:0;
	padding:0
}

form p.content {
	margin:5px 5px 0 5px;
}

.contact-field {
	margin:0 0 10px 5px;
	padding:6px;
	border: 1px solid #CCC;
	background:#EEEEEE;
	width: 400px;
}

.contact-textarea {
	margin:0 5px 0 5px;
	padding:6px;
	border: 1px solid #CCC;
	background:#EEEEEE;
	width: 500px;
	height: 250px;
	font-family: arial, verdana, helvetic;
}

/* Direct Contacts */

.contactInfo {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

.contactInfo p {
	display: none;
}

.contact-name {
	padding: 3px 8px;
	width: 580px;
	cursor:pointer;
	border-bottom:1px solid #DFDDD5;
}

.contact-name span {
	font-family: inherit;
	font-size: 11pt;
	color:#c9282d;
}

.contact-address {
	margin:0 0 10px 10px;
	padding:5px 5px 5px 5px;
	width: 500px;
	overflow:hidden;
	border-left: 3px solid #CCC;
}

.contact-address br {
	margin:0;
	padding:0;
	display:none;
}

.contact-address span {
	float: left;
	width: 500px;
	line-height: 18px;
}

.contact-address span.name {
	font-weight: bold;
}