@import url("reset.css");
/*@import url("slide.css");

/*
Theme Name:		Card-3
Theme URI:		http://www.mistersize.com
Description:	Build this theme for webmasters who want to run a CSS or web showcase.
Version:		3
Author:			Thomas Dufranne
Author URI:		http://www.mistersize.com
*/


  /* --------------- */
 /*     UTILES      */
/* --------------- */

.alignleft{float:left;}
.alignright{float:right;}
.centred{margin:0 auto;}

.break {
	clear:both;

	padding:0;
	margin:0 0 10px 0;
}
.clear {
	clear:both;
	padding:0;
	margin:0;
}

/* ----------main bar-------------- */
#mainbar{ background:#2e2e2e; padding: 0 0 20px 0; color:#FFFFFF; }
#mainbar a{ font-family:Arial, Helvetica, sans-serif; color:#ccc; font-size:12px; font-weight:bold; padding: 0 20px 0 0; position:relative; top:10px; text-decoration:none; }
#mainbar a:hover{ color:#fff; text-decoration:none; }
#mainbar a img{ vertical-align:middle; margin:0 8px 4px 0; }
.center980{ padding:0 0 0 200px; } 
	

  /* --------------- */
 /*     MAIN        */
/* --------------- */
body {
	font-family:Arial,Helvetica,sans-serif;
	background:#f6f6f6;
	font-size:13px; 
	color:#474848;
	margin:0;
	padding:0;
	
}

img, div .caption{
	border:5px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;


}
.caption img{
width:540px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin:0 0 15px 0;
}


a {
	color: #0099FF;
	text-decoration:none;
}
a:hover {
	color:#474848;
	text-decoration:underline;
}
a img {
	border:0px;
}

  /* --------------- */
 /*     TITRES      */
/* --------------- */

#content h2{
font:bold 18px arial;
}
#content h2#titre{
font:normal 22px arial;
color: #615856;
margin:0 0 10px 0;
}
h3{
font-size:18px;
}
.page-sumit h2{
font-size:24px;
font-weight:bold;
color:#000000;
margin:15px 0 5px 0;
}


#wrapper {
background:#f4f4f4 url(images/bg.jpg) repeat;
//background:#fff;
}
#header {
	padding:0;
	background: #615856 url('images/bg-header.jpg') repeat-x;
	height:155px;
	
		
}
#header h1 {
	margin: 0;
	padding:0;
}


#logo {
	background:url('images/logo-white.png') no-repeat;
	width:182px;
	height:171px;
	position: absolute;
	top:0;
	left:0px;
}

span h2.baseline{
color:#fff;
font-size: 16px;
margin:25px 170px 0 200px;
}



  /* --------------- */
 /*     FILTRES     */
/* --------------- */
#filters {
	
	
	height:50px;
	position: absolute;
	top:115px;
	left:200px;
}
#filters p{

-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;

background:#4c4441 url('images/bg-filter-off.gif') repeat-x;
margin:0 2px 0 0;
padding:10px 15px;
height:20px;
float:left;


}
#filters p a{
font-size:16px;
font-weight: bold;
color: #fff;
}

#filters p a:hover{
text-decoration:none;
color:#fff;
}
#filters p.active{
background:#ececec url('images/bg-filters-on.gif') repeat-x;;
float:left;}
#filters p.active a{
font-size:16px;
font-weight: bold;
color: #615856;
}



#logo em, #inscription em{
	
	width:100px;
	height:35px;
	background:#fff;
	font:bold normal 10px Verdana, Arial, Helvetica, sans-serif;
	
	position: absolute;
	top: 30px;
	
	left: 0px;
	text-align: center;
	padding: 5px ;
	z-index: 2;
	display: none;
	color: #000;
	text-decoration:none;
	border:0;
	clear: inherit;
		}


  /* --------------- */
 /* Social Network  */
/* --------------- */

	
	.rss {
		float:right;
		margin:0px 15px 0 0;
		padding:0;
	}
	.rss a {
		background:url('images/rss.png') no-repeat;
		width:39px;
		height:38px;
		display:block;
	}
	.rss a:hover {
		background:url('images/rss.png') no-repeat 0px -39px;
		width:39px;
		height:38px;
		display:block;
	}
	
	
	.facebook {
		float:right;
		margin:0px 15px 0 0;
		padding:0;
	}
	.facebook a {
		background:url('images/facebook.png') no-repeat;
		width:39px;
		height:38px;
		display:block;
	}
	.facebook a:hover {
		background:url('images/facebook.png') no-repeat 0px -39px;
		width:39px;
		height:38px;
		display:block;
	}
	
	
	.twitter {
		float:right;
		margin:0px 15px 0 0;
		padding:0;
	}
	.twitter a {
		background:url('images/twitter.png') no-repeat;
		width:39px;
		height:38px;
		display:block;
	}
	.twitter a:hover {
		background:url('images/twitter.png') no-repeat 0px -39px;
		width:39px;
		height:38px;
		display:block;
	}



  /* --------------- */
 /*    Bloc User    */
/* --------------- */


	/* Boutons */
	
		#user{
		/*Add */
		height:25px;
		padding:4px 0 0 0;
		}
		#user a{
		font-size:11px;
		}
		#user ul{
		margin:0 0 0 0;
		}
			#user ul li{
			float:left;	
			
			}
		
			#user ul li a{
			letter-spacing:normal;
			color:#9d938f;
			padding:0 10px 0 0;
			float:left;
			}
			
			#user ul li a:hover{
			color:#fff;
			text-decoration:none;
			}

	
		
  /* --------------- */
 /*   Inscription   */
/* --------------- */

#inscription{

background:#fffe89 url('images/bg-inscription.gif') repeat-x;
border:2px #e0df31 dashed;
padding:15px;
float:left;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin:15px 20px 30px 0;
}
#inscription p.txt{
width:70%;
font-size:18px;
color:#654842;
float:left;
font-style: italic;
}
p.btAdd a{
width:175px;
color: #fff;
text-align: center;
background: #e281bd;
padding:10px 5px;
margin:5px 10px 0 0;
font-weight: bold;
text-decoration: none;
float:right;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
p.btAdd a:hover{
background: #2e9bc2;
}

  /* --------------- */
 /*     PAGES      */
/* --------------- */
.page {
	padding:0;
	width:100%;
}
.page-sumit {
	padding:0px 0 20px 0;
	margin: 0 auto;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	background:#fff;
	width:550px;
}
.page-sumit label, .page-sumit input{
float:left;

}
.page-sumit label{
margin-right:12px;
padding-top:5px;
font-weight:bold;
}
#aus{
display:none;
}
#page-details {
	padding:0;
	margin:0 auto;
}
#content {
	padding:0;
	margin:25px 0 20px 20px;
}
#content p{
	
	margin:10px 0;
}
#content-details {
	width:575px;
	padding:0;
	margin:20px auto 0 auto;
	overflow:hidden;
}
#bgtop {
	height:20px;
	
}
.sidebar-footer{
background:#f4f4f4 url(images/bg.jpg) repeat;
float:left;
width:100%;
padding:30px 0 0 0;
}
.sidebar-footer .box{
float:left;
width:300px;
margin:0;
}
.sidebar-footer .tabbertab ul li{
width:200px;
float:left;
}

.sidebar-footer .tabbertab a{
color: #666666;
text-decoration:none;
}

.sidebar-footer .tabbertab a:hover{
color:#000;
}
.sidebar {
background:black url(images/bg-sidebar.jpg) left top no-repeat;
padding:12px;
position: absolute;
right:0;
top:90px;
	width:300px;
	
	border-right:5px #828f97 solid;
}

#page-details .sidebar{
background:black url(images/bg-sidebar.jpg) left top no-repeat;
padding:12px;
float:left;
	width:300px;
	
	border-right:5px #828f97 solid;
	}

.sidebar h2 {
	font:bold 16px Arial, Helvetica, sans-serif;	
	margin:0 0 5px 0;
	
}






.articleNextPrevious {

margin:0 0 0px 0;
display:block;
padding:0px 0 30px 0;
margin:0 0 15px 0;
height:6px;
width:545px;
}
.articleNextPrevious a{
color:#fff;
}
.articleNext, .articlePrevious{
padding:6px 8px;
font-weight:bold;
color:#fff;
background:#ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.articleNextPrevious a:hover{
text-decoration:none;
color:#FFFFFF;
}


.item {
	padding:0px 10px 16px 9px;
	width:227px;
	float:left;
	margin:10px 20px 10px 0;
	background:#fff;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	
	
}
.item h2 {
	font:italic bold 14px Georgia, "Times New Roman", Times, serif;
	margin:0 0 3px 0;
	padding:0;
}
.item h2 a {
	color:#000;
	text-decoration:none;
}
.item h2 a:hover {
	color:#fff;
	text-decoration:none;
}
.item p {
	margin:0 0 4px 0;
	
}
.item2 {
	background: #615856 url('images/bg-filter-off.gif') repeat-x;
	padding:0px 10px 16px 9px;
	width:227px;
	float:left;
	margin:10px 20px 10px 0;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	
}
.item2 .post-ratings{
color:#9d938f;
}
.item a img, .item2 a img{
	
	width:227px;
	
	
}
.item2 h2 {
	font:italic bold 14px Georgia, "Times New Roman", Times, serif;
	margin:0 0 3px 0;
	padding:0;
	
}
.item2 h2 a {
	color:#fff;
	text-decoration:none;
}
.item2 h2 a:hover {
	color:#fff;
	text-decoration:none;
}
.item2 p {
	margin:0 0 4px 0;
	
}
.itemTitle{
font:15px Arial, Helvetica, sans-serif;
padding:10px;
	margin:0 30px 0px 0;
	background:#f6f6f6;
	border-bottom:1px #f4f4f4 solid;
	-moz-border-radius-topleft: 5px;
-webkit-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-radius-topright: 5px;
height:65px;
}
.itemTitle p{
color:#4c4441;
text-align:left;
font-size:28px;

}


  /* --------------- */
 /*   Comment Form  */
/* --------------- */


	#submit .submit{
	background:#000000;
	displya:block;
	padding:5px;
	}
	#comment_form .text_input {
		width:191px;
		padding:6px;
		color:#000;
		font:16px Geneva, Arial, Helvetica, sans-serif;
		background:#fff;
		border:2px solid #ccc;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		
	}
	#comment_form .text_area {
		width:530px !important;
		border:2px solid #ccc;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#fff;
		
	}

	ul#comment_list {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	ul#comment_list li.comment {
		margin:0 0 10px 0;
		
	}
	ul#comment_list li.trackback {
		padding:10px;
	}
	.comment_meta {
		margin:10px 30px 0px 0;
		padding:10px 0 0 0;
		font-size:15px;
		
	}
	.comment_num {
		padding:0 8px 10px 0;
		font-weight:bold;
		font-size:23px;
		float:right;
		
	}
	.trackback .comment_num {
		padding:0 0 0 20px;
	}
	.comment_num a,.comment_num a:visited {
		color:#ccc;
		text-decoration:none;
	}
	.comment_num a:hover {
		color:#666;
		text-decoration:none;
	}
	.comment_meta strong {
		font-size:1.2em;
		
	}
	.comment_meta img {
		vertical-align: middle;
		padding:2px;
		margin:0 5px 0 0;
		background: #fff;
		border-top: 2px #ccc solid;
		border-left: 2px #ccc solid;
	}
	.comment_time {
	font-size:10px;
	padding:0;
	color:gray;
		width:100%;
		float:left;
	}
	
	.bypostauthor p {
    background-color: #ffe0e0;
}

.byuser p{
   background-color: #e0fcff;
}

.commentaires .details{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width:540px;
float:left;
margin:10px 0 0 0;
}
.commentaires .details2{

border:none;
}
#commentForm .details, #commentForm .details2{
background:transparent;
padding:0;
}
#commentForm .details h2, #commentForm .details2 h2{
font:bold 24px Arial, Helvetica, sans-serif;
padding:10px 0 0 0;
color:#ccc;
float:left;
width:90%;
}
#commentForm .details a, #commentForm .details2 a, .unstyled{
color:#ccc;
float:left;
margin-right:10px;
}
#commentForm .details a, #commentForm .details2 a,{
text-decoration:underline;
}

 h2.com{
font:bold 16px Arial, Helvetica, sans-serif;

width:100%;
float:left;
height:30px;
}


#comment_list .details p {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
display: inline;
}
.blocDetail {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float:left;
width:470px;
background: #fff;
display:block;
padding:10px;
margin: 0 0 0 5px;
font-size: 13px;
}
.avatar img{
float:left;
border:1px #ccc solid; padding:4px;
background: white;}

#comment_list .details {
width:540px;
}

.details {
	
}
.details ul {
	margin:5px 0 5px 15px;
	list-style-type:none;
}
.details li {
	padding:3px 0 3px 0;
	list-style-type:square;
}
.details h2 {
	font-size:24px;
	color:#0066cb;
	margin:0 0 3px 0;
}


.details p {
	margin:5px 0 ;
	font:13px Geneva, Arial, Helvetica, sans-serif;
}
.details p img {
	padding:0;
	
}
.details2 {
	padding:20px;
	margin:0 30px 0px 0;
}
.details2 ul {
	margin:5px 0 5px 15px;
	list-style-type:none;
}
.details2 li {
	padding:3px 0 3px 0;
	list-style-type:square;
}
.details2 h2 {
	font-size:42px;
	color:#474848;
	margin:0 0 3px 0;
}
.details2 p {
	margin:5px 0 ;
}
.details2 p img {
	padding:0;
	
}

.bloc{
background:#f6f6f6;
width:515px;
float:left;
margin:0 0 15px 0;
padding:15px;
border-bottom:2px #f4f4f4 solid;
}
.infos{
	float:left;
	width:510px;
	
	}
	
	.infos p strong{
	font-size:11px;
	color:#ccc;
	
	display:block;
	}
.tags {
	float:left;
	width:530px;
	overflow: hidden;
	padding:15px 0 15px 15px;
	-moz-border-radius-bottomleft: 5px;
-webkit-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-radius-bottomright: 5px;
	background:#fff;
	margin:0 0 15px 0;
	 
}
.tags strong{
float:left;
padding:5px 5px 0 0;
}
.tags a{
padding:0 3px 0 12px;
margin:2px 2px 5px 2px;
	font:italic 11px Georgia, "Times New Roman", Times, serif;
line-height: 24px;
float:left;
background:#FFFF99;
border-right:2px #FFFF00 solid;
border-bottom:1px #FFCC00 solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
white-space: nowrap;

}

.tags-sidebar {
padding:10px;
}
.tags-sidebar a{
background:#f4f4f4;
padding:2px 5px;
color:black;
font-size:18px;
line-height: 30px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
white-space: nowrap;

}

.post-ratings {
	
	font-size:11px;
	vertical-align: top;
	
	}
	.post-ratings img{
	vertical-align: bottom;
	}
	.ratings-detail{
	padding:0px;
	background:#FFFFFF;
	font-size:9px;
	width:515px;
	}
.post-ratings span {
	display:none;
	
}
.rating{
 
margin:8px 0 0 0
}

  /* ---------------- */
 /*   Navigation     */
/* ---------------- */

#nav{
position: absolute;
top:70px;
right:0;
	height:50px;
	display:block;
	margin:0 0 0 170px;
	/*border:1px red solid;*/
}
#nav ul li a{
color:#fff;
font:bold 13px Arial;
letter-spacing:1px;

padding:10px;
}
	#nav ul li{
	
	float:left;
	
	margin:18px 2px 0 0;
	}

.navbottom {
	
	height:21px;
	margin:1px 0 0 0;
}
.nav {
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	color:#fff;
}
.nav a {
	padding:4px 8px 4px 8px;
	border:1px solid #e5e5e5;
	color:#fff;
	font-size:10px;
	margin:0 5px 0 0;
}
.nav a:hover {
	padding:4px 8px 4px 8px;
	border:1px solid #0066cb;
	color:#0066cb;
	text-decoration:none;
	font-size:10px;
	margin:0 5px 0 0;
}
.nav .on {
	padding:4px 8px 4px 8px;
	border:1px solid #0066cb;
	color:#0066cb;
	font-size:10px;
	margin:0 5px 0 0;
}
.nav span {
	padding:4px 8px 4px 8px;
	border:1px solid #e5e5e5;
	font-size:10px;
	margin:0 5px 0 0;
}



  /* ---------------- */
 /*   TABBER FOOTER  */
/* ---------------- */


.tabberlive .tabbertabhide {
	display:none;
	overflow: hidden;
}
.tabber {
	padding:0;
	display: none;
	overflow: hidden;
}
.tabberlive {
	margin:0px 0 1px 0;
}
ul.tabbernav {
	
	padding:0px 0;
	
	height:25px;

}
ul.tabbernav li {
	list-style:none;
	margin:0;
	display:inline;
	
	
}
ul.tabbernav li a {
	padding:7px 15px;
	border-bottom:none;
	text-decoration:none;
	font-size:16px;
	margin:0 2px 0 0;
	background: #f6f6f6;
	-moz-border-radius-topleft: 5px;
-webkit-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-radius-topright: 5px;
	

}
ul.tabbernav li a:link {
	color:#999;
}
ul.tabbernav li a:hover {
	color:#000;
	background:#fff;
}
ul.tabbernav li.tabberactive a {
	background:#fff;
	color:#000;
	
-moz-border-radius-topleft: 5px;
-webkit-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-radius-topright: 5px;
	text-decoration:none;
	
}

.tabberlive .tabbertab {

	
	padding:6px 10px 10px 10px;
	border-top:0px;
	
	
}
.tabberlive .tabbertab h2 {
	display:none;
	color:#313062;
}
.tabberlive .tabbertab h3 {
	display:none;
}
.tabbertab {
	margin:0px;
	padding:0px;
	background-color: #fff;
}
.tabbertab ul {
	margin:5px 0 0px 15px;
	padding:0;
	list-style-type:none;
	
}
.tabbertab li {
	margin:0;
	padding:3px 0 3px 0;
	list-style-type:none;
	
}
	.tabbertab ul.commentaires-footer li {
	padding:5px 0;
	width:100%;
	list-style-type:none;
	border-bottom: 1px #f4f4f4 solid;
}
.tabbertab ul.commentaires-footer li {
background:url('images/comment-icon.png') no-repeat 0px 5px;
padding-left:20px;
}
.tabbertab ul.note li {
background:url('images/rated-icon.png') no-repeat 2px;
padding-left:20px;
}
.tabbertab ul.link li {
background:url('images/link-icon.png') no-repeat 2px;
padding-left:18px;
}

.wp-smiley {
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}

.linkcat ul li {border-bottom:1px #f4f4f4 solid; padding: 5px 10px 5px 0;}

  /* --------------- */
 /*  ADS - PUB      */
/* --------------- */


#ads {
	background: #121212;
	clear:both;
	width:100%;
	padding:0 20px;
	height:185px;
	overflow:hidden;
}
#ads ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#ads li {
	float:left;
	margin:0;
	padding:30px 8px 13px 7px;
	list-style-type:none;
	-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
}

#favicon{
background: #121212;
	clear:both;
	width:100%;
	height:20px;
	padding:20px 20px;
	border-bottom: 1px #333 solid;
	}
	#favicon a{
	display:block; float:left;
	width:14px;
	height:14px;
	background:gray;
	margin:1px;
	}		
.singleads {
	background:#fdfaeb;
	padding:9px;
	margin:0px 30px 0px 0;
	border:1px solid #f8ecbd;
	-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
}
.singleads h2 {
	margin:0 0 10px 0;
	font-size:1.2em;
	color:#474848;
}






  /* --------------- */
 /*   BUTTON STYLE  */
/* --------------- */

	.submit{
	background:#4c4441 url('images/bg-filter-off.gif') repeat-x;; 
	border:0;
	margin:10px 0 0 0;
	padding:6px 10px;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	


  /* --------------- */
 /*     SEARCH      */
/* --------------- */

	#search{
	background:#fff;
	width:300px;
	margin:30px auto 0 auto;
	padding:15px 15px 5px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	.searchbox {
		margin:0 0 20px 0;
		width:300px;
	}
	.search {
		background:url('images/input.gif') no-repeat;
		height:19px;
		padding:8px 5px 5px 8px;
		width:255px;
		color:#444;
		border:none;
		margin:0;
		float:left;
	}
	.find {
		background:url('images/find.gif') no-repeat;
		border:none;
		height:32px;
		width:32px;
		margin:0;
		float:right;
	}

  /* --------------- */
 /* Form Add a Card */
/* --------------- */

	.details2 iframe {
	height:150px;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	#tdomf_form11.tdomf_form fieldset{
	padding:20px 0;
	border-bottom:1px #ccc dotted;
	}
		#customfields-tf-1-tf, #customfields-tf-2-tf{
		float:right;
		}
	.tdomf_form input, #tdomf_upload_inline_form input, input #uploadfile1_0, textarea{
	padding:5px;
	border:2px #CCCCCC solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	#customfields-tf-4-tf{
	width:470px;
	height:150px;
	}
	tdomf_upload_inline_form, form #tdomf_upload_inline_form{
	border:2px #CCCCCC solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	#tdomf_upload_inline_form label, #tdomf_upload_inline_form .required{
	padding:10px 0;
	margin:10px 0;
	float:left;
	width:95%;
	border:2px #CCCCCC solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	input #tdomf_upload_inline_submit_1{
	float:left;
	border:2px #CCCCCC solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

  /* --------------- */
 /*   PAGINATION    */
/* --------------- */

#pagination{float:left; width:100%;margin:18px;}
#pagination .page-navi span{display:none;}
#pagination .page-navi {display:left; margin-top:15px;}
#pagination .page-navi a{ 
padding:5px 10px; background:#f6f6f6; margin:10px 1px; -moz-border-radius: 5px;
	-webkit-border-radius: 5px; color:#ccc;}
	#pagination .page-navi a:hover{
	background:#fff;
	color:#524a48;
	text-decoration: none;
	} 
#pagination .page-navi strong.on{ color:#d5cdc9;
padding:5px 10px; background:#524a48; margin:2px; -moz-border-radius: 5px;
	-webkit-border-radius: 5px;}

  /* --------------- */
 /*     FOOTER      */
/* --------------- */

		#footer {
		background:#f6f6f6;
			width:100%;
			height:70px;
			margin:0 auto;
			padding:9px 0 0x 0;
			float:left;
			
			
		}
		#footer p {
			padding:20px 0;
			text-align:center;
			font-size:11px;
			margin:0;
			color:#666;
		}
		#footer a {
			color:#999;
			text-decoration:none;
		}
		#footer a:hover {
			color:#0066cb;
		}
#share-home{
width:350px;
margin:0 auto;
padding: 20px 0;
}	
		
#share{
width:280px;
margin:0 0 10px 0;
position:relative;
top:10px;
}
	#share-home .gplus,
	#share-home .twitshare,
	#share-home .fbshare,
	#share .gplus,
	#share .twitshare,
	#share .fbshare{
	float:left;
	}
		#share-home .gplus,
		#share .gplus{
		width:72px;
		}
		#share-home .twitshare,
		#share .twitshare{
		margin: 0 1px 0 0;
		}
		#share-home .fbshare,
		#share .fbshare{
		margin: 1px 0 0 0;
		}
