/*
Theme Name: Alirenligne.com Theme
Theme URI: http://Alirenligne.com
Description: Custom WordPress theme for Alirenligne.com, requirements: WP 2.7+
Version: 0.1
Author: metoni.com
Author URI: http://metoni.com
Tags:  1 column, fixed width
*/



/*
Default browser styles reset + common css rules
Don't forget to set a foreground and background color on the 'html' or 'body' element!
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
/*line-height: 1em;	yes, em, not unitless*/
	font-family: inherit;
	vertical-align: baseline;
	}
h3 {
	margin: 0;
        padding: 0em;
	border: 0;
	font-weight: bold;
	font-style: inherit;
	font-size: 130%;
	}
a img, :link img, :visited img {
	border: 0;
	}
:link, :visited {
	text-decoration: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th { 
	text-align: left; 
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
p {
	margin: 0;
	}
legend, hr {
	display: none;
	visibility: hidden;
	}
button {
	cursor: pointer;
	}
abbr, acronym {
	cursor: help;
	border: none;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
/*left margin for elements that need it IF THEY NEED IT
----------------------------------------
li, blockquote {
  margin-left: 1.5em;
	}
ol li {
  margin-left:2em;
	}
*/ 











/*misc useful classes
---------------------*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}
.hide {
	display: none;
	visibility: hidden;
	}
.center {
	text-align: center;
	}








/*clearfix
----------------------------------------------------*/
.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 clearfix



/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html
----------------------------------------------------*/
.replace { 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
	} 
.replace span {
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
	}
/*Example HTML - all elements that require replacement use the .replace class then set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span { 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 
----------------------------------------------------*/


body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	line-height: 1.5em;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}
#header{
	background-image: url(images/header.png);
	width: 960px;
	height: 100px;
	position:relative;
}

a#logo{
	margin-top:10px;
	float:left;
}

ul#dropmenu{
	position: absolute;
	top:45px;
	right:0;
		
}
ul#dropmenu li{
	display: inline;
	float: left;
	color:white;

}
ul#dropmenu li a{
color:#FFFFFF;
display:block;
font-family:Calibri, Arial;
font-size:19px;
font-weight:bold;
padding:0 0 20px;
text-align:center;
width:120px;
}
ul#dropmenu li a:hover{
	color: #fff;
}
/* ================================================================ 
multilevel navig 
================================ */
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.4em; z-index:300; font-weight:normal;}
#dropmenu a {color:#fff;
display:block;
padding:11px 40px;
text-decoration:none;
height:56px;
}
#dropmenu a:hover {color:#fff;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; top:23px; left:1px;}
#dropmenu ul a:hover {background:#000; color:#fff;}
#dropmenu li ul {margin-left:0px;
margin-top:32px;
width:auto;}
*+ html #dropmenu li ul{
	margin-top:31px;
}
#dropmenu li ul li {width:auto; border-left:none; border-right:none; background-image: none;}
#dropmenu li ul a {background:#000 none repeat scroll 0 0;
border-bottom:1px dotted #777;
float:left;
font-size:14px;
height:auto;
margin-left:0;
text-align:left;
width:185px;
padding:9px 32px 9px 20px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	color:white;
	font-weight:bold;}
	
#dropmenu li ul a:hover{
	background:#000;
	color:#fff;
}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:11em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block; background:#000;filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;}
#dropmenu ul li ul li ul li a{
	text-indent: 5px;
	border-left: 1px solid #272727;
}


















#promo{
	/*background-image: url(images/promo.png);*/
	height: 275px;
	width: 960px;
}

#content{
	background-image: url(images/content-back.png);
	background-repeat: repeat-y;
        min-height: 360px;
	position:relative;
	padding-left:10px;
padding-right:10px;
padding-top:10px;
}
#content a{
	color: #000;
	font-weight: bold;
}
#latest-blog{
background-image:url(images/content-black.png);
background-repeat:repeat-y;
color:white;
height:400px;
padding:0 10px;
position:relative;
}

#latest-blog .text-left{
	border-right:1px dotted #EEEEEE;
padding-right:20px;
width:388px;
}
p.postmetadata{
	float: right;
	color:#DBB188;
margin-top:15px;
}
#post p.postmetadata a{
	color:#DBB188;

}
#content.single #post p.postmetadata a{
	color:#000;
}
.post-list{
	margin-top:20px;
	border-top:1px dotted #000;
	padding-top:20px;
}
#latest-blog .sidelabel{
	background-image: url(images/from-the-blog.png);
	position: absolute;
	background-repeat:no-repeat;
	top:0px;
	left: -72px;
	height: 400px;
	width: 72px;
}
#latest-blog #post h2{
	color:#DBB188;
	margin-top:5px;
	font-size:26px;
}
#content-bottom{
	background-image: url(images/content-back.png);
	background-repeat: repeat-y;
	min-height: 300px;
}
#latest-blog a{
	color: #fff;
	font-weight:bold;
}
#bottom-navig{
	background-image: url(images/bottom-navig.png);
	background-repeat: no-repeat;
	float: right;
	width: 600px;
	height: 123px;
}

#footer{
	width:960px;
	height: 35px;
	color:white;
	font-weight:bold;
}


#footer a{
	color:white;
	text-shadow: -1px -1px #000;
}
.left{
	float:left;
}

.right{
	float: right;
}
img.alignleft{
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}


.text-left{
border-right:1px dotted black;
display:inline;
float:left;
padding-bottom:10px;
padding-right:8px;
padding-top:10px;
position:relative;
width:400px;
}
#post{
padding-top:10px;
position:relative;
}
#content h2{
	font-family: Calibri, Arial;
	font-size: 26px;
	padding-bottom:15px;
	font-weight:bold;
	color: #5A3C1F;
}
#content h2 a{
	font-family: Calibri, Arial;
	font-size: 26px;
	padding-bottom:5px;
	font-weight:bold;
	color: #5A3C1F;
}
#content.single h2{
	font-family: Calibri, Arial;
	font-size: 26px;
	padding-bottom:15px;
	font-weight:bold;
	color: #5A3C1F;
}
#latest-blog h2{
	font-family: Calibri;
	font-size: 26px;
	padding-bottom:15px;
	font-weight:bold;
	color: #5A3C1F;
}
#latest-blog h2 a{
	font-family: Calibri, Arial;
	font-size: 26px;
	padding-bottom:5px;
	font-weight:bold;
	color: #DBB188;
}
.text-right{
	width: 520px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	display:inline;
	position:relative;
	}

.post img,
#post img{
	margin-bottom: 10px;
	margin-top:5px;
}


.post a
#post a,
#content-bottom a{
	color: black;
	font-weight:bold;
}

.about-author{
float:left;
margin-left:10px;
margin-top:10px;
padding:5px;
width:335px;
}
.about-author img{
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.flicker-box{
	float:left;
	padding: 5px;
	width: 345px;
	margin-top:10px;
}
.flicker-box img{
	margin: 2px;
}
.twitter-box{
	width: 240px;
	padding: 5px;
	float: right;
	margin-top:10px;
}
.twitter-box ul li{
	margin-top: 0px;
	margin-bottom: 4px;
}
#content-bottom h3{
color:#5A3C1F;
font-family:Calibri, Arial;
font-size:26px;
font-weight:bold;
padding-bottom:8px;
}

a.bottom-link{
display:block;
float:left;
padding-bottom:42px;
padding-top:37px;
text-indent:-9999px;
width:118px;
	
}
#latest-blog small{
color:#fff;
font-size:11px;
position:absolute;
right:10px;
top:0px;
font-weight:bold;
}

#content.single #post small{
color:#000;
font-size:11px;
position:absolute;
right:10px;
top:10px;
font-weight:bold;
}

#content.single .post-list small {
color:#000000;
font-size:11px;
font-weight:bold;
position:absolute;
right:10px;
top:10px;
}

#content.single #post .entry{
	margin-left:10px;
	margin-right:10px;
	}
	
#comments{
	border-top:1px dotted #000;
	padding-top:15px;
	margin-top:30px;
        margin-bottom:30px;
}

#respond{
	width:500px;
}

.entry{
margin-bottom:80px;
margin-left:10px;
position:relative;
}

#comment{
	width:500px;
}

img.avatar{
	float: left;
	margin-right:10px;
}

a#read-more-home{
	float:right;
	color:#DBB188;
	margin-left:20px;
margin-top:15px;
}

#content.single a#read-more-home{
	float:right;
	color:#000;
	margin-left:20px;
}

.linklove{
	display:none!Important;
}

.cform fieldset {


}

#post .post_entry p{display:inline;}
#commentform p{display:block; line-height: 1.5em;margin-top:3px;}