@charset utf-8;
/*--
	Theme Name: WordPress theme1233
	Theme URI: http://template-help.com/
	Description: A theme from Template-Help.com Collection
	Version: 3
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
@import url("css/reset.css");
@import url("css/layout.css");
/* -- Document Body -- */
	html { width:100%;}
	body { font: 12px/18px Arial, Helvetica, sans-serif; min-width:980px; color: #656565; }
	body { background:#f0f0f0;}
	
	html, body { height:100%;}
	.height {
		position: relative; z-index:99;
		min-height:100%; /*height:auto !important; height:100%;*/
	}
	* html .height { height:100%;}
		
/* -- Site structure -- */
	#main {
		z-index: 2;
		position: relative;
	}
	.bgstretcher {
		background: black;
		overflow: hidden;
		width: 100%;
		position: fixed !important;
		z-index: 1;
	}
	.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bgstretcher UL, .bgstretcher UL LI {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.bgstretcher img { -ms-interpolation-mode: bicubic; }
	
	header { position:relative; z-index:991; height:184px;}
	
	section {}
	section .container { padding-top:0; padding-bottom:68px;}
	
	aside { margin-bottom:0px;}
	
	.sidebar-left { float:left; width:300px; margin-right:20px;}
	.sidebar-right { float:right; width:300px; margin-left:20px;}
	
	footer { clear:both; position:relative; z-index:99;}
	
/* -- Common Classes -- */
	.wrapper { width:100%; overflow:hidden;}
	.extra-wrap {overflow:hidden;}
	.rounded {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px; position:relative;
		padding:30px; background:#f0f0f0;
		}
	.hidden { display: none; }
	.container { width:1171px; margin:0 auto; position:relative;}
	.columns-over { overflow:hidden; height:100%;}
	
	.external {}
	
/*  Custom Columns  */
	.column-1, .column-2, .column-3, .column-4, .column-5 { float:left;} /*{ for layout.css }*/

/*  Fluid Columns  */
	.one_half, .one_third, .two_third, .one_fourth , .three_fourth { float:left; margin-right:4%; position:relative;}
	.one_half { width: 48%; *width: 47.99%; }
	.one_third { width: 30.66%; }
	.two_third { width:65.32%; }
	.one_fourth { width:22%; *width:21.9%; }
	.three_fourth { width:74%; }
	
	.last { margin-right: 0px; }
	
	.fright.last { margin-left: 4%;}

/* -- Basic Alignments -- */
	.fleft { float:left;}
	.fright { float:right;}
	.alignleft { float: left; margin-bottom:0; margin-right: 20px;}
	.alignright { float: right; margin-bottom:0; margin-left: 20px;}

	.aligncenter { text-align:center;}

/* Logo */
	#logo { position: fixed; top:41px; z-index:99;}
		#logo h1, #logo h2 { padding:0;}
			#logo a { font-size: 55px; line-height:1.1em; font-family:Verdana, Arial, Helvetica, sans-serif; letter-spacing:10px; color: #fff; cursor: pointer;}
			#logo a:hover { text-decoration: none; color: #d3d2d2; }
	
	#description { font-size:22px; line-height:20px; font-family: Verdana, Arial, Helvetica, sans-serif; padding:0; letter-spacing:1px; color:#fff; position:fixed;top:285px;}

	#description2 { font-size:50px; line-height:65px; font-family: Verdana, Arial, Helvetica, sans-serif; padding:40px 0px 0px 140px; letter-spacing:-1px; color:#fff;}

/* Search */
	#search { position:absolute; top:138px; right:0px;}

/*Recherche header */
	#recherche_header { position:absolute; right: 80px; top:15px;}
	#capsuleheader {
			width:200px; float:left; margin:0px 6px 0px 0px; 
			background: #fff url(images/search-loupe.png) no-repeat 4px 2px;
			padding:5px 4px 5px 33px;
			}
	#submitheader {
			font: normal 13px/18px Arial, Helvetica, sans-serif;
			position:relative;
			
			float:left; overflow:hidden;
			
			cursor: pointer;
			text-align:center;
			text-decoration: none; vertical-align: middle; 
			
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-khtml-border-radius: 8px;
			border-radius: 8px;
			
			margin:0px;
			padding:4px 3px 4px;
			*padding:4px 3px 4px;
			
			color:#fff;
			border:0;
			background:#353535;
		}

/*Traduction header*/
	#traduction { position:absolute; right:0px; top:20px;}
	#traduction ul { list-style:none;}
	#traduction ul li { display:inline-block; padding:0px 0px 6px 16px; background:none;}
	#traduction ul li a { list-style:none; }	

/* -- Primary Navigation -- */
	#primary-nav { position: absolute; top:79px; right:0; z-index:9999;}
	
	nav ul { padding: 0; width: 100%; }
	nav ul li { float:left; cursor: pointer; background: none; padding:0;}
	nav li:hover { visibility: inherit;}
				
	#primary-nav ul ul { position: absolute; top: -9999em; width:135px;}

	/* Make sub menus appear */
		#primary-nav li:hover ul,
		#primary-nav li.sfHover ul { top: 23px; z-index: 999;}

	/* top level skin */
		#primary-nav > ul > li { padding:0px 0px 0px 31px;}
		nav a {
			font-size:12px;
			padding:0px 20px;
			text-transform:uppercase;
			color:#fff;
			}
		nav a:hover, nav li.current-menu-item a { text-decoration:none; color:#000;}
		
		#primary-nav > ul > li {position:relative;}
		#primary-nav > ul > li > a {
			font-size:13px; color:#fff;
			text-transform:uppercase;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
		#primary-nav > ul > li > a:hover, #primary-nav > ul > li.current-menu-item > a { text-decoration:none; color:#d3d2d2; border-bottom: 1px dotted #ccc;}
		
	/* Sub indicator */
		.sf-sub-indicator { position:absolute; left:76px; bottom:29px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; width:7px; height:6px; background:url(images/indicator.gif) no-repeat 0 0; overflow:hidden; text-indent:-1000em;}
		#primary-nav ul ul .sf-sub-indicator { display: none;}

	/* 2nd level skin */ 
		#primary-nav ul ul li { clear:both; position:relative; text-align: left;  line-height: normal; /*overflow:hidden; */height:auto; float:none;  padding:0px 0px 0px 0px; margin:0; margin-bottom:1px;}
		#primary-nav ul li ul li a { font-size:11px; display:block; color:#4a4a4a; background:#fff; margin:0; padding:10px 5px 9px 12px;}
		#primary-nav ul li.sfHover ul a:hover, #primary-nav ul li ul li.current-menu-item a { text-decoration:none; color:#fff; background:#3b3b3b;}
	
	/* 3dt level skin */ 
		#primary-nav ul ul ul { top:0!important; left:117px;}
	
/* -- User Navigation -- */	
	#text-8 { position:absolute; right:0; top:30px; font-size:11px; color:#515151;}
	#text-8 a { color:#fff; text-decoration:underline;}
	#text-8 a:hover { text-decoration:none;}
	
/* -- Slider -- */
	#custom {}
	#de_block { position:relative;}
	jcarousel-container {height:260px!important; overflow:hidden;}
	.jcarousel-clip { height:260px!important; overflow:hidden;}
		
	.jcarousel-prev, .jcarousel-next { position:absolute; top:219px; right:3px; width:37px; height:37px; cursor:pointer; z-index:111;}
	
	.jcarousel-prev { right:44px; background:url(images/pagination.png) no-repeat 0 bottom; }
	.jcarousel-prev:hover { background:url(images/pagination.png) no-repeat 0 0;}
	
	.jcarousel-next { background:url(images/pagination.png) no-repeat right 0;}
	.jcarousel-next:hover {background:url(images/pagination.png) no-repeat right bottom;}
	
	
	.jcarousel-prev-disabled { cursor:auto; background:url(images/pagination.png) no-repeat 0 bottom;}
	.jcarousel-next-disabled { cursor:auto; background:url(images/pagination.png) no-repeat right 0;}
	
	ul.list2 li { padding:0 0 0 3px; float:none!important; clear:both; background: none; height:260px; overflow:hidden; clear:both;}
	
	ul.list2 .more-link { padding:18px 0px 0px 0px;}
	
/* -- Gallery -- */
		.portfolio {
				width:100%;
				overflow:hidden;
				list-style-type:none;
				padding:0;
				margin:0;
			}
			.portfolio li {
					float:left;
					margin-bottom:4%; padding:0;
					background: none; 
			}
				
			.portfolio li.nomargin {
					margin-right:0;
				}
				.portfolio li a.image-wrap {
						display:block;
						overflow:hidden;
						/*width:311px;*/
						height:200px;
						position:relative;
						background:#fff url(images/loading.gif) 50% 50% no-repeat;
				}
				.portfolio li a.image-wrap img {
						float:left;
				}
				
				.portfolio figure { padding:3px; background:#fff; border:3px solid #c5c5c5;}
				
				.portfolio .folio-desc {
					margin-bottom:0; padding:0px 0px 0px 0px; text-align:justify;
				}
				.portfolio p.excerpt {
					padding:0;
				}
				
				.portfolio .fleft { margin:0px 11px 0px 0px;}
				
				.portfolio .fleft.last { margin:0px 0px 0px 0px;}
				
				.zoom-icon {
					display:block;
					position:absolute;
					left:1px;
					top:1px;
					width:100%;
					height:200px;
					background:url(images/magnify1.png) 50% 50% no-repeat;
					display:none;
					cursor:pointer;
				}
				.portfolio li a.image-wrap:hover .zoom-icon {
					display:block;
				}	

/* -- Default Links -- */
	a { text-decoration: none; color: #80438a;}
	a:hover { color: #000; text-decoration: underline;}
	
	a img { border: none; }
	
	.more-link {
		float:left;  cursor: pointer; text-decoration:underline;
		font-size:12px!important; color:#969696; font-style: italic;
		}
	.more-link:hover { color:#3c3c3c; text-decoration:none;}
	
/* -- Vertical Rhythm -- */
	p, pre, ul, ol, dl, dd, blockquote, address, .entry-meta, .widget { padding-bottom: 20px; }
	
	.hentry { padding-bottom: 23px;}
	figure { margin-bottom:20px;}

	.extra-wrap p:last-child { padding-bottom:0;}

/* -- Default Headings -- */
	h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1.2em; font-family: Arial, Helvetica, sans-serif; color: #3c3c3c;font-family:Verdana, Arial, Helvetica, sans-serif;}
	h1 { font-size: 28px; padding-bottom: 15px;}
	h2 { font-size: 20px; padding-bottom: 15px; }
	h3 { font-size: 18px; padding-bottom: 15px;}
	h4 { font-size: 12px; line-height:1em; padding-top:6px; padding-bottom: 7px; text-transform:uppercase;}
	h5 { font-size: 14px; padding-bottom:5px; text-transform:uppercase;}
	h6 { font-size: 12px; text-transform:uppercase;}
	
	/* -- Page titles -- */
		h1.page-title, h2.page-title { font-size: 34px; padding-bottom:45px; color:#3c3c3c;}
		
		.page-404 { font-size:40px; text-align:center; padding:40px 0px 0px 0px;}
		
		.entry-title { padding-bottom:14px;}
		.entry-title, .entry-title a { font-size: 28px; color:#3c3c3c; line-height:0.3em;}
		.entry-title a:hover { color: #969696; text-decoration:none;}
		
/* -- Forms -- */
	
	/* Search button & input */
		#search { z-index:999;}
		
		#s {
			width:208px; float:left; margin:0px 5px 6px 0px; 
			background: #fff url(images/search-loupe.png) no-repeat 4px 2px;
			padding:4px 10px 8px;
			}
			
		.widget #s  { width:60%;  margin:10px 5px 6px 0px; padding:9px 6px 8px 32px;}
		
	/* Buttons */
		button, #submit, .submit, #author-link a, input.wpcf7-submit, .wpsb_form_btn, .post-edit-link { 
			font: normal 13px/18px Arial, Helvetica, sans-serif;
			position:relative;
			
			float:left; overflow:hidden;
			
			cursor: pointer;
			text-align:center;
			text-decoration: none; vertical-align: middle; 
			
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-khtml-border-radius: 8px;
			border-radius: 8px;
			
			margin:0;
			padding:10px 8px 10px;
			*padding:10px 6px 10px;
			
			color:#fff;
			border:0;
			background:#353535;
		}

		#searchsubmit {
			font: normal 13px/18px Arial, Helvetica, sans-serif;
			position:relative;
			
			float:left; overflow:hidden;
			
			cursor: pointer;
			text-align:center;
			text-decoration: none; vertical-align: middle; 
			
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-khtml-border-radius: 8px;
			border-radius: 8px;
			
			margin:10px 0px 0px 0px;
			padding:7px 6px 7px;
			*padding:7px 6px 7px;
			
			color:#fff;
			border:0;
			background:#353535;
		}

		#searchsubmit:hover, #submit:hover, .submit:hover, #author-link a:hover, input.wpcf7-submit:hover, .wpsb_form_btn:hover, .post-edit-link:hover { background:#fff; color:#353535; text-decoration:none;}
						
		/* Inputs */
		textarea, input[type="text"], input[type="password"], select {
			position:relative;
			border:0;
			
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-khtml-border-radius: 10px;
			border-radius: 10px;
			
			color:#353535;
			background:none repeat scroll 0 0 #fff;
		}
		
		textarea, input[type="text"], input[type="password"], select {
			font-family: Arial, Helvetica, sans-serif;
			font-size:13px;
		}
		
		textarea, input[type="text"], input[type="password"], select, button { padding:11px 10px 11px;}
		
		textarea:hover, input[type="text"]:hover, input[type="password"]:hover, select:hover {
			color:#000; border-color:#e5e5e5;
		}
		
		textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
			color:#000;
			outline: none;
		}
		
	/* Contact form */
		.wpcf7 { overflow:hidden; height:100%; position:relative;}
		.wpcf7 label { display:block; padding-top:14px; clear:right;}
		
		.wpcf7 p { padding-bottom:20px;}
		
		.wpcf7 input[type="text"] { width:350px!important; сolor:#fff!important;overflow:hidden; position:relative; border:1px solid #c5c5c5}
		.wpcf7 textarea { width:350px!important; color:#707a7e!important;overflow: auto; position:relative; height:190px; border:1px solid #c5c5c5;}
		
		.wpcf7-submit { overflow:hidden; position:relative;}
		
		#wpsb form { padding:1px 0px 0px 5px;}
		.wpsb_form_txt {width:192px!important; margin:0px 0px 5px 0px; display:block;}
		.checks { display:none;}

	/* Comments form */
		#commentform { padding-left:2px;}
		#commentform p { clear: both; padding:0px 0px 6px 0px;}
			
		#commentform label { display:block; padding-top:4px;}
		
		#commentform input[type="text"], #commentform textarea { display:block; width:40%; margin:2px 0px 4px 0px;border:1px solid #ccc; }
		#commentform textarea { width:50%;border:1px solid #ccc;}

/* -- Entry Styles --*/
	.content { float:right; width:774px;/* height:432px;*/}
	.content-bg {background:url(images/content-bg.png) repeat 0 0;}
	
	.indent { padding:49px 40px 38px 37px;}
	
	#entry-author-info { border:0; background:#666; padding:20;}
	
	/* -- Meta Entry --*/
		.entry-meta {}
	
	/* -- Publish Entry --*/	
		.published { font-size:11px; color:#25dae5; font-weight: bold;}
		
	/* -- utility Entry --*/		
		.entry-utility a { font-size:12px; color:#12b2d4;}
		
		.postmetadata { padding:0px 0px 10px 0px; font-size:12px;}
		.postmetadata span { padding-right:3px;}
		.postmetadata em { padding-right:5px;}
		
		.post-edit-link {
			float:right;
			}
	
	/* -- author Entry --*/	
		section .author { font-style: italic; border:1px solid #ccc; border-width:1px 0; margin-bottom:20px; padding:15px 0;}
		
	/* -- Entry content style --*/
		.entry-content { text-align:justify;}
		
		/*.entry-content a { text-decoration:underline;}
		.entry-content a:hover { text-decoration: none;}*/
		
		.columns { width:100%; overflow:hidden;}
		.columns .column-left, .columns .column-right{ width:45%; float:left;}
		.columns .column-right{ margin-left:33px;}
		
	/* -- Post Thumbnails -- */
		.post .post-thumb img, .post-thumb-single img { padding: 4px; background: #fff; border: 1px solid #ddd;}
		.post .post-thumb a { border: none!important; }
		.post .post-thumb img:hover { background: #333; }
		
		.page .thumbe { padding-bottom:9px;}

	/* -- Default Text Elements -- */
		nav ul { list-style:none; }
		blockquote, q { quotes:none; }
		blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
		ins { background:#ff9; color:#000; text-decoration:none; }
		mark { background:#ff9; color:#000; font-style:italic; font-weight:bold; }
		del { text-decoration: line-through; }
		abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
		
		cite, em, dfn { font-style: italic; }
		code, kbd, samp, pre, tt, var { font-size: 92%; font-family: courier, monaco, "Lucida Console", mono-space; }
		del { text-decoration: line-through; color: #666; }
		ins, dfn { border-bottom: 1px solid #626262; }
		small, sup, sub { font-size: 85%; }
		abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
		a abbr, a acronym { border: none; }
		abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
		sup { vertical-align: super; }
		sub { vertical-align: sub; }
		
		.hr { display:block; clear:both; color: #e3e3e3; background: #969696;  height:1px; border:0; margin:20px 0 20px!important; padding:0; }
		
		caption { padding-bottom: .8em; }
		blockquote {
			font: italic 16px/18px Arial, Helvetica, sans-serif;
			padding:20px;
			color: #131313;
			margin-bottom:20px;
		}
		
		.bq1, .bq2 {
			font:700 30px Georgia,"Times New Roman",Times,serif;
			position: relative; display: block;
			margin:0px 0px -10px -20px;
			color: #CDCDCD;
		}
		.bq2 { position: absolute;	margin:0px 0px -20px 10px;}
		
		code, pre { color: #3c3c3c; }
		
		pre { font-size:16px; overflow-x:auto; margin:15px 0; padding:11px 20px; line-height:18px; border:1px solid #ccc; background:#fff url(images/bg_code.gif) repeat 0 8px;}

	/* -- Default Lists -- */
		ul, ol, dl { padding-left: 0px; list-style: none; padding-top:0px;}
		ul li { padding:0px 0px 6px 12px; background:url(images/marker.gif) no-repeat left 6px;}
		ul li a { color:#000;}
		ul li a:hover { color:#969696;}
		
		.list { padding-left:0;}
		ul {
			margin-top:0px;
		}
		ol {
			padding-left: 20px;
			list-style-position: outside;
			list-style-type: decimal;
		}
		ol li { padding:3px 0px 6px 0px; }
		
		dl.list { margin:0; padding:0; line-height:21px;}
		dl.list dd { padding:0; text-align:right;}
		dl.list span { float:left; text-align:left; display: inline; width:63px;}

	/* -- Tables -- */
		table { border-collapse:separate; border-spacing:0; width:100%; border:1px solid #eaeaea; background:#fff; border-width:1px 0 5px; margin-bottom:18px;}
		table, td, th {vertical-align:middle;}
		th { padding:10px; color:#666; border-top:1px solid #fff; text-transform:uppercase;}
		td { padding:10px; color:#888; border-top:1px solid #eaeaea;}
		tfoot td{border:0px;}
		th, tr:hover {background-color:#f6f6f6;}

	/* -- Images -- */
		figure { border:1px solid #c5c5c5;}
		iframe { border:1px solid #c5c5c5; background:#fff;padding:3px;}
			
/* -- Comments -- */
		#comments {
			clear:both;
		}
	
		.alt { clear:both; padding-bottom:0px; font-weight: normal;}
	
		.alt a { padding:0px 0px 0px 0px; text-decoration:underline;}
		.alt a:hover { padding:0px 0px 0px 0px; text-decoration: none;}
		
		.commentlist {
			list-style-type:none;
			padding:0;
			margin:0;
			}
			li.comment {
				list-style-type:none;
				overflow:hidden;
			}
				.odd {
					
				}
				.even {
					
				}
					li.comment .comment-body {
						padding:10px 10px 25px 60px;
						position:relative;
						zoom:1;
						background:#fafafa;
						border:1px solid #eee;
						margin-bottom:10px;
						}
				.author-comment {
					
				}
				.comment-author {
					padding:.5em 0 1em 0;
					}
				.comment-text {
					
				}
				.comment-meta {
					font-size:11px;
					color:#999;
					position:absolute;
					right:20px;
					top:15px;
				}
					li.comment .avatar {
						float:none;
						margin:0;
						position:absolute;
						left:10px;
						top:10px;
						padding:1px;
						border:1px solid #dbdbdb;
						vertical-align:top;
						overflow:hidden;
						}
						li.comment .avatar {
							display:block;
							vertical-align:top;
							overflow:hidden;
							}
						
						.commentlist ul.children {
							margin:20px 0 0 30px;
							}
						
						.commentlist .reply {
							position:absolute;
							right:20px;
							bottom:15px;
							}
							.commentlist .reply a {
								display:inline-block;
								background:#2a2a2a;
								padding:3px 8px;
								color:#fff;
								text-decoration:none;
								}
							.commentlist .reply a:hover {
								background:#bfbfbf;
								color:#2a2a2a;
								}

/* -- Shortcodes -- */
	
/* -- Page Navigation -- */
	.navigation { clear:both;}
		.navigation a { display:block; font-size:14px; }
		.navigation a:hover { text-decoration: none;}
	
	.navigation .nav-previous { float: left; width:45%;}
	.navigation .nav-next { float: right; width:45%; text-align:right;}
	
	#nav-above {}
	#nav-below {}
	
	.wp-paginate { text-align:center;}
	.wp-paginate li { float: none; font-size:14px; display: inline-block;}
	
	.wp-paginate li .title {  padding:2px 6px 0 0;}
	.wp-paginate li a, .wp-paginate li span.page { color:#131313; border:1px solid #d9d9d9; font-size:12px; background:#f3f2ec; margin:0px 2px; padding:2px 10px; text-align:center;
		-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius:5px; position:relative;
			}

	.wp-paginate li a, .wp-paginate li span { display: inline-block;}
	.wp-paginate li a.next, .wp-paginate li a.prev { font-size:16px;}
	.wp-paginate li a:hover, .wp-paginate li span.current { color:#000; background:#e1e1e1;}

/* -- Widgets -- */
	.widget { /*clear:both;*/}
	.widget-title {
		font-size: 20px;
		color: #000;
		padding-bottom:15px;
		}
	
	.widget ul { padding:0; padding-bottom:10px; }
	
	.widget ul li { padding:0px 0px 5px 15px;}
	.widget ul li:first-child { border:0;}
	
	.widget ul li a { font-size:13px; color:#8b8b8b;}
	.widget ul li a:hover { text-decoration: none; color:#000;}
	
	
	section .widget ul li { border-top:1px dotted #ccc; background-position:left 17px; padding:10px 0px 10px 15px;}
	section .widget ul li:first { border:0; padding:10px 0px 10px 15px;}
	
	.tagcloud { width:100%; overflow:hidden;}
	.tagcloud a { padding:0 5px; position:relative; overflow:hidden; margin:0 3px; line-height:1.2em; font-size:12px; color:#000;}
	.tagcloud a:hover { text-decoration:none; background:#25c3e5; color:#fff;}
	
	/* -- Categories Widget -- */
		.widget_categories {}
	
	/* -- Calendar Widget -- */
		#calendar_wrap {}
		.widget_calendar table { background:#fff; width:100%; margin:0px 10px 0px 0px; border: 1px solid #ccc; padding:0px 0px 0px 0px;}
		
		.widget_calendar table tr { border:0; border-bottom: 1px solid #1d2a32; padding:0px 0px 0px 0px;}
		.widget_calendar table tr th { border:0!important; padding:0px 0px 0px 0px!important; margin:0px 0px 0px 0px!important;}
		
		.widget_calendar table td { text-align:center;  padding:4px;}
		.widget_calendar table td#today { background: #ccc; }
		.widget_calendar table td a { color: #000; }
		.widget_calendar table td a:hover { color: #555; }
		
	/* -- Social Networks Widget -- */
		.social_networks_widget .widget-title { display:none;}
		.social_networks_widget { padding:0;}
		.social_networks_widget ul { float:left;}
		.social_networks_widget ul li { float:left; background: none; vertical-align: middle; padding:0 0 0 6px; border:0;}
		.social_networks_widget ul li a { display:block; width:32px; height:32px; overflow:hidden;}
		.social_networks_widget ul li a:hover img { margin-top:-32px;}
		.social_networks_widget ul li img { width:32px; height:64px; vertical-align: middle; margin:0;}

/* -- Page Style -- */
				
/* -- Footer widgets -- */
	#footer-widget-area { float:right; width:500px; overflow:hidden;}
	#footer-widget-area .column-1, #footer-widget-area .column-2 { float:right;}
	
	
	.widget_nav_menu { padding-top:13px; padding-right:10px;}
	.widget_nav_menu ul li { float:left; background: none; padding:0px 6px 0px 6px; border-left:1px solid #fff; line-height:12px;}
	.widget_nav_menu ul li:first-child { border:0; padding-left:0;}
	.widget_nav_menu ul li a { font-size:11px; color:#fff; text-transform:uppercase;}
	
/* -- Footer -- */
	footer { clear:both; position: relative; width:100%; bottom:0; height:48px; overflow:hidden; margin-top:-48px;}	
	footer a { color:#fff;}
	footer a:hover { color: #515151; text-decoration:none;}
	
	/* -- Footer Notes -- */
		.footer-notes {  font-size:11px; float:left; padding-top:10px; text-transform:uppercase; color:#fff; }

/* -- x.x Clearfix -- */
	.clearfix:after, .post:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.clearfix { display: inline-block; }
	/* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */
	.clear { clear:both;}
	.none { display: none; } /* End Clearfix */