/*
	Theme Name: FakeOrReality
	Description: Fake Or Reality
	Author: Une équipe de Taré
*/

/* Begin Typography & Colors */
body { font-size: 13px; font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, Verdana, sans-serif; color: #1b1b1b; text-align: center; background: white; padding: 0; margin: 0; }
img { border: 0; }	
hr { border: 0; border-bottom: dotted 2px #DBDBDB; margin: 20px 0 20px 0; clear: both; }	
a { text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }	
form { padding: 0; margin: 0; }
legend { font-size: 1.2em; font-weight: bold; margin: 0 0 0 0; padding: 0 0 .2em 0; border-bottom: 2px solid #F1F1F1; }
fieldset { margin: 2em 0 0 0; padding: .5em 0 0 0; border: 0; } 	
li, ul { list-style: none; padding: 0; margin: 0; }	
p { line-height: 150%; margin: 1em 0 1em 0; }
blockquote { font-size: 1em; line-height: 100%; color: #5d5d5d; border-left: 5px solid #f1f1f1; padding: 0 0 0 20px; margin: 0; }
blockquote strong { color: #5d5d5d !important; }
	
#top
{
	color: #222222;
	position: relative;
	margin: auto;
	z-index: 5;
	background: url(images/bg_top.png) white bottom repeat-x;
	border-bottom: 1px solid #e4e4e4;
}

#top_strip
{
	margin: auto;
	width: 1000px;
	height: 42px;
	position: relative;
}

#top_strip_left
{
	position: absolute;
	bottom: 0;
	left: 10px;
}

#top_strip_left li
{
	font-size: .9em;
	float: left;
	margin: 0 15px 0 0;
}

#top_active_tab
{	
	background: url(images/top_corner_nw.png) top left no-repeat;
	padding-left: 5px;
}

#top_active_tab div
{
	background: url(images/top_corner_ne.png) top right no-repeat;
	padding-right: 5px;
}

#top_active_tab a
{
	margin: 0 5px 0 5px;
}

* html #top_active_tab
{	
	background: white;
	padding-left: 5px;
}

* html #top_active_tab div
{
	background: white;
	padding-right: 5px;
}

#top_strip_left li a
{
	text-decoration: none;
	font-weight: normal;
	padding: 7px 0 7px 0;
	display: block;
	color: #555555;
}

#top_active_tab a
{
	font-weight: bold !important;
}

#top_strip_left li a:hover
{
	text-decoration: underline;
}

#top_strip_left li span
{
	display: block;
	padding: 7px;
	font-weight: bold;
}

#top_strip_right
{
	margin: 7px 0 0 0;
	float: right;
}

#top_strip_right li
{
	margin-left: 30px;
}

#s, #q
{
	border: none;
	background: white;
	padding: 5px;
	font-size: 1em;
	width: 180px;
	margin: 0;
	border: 1px solid #dbdbdb;
}

#searchsubmit
{
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	color: #222222;
	background: white;
	padding: 4px 6px 4px 6px;
	border: 1px solid #dbdbdb;
}

#searchsubmit:hover
{
	color: black;
}

#leaderboard { text-align: center; padding: 5px 0 5px 0; }
#leaderboard iframe { width: 730px; height: 100px; margin: auto; }

.post_ad { text-align: center; margin: 0 0 10px 0; }

#page {
	text-align: left;
	width: 1000px;
	margin: auto;
	height: auto;
	background: url(images/page_bg.png) #f5f5f6;
	}

#header 
{
	position: relative;
	padding: 0 0 1em 0;
	border-bottom: 4px solid #f1f1f1;
	background: white;
	height: 130px;
}

#header_ad
{
	position: absolute;
	text-align: center;
	right: 0;
	top: 10px;
}

#header_logo
{
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 5;
}

#header_items
{
	position: absolute;
	right: 13px;
	bottom: 13px;
	z-index: 2;
	width: 550px;
}

* html #header_items
{
	top: 60px;
}

#header_items li
{
	font-size: .95em;
	float: right;
	margin-left: 15px;
}

#header_items li a
{

	color: #222222;	
}

#header_items_left
{
	position: absolute;
	left: 13px;
	bottom: 13px;
	z-index: 2;
}

* html #header_items_left
{
	top: 60px;
}

#header_items_left li
{
	font-size: .95em;
	float: left;
	margin-left: 15px;
}

#header_items_left li a
{

	color: #222222;	
}

#columns
{
	border-top: 1px solid #dbdbdb;
}


#content 
{
	border-right: 1px solid #e4e4e4;
	background: white;
}

#content table
{
	width: 90%;
}

.entry ul li, .post ul li, .page_content ul li
{
	list-style: square;
	margin: 0 0 .4em .5em;
}

.entry ol li, .post ol li, .page_content ol li
{
	list-style: decimal;
	margin: 0 0 .4em .5em;
}

.single_post
{
	margin-bottom: 0 !important;
}

#content form li, #content form ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#content thead
{
	font-weight: bold;
	background: #e7e7e7;
}

#content .form_text
{
	border: 1px solid #b6b6b6;
	background: #f7f7f7;
	font-size: 1em;
	padding: 3px;
	width: 15em;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
}

#content textarea
{
	border: 1px solid #b6b6b6;
	background: #f7f7f7;
	font-size: 1em;
	padding: 10px;
	width: 500px;
	height: 6em;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
}

#content .form_select
{
	border: 1px solid #b6b6b6;
	background: #f7f7f7;
	font-size: 1em;
	padding: 3px;	
}

#content td
{
	padding: 5px;
}
	
.narrowcolumn
{
	float: left;
	width: 669px;
	padding: 0 0 50px 0;
}

.widecolumn
{

}


.narrowcolumn .postmetadata {
	}

#sidebar 
{
	padding: 0 0 70px 0;
	float: left;
	width: 330px;
	background: url(images/sidebar_bg.png) no-repeat bottom left white;
}

.sidebar_internal
{
	padding: 0 10px 0 20px;
	clear: both;
}

#subscribe_email
{
	margin: 0 0 25px 0;
}

#subscribe_email_input
{	
	background: white;
	padding: 5px;
	font-size: 1em;
	margin: 0;
	border: 1px solid #dbdbdb;
}

#subscribe_email_button
{
	cursor: pointer;
	border: none;
	font-weight: bold;
	color: #222222;
	font-size: 1em;
	background: #f7f7f7;
	padding: 4px 6px 4px 6px;
	border: 1px solid #e5e5e5;
}

#subscribe_email_button:hover
{
	color: black;
}

.sidebar_boxes
{
	margin: 20px 0 0 0;
}

.sidebar_boxes li
{
	float: left;
	margin: 0 0 20px 30px;
	cursor: pointer;
}

* html .sidebar_boxes li
{
	margin: 0 0 10px 10px;
}

#vertical_ads
{
	margin-top: 20px;
	clear: both;
}

#vertical_ads .sidebar_boxes
{
	margin-left: 10px;
}

#vertical_ads .sidebar_boxes li
{
	margin-left: 20px !important;
}

* html #vertical_ads .sidebar_boxes li
{
	margin-left: 10px;
}

#footer 
{
	border-top: 1px solid #dbdbdb;
	padding: .5em .5em 2em .5em;
	font-weight: bold;
	background: white;
}

#footer_right li
{
	float: right !important;
	margin: 0 0 0 20px !important;
}

#footer li
{
	float: left;
	margin: 0 10px 0 0;
}

small {
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	}


#headerimg .description {
	}

h2 {
	margin: 1.5em 0 1em 0;
	}
	
h3 {
	margin: 1.5em 0 .5em 0;
	}

/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 25px 25px 13px;
	padding: 25px 0 0 0;
	border-bottom: 2px dotted #dbdbdb;
	overflow: hidden;
	}
	
.post2
{
	margin: 0 0 10px 0;
}

.content_interior {
	margin: 25px 25px 0px 13px;
	}

.page_content
{
	font-size: 1em;
	line-height: 150%;
	color: #272727;	
	border-top: 2px dotted #DBDBDB;
	clear: both;
}

.page_content ul
{
	padding: 0 0 0 1em;
	margin: 1em 0 2em 0;
}
	
.post_header
{
	font-size: 1.9em;
	font-weight: bold;	
	margin: 0 0 .15px 0;
	color: black;
}

.post2 .post_header
{
	font-size: 1.4em;
}
	
.post_header a
{
	color: black;
	text-decoration: none;
}


.post img, .page_content img
{
	border: 0;
}
	
.shot, .alignleft, .left
{
	float: left;
	margin: 0 1em 1em 0;
}

.shot2, .alignright, .right
{
	float: right;
	margin: 0 0 1em 1em;
}

.post_subheader
{
	position: relative;
	padding: 0 0 5px 0;
	color: #5b5b5b;
}

.post_subheader a
{
	color: #2e2e2e;
}

.post_subheader_right
{
	float: right;
	padding: 0 0 0 10px;
}

.post_subheader_right a
{
	padding-right: 20px;	
	background: url(images/comments.png) top right no-repeat;
	display: block;
}

* html .post_subheader_right a
{
	background: url(images/comments2.png) top right no-repeat;
}

.post_author
{
}

.post_time
{
	color: #3c3c3c;
	font-size: 1em;
}

.post_comments
{
	float: right;
	font-size: 1em;
}


.post .entry
{
	font-size: 1em;
	line-height: 150%;
	color: #272727;
	border-top: 2px dotted #DBDBDB;
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
}

.post .entry strong
{
	color: black;
}

/*.post .entry img, .page_content img
{
 	max-width: 620px;
	width: expression(this.width > 620 ? 620: true);	
}*/

.entry ul
{
	padding: 0 0 0 1em;
	margin: 1em 0 2em 0;
	list-style: square;	
}

.post_footer
{
	margin: 10px 0 0 0;
	padding: 10px 12px 6px 0;
	font-weight: bold;
	background: #FAFAFA;
	clear: both;
}

.post_footer a
{
	color: #222222;
}

.post_footer ul
{
	margin-bottom: 25px;
}

.post_footer li
{
	float: right;
	margin: 0 0 0 15px;
	list-style: none !important;
}

/* Excerpt */

.excerpt {
	margin: 0 25px 0 13px;
	padding: 25px 0 0 0;
	border-bottom: 2px dotted #dbdbdb;
	}
	
.excerpt2
{
	margin: 0 25px 0 13px;
}
	
.excerpt_header
{
	font-size: 1.8em;
	font-weight: bold;	
	margin: 0 0 .2em 0;
	color: black;
}

.excerpt2 .excerpt_header
{
	font-size: 1.6em;
}
	
.excerpt_header a
{
	color: black;
	text-decoration: none;
}

.excerpt .entry
{
	font-size: 1em;
	line-height: 150%;
	color: #272727;
	margin: 0 0 0 0;
}

.excerpt2 .entry
{
	font-size: .95em;
}

.excerpt .entry p
{
	margin-bottom: 0;
}

.excerpt .entry p img
{
	border: 0;
	margin: 0 1em 1em 0 !important;
}

.excerpt hr {

	}
	

.excerpt_subheader
{
	padding: 0 0 5px 0;
	color: #5b5b5b;
	font-size: .95em;
}

.excerpt_subheader a
{
	color: #2e2e2e;
}

.excerpt_subheader_right
{
	float: right;
}

.excerpt_subheader_right a
{
	padding-right: 20px;	
	background: url(images/comments.png) top right no-repeat;
	display: block;
}

* html .excerpt_subheader_right a
{
	background: url(images/comments2.png) top right no-repeat;
}


.excerpt_subheader li
{
	float: right;
	list-style: none;
	margin-left: 10px;
}

.excerpt_subheader ul
{
	margin: 0;
	padding: 0;
}

.excerpt_author
{
}

.excerpt_time
{
	color: #3c3c3c;
	font-size: 1em;
}

.excerpt_comments
{
	font-size: 1em;
}

/*.excerpt .entry img
{
	max-width: 175px;
	max-height: 175px;
	width: expression(this.width > 175 ? 175: true);
	height: expression(this.height > 175 ? 175: true);
}

.excerpt2 .entry img
{
	max-width: 175px !important;
	max-height: 175px !important;
	width: expression(this.width > 175 ? 175: true);
	height: expression(this.height > 175 ? 175: true);
}*/

.excerpt .entry ul
{
	margin-top: 1em;
}

.excerpt_entry_footer
{
	text-align: right;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding-right: .2em;
	clear: left;
	height: 1.8em;
}

* html .excerpt_entry_footer
{
	height: 2em;
}

.excerpt_entry_footer img
{
	float: right !important;
	padding: 0 0 0 3px;
}

.excerpt_entry_footer a
{
	float: right;
	display: block;
	background: url(images/arrow_right.png) no-repeat right top;
	padding-right: 20px;
}

* html .excerpt_entry_footer a
{
	background: url(images/arrow_right2.png) no-repeat right top;
}

.excerpt_footer
{
	padding: 8px 0 8px 0;
	font-weight: bold;
}

.excerpt_footer_right
{
	font-weight: normal;
	float: right;
}

.excerpt_footer_right a
{
	color: #222222;
}

/* Begin Form Elements */
#searchform {
	margin-bottom: 4px;
	}

/* End Form Elements */




/* Begin Sidebar */
#sidebar
{

}

#sidebar form {

	}
/* End Sidebar */


/* Begin Third Column */

#third_column
{
	float: right;
	width: 225px;
	padding: 0 8px 0 8px;
	margin: 25px 0 0 13px;
	background: white;
	z-index: 5;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.third_column_banner
{
	margin: 0 0 10px 0;
	width: 225px;
}

.third_column_content
{
	margin: 0 0 10px 0;	
	background: #f9f9f9;
}

.third_column_content_header
{
	overflow: hidden;
	background: #eeeeee;
	padding: 5px 0 0 8px !important;
	margin: 0 !important;
}

.third_column_content_header li
{
	float: left;
	margin: 0 5px 0 0 !important;
	padding: 5px 7px 5px 7px !important;
	list-style: none !important;
	font-size: .95em;
}

.third_column_content_header li a
{
	color: #101010;
}

.third_column_content_header_selected
{
	font-weight: bold;
	background: #f9f9f9;
	cursor: normal;
}

.third_column_content_body
{
	padding: 15px 15px 10px 15px !important;
	margin: 0 !important;
	background: #f9f9f9;	
	display: none;
	clear: both;
}

.third_column_content_body a
{
	font-weight: normal;
	color: #101010;
}

.third_column_content_body li
{
	list-style: none;
	font-size: .85em;
	color: #6a6a6a;
	padding: 5px 0 0 0;
	margin: 5px 0 5px 0;
	border-top: 1px solid #e8e8e8;
}

.third_column_content_body_first_li
{
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: none !important;
}

.third_column_content_yellow .third_column_content, .third_column_content_yellow .third_column_content_body
{
	background: #fcfbed;
}

.third_column_content_yellow .third_column_content_body li
{
	border-top-color: #f7f4cf;
}

.third_column_content_yellow .third_column_content_header_selected
{
	background: #fcfbed;	
}

.third_column_content_yellow .third_column_content_header
{
	background: #f9f7d6;	
}

.third_column_content_header_link
{
	cursor: pointer;
}

.crunchboard_widget_footer
{
	padding: 0 10px 7px 7px;
	font-size: .7em;
	text-align: right;
}

.crunchboard_widget_footer a
{
	color: #101010;
}

#seesmic_widget .third_column_content_body li
{
	clear: both;
	height: auto;
}

#seesmic_widget .third_column_content_body li img
{
	float: right;
	width: 70px;
	margin-bottom: 5px;
}

.seesmic_thumb
{
	margin: 0 0 0 10px;
}

#seesmic_widget_footer
{
	padding: 5px 0 5px 0;
	background: #eeeeee;
	text-align: center;
}	

/* End Third Column */



/* Begin Calendar */
#wp-calendar {
	}

#wp-calendar #next a {
	}

#wp-calendar #prev a {
	}

#wp-calendar a {
	}

#wp-calendar caption {
	}

#wp-calendar td {
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	}
/* End Calendar */



/* Begin Various Tags & Classes */
	
.neighbor_posts
{
	margin: 5px 25px 10px 13px;
	overflow: hidden;
}

.neighbor_posts_top
{
	margin-top: 0;
	font-size: .85em;
	padding: 2px 10px 3px 10px;
	margin: 0 0 20px 0;
	background: #fbfbfb;
	border-bottom: 1px solid #e4e4e4;
}

.neighbor_posts_bottom
{
	border-bottom: 2px dotted #DBDBDB;
	padding: 0 0 5px 0;
}

.neighbor_posts a
{
	color: #101010;	
}

.neighbor_posts_next
{
	float: right;
}

.neighbor_posts_previous
{
	float: left;
}

.neighbor_posts_next a
{
	background: url(images/arrow_right_nav.png) top right no-repeat;
	padding: 5px 20px 5px 5px;
	display: block;
}

.neighbor_posts_previous a
{
	background: url(images/arrow_left_nav.png) top left no-repeat;
	padding: 5px 5px 5px 20px;
	display: block;
}

.neighbor_posts_top .neighbor_posts_next a, .neighbor_posts_top .neighbor_posts_previous a
{
	padding-top: 8px;
}

.neighbor_posts_previous
{
	float: left;
}

.related_posts
{
	margin: 0 25px 0 13px;
	padding: 10px;
	background: #fcfbed;
	font-size: .95em;
}

.related_posts a
{
	color: #101010;	
	font-weight: normal;
}

.neighbor_posts td, .related_posts td
{
	vertical-align: top;
	padding: 0 !important;
}

.neighbor_posts .td_left
{
	width: 25px;
}

.related_posts .td_left
{
	width: 50px;
}

.related_posts ul
{
	margin-bottom: 0 !important;
}

.related_posts li
{
	margin-bottom: 5px;
}

.navigation {
	font-size: 1.1em;
	margin: 20px 20px 0 0;
	overflow: hidden;
	}
	
.navigation a
{
	color: #2e2e2e;
}
	
.navigation a:hover
{
	text-decoration: none;
}
	
	
.paginated-comments-pages
{
	background: #fafafa;
	border-top: 1px solid #f5f5f5;
	padding: 5px;
}
	
.navigation .alignright
{
	float: right;
	margin: 0;
	padding: 0 1px 1px 0;
}

.navigation .alignleft
{
	float: left;
	margin: 0;
	margin: 0;
	padding: 0 0 1px 1px;
}

.navigation .alignright a
{
	padding: .5em;
	background: url(images/arrow_right_nav.png) top right no-repeat;
	padding: 5px 20px 5px 5px;
	display: block;
	font-size: 1.1em;
}

* html .navigation .alignright a
{
	background: #fafafa url(images/arrow_right_nav2.png) top right no-repeat;	
}

.navigation .alignright a:hover
{
	background-color: #f4f9ff;
}

.navigation .alignleft a
{
	padding: .5em;
	background: url(images/arrow_left_nav.png) top left no-repeat;
	padding: 5px 5px 5px 20px;
	display: block;
	font-size: 1.1em;	
}

.navigation .alignleft a:hover
{
	background-color: #f4f9ff;
}

* html .navigation .alignleft a
{
	background: #fafafa url(images/arrow_left_nav2.png) top left no-repeat;	
}

.navigation td
{
	vertical-align: top;
}


/* End Various Tags & Classes*/

label
{
	font-weight: bold;
}

#widgets
{
	margin: 0 0 20px 0;
}

#widgets h2
{
	font-size: 1.2em;
	margin: 15px 0 15px 0;
}

.page_header
{
	font-size: 2em;
	font-weight: bold;	
	color: black;
	float: left;
	padding: 0 0 15px 0;
	z-index: 2;
}

.page_header a
{
	color: black;
	text-decoration: none;
}

.page_subheader
{
	position: relative;	
	float: right;
}

.page_subheader_right
{
	text-align: right;
}

.page_header_right_comments
{
	padding-right: 20px;	
	background: url(images/comments.png) top right no-repeat;
	display: block;	
	color: #2e2e2e;
}

.page_subheader_right ul
{
	margin: 0 !important;
	padding: 0 !important;
}

.page_subheader_right li
{
	padding: 15px 0 0 0;
	float: right;
	margin: 0 0 0 10px;
	font-size: 13px;
}

.more-link
{
	margin: .5em 0 0 0;
	font-size: 1.2em;
	text-align: right;
	display: block;
}

.search_result
{
	margin: 0 0 15px 0;
}

.search_result_header
{
	font-size: 1.2em;
}

.search_result_info
{
	
}

.tclink_image
{
	float: right;
	margin: 15px;
}

#sidebar h1
{
	border-bottom: 1px solid #DBDBDB;
	font-size: 1.2em;
	margin: 20px 0pt 5px;
	padding: 0pt 5px 2px;
}

#tc_index
{
	font-size: 1.2em;
	margin: 20px 0 20px 0;
	padding: 0pt 5px 2px;	
	font-weight: bold;
}

.sidebar_blog_feed
{
	font-size: .9em;
	margin: 30px 0 30px 0;
}

.sidebar_blog_feed_header
{
	text-align: center;
	border-bottom: 2px solid #f1f1f1;
	padding: 0 0 5px 0;
}

.sidebar_blog_feed_content a
{
	color: #1b1b1b;
	font-weight: normal;
}

.sidebar_blog_feed_content ul
{
	margin: 10px 0 0 0;
}

.sidebar_blog_feed_content li
{
	list-style: disc;
	margin: 0 0 0 15px;
}

/* Begin Comments*/
#addcomment
{
	margin: 10px 0 10px 0;
}

#addcomment h2
{
	margin-top: 0;
}

.comment #addcomment
{
	margin-left: 30px;
}

.comment
{
	border: 0;
}

.comment div 
{
	position: relative;
}

.comment_body
{
	padding: 5px 0px 15px 0px;
	margin: 0 0 10px 0;
}

.comment_content
{
	padding: 0px 3px 0px 3px;
	overflow: hidden;
	height: auto;	
	font-weight: normal;
}

.comment_header a
{
	color: black;
}
	
.commentmetadata
{
	color: #222222;
	font-weight: normal;
}

.commentmetadata:hover
{
	text-decoration: none;
}

.comment_edit
{
	float: right;
}

.comment_author
{
	font-weight: bold;
}

.comment_permalink
{
	font-weight: normal;
}

.comment_author a
{
	color: black;
}
.comment .comment
{
	margin-left: 30px;
	margin-right: 0;
	padding-right: 0;
}

.comment .comment img
{
	margin: 0px;
}

.comment_permalink
{
	color: black;
}

#commentform .field
{
	border: 1px solid #d9d9d9 !important;
	background: white !important;
	padding: 5px !important;
	font-size: 1em !important;
	font-family: Verdana, Arial, Sans-Serif;
	width: 200px;
}

#commentform .button
{
	background: white;
	border: 1px solid #d9d9d9;
	font-weight: bold;
	cursor: pointer;
	font-size: 1em !important;
}

#commentform label
{
	font-weight: bold;
}
/* End Comments */





.comment .collapseicon 
{
	width: 					13px;
	height: 				13px;
	overflow:				hidden;
	background-image: 		url(<?php echo get_settings('siteurl'); ?>/wp-content/plugins/briansthreadedcomments.php?image=subthread-open.png);
}

.collapsed .collapseicon 
{
	background-image: 		url(<?php echo get_settings('siteurl'); ?>/wp-content/plugins/briansthreadedcomments.php?image=subthread.png);
}



.comment .title abbr
{
	border: none;
}

.collapsed .body, .collapsed .comment
{
	display:				none;
}

#trackbacks_area
{
	padding: 20px 0 20px 0;
	margin: 10px 25px 20px 13px;
	overflow: hidden;
	border-bottom: 2px dotted #DBDBDB;
}

#trackbacks_area h2
{
	margin-top: 0;
}

.trackbacks li
{
	margin: 0 0 10px 20px;
	list-style: disc !important;
}

.trackback_time
{
	font-weight: normal;
	color: black
}

#trackback_url
{
	text-align: right;
	font-size: .8em;
	color: #626262;
}

#trackback_url_field
{
	width: 100px;
	color: #626262;
	border: 1px solid #b7b7b7;
}

#comments_area
{
	margin: 0 25px 0 13px;
}

#comments_area h2
{
	margin-top: 0;
}

#medrec
{
	margin: 20px 0pt 0px 20px;
}

#subscribe_area
{
	background: #eeeeee;
	margin: 0;
	padding-bottom: 1px;
}

#subscribe_area li
{
	float: left;
}

#subscribe_area li a
{
	font-weight: normal;
	color: #101010;
	padding: 8px 6px 8px 6px;
	display: block;
}

#subscribe_area li a:hover
{
	background: #f9f9f9;
	text-decoration: none;
}

.subscribe_label
{
	font-weight: bold;
	background: #f9f9f9 !important;
	padding: 8px 9px 8px 9px;
	margin: 0 5px 0 0;
}

#community_area
{
	background: #eeeeee;
	overflow: hidden;
	height: auto;
	margin: 0 0 25px 0;
}

#community_area li
{
	float: left;
}

#community_area li a
{
	font-weight: normal;
	color: #101010;
	padding: 8px 10px 8px 10px;
	display: block;
}

#community_area li a:hover
{
	background: #f9f9f9;
	text-decoration: none;
}

#community_area_label
{
	font-weight: bold;
	padding: 8px 9px 8px 9px;
	margin: 0 5px 0 0;
	background: #f9f9f9 !important;
}

.community_area_selected a
{
	font-weight: bold !important;
}

.paginated-comments-pages
{
	text-align: center;
}

.paginated-comments-pages a
{
	font-weight: bold;
}

.links_list
{
	margin: 0 !important;
	padding: 15px 0 0 0 !important;
}

.links_list li
{
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.links_list_meta
{
	color: #6b6b6b;
}

#comments_closed
{	
	font-size: .8em;
	color: #626262;
}

/* Profile Page */

#profile_info
{
	margin: 0 25px 15px 13px;
	font-size: .90em;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #f1f1f1;
}

#profile_info h1
{
	font-size: 1.9em;
	margin-bottom: 10px;
}

#profile_info table
{
	width: auto;
}

#profile_info td
{
	vertical-align: top;
	padding: 0 10px 6px 0;
}

#profile_info .td_left
{
	font-weight: bold;
}

#profile_portrait
{
	float: right;
	border: 3px solid #f9f9f9;
}

#profile_friends img
{
	border: 3px solid white;
}

.profile_friend_selected
{
	border-color: #a2f3a2 !important;
}

#profile_posts
{
	margin: 0 25px 20px 13px;
}

#profile_comments .third_column_content_body li
{
	margin-bottom: 15px;
	padding-top: 15px;
}

#profile_comments .third_column_content_body li a
{
	color: #6A6A6A;
}

#profile_comments .third_column_content_body li
{
	color: #101010 !important;
}

#profile_comments_footer
{
	padding: 0 15px 10px 7px;
	font-size: .8em;
	text-align: right;
}

#profile_comments_footer a
{
}

.profile_excerpt 
{
	border-bottom: 2px solid #f1f1f1;
	margin: 0 7px 20px 5px;
}
	
.profile_excerpt_header
{
	font-size: 1.3em;
	font-weight: bold;	
	margin: 0 0 .2em 0;
	color: black;
}
	
.profile_excerpt_header a
{
	color: black;
	text-decoration: none;
}

.profile_excerpt .entry
{
	font-size: .95em;
	line-height: 150%;
	color: #272727;
	margin: 0 0 0 0;
	overflow: hidden;
	height: auto;
}

.profile_excerpt .entry p
{
	margin-bottom: 0;
}

.profile_excerpt img
{
	border: 0;
	float: left !important;
	margin: 0 1em 1em 0 !important;
}
	

.profile_excerpt_subheader
{
	padding: 0 0 5px 0;
	color: #5b5b5b;
	font-size: .95em;
	overflow: hidden;
	height: auto;
}

.profile_excerpt_subheader a
{
	color: #2e2e2e;
}

.profile_excerpt_subheader_right
{
	float: right;
}

.profile_excerpt_subheader li
{
	float: right;
	list-style: none;
	margin-left: 10px;
}

.profile_excerpt_subheader ul
{
	overflow: hidden;
	height: auto;
	margin: 0;
	padding: 0;
}

.profile_excerpt_comments
{
	font-size: 1em;
}

.profile_excerpt .entry img
{
	max-width: 125px;
	max-height: 125px;
	width: expression(this.width > 125 ? 125: true);
	height: expression(this.height > 125 ? 125: true);
}

.profile_excerpt .entry ul
{
	padding: 0 0 0 1em;
	margin: 0 0 2em 0;
}

.profile_excerpt .entry li
{
	list-style: square;
	margin: 0 0 1em 1em;
}

.profile_excerpt_entry_footer
{
	text-align: right;
	font-size: 1.1em;
	margin: 5px 0 15px 0;
	padding-right: .2em;
}

.profile_excerpt_footer
{
	padding: 8px 0 8px 0;
	font-weight: bold;
}

.profile_excerpt_footer_right
{
	font-weight: normal;
	float: right;
}

.profile_excerpt_footer_right a
{
	color: #222222;
}

#sidebar_posts
{
	margin: 20px 0 25px 0;
}

#sidebar_posts .third_column_content_body li
{
	font-size: .95em;
}

.snap_preview_icon
{
	float: none !important;
}

.iconsphere 
{
    background: url(http://www.sphere.com/images/sphereicon.gif) top left no-repeat;
    padding-left: 20px;
    padding-bottom: 4px;
    white-space: nowrap;
    border: none;
}

#tcnetwork_more
{
	position: relative;
}

#tcnetwork_more_link
{
	padding: 7px 18px 7px 5px !important;
	border: 0px solid #dcdcdc;
	border-bottom: none;
	background: url(images/tcnetwork_more_arrow.png) top right no-repeat;
}

#tcnetwork_more_content
{
	position: absolute;
	top: 29px;
	left: 0px;
	background: white;
	display: none;
	font-size: 1.2em;
	width: 150px;
	border: 1px solid #c7c7c7;
	border-top: none;
	z-index: 5;
}

#tcnetwork_more_content a
{
	padding: 5px !important;
	display: block !important;
	width: 140px;
	text-align: left;
}

#tcnetwork_more_content a:hover
{
	text-decoration: none !important;
	color: white;
	font-weight: bold;
}

#site_supporters
{
	margin: 20px 0 20px 0;
	padding-top: 20px;
	clear: both;
}

/* for brian's threaded comments */
.btc_gravatar {
	float: right;
	margin: 3px 3px 4px 4px;
}

/* Company Index */

#new_company_index {
	padding: 0 0 2em 0;
}

#new_company_index a 
{
}

#new_company_index h2
{
	margin: 25px 0 0 0;
}

#new_company_index ul, #new_company_index li 
{
	list-style-type: none;		
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#new_company_index #listings_wrap
{
  clear: both;
}

#new_company_index .col2_table_listing 
{
	width: 630px;
}

#new_company_index .col2_table_listing li a
{
	font-weight: normal;
	color: #272727;
	border-bottom: 1px solid #dedede;
}

#new_company_index .col2_table_listing li a:hover
{
	border-bottom: 1px solid #B3CAD2;
	color: #B3CAD2;
	text-decoration: none;
}

#new_company_index .col2_table_listing td
{
	vertical-align: top;
	width: 30%;
}

#new_company_index .section
{
	margin: 0 1.5em 1.5em 0;
	padding: 0 .5em 0em 0;
	border-bottom: 2px solid #f1f1f1;
	border-right: 2px solid #f1f1f1;
}

#new_company_index .col2_table_listing ul
{
	float: left;
	margin: 0 0 0em 0 !important;
	padding: 0 0 .1em 0 !important;
}

#new_company_index .col2_table_listing li
{
	list-style: none !important;
	margin: 0 .2em .5em 0 !important;
	padding: 0 !important;
}


#new_company_index .col2_table_listing h5
{
  font-size: 1.9em;
  margin: 0 .5em 1.5em 0;
  padding: 0;
	float: left;
	width: 20px;
}

#new_company_index .col2_table_listing h5 a
{
	font-weight: bold;
	color: #a8a8a8;
}

#new_company_index .col2_table_listing h5 a:hover
{
	color: #B3CAD2;
}

#new_company_index .see_more
{
	clear: both;
	display: block;
	text-align: right;
	padding: 0 1.5em .7em 0;
	background: url(images/arrow_right.png) top right no-repeat;
}

#new_company_index .see_more a
{
	font-weight: bold;
}

#new_company_index .see_more a:hover
{
	text-decoration: underline;	
}

#new_company_index .links_list ul
{
  margin: 0 0 2em;
  padding: 0 0 0 1em;
}

#new_company_index .links_list li
{
  margin-bottom: 0.7em !important;
}

#new_company_index .links_list_meta
{
  color: #6B6B6B;
}

#new_company_index #posts_wrap
{
  text-align: left;
  clear: both;
}

#new_company_index .pagination
{
	text-align: center;
	margin: 1em 0 1em 0;
	font-size: 1.1em;
}

.post_unit { text-align: center; }
.excerpt_unit { text-align: center; padding: 0 0 25px 0; border-bottom: 2px dotted #dbdbdb; }


/* Brian's Threaded Comments */
.btc_gravatar {
	float: right;
	margin: 3px 3px 4px 4px;
}

/* llllllllllllllllllllllllllllllllllllllllll */
#sidebar #colonne_double_droite {
	/*background: #3399FF;*/
	margin: 0 0 0 180px;
	text-align: left;
}

.attachment-thumbnail {
	float: left;
	margin: 0 10px 0 0;
}

/* COMMENTAIRES */	
#commentform input {
	border: 1px solid #d9d9d9;
	padding: 5px;
	}

#commentform textarea {
	border: 1px solid #d9d9d9;
	width: 480px;
	height: 100px;
	padding: 10px;
	font-size: 1em !important;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	background: white;
	}
	

#commentform #submit {
	cursor: pointer;
	border: none;
	font-weight: bold;
	color: #222222;
	font-size: 1em;
	background: #f7f7f7;
	padding: 4px 6px 4px 6px;
	border: 1px solid #e5e5e5;	
	}

#commentform p a {
	color: #333;
	background: #EEE;
	padding: 1px 4px;
	text-decoration: none;
}

.commentlist {
	list-style: none;
}

.commentlist li .avatar {
	float: left;
	margin: 0;
	background: #999999;
}

.commentlist li .commentaire {
	margin: 0 0 0 100px;
	padding: 5px 10px 5px 20px;
	background: url(images/fond_commentaire.gif) top left no-repeat #e1e1e1;
	min-height: 65px;
	color: #000000;
}

.commentlist li .commentaire a {
	color: #000000;
}

.commentlist li .commentaire a:hover {
	text-decoration: none;
}

.commentlist li .commentaire small {
	color: #333333;
}
.commentlist .authcomment .commentaire {
	background: url(images/fond_commentaire_admin.gif) top left no-repeat #666666;
}

.commentlist .authcomment .commentaire p,
.commentlist .authcomment .commentaire a {
	color: #FFFFFF;
}

.commentlist .authcomment .commentaire small {
	color: #CCCCCC;
}

.commentlist li {
    margin:10px 0;
}

#content #commentform p a:hover,
#content #commentform p a:active {
	text-decoration: none;
	color: #3c3f36;
}



/* Menu chaine Groupe */

#top 							{ margin: 10px auto 0 auto; width: 1002px; height: 28px; color: #222222; text-align: left; border-bottom: 1px solid #CCCCCC;  }
#top_left 						{ padding: 2px 0 0 18px; z-index: 10; width: 700px; }
#top_left li 					{ font-size: .85em; float: left; margin: 0 15px 0 0; }
#top_left li a 					{ text-decoration: none; font-weight: normal; display: block; color: #555555; padding: 7px 0 7px 0;  } 
#top_left li a:hover 			{ text-decoration: underline; }
#top_left li span 				{ display: block; padding: 7px; font-weight: bold; }
#top_active_tab 				{ background: transparent url(images/top_corner_nw2.png) no-repeat scroll left top !important; padding-left: 5px; }
#top_active_tab div				{ background: transparent url(images/top_corner_ne2.png) no-repeat scroll right top !important; padding-right: 5px; }
#top_active_tab a				{ color: #414141 !important; text-decoration: none; margin: 0 5px 0 5px; font-weight: bold !important; border-top: 1px solid #cccccc; }
#top_right 						{ float: right; }
#tcnetwork_more 				{ position: relative;  z-index: 10 }
#tcnetwork_more_content 		{ position: absolute; top: 27px; left: 0px; background: white; display: none; border: 1px solid #D1D1D1; border-top: none; z-index: 10; padding: 0 0 5px 0; font-size: 1.2em; }
#tcnetwork_more_content li		{ margin: 0; }
#tcnetwork_more_content a 		{ padding: 5px 15px 5px 15px !important; display: block !important; width: 170px; text-align: left; color: #1c1c1c !important;   }
#tcnetwork_more_content a:hover { text-decoration: none !important; color: white !important; }
#tcnetwork_more_link			{ padding: 7px 18px 7px 5px !important; background: url(images/tcnetwork_more_arrow1.png) top right no-repeat; }

#s							{ color: black; width: 168px; height: 17px; border: 0; margin: 0 2px 0 0; padding: 3px 2px 3px 7px; font-size: 1em; background: url(images/search_field_bg1.png) top left no-repeat; }
#searchform li				{ float: left;  }
#searchsubmit 				{ cursor: pointer; width: 53px; height: 26px; border: 0; background: url(images/search_button_bg1.png) top left no-repeat; }
*:first-child+html #searchsubmit, * html #searchsubmit		{ margin-top: 1px; }
#searchsubmit:hover 		{ color: black; }

/* GALERIE */
/* =GALLERY */
body.gallery {
background: #fff;
text-align: center; /* IE Fix */
margin:0;
}
.gallery #slice {
background-color: #eee;
}
/* =GALLERY LAYOUT */
/* A container should group all your columns. */
.gallery #container {
position: relative;
width: 100%; /* total width */
margin: 0 auto; /* centers layout */
text-align: left; 
}
.gallery #content {
background-color: transparent;
}
.gallery #content a {
color: #0baedc;
}
.gallery #col-1 {
width: 670px;
display: inline;
}
.gallery #col-2 {
float: left;
margin-left: 7px;
width: 300px;
display: inline;
margin-bottom: 20px;
}
* html .gallery #col-2 {
margin-left: 0;
float: right;
}
.gallery #main {
position: relative;
background: transparent;
margin: 0 auto;
}
* html .gallery #main {border:0}

* html .gallery #sidebar, * html .gallery #subcontent { overflow-x: hidden; } /* IE6 fix */
/* =HEADER -------------- */
.gallery #header {
width: 100%;
position: relative;
height: 130px;
padding-bottom: 0;
zoom: 1;
}
.gallery-low-res #header {
margin: 0 auto;
}
.gallery #logo {
position: absolute;
left: 0 !important;
}
.gallery-low-res #logo {
position: absolute;
top: 3px;
left: 0;
z-index: 9;
}
* html .gallery #logo {
left: -12px;
}
.gallery #logo a {
background: no-repeat 0 2px;
padding: 95px 0 0 0;
height: 0 !important;
height /**/: 95px;
width: 220px;
font-size: 28px;
font-weight: normal;
display: block;
overflow: hidden;
text-indent: -9000px;

}
.gallery .topleader { margin: 0; float: right; }

.gallery #header-middle {
position: relative;
height: 90px;
margin: 0 37px;
}
.gallery-low-res #header-middle {
width: 950px;
margin: 0 auto;
}
/* =GALLERY CONTENT  */
.gallery-low-res #content {
width: 950px;
}
.gallery #content {
color: #f3f3f3;
margin: 0 auto;
padding: 10px 0 0;
float: none;
}
* html .gallery-low-res #content {
width: 950px;
}
.gallery #content .all-galleries {
padding: 17px 0 0 20px;
} 
.gallery #content .list-gallery {

padding: 19px;
}
.gallery #content .show-image {
}
/* =CONTENT BODY */
.gallery .content-body {
background: #f3f3f3;
clear: both;
padding-top: 10px;

}
.gallery .content-body h2, 
.gallery .content-body h3 {
font-weight: normal;
color: #fff;
font-size: 1.4em;
line-height: 1.3em;
margin-bottom: .1em;
}
.gallery #content .breadcrumb,
.gallery .content-body {
background: #f1f1f1;
}
.gallery .content-body {
width: 100%;
}
.gallery .content-body-inner {
clear: both;
margin: 0;
padding: 0 0 33px 0;
position: relative;
}
.gallery-low-res .content-body-inner {
margin: 0 9px 9px;
}
/* =PHOTO BODY */

.gallery .content-body .photo-body {
margin-left: 0;
min-height: 350px;
text-align: center;
padding: 0 33px;
}
* html .gallery .content-body .photo-body {
height: 350px;
}
.gallery #content .content-body .show-image  .photo-body { /* for gallery-show-image.php */
background: #fff;
float: left;
width: 865px;
}
.gallery .content-body .photo-body img {
margin: 0 auto;
}
.gallery .content-body .show-image .photo-body img {
max-width: 850px;
}

/* =GALLERY CONTENT BODY (2 COLUMNS AT THE BOTTOM) */

.gallery .photo-basement {
clear: both;
position: relative;
}
.gallery #content .photo-basement h3 {
border: 0;
}

/* =BREADCRUMB -------- */
.gallery .breadcrumb {
margin-left: 20px;
_margin-left: 10px;
}
.gallery .gallery-low-res .breadcrumb {
margin: 0;
}
.gallery .breadcrumb {
*margin-bottom: -10px;
}
.gallery #content .breadcrumb {
color: #ccc;
float: left;
font: normal 1.1em/1.3em "helvetica neue", arial, helvetica, sans-serif;
display: block;
padding: 6px 8px 2px;
margin-bottom: 0;
}
.gallery .breadcrumb a {
color: #111;
text-decoration: none;
}
.gallery .breadcrumb em,
.gallery .breadcrumb em a {
color: #0baedc;
font-weight: bold;
font-style: normal;
}
.gallery .breadcrumb a:hover {
background: transparent;
color: #222;
}
/* =PHOTO HEAD ------- */
.gallery .photo-head, .content-body-inner {
background: #fff;  /* content main color */
}
.gallery .photo-head {
display: block;
clear: both;
padding: 0;
position: relative;
top: 0;
}
.gallery .photo-head ul {
display: block;
margin: 0;
padding: 0;
position: relative;
}
.gallery .photo-head li {
display: block;
padding: 0;
margin: 0;
vertical-align: top;
}
.gallery #content .photo-head h2 {
color: #666;
clear: none;
font: normal 1.3em/1.3em "helvetica neue", arial, helvetica, sans-serif;
overflow: hidden;
padding: 0;
text-align: center;
color: #999;
top: 0;
margin: 0;
}
.gallery-low-res #content .photo-head h2 { 
width: 932px;
}
.gallery .photo-head h2 .wrap {
background: transparent;
font-style: normal;
line-height: 34px;
padding-top: 1px;
display: block;
}
.photo-head h2 em {
font-style: normal;

margin: 0 3px;
}
.gallery .photo-head h2 .page, 
.gallery .photo-head .date {
color: #666;
}
.gallery .previous-arrow,
.gallery .next-arrow {
position: absolute;
top: 180px;
z-index: 9999;
}
.gallery .previous-arrow {
left: 25px;
}
.gallery .next-arrow {
right: 25px;
}
.gallery .previous-arrow a,
.gallery .next-arrow a {
background: url(images/gallery-arrow-prev.png) no-repeat 0 0;
display: block;
width: 140px;
height: 0 !important;
height /**/: 200px;
padding: 200px 0 0 0;
overflow: hidden;
}
.gallery .next-arrow a { 
background: url(images/gallery-arrow-next.png) no-repeat 0 0; 
}
* html .gallery .previous-arrow a {background: url(images/gallery-arrow-prev.gif) no-repeat 0 0;}
* html .gallery .next-arrow a {background: url(images/gallery-arrow-next.gif) no-repeat 0 0;}
.gallery .previous-arrow a:hover,
.gallery .next-arrow a:hover { background-position: 0 -199px !important;}

.gallery #content .related-post {
position: absolute; top:-2.5em;right:0px; height: 28px; width: 100px; z-index:9999; text-align: right;
}
.gallery #content a.related-post-link  {
font-size:13px;
}
.gallery #content a.related-post-link:hover  {
color:#fff;
}

/* =THUMBS -------------- */
.gallery .photo-body .thumb {
float: left;
margin: 2px 0 0 2px;
}
.gallery li.thumb {
display: block;
float: left;
position: relative;

margin: 0 2px 2px 0;
border: 0;
}
.gallery .thumb img {
vertical-align: top;
border: 0;
height: 75px;
width: 75px;
}
.gallery .thumb a {
border: 1px solid #6dcff6;
display: block;
float: left;
cursor: pointer;

}
.gallery .thumb a:hover {
border: 1px solid #666;
padding: 0;
}
.gallery li.thumb a:hover,
.gallery li.thumb a:active {
background-position: 0 -55px;
}
/* =CAPTIONED THUMB --------------- */
.gallery .captionedthumb {
background: #f5f5f5;
padding: 7px;
float: left;
display: block;
margin: 0;
height: 140px;
margin: 5px 5px 0 0;
border: 1px solid #eee;
}
.gallery .captionedthumb:hover {
background: #fff;
border-color: #6dcff6;
}
.gallery .captionedthumb:hover .title a {
color: #fff;
}
.gallery .captionedthumb:hover .title a:hover {background: transparent;}
* html .gallery .captionedthumb {
height: 160px;
overflow: hidden; 
}
.gallery .captionedthumb img {

width: 75px;
height: 75px;
}
.gallery .captionedthumb .title {
padding: 3px 0;
width: 75px;
text-align: center;
}
.gallery .captionedthumb .title a {
color: #666;


font-size: 10px;
overflow: hidden;

position: relative;
line-height: 1.1em;
text-align: center;
}
.gallery .photo-info {
color: #333;
text-align: right;
padding: 0 33px;





}
.gallery .photo-info .date, 
.photo-info .credits {
color: #999 !important;
font-size: .9em;
margin: 0;
display: inline;
}
.gallery .photo-info .description { float: left; width: 88%; }
.gallery .photo-info .date { width: 10%; display: block; float: right; text-align: right;}

/* =THUMBSTRIP -------------- */
.gallery .thumbstrip {
background: url(images/bg-thumbstrip-top.gif) no-repeat 0 0;display: block;
position: relative;
top: 0; 
left: 0;
min-height: 80px;
margin-left: 33px;
padding-top: 0;
cursor: default;
zoom: 1;
z-index:9;
}
#template-gallery-full .thumbstrip {
left: 50%;
margin-left: -430px;
}
.gallery .thumbstrip-inner {
background:  url(images/bg-thumbstrip-btm.gif) no-repeat left bottom;min-height: 72px;padding: 28px 0 28px 28px;
width: 856px;
position: relative;
}
* html .gallery .thumbstrip-inner {
height: 94px;
}
.gallery .thumbstrip ul {
width: 830px;
}
.gallery .thumbstrip li.thumb {
display: block;
float: left;
position: relative;
margin: 0 2px 2px 0;
border: 0;
}
.gallery .thumbstrip .thumb img {
vertical-align: top;
border: 0;
height: 75px;
width: 75px;
}
.gallery .thumbstrip .thumb a {
display: block;
float: left;
cursor: pointer;
border: 1px solid #eee;
}
.gallery .thumbstrip .thumb a:hover {
border: 1px solid #6dcff6;
padding: 0;
}
.gallery .thumbstrip li.thumb a:hover,
.gallery .thumbstrip li.thumb a:active {
background-position: 0 -55px;
}


.gallery .thumbstrip .previous-arrow {
position: absolute;
z-index: 10;
top: 0;
left: 0;
display: none;

}
.gallery .thumbstrip .previous-arrow a {
background: transparent;
display: block;
height: 0;
height /**/ 68px;
padding: 68px 0 0 0;
width: 68px;
overflow: hidden;
cursor: pointer;
}
.gallery .thumbstrip .next-arrow {
position: absolute;
z-index: 10;
top: 0;
left: 796px;
display: none;
}
.gallery .thumbstrip .next-arrow a {
background: transparent;
display: block;
height: 0;
height /**/ 68px;
padding: 68px 0 0 0;
width: 68px;
overflow: hidden;
cursor: pointer;
}
.gallery .thumbstrip .previous-arrow a:hover {
background-position: -68px 0;
}
.gallery .thumbstrip .next-arrow a:hover {
background-position: 0 0;
}

/* =GALLERYFOOTER -------------- */
.gallery #footer {
background: transparent;
border: 0;
clear:both;
width:860px !important;
margin:1px auto 0px;
padding:10px;
}
.gallery #legal {
margin: .5em 0 2em;
font-size: .95em;
text-shadow: 0 0 0 #000;
line-height: 1.4em;
}
.gallery #footer p {
color: #444 !important;
margin: 0 0 .3em;
text-align: center;
}
/* =GALLERY ADD ONS -------------- */
.gallery h3 .deemphasize {
color: #666;
}
.gallery #remember input {
border: 0;
outline: 0;
}
.gallery #commentform legend {
color: #ccc !important;
}
.gallery #commentform legend {
*margin-left: -7px; /* targets IE6 and 7 */
}


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 650px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}



#sidebar #bloc_friends_ad {
	position: relative;
	width: 300px;
	height: 460px;
}
	#bloc_friends_ad_gauche {
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 6px;
		width: 165px;	
	}
	#bloc_friends_ad_gauche ul {
		list-style-type: none;
		margin: 5px 0px;
		padding: 0 0 0 0;
	}

	#bloc_friends_ad_droite {
		
		position: absolute;
		top: 0;
		right: 0;
		width: 135px;	
	}	
	#bloc_friends_ad_droite #ad_160x600 {
		border: 1px solid #c5c5c5;
		background: #FFFFFF;
		padding: 1px;
	}
	
	#bloc_friends_ad_droite .textwidget {
	width: 100px;
	float: left;
	}
	#bloc_friends_ad_droite ul {
	margin-left: 0px;
	}
	#bloc_friends_ad_droite ul ul{
	margin-left: 0px;
	}

			
#sidebar #bloc_ {
	margin: 20px 0;
	width: 300px;
	height: 600px;
}
