/* Reset CSS of Eric Meyer and Devilcantburn */

*{
	margin:0;
	padding:0;
	outline:0;
}

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	margin:0;
	padding:0;
	border:0;
	white-space:normal;

}

p{ margin-bottom:20px;}


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

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

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

.inv{ display:none; }

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

body{
	background:#FFFFFF;
	color:#5b5b5b;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height:22px;
	font-weight:normal;
	margin:0; padding:0px 0;
}
.custom{ background:#FFFFFF url(../images/top-band.png) top repeat-x;}
.pixelated{ background:#000 url(../images/bg_pixelated.png) repeat 50% top !important;}
.vintage{ background:#000 url(../images/bg_vintage.jpg) repeat 50% top !important;}
.vintage2{ background:#000 url(../images/bg_vintage2.jpg) repeat 50% top !important;}
.cross{ background:#000 url(../images/bg_cross.jpg) repeat 50% top !important;}
.dotted{ background:#000 url(../images/bg_dotted.png) repeat 50% top !important;}
.wood1{ background:#000 url(../images/bg_wood1.jpg) fixed repeat 50% top !important;}
.wood2{ background:#000 url(../images/bg_wood2.jpg) fixed repeat 50% top !important;}
.wood3{ background:#000 url(../images/bg_wood3.jpg) fixed repeat 50% top !important;}
.lined{ background:#000 url(../images/bg_lined.jpg) fixed repeat 50% top !important;}

body.lucida{ font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif !important; }
body.georgia{ font-family:Georgia, "Times New Roman", Times, serif !important; }
body.times{ font-family:"Times New Roman", Times, Georgia, serif !important; }
body.arial{ font-family:Arial, Helvetica, sans-serif !important; }
body.geneva{ font-family:Geneva, Tahoma, sans-serif !important; }
body.tahoma{ font-family:Tahoma, Geneva, sans-serif !important; }

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

h1, h2, h3, h4, h5, h6{ font-family:'Helvetica', Helvetica, 'Myriad Pro', 'Myriad Pro Bold', Arial, Sans-serif; color:#181818; line-height:normal; }

	h1{	font-size:60px; }
	h2{	font-size:48px; margin-bottom:15px; }
	h3{	font-size:36px; }
	h4{	font-size:18px; margin-bottom:5px; }
	h5{	font-size:14px; }
	h6{	font-size:13px; }
	
.underlined{ padding-bottom:4px; margin-bottom:10px; border-bottom:1px solid #999;}

	.bebas h1{	font-size:72px; }
	.bebas h2{	font-size:60px; margin-bottom:15px; }
	.bebas h3{	font-size:48px; }
	.bebas h4{	font-size:24px; margin-bottom:5px; }
	.bebas h5{	font-size:18px; }
	.bebas h6{	font-size:16px; }
	.bebas #main-menu .cufon{
		font-size:24px;
		text-transform:uppercase;
	}
	
	.rub{ 
		position:relative;
		height:50px;
	}
	.rub h2{
		position:absolute;
		top:20px;
		left:-14px;
		background:url(../images/return_14_left.png) no-repeat left bottom;
		color:#fff;
		font-size:24px;
		padding:0 0 9px 0;
		z-index:8;
	}
	.rub h2 span{
		background:#999 url(../images/sidebar_h4_highlight.png) no-repeat right top;
		padding:5px 15px;
		text-transform:uppercase;
	}
/* -------------------------------------------------------------------------------------- TOP BAR */

#top_bar{ background:#000; border-top:1px solid #999; color:#FFF; height:30px;line-height:30px; text-transform:uppercase; font-size:10px; z-index:50000; position:relative;}
	
	/* 
	--------------------------------------- [ SLOGAN TOP ] */
	.slogan_top{ display:block; float:left; width:430px; padding:0 0 0 20px;}
	.slogan_top strong{color:#f2f2f2;}
	
	/* 
	--------------------------------------- [ TOP MENU ] */
	#top_bar #top_menu{
		padding:0 0 0 20px;
		display:block; float:left; width:490px;
		height:30px; line-height:28px;
		z-index:10000;
		text-align:right;
	}
	#top_bar #top_menu li{
		display:inline-block;
		position:relative;
		text-transform:uppercase;
		letter-spacing:1px;
		margin-right:15px;
		text-align:left;
		height:32px; line-height:30px;
	}
	#top_bar #top_menu li a{ color:#f2f2f2;}
	#top_bar #top_menu li a:hover{}

	/* 
	--------------------------------------- [ TOP MENU - Sub menu ] */
	#top_menu .sub-menu{
		display:none;
		position:absolute;
		top:30px;
		left:50%;
		margin-left:-90px;
		background:#000;
		z-index:55000;
		width:180px;
			-moz-border-radius: 0 0 4px 4px;
			-webkit-border-radius: 0 0 4px 4px;
			-khtml-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
	}
	#top_menu .sub-menu li{
		text-transform:lowercase !important;
		text-transform:capitalize !important;
		width:180px;
		clear:both;
		height:15px;
		line-height:18px;
		margin:0;
	}
	#top_menu li ul li a{
		padding:0px 10px;
		display:block;
	}
	#top_menu li ul li a span{ display:block;}
/* -------------------------------------------------------------------------------------- HEADER */

#header{ position:relative; }
#header .content{
		background:#FFF url(../images/separator_line.png) repeat-x left bottom;
		margin:0 auto;
		width:960px; height:150px;
		position:relative;
		z-index:9000;
	}
	
/* ---------------------------------------------------------------------------------------New Header */

#header2 {
	background: none;
	width: 960px;
	height: 95px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.headerleft2 {
	width: 290px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}	
.headerleft2 a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
.headerright2 {
	width: 650px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.headerright2 a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
/************************************************
*	Navbar      								*
************************************************/

#navbar2 {
	background: #000000;
	width: 680px;
	height: 24px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 45px 0px 0px 0px;
	padding: 0px;
	}
	
#navbarleft2 {
	width: 680px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#navbarright2 {
	width: 280px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	}
	
#nav2 {
	margin: 0px;
	padding: 0 0 2px 125px;
	}
	
#nav2 ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav2 li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav2 li a, #nav2 li a:link, #nav2 li a:visited {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    	margin: 0px;
	padding: 2px 15px 0;
	}

#nav2 li a:hover, #nav2 li a:active {
	background: none;
	color: #cdcdcd;
    margin: 0px;
	padding: 2px 15px 0;
	text-decoration: none;
	}
	
#nav2 li li a, #nav2 li li a:link, #nav2 li li a:visited {
	background: #000000;
	width: 150px;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#nav2 li li a:hover, #nav2 li li a:active {
	background: #cdcdcd;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav2 li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav2 li li { 
	}

#nav2 li ul a { 
	width: 140px;
	}

#nav2 li ul a:hover, #nav li ul a:active { 
	}

#nav2 li ul ul {
	margin: -32px 0 0 171px;
	}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
	}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav2 li:hover, #nav2 li.sfhover { 
	position: static;
	}
	


/* --------------------------------------- [ TOP LOGO ] */
	#top_logo{
		float:left;
		width:960px; height:1px;
	}
	#top_logo a{
		display:block;
		position:absolute;
		top:25px;
		left:10px;
		z-index:20000;
	}

	/* 
	--------------------------------------- [ TOP MENU ] */
	#main-menu{
		width:660px;
		padding:35px 0 0 300px;
		position:relative;
	}
	#main-menu ul li{
		background:url(../images/dotted_vertical.png) repeat-y;
		display:block; float:left;
		margin:0 30px 0 0; padding:0 0 0 20px;
		text-align:left;
	}
	#main-menu ul li:last{margin:0 0 0 0;}
	#main-menu ul li .subline{
		color:#666666;
		clear:both;
		display:block;
		line-height:normal;
		font-style:italic;
	}
	
	#main-menu ul li a{
		color:#000;
		padding:3px 0 6px 0;
		display:block;
	}
	#main-menu .cufon{
		font-size:14px;
		text-transform:uppercase;
	}
			/* Sub-Sub-Navigation ------------------------------- */
		#main-menu ul ul{
			position:absolute;
			top:75px;
			left:300px;
			width:660px;
		}
		#main-menu ul ul li{
			position:relative;
			background:none;
			margin:0; padding:0;
		}
		#main-menu ul ul li a{
			height:30px; line-height:30px;
			margin-right:20px;
			font-size:14px;
			font-style:italic;
			color:#999;
		}
			/* Sub-Sub-Navigation ------------------------------- */
		#main-menu ul ul ul{
			background:#111;
			display:none;
			padding:5px;
			font-size:11px;
			width:180px;
			position:absolute;
			top:39px;
			left:-10px;
			z-index:10000;
			-moz-border-radius: 0 0 4px 4px;
			-webkit-border-radius: 0 0 4px 4px;
			-khtml-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
		}
		#main-menu ul ul ul li{ padding:0; margin:0; line-height:inherit;
			width:180px;}
		#main-menu ul ul ul a{
			display:block !important;
			border-bottom:1px solid #202020 !important;
			color:#999;
			padding:3px 6px;
			margin:0;
			font-size:12px;
		}
		#main-menu ul ul ul a:hover{
			background:#181818 !important;
			padding:3px 6px;
		}
		
		
#main-menu ul li .hover .subline{color:#999;}
#main-menu ul li li .active{color:#999;}
	
	/* 
	--------------------------------------- [ LOGO POSITIONS : logo_right ] */
	.logo_right #top_logo{
		float:right;
	}
	.logo_right #top_logo a{
		left:680px !important;
		display:block;
		width:280px;
	}
	.logo_right #main-menu{
		padding:35px 0 0 20px;
	}
	.logo_right #main-menu ul li{
		background:url(../images/dotted_vertical.png) repeat-y right top;
		margin:0 30px 0 0; padding:0 20px 0 0;
	}
	.logo_right #main-menu ul li li{background:none; margin:0; padding:0;}
	.logo_right #main-menu ul ul{left:20px;}
	.logo_right #main-menu ul ul ul{left:0px;}
	
/* -------------------------------------------------------------------------------------- SLIDER */
	
	/* 
	--------------------------------------- [ NIVO SLIDER ] */
	#nivo{
		position:relative;
		clear:both;
		margin:0 0 20px 0;
		padding:0 0 20px 20px;
		width:700px; height:350px;
	}
	#nivo .nivoSlider{
		width:700px;height:350px;
	}
	/* Direction nav styles (e.g. Next & Prev) */
	.nivo-directionNav a {
		position:absolute;
		top:50%;
		z-index:9;
		cursor:pointer;
		width:19px; height:40px;
		margin-top:-15px;
		display:block;
		text-indent:-9999px;
	}
	.nivo-prevNav {
		background:url(../images/nivo_slider-previous.png);
		left:0px;
	}
	.nivo-nextNav {
		background:url(../images/nivo_slider-next.png);
		right:0px;
	}
	.nivo-controlNav {
	position:absolute;
	right:5px;
	bottom:-25px;
	}
	.nivo-controlNav a {
		display:block;
		width:16px;
		height:16px;
		background:url(../images/bullets.png) no-repeat;
		background-position: 0 0;
		text-indent:-9999px;
		border:0;
		margin-right:3px;
		float:left;
	}
	.nivo-controlNav a.active {
		background-position:0 -22px;
	}
	.nivo-caption {
	font-size:14px;
	position:absolute;
	left:-34px;
	top:20px;
	background:url(../images/return_14_left.png) no-repeat left bottom;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	padding:0 0 4px 0;
	z-index:8;
	}
	.nivo-caption p {
		background:#999 url(../images/sidebar_h4_highlight.png) no-repeat right top;
		padding:5px 15px;
		text-transform:uppercase;
		margin:0;
	}

	
/* -------------------------------------------------------------------------------------- WRAP */
.wrap{
	margin:0 auto;
	width:960px;
	position:relative;
}
	
/* -------------------------------------------------------------------------------------- MAIN */
#main{
}
	#main .content{
			background:#FFF;
			margin:0 auto; padding:20px 0 0 0;
			width:960px;
		}
	
	#main .the_content{
		display:block;
		float:left;
		padding:0;
		width:720px;
	}
	#main .the_content_of_post h3{
		margin-left:0;
	}
	
	#main .sb_left{
		float:right;
	}

	
/* -------------------------------------------------------------------------------------- SIDEBAR */
#sidebar{
	background:url(../images/sidebar.png) repeat-y left top;
	display:block;
	float:left;
	width:224px;
	margin-left:16px;
	font-size:11px;
}
	.sidebar_right{
		background:url(../images/sidebar_right.png) no-repeat left top;
	}
	.sidebar_left{
		background:url(../images/sidebar_left.png) no-repeat right top;
		padding-left:0px !important;
		padding-right:20px;
	}

#sidebar h4{
	display:block;
	font-size:14px;
	background:url(../images/sidebar_h4_shadow.png) no-repeat left bottom;
	padding:0 0 6px 0;
}
#sidebar h4 span{
	background:#000 url(../images/sidebar_h4_highlight.png) no-repeat right top;
	border-left:4px solid #999;
	display:block;
	color:#FFF;
	padding:6px 0 6px 16px;
}
#sidebar p{
	padding:0 20px 0 24px !important;
}

#sidebar ul{
	display:block;
	padding:10px 20px 20px 22px;
}
#sidebar ul li{
	background:url(../images/icons/sidebar_list_point.png) no-repeat left 50%;
	border-bottom:1px dotted #999;
	padding-left:20px;
}
#sidebar ul li a{
	padding:2px 0;
	display:block;
	color: #181818;
}

#sidebar .fader{ background:url(../images/fader.png) no-repeat left top;
width:224px; height:53px;
display:block;
}
#sidebar .fader_top{ background:url(../images/fader_top.png) no-repeat left top;
width:224px; height:53px;
display:block;
}
	/* 
	--------------------------------------- [ LIST IN 2 COLUMNS ] */
#sidebar ul.ul_columns{
	clear:both;
	height:100%;
	overflow:hidden;
}
	#sidebar ul.ul_columns li{
		margin:0; padding:0;
	}
	#sidebar ul.ul_columns li.first{
		margin-top: 0;
		padding: 0;
		background: none;
	}
		#sidebar ul.ul_columns li a{
			display: block;
			padding: 7px 0 7px 40px;
			background: url(../images/grey_small_arrow.png) no-repeat 0 0;
		}

	/* 
	--------------------------------------- [ SEARCH ENGINE ] */
	#search{
		display:block;
		width:180px; height:59px;
		margin-left:24px;
		background:url(../images/search_field.png) no-repeat;
	}
	#search .field { float: left; display: inline; height: 39px; width: 139px; }
	#search .field input { border:none; background:none transparent; font-size: 11px; margin: 8px 0 0 4px; padding:4px; width: 135px;}
	#search .button { float: left; display: inline; height: 39px; width: 41px; cursor: pointer; border: 0; background:url(../images/search_button.png) no-repeat 50% 50%; }
	#search .button:hover { }
	
	/* 
	--------------------------------------- [ LIST RECENT POST WITH THUMB ] */
#sidebar ul.ul_recent{
	width: 180px;
}
	#sidebar ul.ul_recent li{
		width: 180px;
		margin:0; padding:4px 0;
		line-height:20px;
		position:relative;
	}
	#sidebar ul.ul_recent li.first{
		margin-top: 0;
		padding: 0;
		background: none;
	}
		#sidebar ul.ul_recent li a{display:block; padding-left:20px;}
		#sidebar ul.ul_recent .thumb{
			display:none;
			width: 60px; height:60px;
			background:#181818;
			padding:5px; margin-top:-25px;
			position:absolute;
			top:0;
			left:-87px;
			z-index:9000;
		}
		#sidebar ul.ul_recent .thumb img{
			width:60px; height:60px;
		}
		#sidebar ul.ul_recent .infos_post{
			display:block;
			width:180px;
			margin:0;
			font-weight:bold;
			text-align:center;
		}
		#sidebar ul.ul_recent li a:hover .small_infos{color:#999;}
		#sidebar ul.ul_recent .infos_post .small_infos{ font-size:9px; text-transform:uppercase; clear:both; display:block; color:#333;}

	/* 
	--------------------------------------- [ SOCIAL NETWORKS ] */
	.facebook{ background:url(../images/icons/social_icon_facebook.png) no-repeat left 50% !important;}
	.twitter{ background:url(../images/icons/social_icon_twitter.png) no-repeat left 50% !important;}
	.vimeo{ background:url(../images/icons/social_icon_vimeo.png) no-repeat left 50% !important;}
	.linkedin{ background:url(../images/icons/social_icon_linkedin.png) no-repeat left 50% !important;}
	.youtube{ background:url(../images/icons/social_icon_youtube.png) no-repeat left 50% !important;}
	.skype{ background:url(../images/icons/social_icon_skype.png) no-repeat left 50% !important;}
	.dribbble{ background:url(../images/icons/social_icon_dribbble.png) no-repeat left 50% !important;}
	.deviantart{ background:url(../images/icons/social_icon_deviantart.png) no-repeat left 50% !important;}
	/* 
	--------------------------------------- [ FLICKR in SIDEBAR in WIDGET ] */
	
	#sidebar .flickr_stream{ padding:15px 20px 0px 4px;}
	#sidebar .flickr_stream a{
		margin:0 0 20px 20px;
		width:80px; height:80px;
		float:left; display:block;
	}
	#sidebar .flickr_stream img{
		width:80px; height:80px;
	}
	#sidebar .flickr_stream.small_thumb a{
		margin:2px;
		float:left;
	}
	#sidebar .flickr_stream.small_thumb img{
		width:53px; height:53px;
			border:1px solid #000;
	}
	/* 
	--------------------------------------- [ TESTIMONIALS ] */
	ul#testimonials {
		display:block;
		margin: 0;
		padding: 15px 20px 20px 24px;
		width:180px;
	}
	 
	ul#testimonials li {
		background:none;
		border:none;
		margin: 0;
		padding: 0;
		list-style: none;
		font-size:13px;
		width:180px;
	}
	 
	ul#testimonials li span.author {
		font-style: italic;
		clear:both;
		display:block;
		text-align:right;
		border-top:1px dotted #999;
		padding:3px 0 0 0;
		font-size:11px;
	}
/* -------------------------------------------------------------------------------------- GO TOP */
#go_top{
	display:block;
	width:21px; height:40px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:480px;
	z-index:2;
}
#go_top a{
	background:url(../images/go_top.png);
	width:21px; height:40px;
	display:block;
}
	
/* -------------------------------------------------------------------------------------- FOOTER */
#footer{
	background:url(../images/bottom_shadow_site.png) no-repeat center bottom;
	padding:0 0 34px 0;
}
#footer .content{
		background:#000;
		color:#e2e2e2;
		margin:0 auto; padding:10px 0;
		width:960px;
		position:relative;
	}

	/* 
	--------------------------------------- [ LEFT PART ] */
	.logo_infos{
		display:block; float:left;
		width:450px;
		line-height:18px;
		padding:0 0 0 20px;
		font-style:italic;
	}
	.logo_infos p{
		margin:0;
	}

	/* 
	--------------------------------------- [ Design line ] */
	.spikes{
		background:url(../images/spike_footer.png);
		width:100%; height:7px;
		display:block;
		position:absolute;
		top:-7px;
		left:0;
	}
	/* 
	--------------------------------------- [ BOTTOM MENU ] */
	#footer .bottom_menu{
		padding:0 20px 0 0;
		float:left;
		height:35px; line-height:35px;
		z-index:10000;
		width:470px;
		text-align:right;
	}
	#footer .bottom_menu li{
		display:inline;
		position:relative;
		font-size:9px;
		text-transform:uppercase;
		letter-spacing:1px;
		margin-right:15px;
	}
	#footer .bottom_menu li a{ color:#f2f2f2;}
	#footer .bottom_menu li a:hover{}

	
/* -------------------------------------------------------------------------------------- COLUMNS */
.the_content .one_one{
	display:block;
	width:700px;
	margin:0 0 0 20px;
}
.the_content .one_three{
	display:block; float:left;
	width:220px;
	margin:0 0 0 20px;
}
.the_content .two_three{
	display:block; float:left;
	width:460px;
	margin:0 0 0 20px;
}
.the_content .two_two{
	display:block; float:left;
	width:340px;
	margin:0 0 0 20px;
}
.the_content .one_four{
	display:block; float:left;
	width:160px;
	margin:0 0 0 20px;
}
.the_content .three_four{
	display:block; float:left;
	width:520px;
	margin:0 0 0 20px;
}
.the_content .one_five{
	display:block; float:left;
	width:124px;
	margin:0 0 0 20px;
}
.the_content .two_five{
	display:block; float:left;
	width:266px;
	margin:0 0 0 20px;
}
.the_content .three_five{
	display:block; float:left;
	width:412px;
	margin:0 0 0 22px;
}
.the_content .four_five{
	display:block; float:left;
	width:556px;
	margin:0 0 0 20px;
}

/* IN THE BLOG POST COLUMNS */
.the_content_of_post .one_one{
	display:block;
	width:700px;
	margin:0;
}
.the_content_of_post .one_three{
	display:block; float:left;
	width:213px;
	margin:0 10px;
}
.the_content_of_post .two_three{
	display:block; float:left;
	width:460px;
	margin:0 0 0 20px;
}
.the_content_of_post .two_two{
	display:block; float:left;
	width:330px;
	margin:0 10px;
}
.the_content_of_post .one_four{
	display:block; float:left;
	width:155px;
	margin:0 10px;
}
.the_content_of_post .three_four{
	display:block; float:left;
	width:520px;
	margin:0 10px;
}
.the_content_of_post .one_five{
	display:block; float:left;
	width:120px;
	margin:0 10px;
}
.the_content_of_post .two_five{
	display:block; float:left;
	width:260px;
	margin:0 10px;
}
.the_content_of_post .three_five{
	display:block; float:left;
	width:400px;
	margin:0 10px;
}
.the_content_of_post .four_five{
	display:block; float:left;
	width:540px;
	margin:0 10px;
}
/* FULLWIDTH COLUMNS */
.one_one{
	display:block;
	width:920px;
	margin:0 20px;
}
.one_three{
	display:block; float:left;
	width:280px;
	margin:0 20px;
}
.two_three{
	display:block; float:left;
	width:600px;
	margin:0 20px;
}
.two_two{
	display:block; float:left;
	width:440px;
	margin:0 20px;
}
.one_four{
	display:block; float:left;
	width:215px;
	margin:0 0 0 20px;
}
.three_four{
	display:block; float:left;
	width:700px;
	margin:0 0 0 20px;
}
.one_five{
	display:block; float:left;
	width:152px;
	margin:0 20px;
}
.two_five{
	display:block; float:left;
	width:344px;
	margin:0 20px;
}
.three_five{
	display:block; float:left;
	width:535px;
	margin:0 20px 0 21px;
}
.four_five{
	display:block; float:left;
	width:728px;
	margin:0 20px;
}

	
/* -------------------------------------------------------------------------------------- SHADOWS */
.shadow_type1 .shadow_120{
	background:#FFF url(../images/shadow_120_type_1.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type1 .shadow_200{
	background:#FFF url(../images/shadow_200_type_1.png) no-repeat center bottom;
	padding:0 0 18px 0;
}
.shadow_type1 .shadow_240{
	background:#FFF url(../images/shadow_240_type_1.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type1 .shadow_340{
	background:#FFF url(../images/shadow_340_type_1.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type1 .shadow_280{
	background:#FFF url(../images/shadow_280_type_1.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type1 .shadow_440{
	background:#FFF url(../images/shadow_440_type_1.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type1 .shadow_700{
	background:#FFF url(../images/shadow_700_type_1.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type1 .shadow_920{
	background:#FFF url(../images/shadow_920_type_1.png) no-repeat center bottom;
	padding:0 0 20px 0;
}


.shadow_type2 .shadow_120{
	background:#FFF url(../images/shadow_120_type_2.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type2 .shadow_200{
	background:#FFF url(../images/shadow_200_type_2.png) no-repeat center bottom;
	padding:0 0 18px 0;
}
.shadow_type2 .shadow_240{
	background:#FFF url(../images/shadow_240_type_2.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type2 .shadow_340{
	background:#FFF url(../images/shadow_340_type_2.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type2 .shadow_280{
	background:#FFF url(../images/shadow_280_type_2.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type2 .shadow_440{
	background:#FFF url(../images/shadow_440_type_2.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type2 .shadow_700{
	background:#FFF url(../images/shadow_700_type_2.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type2 .shadow_920{
	background:#FFF url(../images/shadow_920_type_2.png) no-repeat center bottom;
	padding:0 0 20px 0;
}


.shadow_type3 .shadow_120{
	background:#FFF url(../images/shadow_120_type_3.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type3 .shadow_200{
	background:#FFF url(../images/shadow_200_type_3.png) no-repeat center bottom;
	padding:0 0 18px 0;
}
.shadow_type3 .shadow_240{
	background:#FFF url(../images/shadow_240_type_3.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type3 .shadow_340{
	background:#FFF url(../images/shadow_340_type_3.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type3 .shadow_280{
	background:#FFF url(../images/shadow_280_type_3.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type3 .shadow_440{
	background:#FFF url(../images/shadow_440_type_3.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type3 .shadow_700{
	background:#FFF url(../images/shadow_700_type_3.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
.shadow_type3 .shadow_920{
	background:#FFF url(../images/shadow_920_type_3.png) no-repeat center bottom;
	padding:0 0 20px 0;
}

	
/* -------------------------------------------------------------------------------------- HOVER STATE */
	#main .hover{ background:#010101 !important;}
	
	.continue_button{
		float:right;
		padding:1px 2px;
		border-bottom:1px dotted #999;
	}
	 
/* -------------------------------------------------------------------------------------- ZOOM ICONS */
.link_img{ background:url(../images/zoom_image_icon.png) no-repeat 50% 50%; display:block;}
.link_vid{ background:url(../images/zoom_video_icon.png) no-repeat 50% 50%; display:block;}
.link_doc{ background:url(../images/zoom_doc_icon.png) no-repeat 50% 50%; display:block;}
.link_blog{ background:url(../images/zoom_doc_icon.png) no-repeat 50% 50%; display:block;}
.link_details{ background:url(../images/zoom_detail.png) no-repeat 50% 50%; display:block;}


/* -------------------------------------------------------------------------------------- ITEM SLIDER */
#item_slider{
	padding:0 0 20px 0;
	position:relative;
	height:180px;
}
#item_slider .right_scroll{
	position:absolute;
	background:url(../images/sidebar_slider_arrows.png) no-repeat left 50%;
	right:34px;
	top:22px;
	z-index:9;
	cursor:pointer;
	width:7px; height:14px;
	margin-top:-15px;
	display:block;
	text-indent:-9999px;
}

#item_slider .left_scroll{
	position:absolute;
	background:url(../images/sidebar_slider_arrows.png) no-repeat right 50%;
	right:20px;
	top:22px;
	z-index:9;
	cursor:pointer;
	width:7px; height:14px;
	margin-top:-15px;
	display:block;
	text-indent:-9999px;
}

#item_slider li{
	border:none;
}
#item_slider .item{
	width:180px;
	display:block; float:left;
	position:relative;
	overflow:hidden;
}


.carousel_inner {  
	float:left; 
	width:180px;
	margin:0 0 0 24px;
	overflow: hidden; 
	position:relative;
}  
  
.carousel_ul {  
	position:relative;  
	left:-244px;
	width:9999px;
}  
  
.carousel_ul li{
	background:none !important;
	border:none !important;
	padding:0;
	float: left;
	width:180px;
} 

	
/* -------------------------------------------------------------------------------------- NOTIFICATION BLOCKS */
	.info, .success, .warning, .error, .validation {
	  border: 1px solid;
	  margin: 10px 0px;
	  padding:15px 10px 15px 50px;
	}
	.info {
	  color: #00529B;
	  background:#BDE5F8 url(../images/icons/page-star-24.png) no-repeat 10px 50%;
	}
	.success {
	  color: #4F8A10;
	  background:#DFF2BF url(../images/icons/badge-circle-check-24.png) no-repeat 10px 50%;
	}
	.warning {
	  color: #9F6000;
	  background: #FEEFB3 url(../images/icons/warning-24.png) no-repeat 10px 50%;
	}
	.error {
	  color: #D8000C;
	  background:#FFBABA url(../images/icons/badge-circle-minus-24.png) no-repeat 10px 50%;
	}
	
	/* 
	--------------------------------------- [ TAGS LIST ] */
	.tags_list{
		background:#f9f9f9;
		border:#e2e2e2;
		padding:10px;
	}
	
	/* 
	--------------------------------------- [ RELATED POSTS ] */
	.related_post{
		padding:5px;
		background:#181818;
		color:#FFF !important;
		display:block; float:left;
		margin-right:10px;
		text-align:center;
		width:180px;
	}
	.related_post img{
		padding-bottom:10px;
	}
	.related_post h6, .related_post a{
		color:#FFF !important;
	}
	/* 
	--------------------------------------- [ HIGHLIGHTED TEXT ] */
	.highlight_yellow {
		background:#FC0; color:#000;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		text-shadow: none;
		padding: 3px;
		margin: 0px 4px 0px 2px;
	}
	.highlight_blue {
		background:#BDE5F8; color:#00529B;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		text-shadow: none;
		padding: 3px;
		margin: 0px 4px 0px 2px;
	}
	.highlight_pink {
		background:#F06; color:#FFF;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		text-shadow: none;
		padding: 3px;
		margin: 0px 4px 0px 2px;
	}
	/* 
	--------------------------------------- [ LIST TYPES ] */
	ul.square{
		margin-bottom: 20px;
	}
	ul.square li {
		list-style-type: square;
		list-style-position: inherit;
		padding-left: 20px;
		margin-left: 20px;
	}
	ul.circle{
		margin-bottom: 20px;
	}
	ul.circle li {
		list-style-type: circle;
		list-style-position: inherit;
		padding-left: 20px;
		margin-left: 20px;
	}
	ul.numbered{
		margin-bottom: 20px;
	}
	ul.numbered li {
		list-style-type: decimal;
		list-style-position: inherit;
		padding-left: 17px;
		margin-left: 23px;
	}
	
	/* 
	--------------------------------------- [ IMAGE ALIGN ] */
	.img_left{
		float:left;
		margin:4px 15px 0 0;
	}
	.img_right{
		float:right;
		margin:4px 0 0 15px;
	}
	
	/* 
	--------------------------------------- [ DROPCAP ] */
	.dropcap{
		float:left;
		font-size:40px;
		line-height:0px;
		margin:5px 0px 0 0; padding:18px 5px 5px 5px;
		font-weight:bold;
	}
	.dropcap2{
		float:left;
		font-size:36px;
		line-height:0px;
		margin:0 5px 0 0; padding:20px 5px 5px 5px;
		font-weight:bold;
	}
	
	/* 
	--------------------------------------- [ PULL QUOTES ] */
	.pullquote{
		float: left;
		width: 200px;
		padding: 10px 15px; margin:10px 15px 10px 0;
		border-right: 5px solid #e2e2e2;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:#555;
		background:#fcfcfc;
	}
	.pullquote_right{
		float: right;
		width: 200px;
		padding: 10px 15px; margin:10px 0 10px 15px;
		border-left: 5px solid #e2e2e2;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:#999;
		background:#fcfcfc;
	}
	/* 
	--------------------------------------- [ BREAK and SEPARATORS ] */
	.break{
		display:block;
		clear:both;
		height:30px;
	}
	.break_line{
		background:url(../images/separator_line.png) repeat-x left 50%;
		display:block;
		clear:both;
		height:30px;
	}
	
	
	/* 
	--------------------------------------- [ BUTTONS ] */
	a.button_small{
		background:#f4f2f2;
		border:1px solid #e2e2e2;
		height:20px; line-height:20px;
		padding:5px;
		font-size:13px;
		color:#333 !important;
	}
	a.button_small:hover{}
	
	a.button_big{
		background:#f4f2f2;
		border:1px solid #e2e2e2;
		height:40px; line-height:40px;
		padding:10px;
		font-size:30px;
		color:#333 !important;
	}
	a.button_big:hover{}
	
	a.button_link{ padding:2px 6px 4px 6px; background:#000; color:#FFF; border-right:4px solid #999; text-transform:uppercase;}
	a.button_link:hover{}



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.html{ border-color:#ffe4c6 #fff6ec #fff6ec #ffe4c6;}
	pre.php{ border-color:#c4ddff #ebf3fe #ebf3fe #c4ddff;}
	pre.css{ border-color:#eeffc6 #f8feeb #f8feeb #eeffc6;}
	pre.javascript{ border-color:#ffc6c6 #fff1f1 #fff1f1 #ffc6c6;}
	
	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/grey_small_arrow.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;}
	.heart li{ background:url(../images/icons/heart-16.png) no-repeat left 48%; padding:3px 0 3px 23px; }
	.comment li{ background:url(../images/icons/comment-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}
	.mail li{ background:url(../images/icons/email-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}
	.user li{ background:url(../images/icons/person-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}
	.redcross li{ background:url(../images/icons/cross-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}
	.pencil li{ background:url(../images/icons/pencil-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}
	.check li{ background:url(../images/icons/check-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}
	.arrow-right li{ background:url(../images/icons/arrow-right-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}
	.arrow-down li{ background:url(../images/icons/arrow-down-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}
	.badgecheck li{ background:url(../images/icons/badge-circle-check-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}
	.plus li{ background:url(../images/icons/plus-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}
	.search li{ background:url(../images/icons/search-16.png) no-repeat left 48%; padding:3px 0 3px 23px;}


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

	a.nice_button{ display:block; float:left; color:#FFF !important; margin:0 5px;}
	a:hover.nice_button{ }
	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.red2 .linker{background:url(../images/button_red_light.png) no-repeat;}
	a.nice_button.red2 .end{background:url(../images/button_red_light.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_blue_light.png) no-repeat;}
	a.nice_button.blue2 .end{background:url(../images/button_blue_light.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.green2 .linker{background:url(../images/button_green_light.png) no-repeat;}
	a.nice_button.green2 .end{background:url(../images/button_green_light.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.pink2 .linker{background:url(../images/button_pink_light.png) no-repeat;}
	a.nice_button.pink2 .end{background:url(../images/button_pink_light.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_orange_light.png) no-repeat;}
	a.nice_button.orange2 .end{background:url(../images/button_orange_light.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.black2 .linker{background:url(../images/button_black_light.png) no-repeat;}
	a.nice_button.black2 .end{background:url(../images/button_black_light.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.brown2 .linker{background:url(../images/button_brown_light.png) no-repeat;}
	a.nice_button.brown2 .end{background:url(../images/button_brown_light.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 -51px; color:#FFF !important;}
	a:hover.nice_button .end{ background-position:right -51px !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:#181818;
		border:1px solid #000;
		padding:3px;
	}
	/* 
	--------------------------------------- [ AUTHOR INFOS ] */
	#author-info{
		margin:5px 0 0 0; padding:10px;
	}
	#author-info h5{ margin-bottom:5px;}
	#author-image{ width:100px; display:block; float:left;}
	#author-image img{
		background:#181818;
		border:1px solid #000;
		padding:4px;}
	#author-bio{ width:440px; display:block; float:left; padding:0 0 0 10px;}
	
	
	.wp-caption{}
	.wp-caption-text{}
	.gallery-caption{}
	.alignright{ text-align:right;}
	.alignleft{ text-align:left;}
	.aligncenter{ text-align:center;}
	.alignRight{ text-align:right;}
	.alignLeft{ text-align:left;}
	.alignCenter{ text-align:center;}
	.right{ text-align:right;}
	.left{ text-align:left;}
	.center{ 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 !important;
	}
	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;
		border:1px solid #181818; border-width:1px 0 1px 0;
	}
	.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: -22px; right: 0px;
		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 8px;
		cursor:pointer;
		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 h5{ 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;
		}

/* -------------------------------------------------------------------------------------- FRAMES */
.frame_200{
	background:url(../images/frame_200.png);
	padding:7px 10px 12px 10px;
	width:180px; height:110px;
}
.frame_280{
	background:url(../images/frame_280.png);
	padding:7px 10px 12px 10px;
	width:180px; height:110px;
}
	
/* -------------------------------------------------------------------------------------- POSTS */
	
	/* 
	--------------------------------------- [ TYPE 1 ] */
	.blog_post_style{
		display:block;
		width:700px; height:100%;
		margin:0 0 20px 20px; padding:0 0 20px 0;
		border-bottom:1px dotted #999;
		position:relative;
	}
	.blog_post_style .head{ position:relative; padding:0 0 8px 0;}
	.blog_post_style .head h3{ margin:0 0 0 30px !important;}
	.blog_post_style h3 a{ color:#181818;}
	.blog_post_style_date_block{
		background:#999 url(../images/date_post_highlight.png) no-repeat left top;
		width:54px;
		text-align:center;
		position:absolute;
		top:0; left:-40px;
		z-index:2;
		color:#FFF;
	}
	
	.blog_post_style_date_block .day{
		font-size:36px;
		padding:8px 0 0 0;
	}
	.blog_post_style_date_block .month_year{
		font-size:15px;
		padding:8px 0;
		line-height:16px;
		text-transform:uppercase;
	}
	.hover{}
	
	.post_infos{
		font-style:italic;
		padding:4px 0 10px 0px; margin:0 0 0px 30px;
	}
	.post_infos a{
		border-bottom:1px dotted #999;
		font-weight:bold;
		padding:0 0 1px 0;
		color: #181818;
	}
	.blog_post_style .excerpt_text p{
		float:left;
		display:block;
		width:580px;
		margin-bottom:0px;
	}
		.blog_post_style .excerpt_text a{
		color: red;
	}
	.blog_post_style .excerpt_text .button_link{
		display:block;
		float:right;
		margin:8px 0 0 20px;
	}
	.the_content_of_post h3{
		margin-left:0;
	}
	.excerpt_text_single{
		font-size:16px;
		line-height:24px;
		padding:5px 0 10px 0;
	}
	
	.singlepostpage .blog_post_style2, .singlepostpage .blog_post_style{ border:none; padding:0; margin:0 0 0 20px; }
	
	/* 
	--------------------------------------- [ TYPE 2 ] */
	.blog_post_style2{
		display:block;
		width:680px; height:100%;
		margin:0 0 20px 20px; padding:0 0 20px 20px;
		border-bottom:5px solid #000;
		position:relative;
	}
	.blog_post_style2 .head{ position:relative; padding:0 0 8px 0;}
	.blog_post_style2 .head h3{ margin:0 0 0 30px !important; color:#181818;}
	.blog_post_style2 .head h3 a{ color:#181818;}
	
	.blog_post_style2 .shadow_280{
		float:left;
		display:block;
		width:280px;
		margin-right:20px;
	}
	.blog_post_style2 .excerpt_text{
		float:left;
		display:block;
		width:620px;
		min-height:150px;
		margin-bottom:0px;
		position:relative;
		margin-left: 30px;
	}
	.blog_post_style2 .excerpt_text p{
		float:left;
		display:block;
		width:620px;
		margin-bottom:0px;
	}
	.blog_post_style2 .excerpt_text a{
		color: red;
	}
	.blog_post_style2 .excerpt_text .button_link{
		display:block;
		margin:8px 0 0 20px;
		position:absolute;
		bottom:0;
		right:0;
	}
	
		.article_nav{
		height: 50px;
		overflow: hidden;
		clear: both;
	}
		.article_nav a{
			font-weight: bold;
			font-size: 20px;
		}
		
		.article_nav .p{
			float: left;
		}
		
		.article_nav .m{
			float: right;
		}
		
	/* 
	--------------------------------------- [ TYPE 2 ] */
	.blog_post_style3{
		display:block; float:left;
		width:340px; height:100%;
		margin:0 0 20px 20px; padding:0 0 0px 0;
		border-bottom:1px dotted #999;
		position:relative;
	}
	.blog_post_style3_date{ padding:2px 6px; border-bottom: 1px dotted #999; margin:5px 0;}
	.blog_post_style3 h4{ font-size:20px;}
	.blog_post_style3 .excerpt_text .button_link{
		display:block;
		margin:5px 0 0 20px;
		position:absolute;
		bottom:0;
		right:0;
	}
	.blog_post_style3 .excerpt_text{
		display:block;
		min-height:100px;
		margin-bottom:0px;
		position:relative;
	}
/*	-------------------------------------------------------------------------------------- COMMENTS */
	#comments{
		background:url(../images/underline.png) repeat-x left top;
		margin-top:20px;
		padding:20px;
	}

	#comments h3{
		margin:0 0 20px 0px;
	}
	.commentlist { margin:0; background:#181818; color:#e2e2e2 !important;}
	.commentlist li{ margin:0; padding:10px 0 20px 0;
		background:url(../images/underline.png) repeat-x left bottom;
		border-bottom:1px solid #333;}
	.commentlist li li{border-bottom:none;}
	.comment{
		display:block;
		height:100%;
		padding:10px 0 0 0;
		padding-bottom:20px;
	}
	.comment-body{
		position:relative;
		height:100%;
		padding-bottom:10px;
	}
	.comment-body p{
		padding-left: 110px;
		font-size:12px; line-height:20px;
		margin-bottom:5px;
	}
	.children li .comment-body{
		padding-bottom:0px;
		margin-bottom:0;
	}
	.children li{
		padding-bottom:0px;
		margin-bottom:0;
		padding-left:20px;
		margin-left:0px;
	}
	.comment-meta{}
	.commentlist .avatar{
		background:#292929;
		border:1px solid #444;
		float:left;
		padding:5px; margin-right:10px; margin-left:10px;
	}
	.alt_comment{
		background:#222 url(../images/underline.png) repeat-x left bottom !important;  color:#f2f2f2 !important;
	}
	
	.commentlist cite{
		font-style:normal;
		font-weight:bold;
		font-size:13px;
	}
	.commentlist .say{ display:none;}
	.commentlist .comment-meta a{ font-size:11px; color:#FFF !important;}
	
	.commentlist .reply{
	 height:15px; line-height:15px;
	 position:absolute;
	 top:0; right:0;
	 }
	.commentlist .reply a{color:#555 !important;}
		
	.commentlist .comment-reply-link{
		float:right;
		padding:1px 8px;
		font-size:11px;
	}
	.children{
		margin-left:55px;
		margin-right:10px;
		margin-top:10px;
		border-left:1px solid #333;
	}
	.children .children{
		margin-left:35px;
		margin-right:10px;
		margin-top:10px;
		border-left:1px solid #333;
	}
	
	.children .avatar{
		background:#292929;
		border:1px solid #444;
		float:left;
		padding:3px; margin-right:10px; margin-left:10px;
		width:40px; height:40px;
	}
	.children .comment-body p{
		padding-left: 70px;
		font-size:11px;
	}
	
	commentlist .reply {}
.commentlist .reply a {}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}
	
	
/* -------------------------------------------------------------------------------------- PORTFOLIO */
.filter_list{
	padding:0 20px;
}
.filter_list li{ float:left;
}
.filter_list li a{ padding:4px 8px !important;
			-moz-border-radius: 4px 4px 4px 4px;
			-webkit-border-radius: 4px 4px 4px 4px;
			-khtml-border-radius: 4px 4px 4px 4px;
			border-radius: 4px 4px 4px 4px;
}
.filter_list li:hover{ cursor:pointer; }
.filter_list li .current{
	background:#000;
	color:#FFF !important;
}
.filter_list li a.current{
	color:#FFF !important;
}
.filter_list li a.current:hover{
	color:#FFF !important;
}

.portfolio_item_intro{
	padding:5px 0;
}
.portfolio_item_intro .button_link{
		display:block;
		float:right;
		margin:8px 0 0 20px;
	}
.one_col_detail{
	display:block; float:left;
	width:205px;
	margin:0 0 0 20px;
}
.category_folio{ font-style:italic; }

.portfolio_item{
	margin-bottom:20px;
	float:left;
}

/* -------------------------------------------------------------------------------------- ALBUMS */
	
	/* 
	--------------------------------------- [ TYPE 1 ] */
	.album_style_1{
		display:block;
		float:left;
		margin-left:20px;
		margin-bottom:20px;
		width:340px;
	}
	.album_style_1 .infos_album{
		width:340px; height:200px;
		position:relative;
	}
	.album_style_1 h4{
		position:absolute;
		bottom:0;
		right:0;
		z-index:3;
		background:#000;
		color:#FFF;
		width:330px;
		height:30px; line-height:30px;
		text-align:right;
		padding-right:10px;
		margin-bottom:0;
		text-transform:uppercase;
		font-size:14px;
	}
	.album_style_1 .picture_counter{
		background:#999;
		color:#fff;
		position:absolute;
		bottom:0;
		left:0;
		z-index:4;
		width:40px;
		height:30px; line-height:30px;
		text-align:center;
	}
	
	/* 
	--------------------------------------- [ TYPE 2 ] */
	.album_style_2{
		border-bottom:5px solid #e9e9e9;
		display:block;
		float:left;
		padding-bottom:15px;
		margin-left:20px;
		margin-bottom:20px;
		width:340px;
	}
	.album_style_2 .infos_album{
		width:200px; height:120px;
		float:left;
		position:relative;
	}
	.album_style_2 .infos_album .button_link{
		position:absolute;
		right:0; bottom:0px;
		z-index:4;
	}
	.album_style_2 .picture{
		width:120px;
		float:left;
		margin-right:20px;
	}
	.album_style_2 h4{
		text-transform:uppercase;
		font-size:18px;
	}
	.album_style_2 .picture_counter{
		background:#999;
		color:#333;
		height:30px; line-height:30px;
		text-align:center;
	}
	
	
	/* 
	--------------------------------------- [ PICTURE ENTRY ] */
	.pictures_entry{
		display:block; float:left;
		width:120px;
		height:120px;
		margin-left:20px;
		margin-bottom:20px;
	}
	.pictures_entry div{
		display:none;
		border-bottom:5px solid #e9e9e9;
	}



/* -------------------------------------------------------------------------------------- FORM Contact */
#reply-form{ width:550px; margin:0 auto;}
#reply-form label{ width: 220px; display:block;}
#reply-form input, #reply-form textarea{
	background:#f9f9f9;
	border:1px solid #e9e9e9;
	padding:10px 6px;
}
#reply-form .field_small{
	display:block; float: left;
	padding:0 0 0 20px; margin:0 0 20px 0;
	position:relative;
	width: 250px;
}
#reply-form .field_small input{
	width: 240px;
}
#reply-form .field_big{
	display:block; clear:both;
	padding-left:20px; margin:0 0 20px 0;
	width: 550px;
	position:relative;
}
#reply-form .field_big input{
	width: 540px;
}
#reply-form .field_big #check{
	width: 40px; float:left;
}
#reply-form .field_big textarea{
	width: 510px;
	height:150px;
}
#reply-form .field_submit{
	display:block; clear:both;
	padding-left:20px; margin:0 0 20px 0;
	position:relative;
}
#reply-form #submitter{
	text-align:right;
	padding:0 0px 0 0;
	float:right;
	width:170px;
}
#reply-form #submitter input{
	width:120px;
}
#reply-form input.error, #reply-form textarea.error{
	border:1px solid #ffaaaa;
	border-bottom:1px solid #F00;
	background:#ffe4e4;
}
#reply-form label.error{
	background:url(../images/icons/warning_16.png) no-repeat right 50%;
	font-size:11px;
	position:absolute;
		border:none;
	top:15px;
	right:5px;
	text-indent:-9999px;
}
#reply-form .field_submit label.error{
	background:url(../images/icons/warning_16.png) no-repeat left 50%;
	font-size:11px;
	position:absolute;
	top:15px;
	left:45px;
	text-indent:-9999px;
}

#reply-form .error{
	margin:0;
}

#reply-form #list{}

#reply-form #errorcaptcha{ font-style:italic; color:#F00; padding:0 0 0 5px;}

/* -------------------------------------------------------------------------------------- FORM REPLY COMMENT Contact */
.commentlist #commentform{ width:550px; margin:0 auto; color:#e2e2e2 !important;}
.commentlist #commentform label{ width: 220px; display:block;}
.commentlist #commentform input, .commentlist  #commentform textarea{
	background:#f9f9f9;
	border:1px solid #e9e9e9;
	padding:10px 6px;
}
.commentlist #commentform .field_small{
	display:block; float: left;
	padding:0 0 0 20px; margin:0 0 20px 0;
	position:relative;
	width: 250px;
}
.commentlist #commentform .field_small input{
	width: 240px;
}
.commentlist #commentform .field_big{
	display:block; clear:both;
	padding-left:20px; margin:0 0 20px 0;
	width: 550px;
	position:relative;
}
.commentlist #commentform .field_big input{
	width: 540px;
}
.commentlist #commentform .field_big #check{
	width: 40px; float:left;
}
.commentlist #commentform .field_big textarea{
	width: 510px;
	height:150px;
}
.commentlist #commentform .field_submit{
	display:block; clear:both;
	padding-left:20px; margin:0 0 20px 0;
	position:relative;
}
.commentlist #commentform #submitter{
	text-align:right;
	padding:0 0px 0 0;
	float:right;
	width:170px;
}
.commentlist #commentform #submitter input{
	width:120px;
}
.commentlist #commentform input.error, .commentlist #commentform textarea.error{
	border:1px solid #ffaaaa;
	border-bottom:1px solid #F00;
	background:#ffe4e4;
}
.commentlist #commentform label.error{
	background:url(../images/icons/warning_16.png) no-repeat right 50%;
	font-size:11px;
	position:absolute;
		border:none;
	top:15px;
	right:5px;
	text-indent:-9999px;
}
.commentlist #commentform .field_submit label.error{
	background:url(../images/icons/warning_16.png) no-repeat left 50%;
	font-size:11px;
	position:absolute;
	top:15px;
	left:45px;
	text-indent:-9999px;
}

.commentlist #commentform .error{
	margin:0;
}

.commentlist #commentform #list{}

.commentlist #commentform #errorcaptcha{ font-style:italic; color:#F00; padding:0 0 0 5px;}
	
/* -------------------------------------------------------------------------------------- PAGINATION */
	#pagination{
		text-align:right;
		width:100%; height:50px;
		font-size:12px;
	}
	.pagin{
		position:absolute;
		top:12px;
		right:15px;
	}
	#pagination li{ display:inline;
	/* float:left; */ 
	}
	#pagination a {
		font-weight: bold;
		margin: 2px; padding: 4px 8px 4px 8px !important;
		font-size:12px !important;
		color: red;
	}
	#pagination a:hover,active {
		color:#FFF !important;
	}
	#pagination .activePage {
		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, .activePage {
		background:#fff;
		color:#FFF;
	}
	
	
/* -------------------------------------------------------------------------------------- VIDEOS */
	
/* -------------------------------------------------------------------------------------- WIDGETS */
.tagcloud{ padding:0 0 20px 20px;}
.tagcloud span{ background:url(../images/tagcloud_bg.png) no-repeat left 50%; line-height:28px; height:30px; font-size:11px !important; padding:7px 5px 7px 20px;}
.tagcloud a{ background:url(../images/tagcloud_end.png) no-repeat right 50%; height:30px; padding:7px 7px 7px 0; margin-right:2px; color:#FFF !important; text-transform:capitalize;}

	/* 
	--------------------------------------- [ TWITTER UPDATE ] */
	#twitter_update{
		padding:10px 20px 10px 4px;
		color:#444;
	}
	#twitter_update .twitterStatus{
		font-size:12px; line-height:20px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:normal;
	}
	#twitter_update .twitterTime{
		font-size:10px;
		letter-spacing:1px;
		text-transform:uppercase;
		clear:both;
		display:block;
		border-top:1px dotted #999;
		padding:5px 0 0 0; margin:5px 0 0 0;
	}
	#deadTweets ul{
		display:block;
		overflow:hidden;
		height:130px;
		margin:0 !important; padding:0 !important;
		text-align:center;
	}
	#deadTweets ul li{
		background:none !important;
		list-style:none;
	}
	#deadTweets ul li a{ display:inline;}
	#twitter_update li{
		background:none;
		list-style:none;
		padding:0 0 30px 0;
	}
	#twitter_update #tweeter{
		text-indent:-9999px;
	}
	
	.loading_wheel{
		width:16px; height:16px;
 		margin:0 auto;
	}


/* -------------------------------------------------------------------------------------- FORM Contact */
#contact-form{ width:600px; margin:0 auto;}
#contact-form label{ width: 250px; display:block;}
#contact-form input, #contact-form textarea{
	background:#FFF;
	border:1px solid #ddd;
	padding:10px 6px;
}
#contact-form .field_small{
	display:block; float: left;
	padding:0 0 0 20px; margin:0 0 20px 0;
	position:relative;
	width: 280px;
}
#contact-form .field_small input{
	width: 270px;
}
#contact-form .field_big{
	display:block; clear:both;
	padding-left:20px; margin:0 0 20px 0;
	width: 580px;
	position:relative;
}
#contact-form .field_big input{
	width: 570px;
}
#contact-form .field_big #check{
	width: 40px; float:left;
}
#contact-form .field_big textarea{
	width: 570px;
	height:150px;
}
#contact-form .field_submit{
	display:block; clear:both;
	padding-left:20px; margin:0 0 20px 0;
	position:relative;
}
#contact-form #submitter{
	text-align:right;
	padding:0 0px 0 0;
	float:right;
	width:170px;
}
#contact-form #submitter input{
	width:120px;
}
#contact-form input.error, #contact-form textarea.error{
	border:1px solid #ffaaaa;
	border-bottom:1px solid #F00;
	background:#ffe4e4;
}
#contact-form label.error{
	background:url(../images/icons/warning_16.png) no-repeat right 50%;
	font-size:11px;
	position:absolute;
		border:none;
	top:15px;
	right:5px;
	text-indent:-9999px;
}
#contact-form .field_submit label.error{
	background:url(../images/icons/warning_16.png) no-repeat left 50%;
	font-size:11px;
	position:absolute;
	top:15px;
	left:45px;
	text-indent:-9999px;
}

#contact-form .error{
	margin:0;
}

#contact-form #list{}

#contact-form #errorcaptcha{ font-style:italic; color:#F00; padding:0 0 0 5px;}

	
/* -------------------------------------------------------------------------------------- ALIGN */
.left{ text-align:left;}
.center{ text-align:center;}
.right{ text-align:right;}
.alignLeft{ text-align:left;}
.alignCenter{ text-align:center;}
.alignRight{ text-align:right;}
	
.floatLeft{ float:left; margin-right:10px;}
.floatRight{ float:right; margin-left:10px;}