/*
Theme Name: Auxiette2010
Theme URI: http://www.auxiette2010.fr/wp-content/themes/Auxiette2010/
Description: Theme Wars Premium Theme reviewed by Thomas COUDRAIS
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
  height: auto;
}

body {
	background: #FFFFFF url('images/body_bg.png') repeat-y top center;
	color: #141414;
	font-family: Georgia, "Nimbus Roman No9 L", Serif;
	font-size: 12px;
	text-align: center;
}

#container {
	background: #DBDBDB url('images/container_bg.png') repeat-x top center;
	overflow: hidden;
	text-align: left;
	width:1020px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
	padding-bottom: 25px;
}

#container #content {
	margin:0px 35px;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.clear {
	clear: both;
	font-size: 1px;
}

a {
	color: #c40000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	height: 215px;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

#header #logo {
	float: left;
	z-index: 1;
}

#header #logo h1,
#header #logo h1 a {
	color: #ffffff;
	display: block;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

#header #logo h1 {
	margin-bottom: 5px;
}

#header #logo p {
	color: #ffffff;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 14px;
}

#header #subscribe {
	position:absolute;
		bottom:50px;
		right:50px;
	width:260px;
	height:auto;
	z-index:99999;
}

#header #subscribe #newsletter {
	height: 20px;
	border-bottom: 1px solid #e30045;
	display: block;
	width: 255px;
	margin-bottom: 7px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family:Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #e30045;
}
#header #subscribe #newsletter_confirm {
	height:20px;
	width:100%;
	display:block;
	clear:both;
	color:#DAD900;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
}
#header #subscribe input.text {
	background: transparent url('images/input_bg.png') repeat-x top left;
	border: none;
	color: #1e1e1e;
	float: left;
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	margin-right: 10px;
	padding: 3px 8px;
	width: 164px;
}

#header #subscribe input.submit {
	background: transparent;
	border: 1px solid #e30045;
	padding-bottom: 2px;
	float: left;
	height: 20px;
	width: 70px;
	font-size: 11px;
	color: #b1b3b4;
	cursor: pointer;
}

#header #subscribe input.submit:hover {
	background: #D90202;
}

#header ul {
	list-style: none;
	padding: 0px 20px;
	height: 33px;
	width: 900px;
	position:absolute;
		bottom:13px;
		left:40px;
}

	* html #header ul {
		bottom:19px;
	}

#header ul li {
	list-style-image: url('images/nav_sep.png');
	list-style-position: outside;
	height: 100%;
	padding-right: 15px;
	margin-right: 10px;
	float: left;
	font-size: 15px !important;
}

#header ul li:hover {
	color: #DAD900;
}

#header ul li a {
	color: #fff;
	font-weight: normal;
	padding: 0px 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #DAD900;
	text-decoration: none;
}

/* Content */

/* Col 1 */

#content #col-1 {
	width: 620px;
	float: left;
	overflow: hidden;
}

#content #col-1 #slider {
	background: #fff;
	border: 1px solid #b4b4b4;
	width: 610px;
	height: 245px;
	position: relative;
	margin-bottom: 18px;
	padding: 4px;
	overflow: hidden;
}

#content #col-1 #sliderTop {
	height:5px;
	width:100%;
	background:#A80034;
}

#content #col-1 #sliderContent {
	width: 610px;
	position: absolute;
	top: 5px;
	list-style: none;
	margin-left: 0;
}

#content #col-1 .sliderImage {
	float: left;
	margin-top: 4px;
	position: relative;
	display: none;
}

#content #col-1 .sliderImage img {
	width: 610px;
	height: 240px;
}

#content #col-1 .sliderImage span.bottom {
	position: absolute;
	padding: 10px;
	width: 590px;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.7;
	color: #fff;
	display: none;
}

#content #col-1 .sliderImage span.bottom strong.title {
	float: left;
	font-size: 20px;
	font-weight: bold;
}

#content #col-1 .sliderImage span.bottom strong.date {
	font-size: 12px;
	font-weight: normal;
	float: right;
}

#content #col-1 .sliderImage span.bottom strong.content {
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-top: 5px;
	width: 100%;
}

#content #col-1 #slider .bottom {
	bottom: 3px;
	left: 0;
}

#content #col-1 #slider span.bottom span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}  

#content #col-1 #slider .clear {
	clear: both;
}

#content #col-1 #child-col-1 {
	float: left;
	width: 288px;
	margin-bottom: 25px;
}

#content #col-1 #child-col-2 {
	float: right;
	width: 288px;
	margin-bottom: 25px;
}

#content #col-1 #child-col-2 object {
	width: 100% !important;
	height: 200px !important;
}

#content #col-1 #child-col-2 embed {
	width: 100% !important;
	height: 200px !important;
}

.content-box {
	background: #fff;
	border: 1px solid #b4b4b4;
	padding: 12px;
}

.ad-box {
	background: #fff;
	border: 1px solid #b4b4b4;
	padding: 5px;
}

.ad-box .ad_top{
	background: #DAD900;
	height: 5px;
	width: 100%;
}

.ad-box img {
	width: 288px !important;
}

.content-box h3.headline {
	background: #ebebeb;
	color: #111111;
	display: block;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 12px;
	padding: 0px 5px;
}

.content-box h2, .content-box h2 a {
	color: #c20000;
	font-size: 14px; font-weight: normal;
	text-decoration: none;
}

.content-box h2 {
	margin-bottom: 10px;
}

.content-box h2.rss, .content-box h2.rss a {
	border: none !important;
}

.content-box .entry {
	color: #1c1c1c;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}

.content-box .newsletter {
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center !important;
}

.content-box .post {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

.content-box .post-container {
	float: right;
	width: 189px;
}

.content-box img.alignleft {
	margin-right: 10px;
	float: left;
}

.video h2 {
	margin-bottom: 10px; margin-top: 10px;
}

.video p {
	border-bottom: 1px solid #ebebeb;
}

.video h2 a {
	font-size: 16px;
}

h2 a:hover {
	text-decoration: underline;
}

.video strong {
	color: #313131;
	display: block;
	font-size: 12px;
	margin-bottom: 13px;
	margin-left: 20px;
}

.video ul {
	margin-left: 20px;
	list-style: none;
}

.video li {
	margin-bottom: 12px;
}

.video li a {
	background: transparent url('images/arrow.png') no-repeat 0 3px;
	padding-left: 16px;
}

.agenda ul {
	margin-left: 10px;
	list-style: none;
}

.agenda li {
	margin-bottom: 10px;
}

.agenda li a {
	background: transparent url('images/puce.png') no-repeat left center;
	padding-left: 20px;
	height: 10px;
	padding-top: 2px;
}

/* Single Post Page */

#content #col-1 .error {
	font-size: 18px;
	margin: 0;
}

#content #col-1 #single-container {
	margin-bottom: 18px;
	padding: 5px;
}

#content #col-1 #single-container .singleTop {
	height: 5px;
	width: 100%;
	background: #A80034;
}

#content #col-1 .single h1, #content #col-1 .single h2.headline, #content #col-1 .single h2.headline a {
	border-bottom: 1px dashed #cecece;
	color: #131313;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px;
	width: 97%;
	margin:auto;
}

#content #col-1 .single .post-info {
	overflow: hidden;
	width: 97%;
	margin: auto;
	padding: 5px 0px;
}

#content #col-1 .single .post-info span {
	color: #c50000;
	text-decoration: underline;
}

#content #col-1 .single .post-info .date {
	float: left;
}

#content #col-1 .single .post-info .author {
	float: left;
	margin-left: 18px;
}

#content #col-1 .single .post-info .comments {
	float: right;
}

#content #col-1 .single .entryTop {
	background: #A80034 url(images/bottom-arrow.png) no-repeat 35px top;
	width: 100%;
	padding-top: 25px;
}

#content #col-1 .single .entry {
	color: #151515;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 20px;
	text-align: justify;
	width: 100%;
}

#content #col-1 .single img.alignright {
	margin-left: 15px;
	margin-bottom: 15px;
}

#content #col-1 .single img.alignleft {
	margin-right: 15px;
	margin-bottom: 15px;
}

#content #col-1 .single .entry p {
	margin: 5px;
	margin-top: 15px;
}

#content #col-1 .single .entry blockquote {
	background: #ebebeb;
	padding: 10px 10px;
}

#content #col-1 .single .entry ul {
	margin-left: 30px;
	margin-bottom: 15px;
	clear: both;
}

#content #col-1 .single .entry #programme {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 8px;
	margin-left: 6px;
	list-style-type: none;
}

	* html #content #col-1 .single .entry #programme {
		margin-left: auto;
	}

#content #col-1 .single .entry #programme li.page_item {
	background: #FFFFFF;
	width: 29%;
	height: 190px;
	border: 1px solid #B4B4B4;
	padding: 5px;
	margin: 5px;
	position: relative;
	float: left;
	text-align: center;
	cursor: pointer;
}

#content #col-1 .single .entry #programme li.page_item a {
	width: 100%;
	position: absolute;
		bottom: 5px;
		left: 0px;
	font-weight: bold;
}

#content #col-1 .single .entry #programme li.page_item:hover a {
	color: #FFFFFF;
	background: #A80034;
}

#content #col-1 .single .entry #programme li.page_item:hover a:hover {
	text-decoration: none;
}

#content #col-1 .single .entry #programme li.page_item img {
	width: 150px;
	height: 150px;
	margin-top: 10px;
	/*border: 1px solid #A80034;*/
}

#content #col-1 .single .entry ol {
	margin-left: 30px;
	margin-bottom: 15px;
}

#content #col-1 .single .entry h1 {
	border: 0;
	font-size: 18px; font-weight: bold;
	margin-bottom: 15px;
}

#content #col-1 .single .entry h2 {
	border: 0;
	color: #151515;
	font-size: 16px; font-weight: bold;
	margin-bottom: 15px;
}

#content #col-1 .single .entry h3 {
	border: 0;
	color: #151515;
	font-size: 14px; font-weight: bold;
	margin-bottom: 15px;
}

#content #col-1 .single .entry h4 {
	border: 0;
	color: #151515;
	font-size: 12px; font-weight: bold;
	margin-bottom: 15px;
}

#content #col-1 .single .entry a.more-link {
	padding-right: 5px;
}

#content #col-1 .single .post-meta-data {
	border-top: 1px dashed #cecece;
	font-size: 14px;
	margin: auto;
	overflow: hidden;
	width: 97%; 
	padding-top: 10px;
	clear: both;
}

#content #col-1 .single .post-meta-data span {
	color: #c50000;
	font-weight: bold;
}

#content #col-1 .single .comments {
	float: left;
}

#content #col-1 .single .sociable {
	float: right;
}

#content #col-1 .wpcf7 input[type="submit"] {
	background: #C00000 none repeat scroll 0 0;
	width: auto;
	height: 21px;
	padding: 0px 2px 2px;
	border: 1px solid #A6A6A6;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 11px;
}

#content #col-1 .wpcf7 input[type="submit"]:hover {
	background: #D90202 none repeat scroll 0 0;
}

#content #col-1 .adblock {
	margin-bottom: 23px;
	text-align: center;
}

#content #col-1 #comment-container {
	background: #4d4d4d;
	border: 1px solid #b4b4b4;
	padding: 14px;
}

#content #col-1 #comment-container .navigation {
	overflow: hidden;
	width: 590px;
}

#content #col-1 #comment-container .navigation div {
	margin-bottom: 15px;
}

#content #col-1 #comment-container .navigation a {
	color: #fff;
	margin-bottom: 15px;
}

#content #col-1 #comment-container ol, #content #col-1 #comment-container ul {
	list-style: none;
}

#content #col-1 #comment-container ul {
	padding-left: 15px;
}

#content #col-1 #comment-container li.depth-1 {
	margin-bottom: 15px;
}

#content #col-1 #comment-container li .comment-container-div {
	background: #fff;
	padding: 14px;
}

#content #col-1 #comment-container li .comment-container-div .author-info {
	background: #f5f5f5;
	color: #2a2a2a;
	height: 38px;
	line-height: 38px;
	margin-bottom: 12px;
}

#content #col-1 #comment-container li > .comment-container-div > .author-info > .author_name,
#content #col-1 #comment-container li > .comment-container-div > .author-info > .author_name a {
	color: #d03333;
	font-size: 18px;
	font-weight: bold;
}

#content #col-1 #comment-container li.bypostauthor > .comment-container-div > .author-info .author_name,
#content #col-1 #comment-container li.bypostauthor > .comment-container-div > .author-info .author_name a {
	color: #fff !important;
	font-size: 18px; font-weight: bold;
}

#content #col-1 #comment-container li .comment-container-div .author-info .avatar,
#content #col-1 #comment-container li .comment-container-div .author-info .author_name,
#content #col-1 #comment-container li .comment-container-div .author-info .comment_date {
	float: left;
}

#content #col-1 #comment-container li .comment-container-div .author-info .avatar {
	margin-right: 10px;
}

#content #col-1 #comment-container li .comment-container-div .author-info .author_name {
	margin-right: 10px;
}

#content #col-1 #comment-container li .comment-container-div .comment-entry {
	color: #2a2a2a;
	line-height: 18px;
}

#content #col-1 #comment-container li .comment-container-div .comment-entry p {
	margin-bottom: 30px;
}

#content #col-1 #comment-container li .comment-container-div .comment-entry p {
	margin-bottom: 30px;
}

#content #col-1 #comment-container li.bypostauthor > .comment-container-div {
	background: #e5e5e5;
}

#content #col-1 #comment-container li.bypostauthor > .comment-container-div .author-info {
	background: #4d4d4d; 
	color: #fff;
}

#content #col-1 #respond {
	position: relative;
	width: 564px;
}

#content #col-1 #respond #fbc_login {
	position:absolute;
		top:3px;
		right:3px;
}

#content #col-1 #respond h3 {
	background: #f5f5f5;
	position: relative;
	color: #1e1e1e;  
	font-size: 18px; font-weight: bold;
	margin-bottom: 15px;
	padding: 5px;
}

#content #col-1 #respond p {
	margin-bottom: 15px;
}

#content #col-1 #respond label {
	display: block;
	margin-bottom: 5px;
}

#content #col-1 #respond input.text {
	border: 1px solid #c2c2c2;
	color: #141414;
	font-size: 12px;
	padding: 3px 5px 4px 5px;
	width: 60%;
}

#content #col-1 #respond p {
	width: 550px;
	position: relative;
}

#content #col-1 #respond textarea {
	border: 1px solid #c2c2c2;
	color: #141414;  
	padding: 5px;
	width: 60%;
	height: 50px;
}

#content #col-1 #respond input[type="submit"] {
	background: #c00000;
	border: 1px solid #a6a6a6;
	color: #ffffff;
	display: block;
	font-size: 11px;
	height: 21px;
	width: auto;
	padding:2px;
	padding-top:0px;
	position: absolute;
	left: 65%;
	bottom: 0;
	cursor: pointer;
}

#content #col-1 #respond input[type="submit"]:hover {
	background: #D90202;
}

#content #col-1 #respond #avatar {
	text-align: center;
	position: absolute;
		right: 2px;
		top: 43px;
}

#content #col-1 #respond #avatar img {
	border: 1px solid #d6d6d6;
	margin-bottom: 0px;
}

#content #col-1 #respond #avatar p {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
	width: auto;
}

/* Col-2 */

#content #col-2 {
	float: right;
	width: 300px;
	overflow: hidden;
}

#content #col-2 .widget {
	/*margin-top: 13px;*/
	margin-bottom: 13px;
	overflow: hidden;
	width: 274px;
}

#content #col-2 .widget_search .screen-reader-text {
	display: none;
}

#content #col-2 .widget_search #s {
	background: transparent url('images/input_bg.png') repeat-x top left;
	border: 1px solid #989898;
	color: #1e1e1e;
	font-size: 11px;
	margin-right: 10px;
	padding: 3px 8px;
	width: 62%;  
}

#content #col-2 .widget_search #searchsubmit {
	background: #c00000;
	border: 1px solid #a6a6a6;
	color: #ffffff;
	font-size: 11px;
	height: 100%;
	padding: 1px;
	width: 25%;
	cursor: pointer;
}

#content #col-2 .widget_search #searchsubmit:hover {
	background: #d90202;
}

#content #col-2 .widget_text .textwidget {
	text-align: center;
}

#content #col-2 .widget_text .textwidget a:hover{
	text-decoration:none;
}

#content #col-2 .widget_text .textwidget img {
	width: 30%;
	margin: 0% 8%;
}

#content #col-2 .widget ul {
	list-style: none;
}

#content #col-2 .widget ul li {
	background: transparent url('images/arrow.png') no-repeat 0 3px;
	margin-top: 14px;
	padding-left: 16px;  
}

#content #col-2 .widget_twitter ul li {
	background: transparent url('images/tweet_bg.png') no-repeat top left;
	color: #222222;
	font-size: 11px;
	line-height: 14px;
	margin-top: 12px;
	height: 70px;
	padding-left: 63px; padding-top: 5px; padding-bottom: 5px; padding-right: 5px;
	width: 205px;
}

#content #col-2 .widget_twitter ul li a {
	color: #929292;
}

#content #col-2 .widget_twitter #twitter-link {
	font-size: 13px; font-weight: bold; color: #00adee;
	margin-bottom: 10px;
}

#content #col-2 .widget-flickr .images {
	text-align: center;
}

#content #col-2 .widget_flickr .flickr_badge_image {
	display: inline-block;
	float: left;
	margin-right: 12px; margin-top: 12px;
}

#content #col-2 .widget_flickr .flickr_badge_image img {
	border: 4px solid #cccccc;
}

/* Split Columns */

#split-columns {
	float: right;
	width: 300px;
}

#split-columns #col-2 {
	float: left;
	list-style: none;
	margin-top: -18px;
	width: 130px;
}

#split-columns #col-2 .widget {
	width: 106px;
}

#split-columns #col-2 .widget_search #s {
	width: 80px;
	margin-bottom: 5px;
}

#split-columns #col-2 .widget_flickr .flickr_badge_image {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

#split-columns #col-3 {
	float: right;
	width: 160px;
}

/* Rejoindre la campagne */

#join_form {
	padding: 5px;
}

#join_form input.error {
	font-size: 11px !important;
	border-color: #C40000;
	color: #C40000;
}

#join_form #my_info label {
	display: block;
}

#join_form #my_info input {
	width: 50%;
}

#join_form input.submit {
	background-color: #C00000;
	width: 70px;
	height: 100%;
	border: 1px solid #A6A6A6;
	padding: 1px;
	
	font-size: 11px;
	cursor: pointer;
	color: #FFFFFF;
}

#join_form input.submit:hover {
	background-color: #D90202;
}

#join_form span.required {
	font-size: 12px;
	font-weight: bold;
	color: #c40000;
}

#join_form span.fieldset {
	text-decoration: underline;
	font-size: 13px;
}

/* Footer */

#footer_container, .push {
	height: 52px;
}

#footer_container {
	background: #2a2a2a url('images/footer_bg.png') repeat-x top left;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;
	margin: auto;
	width: 1020px;
}

#footer {
	height: 30px;
	margin: 0 auto;
	padding-top: 22px;
	overflow: hidden;
	text-align: left;
	width: 100%;  
}

#footer .alignleft {
	float: left;
	margin-left: 25px;
	padding-top: 2px;
}

#footer .alignright {
	float: right;
	margin-right: 25px;
}

#footer .alignright img {
	margin: 0px 5px;
	position: relative;
		top: 3px;
}

#footer .alignright a {
	font-size: 12px;
	font-family: Arial,Helvetica,Sans-Serif;
	text-decoration: none;
	color: #FFF;
}

#footer .alignright a:hover {
	text-decoration: none;
}


