
html, body { 
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body { 
	background: #FFF;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
}
#page { 
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	width: 1000px;
	/* background: url(../images/logo_background_soft2.jpg) no-repeat fixed 50% 60%; */
	text-align: left;

}
#header { 
	background: #427BD6 url("../qanouni/images/banner-oTmMu-D.jpg");
	width: 1000px;
	height: 109px;
	margin: 0;
	padding: 0;
  position: relative;
	/* border-bottom: 2px solid #ccc; */
}

#logo_mandint {
  position: absolute;
  border: none;
  background-color: transparent;
  top: 5px;
  left: 860px;
  width: 135px;
  height: 34px;
}

#switch_language {
  margin-top: 2px;
  font-size: 13px;
  float:left;
}

#notification_container {
  z-index: 32000;
  float: right;
  width: 500px;
  height: 20px;
  background-color: transparent;
}

#notification {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#FFFFCC url("../qanouni/images/dialog-warning-TtcjkVO.png") no-repeat scroll 10px 0px;
border:1px solid #DDDDDD;
margin:2px;
padding: 4px 4px 4px 40px;
font-size: 13px;
float:right;
}

#noresults {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background:#FFFFCC url("../qanouni/images/dialog-warning-TtcjkVO.png") no-repeat scroll 20px 16px;
  border:1px solid #DDDDDD;
  margin:40px 50px;
  width: 250px;
  padding: 20px 4px 20px 50px;
  font-size: 14px;
  font-weight: bold;

}

.clear {
	clear: both;
}
.description { /* Used below title */
	font-size: 14px;
	color:gray;
	margin: 0;
	margin-left: 155px;
	padding: 0;
  
}

#content { /* content column */
	float: left;
	width: 1000px;/*750px*/
	padding: 0;
	margin: 0;
        margin-bottom: 5px;
}

/* --- Page menu ---*/
ul#pages {
	position: absolute;
	top: 72px;
        margin-left: 200px;
}
* html ul#pages { /* fix IE 6 */
	top: 84px;
}
*+html ul#pages { /* fix  IE 7 */
	top: 84px;
}
	ul#pages li {
		float: left;
		list-style-type: none;
		background: url("../qanouni/images/button-Xe8vfCW.png");
		height: 20px;
		padding: 2px 10px 0 10px;
		margin-left: 10px;
		border: 1px solid #333;
		border-bottom-width: 0px;
		font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	* html ul#pages li { /* fix  IE 6 */
		background-image: none;
		background-color: #FFF;
		/*border-bottom: 1px solid #666;*/
	}
	ul#pages li a  {
		color: #333;
	}
	* html ul#pages li a { /* fix  IE 6 */
		color: #999;
	}
	ul#pages li.current_page_item {
		background: url("../qanouni/images/buttonFill-f6gTkVu.png");
	}
	ul#pages li.current_page_item {
		border-bottom: 0;
	}
	ul#pages li.current_page_item a {
		color: #C60;
	}

/* --- Sidebar column --- */
#sidebar {
	float: right;
	width: 160px;
	margin: 0;
	padding: 10px;
	font-size: 11px;
}
	* html #sidebar {
		padding-top: 25px;
	}
	*+html #sidebar {
		padding-top: 25px;
	}
	#sidebar h2 {
		font-size: 18px;
		text-transform: capitalize;
	}
	#sidebar a {
		color: #666;
		font-weight: normal;
		text-decoration: none;
	}
	#sidebar a:hover {
		color: #7B7;
		text-decoration: underline;
	}
	#sidebar ul {
		list-style-type: none;
		padding-left: 0;
		margin-left: 0.6em;
	}

/* --- List of links --- */
ul#links {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
	ul#links li {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
	#links h2 {
		text-transform: capitalize;
	}

/* --- Headers --- */
h1, h2, h3, h4 {
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {
  font-variant: small-caps;
  text-transform: capitalize;
	margin: 0;
	padding: 10px 10px 2px 150px;
	font-size: 28px;
  color: #314e8e;
}
h1 a {
	text-decoration: none;	
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	color: #F93;
}


/* --- Links and text --- */
a {
	color: #7B7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	color: #666;
}
blockquote {
	border: 1px dashed #ccc;
	background: #FFF;
	padding: 6px;
	color: #999;
}
blockquote p {
	padding: 0;
	margin: 0;
	color: #999;
}

/* --- Posts --- */
.post {
	padding: 0 2em 1em 1em;
	border-top: 1px solid #D9EFC2;
	font-size: 90%;
	line-height: 150%;
}
	.post h2 {
		margin-bottom: 2px;
		padding-bottom: 0;
		font-size: 18px;
	}
	.post .postmetadata {
		font-size: 11px;
		text-align: center;
		color: #999;
	}
	/* every other posts get a different color, controlled by odd and even */
	.odd {
		background: transparent;
	}
	.odd h2 a {
		color: #C60;
	}
	.odd small {
		color: #F93;
	}
	.even {
		background: #FFFFFF;
	}
	.even h2 a {
		color: #F93;
	}
	.even small {
		color: #ccc;
	}
	h3.single a  {
		color: #C60;
	}

/* --- Navigation links (previuos post and next post) --- */
.navigation {
	width: 600px;
	background: #FFFFDF;
	border-top: 1px solid #D9EFC2;
	color: #7B7;
	margin: 0;
	padding: 0;
}
	.navigation .alignleft {
		float: left;
		padding-left: 10px;
	}
	.navigation .alignright {
		float: right;
		padding-right: 10px;
	}

  /* --- Footer --- */
  #footer {
    clear: both;
    font-size: 12px;
    
    font-weight: bold;
    width: auto;
    border-top: 1px solid #D9EFC2;
    padding-top: 4px;
    padding-bottom: 5px;
  }
  #footer_inner {
    margin: 0 auto;
    width: 100%;
}
	#footer_inner p {
		color: #888;
    margin-right: 2em;
    padding-top: .5em;
    float: left;
	}
	#footer_inner a {
		color: #888;
	}
	#footer_inner a:hover {
		color: #C60;
	}
	#footer_inner #searchform div {
		margin: 0 auto;
	}
	#searchform input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#searchform #s {
		background: #999;
		padding: 0.1em;
		padding-left: 0.2em;
		border: 1px solid #ccc;
		border-top-color: #333;
		border-left-color: #333;
	}
	#searchsubmit {
		font-size: 11px;
		background: #999;
		border: 2px solid #ccc;
		border-bottom-color: #333;
		border-right-color: #333;
		margin-left: 4px;
	}

/* --- Comments --- */
#comments {
	width: 600px;
}
	h3#comments  {
		width: 100%;
		text-align: center;
		font-size: 11px;
		color: #ccc;
		border-top: 1px solid #D9EFC2;
		padding-top: 4px;
	}
	.commentlist {
		width: 500px;
		color: #666;
		font-size: 11px;
	}
	.commentlist li {
		padding: 0.4em;
	}

/* --- Commentform --- */
h3#respond {
	color: #F93;
}
	#commentform input, #commentform  textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		padding: 0.1em;
		padding-left: 0.2em;
		color: #666;
	}
	#commentform {
		width: 580px;
		margin: 0 auto;
	}
	#author, #email, #url, #comment {
		background: #FFFFDF;
		border: 1px solid #D9EFC2;
		border-top-color: #7B7;
		border-left-color: #7B7;
	}
	textarea#comment {
		width: 400px;
	}
	#commentform #submit {
		margin-bottom: 1em;
		font-size: 10px;
		color: #333;
	}

  #bottom_actions {
    clear: both;
    margin-top: 1em;
  }
  .pagination {
    ;
  }

  #search_again {
    float:none;
    display: block;
    clear: both;
    padding: 1px;
    margin-top: 4em;
  }



