/*   
Theme Name: crap-free-dubai-expat
Theme URI: htpp://crap-free.com/dubai-expat/
Description: crap-free Expatriate Life in Dubai
Author: crap-free.com
Author URI: crap-free.com
*/

@charset "utf-8";
/* CSS Document */

@media screen {

body {
	font-size: 75%; /* 12px */
	background: #fefefe;
	color: #434343;
	margin: 0;
	padding:0;
	font-family: arial;
}

/* ------------------------------------------------- */
/* master elements styles */

#container {
	margin:0;
	padding:0;
	;	
}

/* ------------------------------------------------- */
/* header styles */

#header_print {
	display: none;
}

#header {
	background-image: url(img/header_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 335px;	
	margin: 0 0 12px 0;
}

.header_transparent_box {
	background-color: #040404;
	
	opacity: 0.69; 				/* Css standard */
	filter:alpha(opacity=69); 	/* IE */
	-moz-opacity:0.5; 			/* Old versions of mozilla */
	-khtml-opacity: 0.5;		/* Old Safari */	
}


#maintitle_box {
	top:29px;
	width:193px;
	height: 61px;
	position: absolute;
}

#maintitle {
	position:absolute;
	top: 35px;
	left: 23px;
}

#maintitle p {
	color:#dfdfdf;
	font-size: 40px;
	margin:0;
	padding:0;
}

#mainsubtitle_box {
	top:97px;
	width:193px;
	height: 27px;
	position: absolute;
}

#mainsubtitle {
	position:absolute;
	top: 103px;
	width:193px;
}

#mainsubtitle h1 {	
	color:#dfdfdf;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
/*	letter-spacing: 0.3px;*/
	margin:0;
	padding:0;
}


/* ------------------------------------------------- */
/* sidebar styles */



#sidebar {
	width:295px;
	float:left;
	margin:0 45px 0 0;
}

.sidebar_group {
	margin: 0 0 15px 0;	
}

/* title 1st level */

.sidebar_group p.title1 {
	background-color: #181818;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4d4d4d;
	
	margin: 0;
	padding: 5px 0px 5px 17px;

	color: #dfdfdf;
	font-size: 15px;
	font-variant: small-caps;
	font-weight:bold;
	letter-spacing:0.08em;
}

.sidebar_group a.title1 {
	text-decoration: none;
	color: #dfdfdf;
}

.sidebar_group a.title1:hover {
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style:solid;	
	border-bottom-color:#dfdfdf;
}

/* title 2nd level */

.sidebar_group p.title2 {
	margin: 3px 0 0 41px;
	padding: 5px 0px 5px 0px;

	font-size: 14px;
	font-weight:bold;
	color: #000;
}

/* title 3rd level */

.sidebar_group ul {
	list-style-type: none;	
	padding:0;
	margin:0px 0px 0px 61px;
	
	font-size: 13px;
}

.sidebar_group li {
	padding: 2px 0px 3px 9px;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c0c0c0;
}

.sidebar_group a.title3 {
	color: #434343;
	text-decoration: none;
	margin:0;
	padding:0;
}

.sidebar_group a.title3:hover {
	text-decoration: underline;
	color:#000;
}

/* ------------------------------------------------- */
/* content styles */

#content {
	margin: -4px 0 0 20px;
	width: 600px;
	float: left;
	padding:0;
}

#content h1 {
	font-family: "Times New Roman", Times, serif;	
	color: #000;
	font-size: 2.5em; /*30px*/
	font-weight: normal;
	letter-spacing: 0.01em;

	margin: 0 0 0.65em 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}

#content h2 {
	font-size: 1.2em; /* 14.4 px*/
	color: #181818;
	
	background-color:#eeeeee;
	
	margin: 0.5em 0 1.1em 0;
	padding: 0.3em;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}

#content h3 {
	font-size:1em;	 /*12px*/
	color: #181818;
	margin: 2em 0 1.1em 0;

}

#content p {
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
	text-align:justify;
}

#content ul {
	line-height: 1.6em;	
	text-align:justify;
}

#content li {
	margin: 0 0 1.5em 0;
	padding-left: 0px;
}

#content ul.list {
	line-height: 1.6em;	
	text-align:justify;
}

#content ul.list li {
	margin: 0 0 0.5em 0;
	padding-left: 0px;
}


#content a {
	text-decoration: none;
	color:#181818;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;	
}

#content a:hover {
	color:#000;
	border-bottom-color: #000;	
}


#content .contents {
	margin: 0 0 2em 10px;
	padding:0 0 10px 10px;
}

#content .contents  p {
	font-weight:bold;
	color: #000;
	font-size: 1.2em;
	margin:0 0 0.3em 0;
}

#content .contents ul {
	padding:0;
	margin:0px 0px 0px 40px;
	list-style-type: none;
}

#content .contents li{
	margin:0;
	padding:0.1em 0 0.1em 9px ;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c0c0c0;
}

#content .contents a {
	border: none;	
}

#content .contents a:hover {
	text-decoration: underline;
}

.date {
	color: #b0b0b0;
	font-size:0.9em;
}

#content .home_row {
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	width:100%;
}



#content .home_row p.left{
	float: left;
	margin: 0 20px 0 0;
}

#content .home_row ul {
	list-style-type: disc;
	line-height: 1.5em;
	list-style-position: inside;
}

#content .home_row li {
	margin:0;
}


/* tables */

#content table {
	line-height:1.6em;
}

#content table tr {
}

#content table td, th {
	padding: 5px;
}

#content table th {
	text-align:left;
}


/* tables with data  */
#content table.datatable {
	line-height:1.5em;
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
}

#content table.datatable td, th {
	padding: 3px;
}

#content table.datatable th {
	border-bottom:1px solid #434343;
}

#content table.datatable tr.even {
	background-color:#f6f6f6;
}



/* ------------------------------------------------- */
/* entries */

#content #entries .entry {
	overflow:hidden;
	width:100%;
	margin:15px 0;
}

#content #entries .over {
	opacity: 1.0; 				/* Css standard */
	filter:alpha(opacity=100); 	/* IE */
	-moz-opacity:1.0; 			/* Old versions of mozilla */
	-khtml-opacity: 1.0;		/* Old Safari */	
}

#content #entries .normal {
	opacity: 0.8; 				/* Css standard */
	filter:alpha(opacity=80); 	/* IE */
	-moz-opacity:0.8; 			/* Old versions of mozilla */
	-khtml-opacity: 0.8;		/* Old Safari */	
}


#content #entries h2 {
	background-color: transparent;
	border: 0 none;
	padding:0;
	margin: 0;
}

#content #entries p.date {
	margin:0;
}

#content #entries p {
	padding: 10px 0 0 0px;
	margin:0 0 10px 0;
}

#content #entries img {
	float:left;
	margin:0;
	padding: 10px;
	border:0 none;
}


#content #entries a.post_link {
	color: #434343;
	border:0;
}

#content #entries a.post_link:hover {
	color:#000;
	border-bottom: 1px solid #000;
}

/* ------------------------------------------------- */
/* related */

#content #related ul {
}

#content #related li{
	margin:0;
	padding:0.1em 0 0.1em 9px ;
}

/* ------------------------------------------------- */
/* comments */

h3#comments {
	margin: 35px 0 0 0;
	padding: 25px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;	
}

img.avatar {
	float:left;
	margin: 0;
	padding: 0 10px 0 0;
	display:none;
}

ol.commentlist {
}

ol.commentlist li {
	margin-top: 10px;
	border-bottom: 1px solid #eee;
}

ol.commentlist li cite {
	font-weight: bold;
	font-style:normal;
}

ol.commentlist .comment-author {
	font-size:0.9em;
	display:inline;
}

ol.commentlist .says {
	display: none;
}

ol.commentlist .comment-meta {
	font-size:0.8em;
	float:right;
	font-color:#181818;
	clear:both;
}

ol.commentlist .comment-meta a {
	border: 0 none !important;
	color:#b0b0b0 !important;
}

ol.commentlist li p {
	padding:10px 0 0 10px;
	clear:both;
	margin-top: 10px;
	margin-left: 5px;
}

form#commentform label {
	font-weight: bold;
}
input#submit {
	background: #EEE;
	border: 1px solid #AAA;
	height: 25px;
	width: 125px;
	cursor: pointer;
	}
input#submit:hover {
	background: #EDEDED;
	}

form#commentform textarea {
	width: 500px;
}

.comment-body p {
	margin: 0 0 0 0 !important;
}

.reply {
	margin: 1.5em 0 0 0;

}

/* ------------------------------------------------- */
/* additional features (right menu with bookmarks */

#additional_features {
	float:left;
	margin: 12px 0 0 40px;
	max-width:200px;
	line-height:1.4em;

}

.transparent {
	opacity: 0.4; 				/* Css standard */
	filter:alpha(opacity=40); 	/* IE */
	-moz-opacity:0.4; 			/* Old versions of mozilla */
	-khtml-opacity: 0.4;		/* Old Safari */	
}

.non_transparent {
	opacity: 1; 				/* Css standard */
	filter:alpha(opacity=100); 	/* IE */
	-moz-opacity:1; 			/* Old versions of mozilla */
	-khtml-opacity: 1;		/* Old Safari */	
}


#additional_features p {
	margin: 0 0 10px 0;
}

#additional_features img {
	border:0 none;
}

#additional_features strong {
	font-weight: 600;	
}

#additional_features a.text {
	text-decoration: none;
	color:#181818;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;	
}

#additional_features a.text:hover {
	color:#000;
	border-bottom-color: #000;	
}

.subscribe img {
	float: left;
}

.subscribe p {
	vertical-align:middle;
	float:left;
}

/* ------------------------------------------------- */
/* footer styles */
#footer {
	clear:both;

	margin:0;
	padding:0;
	height:65px;
	
	background-color:#181818;
	
	color:#bababa;
	font-size:10px;
}

#footer1 {
	margin:10px 0 0 12px;
	padding:0;
	float:left;
	width:337px;
}

#footer2 {
	margin:10px 0 0 10px;
	padding:0;
	float:left;
	width:600px;
}

#footer3 {
	margin:10px 0 0 40px;
	padding:0;
	float:left;
}
#footer p {
	margin: 0 0 5px 0;
	padding:0;
}

#footer a {
	color:#bababa;
}

#footer a:hover {
	color:#fff;
}


/* ------------------------------------------------- */
/* general hacks styles */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* navigation */
.navigation {
	width: 100%;
	text-align: center;
	line-height: 100%;
	font-size: .9em;
}
.navigation a {
	padding: 2px;
}


/* Captions */
.wp-caption {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 10px;
	border: 1px solid #eee;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption a {
	border: 1px solid #fefefe !important;
}

.wp-caption a:hover {
	border: 1px solid #eee !important;
}

p.wp-caption-text {
	margin: 0 !important;
	font-size: .9em;
	line-height: 100%;
	padding: 2px 0 7px 0;
	color: #777;
	text-align:center !important;
	width: 100%;
}
/* End captions */ 

}


@media print {

#header, #additional_features, #sidebar, .commentlist, h3#comments, .navigation, .reply, #respond, #footer2, #footer3, #related {
	display:none;
}

#header_print {
	display:block;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
}


}




/*  mustang */

#mustang_box {
	left: 850px;
	top:20px;
	width:340px;
	height: 275px;
	position: absolute;
}

#mustang {
	position:absolute;
	top: 40px;
	left:870px;
}

#mustang p {	
	color:#dfdfdf;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin:0;
	padding:0;
}

#mustang a {	
	color:#dfdfdf;
	text-decoration:underline;
}

#mustang a:hover {	
	color:#fff;
	text-decoration:underline;
}

