/*
      Theme Name: Alandalux
      Theme URI: http://www.alandalux.com
      Version: 1.0
      Author: Daniel Aguilar
      Author URI: http://www.e-dac.es
*/

/* FIXES */
*, html { 
	margin:0; 
	padding:0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* END FIXES */
a {
	text-decoration:none;
	color:#009DE0;
}
a:hover {
	text-decoration:underline;
}

body {
	background:url('images/background.png') repeat-x #0067AD;
}
#wrap {
	width:984px;
	margin:0px auto;
	position:relative;
}
	#wrap.ar #container {
		padding-left:41px;
	}
#container {
	position:absolute;
	top:0px;
	width:654px;
	left:0px;
	padding-left:330px;
	background:url('images/container-background.png') no-repeat;
}
	#wrap.ar #wrap-content {
			padding-left:50px;
			width:595px;		
		}
	#wrap-content {
		background:#01395F;
		width:576px;
		padding-left:35px;
		min-height:800px;
	}
	#wrap.ar #wrap-sidebar {
		position:absolute;
		top:0px;
		width:365px;
		left:654px;
		background:url('images/sidebar-background.png') no-repeat;
	}
#wrap-sidebar {
	position:absolute;
	top:0px;
	width:365px;
	left:0px;
	background-image:url('images/sidebar-background.png') no-repeat;
}
	#sidebar {
		width:300px;
		margin:0px 0px 0px 31px;
		background:#000;
	}
		#sidebar h1 {
			width:299px;
			height:229px;
			background:url('images/logo.jpg') no-repeat;
		}
			#sidebar h1 a {
				display:block;
				text-indent:-99999px;
				width:299px;
				height:229px;
			}
	#wrap.ar #menu{
		direction:rtl;
	}
	#menu {
		list-style:url('images/bullet.jpg') inside;
		font-family:"Palatino", "Georgia", serif;
		font-size:20px;
		width:250px;
		margin:20px auto;
	}
		#menu li {
			margin:10px 0px;
			padding:0px 0px 10px 10px;
			border-bottom:1px solid #0066AC;
		}
			#menu li.page-item-4 {
				list-style:url('images/bullet-expand.jpg') inside;
				
			}
			#menu ul {
				margin-top:10px;
			}
			#menu ul li {
				border:0px;
				font-size:17px;
				margin-left: 50px;
				padding:0px;
				list-style:none;
			}
		#rights {
			width:250px;
			margin:150px auto 10px auto; 
			font-size:10px;
			color:#0066AC;
		} 
	
	#qtranslate-chooser {
		margin-left:510px;
		list-style:none;
	}
		#qtranslate-chooser li {
			float:left;
			margin:20px 5px;
		}
	#content {
	
	}
		#wrap.ar .title {
			direction:rtl;
		}
		.title {
			width:244px;
			padding:45px 16px 20px 16px;
			text-align:center;
			font-weight:normal;
			font-style:italic;
			font-family:"Palatino", "Georgia", serif;
			background:url('images/title-background.png') no-repeat;
			float:right;
			margin-right:55px;
		}
		#image {
			position:relative;
		}
			#image img {
				position:absolute;
				top:-30px;
				left:-20px;
			}
		#wrap.ar .entry{
			direction:rtl;
		}
		.entry {
			width:407px;
			float:right;
			padding:300px 55px 0px;
			background:url('images/entry-background.png') repeat-y;
			font-size:15px;
			line-height:22px;
			color:#555;
			
		}
			#wrap.ar .bottom{
				margin-right:64px;
			}
			.bottom {
				margin-right:45px;
				padding-bottom:72px;
				background:url('images/entry-bottom.png') bottom center no-repeat;
			}
		
	#content p {
		margin:10px 0px;
	}
	#content ul, #content ol {
		margin:10px;
	}

#footer {
	
}
	
