/* -------------------------------------------------------------------------------------- HACKS */

a, a:hover, a:visited, a:active{text-decoration:none;}

.clear{
	clear:both;
	height:1px;
	}

.inv{ display:none; }

/* -------------------------------------------------------------------------------------- STRUCTURE */

body{
	color:#333;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height:22px;
	font-weight:normal;
}
body.grain{ background:#e2e2e2 url(../images/bg_grain.png) repeat 50% top; }
body.paper{ background:#e2e2e2 url(../images/paper_bg.jpg) repeat 50% top; }
body.office{ background:#e2e2e2 url(../images/office_bg.png) repeat 50% top; }
body.stone{ background:#e2e2e2 url(../images/stone_bg.jpg) repeat 50% top; }
body.grid{ background:#e2e2e2 url(../images/cross.png) repeat 50% top; }
body.blue{ background:#FFFFFF url(../images/blue_bg.png) repeat-x 50% top; }
body.blue2{ background:#FFFFFF url(../images/blue2_bg.png) repeat-x 50% top; }
body.yellow{ background:#FFFFFF url(../images/yellow_bg.png) repeat-x 50% top; }
body.dust{ background:#FFFFFF url(../images/dust_bg.png) repeat-x 50% top; }
body.grey{ background:#FFFFFF url(../images/grey_bg.png) repeat-x 50% top; }
body.green{ background:#FFFFFF url(../images/green_bg.png) repeat-x 50% top; }
body.cunn{ background:#FFFFFF url(../images/bg_cunn.png) repeat 50% top; }


/* -------------------------------------------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6{ font-family:'Helvetica', Helvetica, 'Myriad Pro', 'Myriad Pro Bold', Arial, Sans-serif; }

	h1{	font-size:60px; }
	h2{	font-size:48px; padding:0 0 10px 0; }
	h3{	font-size:36px; padding:0 0 10px 0; }
	h4{	font-size:24px; padding: 0 0 10px 0; }
	h5{	font-size:18px; padding: 0 0 10px 0; }
	h6{	font-size:14px; }
	
	.droid h1{	font-size:50px; }
	.droid h2{	font-size:40px; }
	.droid h3{	font-size:30px; }
	.droid h4{	font-size:20px; }
	.droid h5{	font-size:16px; }
	.droid h6{	font-size:14px; }
	
	.greyscale h2, .BPreplay h2, .chunkfive h2, .serifa h2, .gnuolane h2{	font-size:40px; text-transform:uppercase; }

	
/* -------------------------------------------------------------------------------------- TOP LINE */

#top{ background:#1c1c1c url(../images/white_line.png) repeat-x left 38px; color:#e3e3e3;}
#top .content{
		background: url(../images/top_bg.png) no-repeat 50% bottom;
		margin:0 auto;
		width:960px; height:40px; line-height:40px;
		position:relative;
		z-index:9000;
	}
	
	/* 
	--------------------------------------- [ SOCIAL NETWORKS ] */
	#social_networks{ font-size:11px;
		display:block; float:left;}
	#social_networks li{ display:inline; margin:0 10px 0 0;}
	#social_networks a{ color:#e3e3e3; padding:0 0 1px 0;}
	#social_networks a:hover{ color:#818181; border-bottom:1px dotted #e3e3e3;}
	
	#social_networks .dribbble{ background:url(../images/icon_dribbble.png) no-repeat left 50%; padding:0 0 1px 18px;}
	#social_networks .facebook{ background:url(../images/icon_facebook.png) no-repeat left 50%; padding:0 0 1px 18px;}
	#social_networks .rss{ background:url(../images/icon_rss.png) no-repeat left 50%; padding:0 0 1px 18px;}
	#social_networks .twitter{ background:url(../images/icon_twitter.png) no-repeat left 50%; padding:0 0 1px 18px;}
	#social_networks .flickr{ background:url(../images/icon_flickr.png) no-repeat left 50%; padding:0 0 1px 18px;}
	#social_networks .tumblr{ background:url(../images/icon_tumblr.png) no-repeat left 50%; padding:0 0 1px 18px;}
	
	
	/* 
	--------------------------------------- [ TOP BAR MENU ] */
	.top_bar_menu{ font-size:10px;
		display:block; float:left;
	}
	.top_bar_menu li{ padding:0 5px; float:left; }
		
	/* 
	--------------------------------------- [ SEARCH ENGINE ] */
	.search_engine{
		display:block; float:right;
		width:230px; height:38px;
	}
	.search_engine form{}
	.search_engine .field { float: left; display: inline; height: 38px; width: 190px; }
	.search_engine .field input { color: #FFF; border:1px solid #444; background:#333; font-size: 11px; margin: 8px 0 0 4px; padding:4px; width: 170px;}
	.search_engine .button { float: left; display: inline; height: 38px; width: 30px; cursor: pointer; border: 0; background:url(../images/search_button.png) no-repeat 50% 50%; }
	.search_engine .button:hover { }
	
/* -------------------------------------------------------------------------------------- HEADER */

#header{}
#header .content{
	background:url(../images/separator_dotted.png) repeat-x left bottom;
		margin:0 auto;
		width:960px;
		position:relative;
		z-index:9000;
	}
	
	/* 
	--------------------------------------- [ TOP LOGO : HEAD LEFT ] */
	.head_left #logo_top{
		display:block; float:left;
		width:280px; height:109px;
	}
	.head_left #logo_top a{
		display:block; float:left;
		width:280px; height:109px;
	}
	
	/* 
	--------------------------------------- [ MENU : HEAD LEFT ] */
	.head_left #top-menu{
		display:block; float:left;
		width:680px;
		padding:50px 0 0 0;
		text-align:right;
	}
	.head_left #top-menu .menu li{
		text-align:left;
	}
	
	/* 
	--------------------------------------- [ TOP LOGO : HEAD RIGHT ] */
	.head_right #logo_top{
		display:block; float:right;
		width:280px; height:109px;
	}
	.head_right #logo_top a{
		display:block; float:left;
		width:280px; height:109px;
	}
	
	/* 
	--------------------------------------- [ MENU : HEAD RIGHT ] */
	.head_right #top-menu{
		display:block; float:left;
		width:680px;
		padding:50px 0 0 0;
	}
	
	/* 
	--------------------------------------- [ TOP LOGO : HEAD CENTER ] */
	.head_center #logo_top{
		display:block;
		width:280px; height:109px;
		margin:0 auto;
	}
	.head_center #logo_top a{
		display:block;
		width:280px; height:109px;
	}
	
	/* 
	--------------------------------------- [ MENU : HEAD CENTER ] */
	.head_center #top-menu{
		display:block;
		width:920px;
		margin:0 auto;
		text-align:center;
	}
	.head_center #top-menu .menu li{
		text-align:left;
	}
	
	/* 
	--------------------------------------- [ MENU ] */
	.menu{}
	.menu li{
		position:relative;
		display:inline;
		margin:0 5px;
	}
	.menu li a{
		color:#222;
		padding:6px 10px;
		text-transform:uppercase;
	}
	.current-menu-item a, .menu li a:hover{
		color:#dddddd;
		background:#222;
			-moz-border-radius: 6px 6px 6px 6px;
			-webkit-border-radius: 6px 6px 6px 6px;
			-khtml-border-radius: 6px 6px 6px 6px;
			border-radius: 6px 6px 6px 6px;
	}
	.current-menu-item a{ color:#dddddd !important;}
	
	.menu li a.hover{
		color:#dddddd;
		background:#222;
			-moz-border-radius: 6px 6px 0px 0px;
			-webkit-border-radius: 6px 6px 0px 0px;
			-khtml-border-radius: 6px 6px 0px 0px;
			border-radius: 6px 6px 0px 0px;
	}
	/* 
	--------------------------------------- [ SUB MENU ] */
	.menu ul{
		display:none;
		background:#222;
		position:absolute;
		top:20px; left:0; z-index:9000;
		width:170px;
		padding:10px 0;
			-moz-border-radius: 0px 6px 6px 6px;
			-webkit-border-radius: 0px 6px 6px 6px;
			-khtml-border-radius: 0px 6px 6px 6px;
			border-radius: 0px 6px 6px 6px;
	}
	.menu ul li{
		position:relative;
		display:block;
		margin:0 0px;
	}
	.menu ul li a{
		text-transform:none;
		border-top:1px solid #3a3a3a;
		border-bottom:1px solid #111111;
		color:#999 !important;
		padding:6px 10px;
		display:block;
			-moz-border-radius: 0px 0px 0px 0px !important;
			-webkit-border-radius: 0px 0px 0px 0px !important;
			-khtml-border-radius: 0px 0px 0px 0px !important;
			border-radius: 0px 0px 0px 0px !important;
	}
	.menu ul li a:hover{
		color:#e0e0e0 !important;
		background:#393939;
			-moz-border-radius: 0px 0px 0px 0px !important;
			-webkit-border-radius: 0px 0px 0px 0px !important;
			-khtml-border-radius: 0px 0px 0px 0px !important;
			border-radius: 0px 0px 0px 0px !important;
	}
	.subber{
		background:url(../images/dropdown_arrow.png) no-repeat 150px 50%;
	}
	.menu ul li a.active{
		color:#e0e0e0 !important;
		background:#393939;
			-moz-border-radius: 0px 0px 0px 0px !important;
			-webkit-border-radius: 0px 0px 0px 0px !important;
			-khtml-border-radius: 0px 0px 0px 0px !important;
			border-radius: 0px 0px 0px 0px !important;
	}
	/* 
	--------------------------------------- [ SUB SUB MENU ] */
	.menu ul ul{
		position:absolute;
		top:-10px; left:170px; z-index:9100;
			-moz-border-radius: 6px 6px 6px 6px;
			-webkit-border-radius: 6px 6px 6px 6px;
			-khtml-border-radius: 6px 6px 6px 6px;
			border-radius: 6px 6px 6px 6px;
	}
	.menu ul ul li{}
	.menu ul ul li a{
		color:#999 !important;
	}
	
/* -------------------------------------------------------------------------------------- SLIDER */
#slider{
}
#slider .content{
		background:url(../images/separator_dotted.png) repeat-x left bottom;
		margin:0 auto; padding:30px 0; 
		width:960px;
	}
	
	
	/* 
	--------------------------------------- [ NIVO SLIDER ] */
	#nivo_slider{
		background:url(../images/nivo_shadow.png) no-repeat 50% 50%;
		padding:0 10px;
	}
	#nivo_slider .frame{
		background:#222 url(../images/sidebar_highlight.png) no-repeat right top;
		border:1px solid #000;
		padding:9px;
		width:920px; height:380px;
	}
	#nivo_slider .frame #nivo{
		border-top:1px solid #000;
		border-right:1px solid #555;
		border-bottom:1px solid #555;
		border-left:1px solid #000;
	}
	#nivo_slider .frame #nivo img{
		height:380px;
	}
	
	
	/* 
	--------------------------------------- [ CYCLE SLIDER ] */
	#cycle_slider{
		background:url(../images/nivo_shadow.png) no-repeat 50% 50%;
		padding:0 10px;
		position: relative;
	}
	#cycle_slider .frame{
		background:#222 url(../images/sidebar_highlight.png) no-repeat right top;
		border:1px solid #000;
		padding:9px;
		width:920px; height:380px;
	}
	#slides{
		position: relative;
		width: 100%; height:380px;
		background:transparent!important;
	}
	
	.panel{
		width:920px; height:380px;
		background:transparent!important;
	}
	.cycle_left {
		position: absolute;
		right: -2px;
		bottom: 30px;
		z-index: 1;
		background:url(../images/transparency_black.png);
		padding:15px;
		width:40%;
	}
	
	.cycle_left h3{
		letter-spacing: -1px;
		color: #fff;
		font-size:40px;
		font-weight: bold;
		line-height:normal;
		margin:0 0 0 0;
	}
	
	.cycle_left p{
		font-size: 15px;
		line-height:26px;
		color: #999;
	}
	.cycle_left h3{padding:0;}
	#slideshowNav {
		z-index: 9000;
		width: 300px;
	position:absolute;
	left:20px;
	bottom:-25px;
	}
	
	#slideshowNav a {
	display:block;
	width:14px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	}
	
	#slideshowNav a span {
		display: none;
	}
	
	#slideshowNav a.activeSlide {
		background:url(../images/bullets.png) no-repeat;
		background-position:0 -22px;
	}
	
	#slideshowNav a:focus { outline: none; }
	
	
	#slideshowNav #slideshowPrev {
		cursor: pointer;	
		margin: 0 0 20px 0;
	}
	
	#slideshowNav #slideshowNext {
		cursor: pointer;	
		margin: 0 15px 20px 0;
	}
	

	
/* -------------------------------------------------------------------------------------- MAIN */
#main{
}
#main .content{
		margin:0 auto;
		width:960px;
	}

#main a{
}
#main a:hover{
}

.slogan_center_home{
	padding:30px 20px 20px 20px;
	background:url(../images/separator_dotted.png) repeat-x left bottom;
	text-align:center;
	font-size:44px;
}

.invert_right{ float:right !important;}
.invert_left{ float:left !important;}

/* -------------------------------------------------------------------------------------- BLOG SLIDER */
#blog_slider{
	padding:20px 0;
	background:url(../images/separator_dotted.png) repeat-x left bottom;
	position:relative;
	height:360px;
}
#blog_slider #left_scroll{
	background:url(../images/blog_slider_previous.png);
	width:20px; height:20px;
	z-index:9000;
	position:absolute;
	top:50%; left:-20px;
}
#blog_slider #right_scroll{
	background:url(../images/blog_slider_next.png);
	width:20px; height:20px;
	z-index:9000;
	position:absolute;
	top:50%; right:-20px;
}
#blog_slider .blog_item{
	background:url(../images/blog_item_bg.png) no-repeat 50% 50%;
	padding:0 10px;
	width:220px;
	display:block; float:left;
}
#blog_slider .blog_item .inside{
	position:relative;
	background:#1c1c1c url(../images/sidebar_highlight.png) no-repeat right top;
	border:1px solid #000;
	padding:9px;
	color:#e9e9e9;
}
#blog_slider .blog_item .inside:hover{
	position:relative;
	background:#333;
	border:1px solid #000;
	padding:9px;
	color:#e9e9e9;
}
#blog_slider .blog_item .container{
	background:#1c1c1c url(../images/sidebar_highlight.png) no-repeat right top;
	padding:8px;
	height:175px;
}
#blog_slider .blog_item h4{
	padding:5px 0;
	font-size:18px;
}
#blog_slider .blog_item p.excerpt{
	font-size:11px; line-height:16px;
	padding:0 0 15px 0;
}
#blog_slider .blog_item .date{
	font-size:10px; line-height:16px;
}
#blog_slider .blog_item .continue{
	position:absolute;
	bottom:15px;
	left:45%;
	z-index:2000;
	padding:1px 6px;
	background:#000;
}
#blog_slider .blog_item a.continue { background:url(../images/dropdown_arrow.png) no-repeat 50% 50%; display:block; width:20px; height:20px;}
#blog_slider .blog_item a.continue:hover {}
#blog_slider .blog_item .inside:hover a.continue{}


#carousel_inner {  
	float:left; 
	width:960px;
	overflow: hidden;
	position:relative;
}  
.wraparea {  
	display:block;
	width:960px;
	overflow:hidden !important;
}  
  
#carousel_ul {  
	position:relative;  
	left:-240px;
	width:9999px; 
}  
  
#carousel_ul li{  
	float: left;
	width:240px;
} 

/* -------------------------------------------------------------------------------------- PAGINATION */
	.pagination{
		text-align:center;
		width:680px; height:50px;
		position:relative;
		font-size:12px;
	}
	.pagin{
		position:absolute;
		top:12px;
		right:15px;
	}
	.pagination a {
		font-weight: bold;
		margin: 2px; padding: 4px 8px 4px 8px !important;
		font-size:12px !important;
	}
	.pagination a:hover,active {
		color:#FFF !important;
	}
	.pagination span.courante {
		padding: 4px 8px 4px 8px;
		margin: 2px;
		font-size:12px !important;
		color:#FFF;
		background:#181818;
	}
	.pagination span.desactive {
		padding: 2px 5px 2px 5px;
		margin: 2px;
	}
	.pagination a:hover,active {
		background:#333;
		color:#FFF;
	}

	
/* -------------------------------------------------------------------------------------- BLOG ENTRY */
	.blog_entry{
		background:url(../images/separator_dotted.png) repeat-x left bottom;
		padding:10px 0 10px 0; margin:0 0 20px 0;
	}
	.blog_entry .thumbnail_post{
		float:left;
		margin:0 10px 0 0;
		width:200px;
		background:#1c1c1c url(../images/sidebar_highlight.png) no-repeat right top;
		padding:9px;
		display:block;
	}
	.blog_entry .infos_post{
		position:relative;
	}
	.blog_entry .infos_post h4{
		font-size:36px;
		padding:0 0 10px 0;
	}
	.blog_entry .infos_post .excerpt{
		padding:10px 0;
	}
	.blog_entry .continue{
		position:absolute;
		bottom:0px;
		right:1px;
		z-index:2000;
		padding:1px 6px;
		background:#000;
	}
	.blog_entry .inner_content{
		padding:0 10px 0 0;
	}
	.cartouche_blog{
		padding:0px 0 10px 0;
	}
	
	.blog_head{
		padding:30px 10px 0 10px;
		background:url(../images/separator_dotted.png) repeat-x left bottom;
	}
	
	.blog_content{
		padding-top:20px;
	}
	.blog_content .inner{
		padding:20px;
	}
	.blog_content .inner p{
		padding:8px 0;
		line-height:20px;
	}
	.blog_head .thumbnail_post{
		background:#1c1c1c url(../images/sidebar_highlight.png) no-repeat right top;
		padding:9px;
		display:block;
	}
	.blog_head .thumbnail_shadow{
	background: url(../images/shadow_widget_sidebar.png) no-repeat 0 bottom;
	display:block;
	padding-bottom:20px;
}
	.blog_head .infos_post{
		float:left;
		width:630px;
		margin:0 10px 0 0;
	}
	.blog_head .float_right{
		display:block; float:left;
	}
	.blog_head .excerpt{
		font-size:15px; line-height:24px;
		padding:0 10px 10px 0;}

.date_post_blog{ background:url(../images/icon_date.png) no-repeat left 50%; padding:0 0 0 20px; margin:0 5px 0 0; }
.author_blog{ background:url(../images/icon_author.png) no-repeat left 50%; padding:0 0 0 20px; margin:0 5px 0 0; }
.post_comments_blog{ background:url(../images/icon_comments.png) no-repeat left 50%; padding:0 0 0 20px; margin:0 5px 0 0; }
.post_category_blog{ background:url(../images/icon_category.png) no-repeat left 50%; padding:0 0 0 20px; margin:0 5px 0 0; }

/*	-------------------------------------------------------------------------------------- COMMENTS */
	#comments{
		background:#1c1c1c url(../images/sidebar_highlight.png) no-repeat right top;
		color:#e9e9e9;
		padding:10px;
		border:5px solid #000;
	}

	#comments h3{
		margin:0;
		text-align:right;
		padding:10px 10px 0 0;
	}
	
	.comments_post{
		background:#181818;
		border-top:1px solid #222;
		border-bottom:1px solid #333;
		padding:10px; margin:20px 0;
		height:100%;
	}
	
	.authcomment{
		background:#181818 url(../images/sidebar_highlight.png) no-repeat right top;
		border-top:1px solid #222;
		border-bottom:1px solid #333;
		padding:10px; margin:20px 0;
		height:100%;
	}
	
	.comments_post .avatar, .authcomment .avatar{
		float:left;
		width:100px;
	}
	
	.comments_post .avatar img, .authcomment .avatar img{
		border:1px solid #333;
		background:#222;
		padding:7px;
		width: 80px; height:80px;
	}
	
	.comments_post .user_post, .authcomment .user_post{
		float:left;
		margin:0 0 0 10px;
		height:100%;
		width:440px;
	}
	.user_post_end{
		margin:0 0 30px 0; padding:0 0 10px 0;
	}
	
	.comments_post .user_post p, .authcomment .user_post p{
		border:1px solid #333; border-width:1px 0 0 0;
		font-size:11px;
		padding:8px 0 0 0;
	}
	
	.comments_post .user_name, .authcomment .user_name{
		font-size:15px;
	}
	.comments_post .date_right, .authcomment .date_right{
		float:right;
	}
	.retrait_label{ margin:10px 0 10px 135px; }

/* -------------------------------------------------------------------------------------- FORMS */
.form_block{
		display:block;
		margin:0; padding:10px 0;
		width:600px;
}
.form_block .separator{
		background:url(../images/grey_line.jpg) repeat-x left bottom;
		display:block;
		clear:both;
		height:9px;
		margin:0 0 20px 0;
	}
	.form_block .form_left, .form_block .form_right{
		display:block;
		margin:0 0 10px 0;
		position:relative;
		width:540px;
	}
	.form_block .form_left label, .form_block .form_right label{
		display:block; float:left;
		font-size:13px;
		width:100px; height:35px;
		line-height:35px;
		margin:0 0 0 20px;
	}
	.form_block input{
		background:#222 url(../images/sidebar_highlight.png) no-repeat right top;
		border:1px solid #333;
		color:#e9e9e9;
		padding:8px;
		width:400px;
		font-size:13px;
	}
	.form_block .error{
		background:#3b0000 url(../images/sidebar_highlight.png) no-repeat right top !important;
		border:1px solid #540000 !important;
		color:#e9e9e9 !important;
	}
	.form_block .file_input{
		background:#FFF;
		border:1px solid #ccc;
		padding:6px;
		width:250px !important; height:30px !important;
	}
	.form_block .demi{
		background:#222;
		border:1px solid #333;
		color:#e9e9e9;
		padding:8px;
		width:250px !important; height:30px !important;
	}
	.form_block .full_field{
		background:#222;
		border:1px solid #333;
		color:#e9e9e9;
		padding:8px;
		width:518px !important;
	}
	.form_block .form_textarea{
		display:block; float:left;
		margin:0 0 10px 0;
		position:relative;
		width:540px;
	}
	.form_block .form_textarea label{
		display:block; float:left;
		font-size:13px;
		margin:0 0 0 20px;
		width:100px;
	}
	.form_block .form_textarea textarea{
		background:#222 url(../images/sidebar_highlight.png) no-repeat right top;
		border:1px solid #333;
		color:#e9e9e9;
		float:left;
		padding:8px;
		width:400px; height:150px;
		font-size:13px;
	}
	.form_block .form_textarea textarea.giant{
		background:#222 url(../images/sidebar_highlight.png) no-repeat right top;
		width:560px; height:450px;
	}
	.form_block .form_submit{
		padding:10px 30px;
		margin:0 0 0 20px;
		text-align:right;
		width:460px;
	}
	.form_block #check{
		background:#222;
		border:1px solid #333;
		color:#e9e9e9;
		padding:8px;
		width:35px;
		font-size:13px;
	}
	.form_block .form_submit input{
		background:#222;
		border:1px solid #333;
		color:#e9e9e9;
		cursor:pointer;
		font-size:13px;
		padding:6px;
		text-transform:uppercase;
		text-align:center;
		width:120px;
	}
	.form_block .mep_btn{
		background:#222;
		border:1px solid #333;
		color:#e9e9e9;
		cursor:pointer;
		font-size:11px;
		padding:6px;
		text-transform:uppercase;
		text-align:center;
		width:70px;
		margin:1px;
	}
	.form_block .mep_btn:hover{
		background:#222;
		border:1px solid #333;
		color:#FFF;
	}
	.form_block label.error {
		padding:0 0 0 24px;
		font-size:12px;
		font-style:italic;
		color:#F00;
		display:none !important;
		width:0px;
		position:absolute;
		top:0px;
		right:0px;
		z-index:9009;
		text-align:right;
	}
		
	#getit{
		position:relative;
	}
	#errorcaptcha{
		position:absolute;
		top:0px;
		left:180px;
		display:block;
		text-align:left;
		width:150px; height:30px; line-height:30px;
		color:#F00;
	}
	
	.html_tags{ padding:5px 5px 5px 130px;}


/* -------------------------------------------------------------------------------------- INNER */
.inner{
	background:#FFF;
	border:1px solid #cccccc;
	padding:10px;
}
.inner_content{
	padding:10px;
}


	
/* -------------------------------------------------------------------------------------- TWITTER UPDATE */
#twitter_update{
}
#twitter_update .content{
		background:url(../images/twitter_update.png) no-repeat 50% top;
		margin:0 auto 20px auto; padding:30px 10px 10px 10px;
		width:940px;
		text-align:center;
	}
	
	.twitterStatus{ 
		font-size:20px;
		line-height:28px;
	}
	.twitterTime{font-size:12px; display:block; clear:both; }
	
#deadTweets ul{
	display:block;
	overflow:hidden;
	height:80px;
}
#deadTweets ul li{
	padding:0 0 50px 0;
}
	
	
/* -------------------------------------------------------------------------------------- FOOTER */
#footer{
	background:#1c1c1c url(../images/white_line.png) repeat-x left 1px;
	color:#e3e3e3;
}
#footer .content{
		background:url(../images/footer_content.png) no-repeat 50% 2px;
		margin:0 auto; padding:30px 0 0 0;
		width:960px;
	}
#footer h4{
	padding:0 0 10px 0;
}
	
	.widgetized_area{ padding:0 0 20px 0;}
	.widgetized_area ul{}
	.widgetized_area ul li{
		background:url(../images/footer_line_separator.png) repeat-x 50% bottom;
	}
	.widgetized_area ul li a{ color:#999999; display:block; padding:4px 6px;}
	.widgetized_area ul li a:hover{ color:#818181;}
	
	#menu_bottom{
		background:url(../images/footer_line_separator.png) repeat-x 50% top;
		margin:0 20px;
		text-align:center;
	}
	#menu_bottom ul{
		background:url(../images/footer_line_separator.png) repeat-x 50% bottom;
		padding:15px;
	}
	#menu_bottom li{
		display:inline;
		margin:0 20px;
		text-transform:uppercase;
	}
	#menu_bottom a{}
	#menu_bottom a:hover{}
	
	.bottom_left{
		display:block; float:left;
		width:430px; height:40px; line-height:40px;
		padding:0 0 0 30px;
		font-size:10px;
	}
	.bottom_center{
		display:block; float:left;
		width:30px; height:19px; padding:21px 0 0 0;
	}
	.bottom_center a.gotop{
		display:block;
		width:30px; height:19px;
		background:url(../images/gotop.png);
		text-indent:-9000px;
	}
	.bottom_right{
		display:block; float:left;
		width:430px; height:40px; line-height:40px;
		padding:0 30px 0 0;
		text-align:right;
		font-size:10px;
	}
	
	/* 
	--------------------------------------- [ FLICKR in FOOTER ] */
	
	#footer .flickr_stream{ padding:10px 0 0 0;}
	#footer .flickr_stream a{
		margin:3px;
		float:left;
	}
	#footer .flickr_stream img{
		width:60px; height:60px;
	}
/* -------------------------------------------------------------------------------------- COLUMNS + FULLWIDTH ELEMENTS */

	
	/* 
	--------------------------------------- [ FULLWIDTH COLUMNS ] */
	.fullwidth{
		padding:0 0 10px 0; margin:0 0 30px 0;
		background:url(../images/separator_dotted.png) repeat-x left bottom;
	}
	.title_page{
		padding:25px 10px 10px 10px;
		clear:both;
	}
	.fullwidth .break{
		padding:15px 10px;
		height:1px;
	}
	.one_on_one{
		display:block; float:left;
		width:940px;
		padding:0 10px 20px 10px;
	}
	.one_on_two{
		display:block; float:left;
		width:460px;
		padding:0 10px 20px 10px;
	}
	.one_on_three{
		display:block; float:left;
		width:300px;
		padding:0 10px 20px 10px;
	}
	.two_on_three{
		display:block; float:left;
		width:620px;
		padding:0 10px 20px 10px;
	}
	.one_on_four{
		display:block; float:left;
		width:220px;
		padding:0 10px 20px 10px;
	}
	.three_on_four{
		display:block; float:left;
		width:700px;
		padding:0 10px 20px 10px;
	}

#footer .one_on_four{
	display:block; float:left;
	width:200px;
	padding:0 20px;
}
/* -------------------------------------------------------------------------------------- SIDEBAR */
#sidebar{ padding:20px 0 0 0;}
#sidebar h4{ padding:0 0 10px 0;}
#sidebar ul{}
#sidebar ul li{}
#sidebar .widget_sidebar a{ color:#e9e9e9; }
#sidebar .widget_sidebar a:hover{ color:#666; }
#sidebar .widget_sidebar h4{ padding:0 0 5px 0 ; 
		background:url(../images/footer_line_separator.png) repeat-x 50% bottom;
		}

.widget_sidebar{
	background:#1c1c1c url(../images/sidebar_highlight.png) no-repeat right top;
	color:#e9e9e9;
	padding:10px;
	border:5px solid #000;
}
.widget_sidebar p{
	padding:10px;
}
.widget_after{
	background: url(../images/shadow_widget_sidebar.png) no-repeat 0 top;
	display:block;
	height:30px;
}

	/* 
	--------------------------------------- [ LIST IN 2 COLUMNS ] */
#sidebar ul.ul_columns{
	width: 270px;
}
	#sidebar ul.ul_columns li{
		float: left;
		width: 125px;
		margin:0 10px 0 0;
		background:url(../images/footer_line_separator.png) repeat-x 50% bottom;
	}
	#sidebar ul.ul_columns li.first{
		margin-top: 0;
		padding: 0;
		background: none;
	}
		#sidebar ul.ul_columns li a{
			display: block;
			padding: 6px 0 6px 20px;
			background: url(../images/grey_small_arrow.png) no-repeat 0 50%;
		}

	/* 
	--------------------------------------- [ LIST RECENT POST WITH THUMB ] */
#sidebar ul.ul_recent{
	width: 270px;
}
	#sidebar ul.ul_recent li{
		width: 270px;
		margin: 10px 10px 0 0; padding:5px 0 10px 0;
		background:url(../images/footer_line_separator.png) repeat-x 50% bottom;
		line-height:20px;
	}
	#sidebar ul.ul_recent li.first{
		margin-top: 0;
		padding: 0;
		background: none;
	}
		#sidebar ul.ul_recent li a{display:block;}
		#sidebar ul.ul_recent .thumb{
			display:block; float:left;
			width:70px;
		}
		#sidebar ul.ul_recent .thumb img{
			width:50px; height:50px;
			background:#333; padding:5px;
		}
		#sidebar ul.ul_recent .infos_post{
			display:block; float:left;
			width:195px;
			margin:0 0 0 5px;
			font-weight:bold;
		}
		#sidebar ul.ul_recent li a:hover .date_post{color:#e9e9e9;}
		#sidebar ul.ul_recent .infos_post .date_post{ font-size:9px; text-transform:uppercase; clear:both; display:block; color:#bbb;}
	
	#google_map{
		height:300px;
	}
	/* 
	--------------------------------------- [ FLICKR in SIDEBAR in WIDGET ] */
	
	#sidebar .widget_sidebar .flickr_stream{ padding:10px 0 0 0;}
	#sidebar .widget_sidebar .flickr_stream a{
		margin:5px;
		float:left;
	}
	#sidebar .widget_sidebar .flickr_stream img{
		width:70px; height:70px;
		background:#333; padding:5px;
	}
	#sidebar .widget_sidebar .flickr_stream.small_thumb a{
		margin:2px;
		float:left;
	}
	#sidebar .widget_sidebar .flickr_stream.small_thumb img{
		width:53px; height:53px;
		background:#333; padding:5px;
	}
/* -------------------------------------------------------------------------------------- PORTFOLIOS */
	.float_left_title{
		float:left;
	}
	.filter_list{ display:block; float:right; height:30px; line-height:30px;}
	.filter_list li{ display:block; float:left; margin:5px 0 0 10px;}
	.filter_list li a{ color:#666; padding:1px 10px; font-size:11px; line-height:24px; float:left; text-transform:uppercase;}
	.filter_list li a.current{ 
		color:#e9e9e9 !important;
		background:#222;
			-moz-border-radius: 6px 6px 6px 6px;
			-webkit-border-radius: 6px 6px 6px 6px;
			-khtml-border-radius: 6px 6px 6px 6px;
			border-radius: 6px 6px 6px 6px;
	}
	.filter_list li a.current:hover{}
	

	/* 
	--------------------------------------- [ PORTFOLIOS : Items grid] */
	.shadow_img_portfolio{
		background: url(../images/shadow_widget_sidebar.png) no-repeat center bottom;
		padding:0 0 20px 0;
	}
	.shadow_img_portfolio .frame_item{
		background:#1c1c1c url(../images/sidebar_highlight.png) no-repeat right top;
		padding:9px;
		display:block;
		position:relative;
	}
	.shadow_img_portfolio .frame_item h4{
		color:#e3e3e3;
		background:url(../images/transparency_black.png);
		position:absolute;
		bottom:20px;
		left:0;
		padding:10px 10px 5px 20px;
		z-index:9000;
	}
	.shadow_img_portfolio .hover_bg{
		background:#1c1c1c url(../images/zoom_image.png) no-repeat 50% 50%;
	}
	.shadow_img_portfolio img{
		border-top:1px solid #000;
		border-right:1px solid #555;
		border-bottom:1px solid #555;
		border-left:1px solid #000;
	}

	/* 
	--------------------------------------- [ PORTFOLIO 1 : Big image + Details ] */
	.portfolio1 .portfolio_item{ margin:0 0 10px 10px;}
	.portfolio1 .title_page, .portfolio2 .title_page{
		padding:25px 10px 10px 10px;
		height:30px;
		clear:both;
	}
	.portfolio1 .details{
		position:relative;
		padding-bottom:30px;
		min-height:130px;
		margin:0 0 0 10px;
	}
	.portfolio1 .continue{
		position:absolute;
		bottom:0;
		left:10px;
		z-index:2000;
		padding:1px 6px;
		background:#1c1c1c;
	}
	.portfolio1 a.continue { color:#FFF !important;}
	.portfolio1 a.continue:hover {}


	/* 
	--------------------------------------- [ PORTFOLIO 2 : 1 on 2 cols ] */
	.portfolio2{}
	.portfolio2 .portfolio_item{
		display:block; float:left;
	}
	.portfolio2 h4{
		padding:10px 0; float:left;
	}
	
	.portfolio_item .zoom_plus{
		background: url(../images/zoom_plus.png) no-repeat 50% 50%;
		display:block; float:right;
		width:20px; height:20px;
		margin:0 0 0 5px;
	}
	
	.portfolio_item .one_on_four .zoom_plus{
		margin:0 0 0 0px;
	}
	/* 
	--------------------------------------- [ PORTFOLIO 4 : 1 on 4 cols ] */
	.portfolio_item .one_on_four .shadow_img_portfolio .frame_item h4{
		color:#e3e3e3;
		background:url(../images/transparency_black.png);
		position:absolute;
		bottom:10px;
		left:45%;
		padding:5px;
		z-index:9000;
	}
	/* 
	--------------------------------------- [ PORTFOLIO Single page ] */
	.single_folio_image img{ width:600px !important; height:inherit; }
/* -------------------------------------------------------------------------------------- DESIGN ELEMENTS */
.separator{
	background:url(../images/separator_dotted.png) repeat-x left 50%;
	display:block;
	height:1px;
	padding:20px 0;
}

.center{
	text-align:center;
}

.pressed{
		border-top:1px solid #000;
		border-right:1px solid #555;
		border-bottom:1px solid #555;
		border-left:1px solid #000;
}

/* -------------------------------------------------------------------------------------- SHORTCODES DESIGNS */

	.biglines{ font-size:12px !important; padding:8px 5px 5px 5px; line-height:21px !important;}

	pre, code{
		font-family:"Courier New", Courier, monospace;
		color:#444;
	}
	pre {
	font-size: 12px;
	padding: 0;
	margin: 10px 0 20px 0;
	background: url(../images/pre_bg.jpg) repeat left top; /*--Background of lined paper--*/
	border:1px solid;
	border-color:#ccc #e9e9e9 #e9e9e9 #ccc;
	line-height: 18px;
	width: 100%;
	overflow: auto; 
	overflow-Y: hidden;
	}
	pre code {
		margin: 0 0 0 20px;  /*--Left Margin--*/
		padding: 18px 0;
		display: block;
	}

	blockquote{
		font-size:13px; line-height:22px;
		color:#444;
		font-style:italic;
		padding:10px 20px;
		border:1px dotted #ccc; border-width:1px 0 1px 0;
		background:#e9e9e9;
	}
	blockquote .cite{
		display:block;
		clear:both;
		float:right;
		font-size:12px;
		color:#333;
	}
	

	/* 
	--------------------------------------- [ IMAGES FRAMED ] */
	.framed{
		border:1px solid #e9e9e9;
		background:#FFFFFF;
		padding:5px;
	}
	.framed_left{
		border:1px solid #e9e9e9;
		background:#FFFFFF;
		float:left;
		margin:0 20px 0 0;
		padding:5px;
	}
	.framed_right{
		border:1px solid #e9e9e9;
		background:#FFFFFF;
		float:right;
		margin:0 0 0 20px;
		padding:5px;
	}
	
	/* 
	--------------------------------------- [ LISTs ] */

.list_simple li{ background:none; padding:3px 0 3px 23px;}
.list_arrow li{ background:url(../images/arrow_sidebar.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_square li{ background:url(../images/icons/list_square.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type1 li{ background:url(../images/icons/user_business_boss.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type2 li{ background:url(../images/icons/user_black_female.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type3 li{ background:url(../images/icons/doc_music_playlist.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type4 li{ background:url(../images/icons/clock.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type5 li{ background:url(../images/icons/mobile_phone.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type6 li{ background:url(../images/icons/key.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type7 li{ background:url(../images/icons/medal_gold_1.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type8 li{ background:url(../images/icons/link.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type9 li{ background:url(../images/icons/money_euro.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type10 li{ background:url(../images/icons/money_dollar.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type11 li{ background:url(../images/icons/arrow_right.png) no-repeat left 50%; padding:3px 0 3px 23px;}
.list_type12 li{ background:url(../images/icons/tag_blue.png) no-repeat left 50%; padding:3px 0 3px 23px;}



	/* 
	--------------------------------------- [ BUTTONS ] */

a.nice_button{ display:block; float:left; color:#FFF !important; margin:0 5px;}
a.nice_button .linker{ background-position:left top;  display:block; float:left; padding:0 0 0 15px; height:39px; line-height:38px;}
a.nice_button .end{ background-position:right top !important;  display:block; float:left; width:15px; height:39px;}

a.nice_button.red .linker{background:url(../images/button_red.png) no-repeat;}
a.nice_button.red .end{background:url(../images/button_red.png) no-repeat;}

a.nice_button.blue .linker{background:url(../images/button_blue.png) no-repeat;}
a.nice_button.blue .end{background:url(../images/button_blue.png) no-repeat;}

a.nice_button.blue2 .linker{background:url(../images/button_blue2.png) no-repeat;}
a.nice_button.blue2 .end{background:url(../images/button_blue2.png) no-repeat;}

a.nice_button.green .linker{background:url(../images/button_green.png) no-repeat;}
a.nice_button.green .end{background:url(../images/button_green.png) no-repeat;}


a.nice_button.pink .linker{background:url(../images/button_pink.png) no-repeat;}
a.nice_button.pink .end{background:url(../images/button_pink.png) no-repeat;}

a.nice_button.orange .linker{background:url(../images/button_orange.png) no-repeat;}
a.nice_button.orange .end{background:url(../images/button_orange.png) no-repeat;}

a.nice_button.orange2 .linker{background:url(../images/button_orange2.png) no-repeat;}
a.nice_button.orange2 .end{background:url(../images/button_orange2.png) no-repeat;}

a.nice_button.yellow .linker{ color:#000 !important; background:url(../images/button_yellow.png) no-repeat;}
a.nice_button.yellow .end{background:url(../images/button_yellow.png) no-repeat;}

a.nice_button.black .linker{background:url(../images/button_black.png) no-repeat;}
a.nice_button.black .end{background:url(../images/button_black.png) no-repeat;}

a.nice_button.brown .linker{background:url(../images/button_brown.png) no-repeat;}
a.nice_button.brown .end{background:url(../images/button_brown.png) no-repeat;}

a.nice_button.grey .linker{ color:#000 !important; background:url(../images/button_grey.png) no-repeat;}
a.nice_button.grey .end{background:url(../images/button_grey.png) no-repeat;}

a:hover.nice_button .linker{ background-position:left -39px;}
a:hover.nice_button .end{ background-position:right -39px !important;}

a:active.nice_button .linker{ background-position:left bottom;}
a:active.nice_button .end{ background-position:right bottom !important;}


	/* 
	--------------------------------------- [ FLICKR EVERYWHERE ] */
	
	.flickr_everywhere{ padding:10px 0 0 0;}
	.flickr_everywhere a{
		margin:2px;
		float:left;
	}
	.flickr_everywhere img{
		width:80px; height:80px;
		background:#e9e9e9;
		border:1px solid #ccc;
		padding:5px;
	}
	/* 
	--------------------------------------- [ AUTHOR INFOS ] */
	#author-info{
		background:#fafafa;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		margin:5px 0 0 0; padding:10px;
	}
	#author-image{ width:100px; display:block; float:left;}
	#author-image img{
	background:#e9e9e9;
	border:1px solid #ccc;
	padding:5px;}
	#author-bio{ width:440px; display:block; float:left; padding:0 0 0 10px;}

	/* 
	--------------------------------------- [ NOTIFICATIONS ] */

.notice_infos, .notice_success, .notice_help, .notice_email, .notice_warning, .notice_error, .notice_validation{
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 75px;
  position:relative;
}
.notice_infos p, .notice_success p, .notice_help p, .notice_email p, .notice_warning p, .notice_error p{padding:0 0 5px 0;}

.notice_infos .title_noti, .notice_success .title_noti, .notice_help .title_noti, .notice_email .title_noti, .notice_warning .title_noti, .notice_error .title_noti{ text-transform:uppercase; font-size:16px; font-weight:bold;}

.notice_infos {
  color: #FFF;
  background:#006c98 url(../images/notice_blue.png) repeat-x;
  border-color:#006c98;
}
.notice_infos .title_noti{ color:#006c98;}

.notice_success {
  color: #FFF;
  background:#328b00 url(../images/notice_green.png) repeat-x;
  border-color:#328b00;
}
.notice_success .title_noti{ color:#2d7c01;}

.notice_error {
  color: #FFF;
  background:#8b0000 url(../images/notice_red.png) repeat-x;
  border-color:#8b0000;
}
.notice_error .title_noti{ color:#ffd4d4;}

.notice_help {
  color: #546e7a;
  background:#a4c0cd url(../images/notice_grey.png) repeat-x;
  border-color:#a4c0cd;
}
.notice_help .title_noti{ color:#546e7a;}

.notice_warning {
  color: #FFF;
  background:#c99700 url(../images/notice_orange.png) repeat-x;
  border-color:#c99700;
}
.notice_warning .title_noti{ color:#7c5d00;}

.notice_email {
  color: #333;
  background:#d2d2d2 url(../images/notice_white.png) repeat-x;
  border-color:#d2d2d2;
}
.notice_email .title_noti{ color:#333333;}

.notice_icon{
	position:absolute;
	top:15px;
	left:15px;
	width:48px; height:48px;
}
.notice_infos .notice_icon{ background:url(../images/icons/info_48.png) no-repeat; }
.notice_help .notice_icon{ background:url(../images/icons/help_48.png) no-repeat; }
.notice_success .notice_icon{ background:url(../images/icons/tick_48.png) no-repeat; }
.notice_error .notice_icon{ background:url(../images/icons/block_48.png) no-repeat; }
.notice_warning .notice_icon{ background:url(../images/icons/warning_48.png) no-repeat; }
.notice_email .notice_icon{ background:url(../images/icons/letter_48.png) no-repeat; }




/* -------------------------------------------------------------------------------------- WORDPRESS CLASS STANDARD */

.wp-caption{}
.wp-caption-text{}
.gallery-caption{}
.alignright{ text-align:right;}
.alignleft{ text-align:left;}
.aligncenter{ text-align:center;}
.sticky{}
.bypostauthor{}

	/* 
	--------------------------------------- [ TABS ] */
.tabs {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	list-style: none;
	height: 31px; /*--Set height of tabs--*/
	border-left: 1px solid #333;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	
	cursor:pointer;
	border-left: none;
	border-bottom: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	outline: none;
	background: #333;
	border-bottom: 1px solid #333;
	color:#e9e9e9;
}
ul.tabs li a:hover {
	color:#FFF;
	border-bottom: 1px solid #333 !important;
}
a.selected  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #555 !important;
	color:#FFF !important;
	border-bottom: 1px solid #181818;
	height: 32px !important;
}

ul.tabs li a:hover {
	background: #333;
	color:#FFF !important;
	border-bottom: 1px solid #181818;
}
.panes {
	border: 1px solid #ccc;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #e9e9e9;
}
.tab-content{
	padding: 20px;
	display:none;
}
#tab_1.tab-content{
	padding: 20px;
	display:block;
}

	/* 
	--------------------------------------- [ SLIDER ] */
.main_view {
	position: relative;
		background:#1c1c1c url(../images/sidebar_highlight.png) no-repeat right top;
		padding:9px;
}
.window {
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: 10px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 20px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	background:#222;
}
.paging a.active {
	font-weight: bold; 
	background: #333;
	color:#FFF !important;
}
.paging a:hover {font-weight: bold;}

	/* 
	--------------------------------------- [ ACCORDION ] */
    
.accordion .over {
    background: #222 !important;
	color:#FFF !important;
    }
	.accordion .on {
    background: #333 !important;
	color:#FFF !important;
    }
.accordion .accordionButton {
    background: #181818;
    border-bottom: 1px solid #000;
    border-top: 1px solid #222;
    cursor: pointer;
	padding:5px 10px;
	color:#e9e9e9 !important;
    }
    
.accordion .accordionContent {
    background: #e9e9e9;
	padding:5px 10px;
    }