/*
Theme Name: Reyveille
Theme URI: http://reyveille.reymann.com/
Description: The 2010 reyveille theme for Reymann blog.
Author: reymann
Version: 1.0
Tags:
*/


/*-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bg_body.jpg) fixed top center #6ca798;
	}
	
img {
	max-width:100%;
	padding:15px 0px 15px 0px;
	text-align:center;
	}
	
.big_red {
	text-transform:uppercase;
	color:#cf0132;
	font-weight:bold;
	}
	
.big-red_arrow {
	float:right;
	margin-right:20px;
	width:45px;
	height:33px;
	background:url(images/big-red_arrow.png) no-repeat top left;
	}
input,a {outline:none}

p {
	margin:0px 0px 0px 0px;
	}
	
/*----------------------------STRUCTURE-------------------------- */

#global {
	margin: 0;
	width: 1000px;
	text-align:left;
	background:url(images/bg_header.png) no-repeat top left;
}
#header {
	margin:0;
	width:1000px;
	height:262px;
}
#page {
	margin:0;
	width:600px;
	float:left;
}
#top_sidebar {
	float:left;
	width:400px;
	margin:30px 0px 0px 0px;
	}
#sidebar {
	float:left;
	width:400px;
	margin:0px 0px 0px 0px;
	}
#primary2 {
	margin:0;
	width:200px;
	float:left;
	}
#primary {
	margin:0;
	width:200px;
	}
#secondary {
	margin:0;
	width:200px;
	float:left;
	}
#footer {
	margin:0;
	clear:both;
	}
	
/*-----------------------------HEADER-------------------------- */

#header a.reymann {
	display:block;
	width:539px;
	height:40px;
	position:relative;
	top:200px;
	left:239px;
	background:url(images/bg-reymann.png) no-repeat 0px 0px;
	cursor:pointer;
	text-decoration:none;
	}
#header a.reymann:hover {
	background:url(images/bg-reymann.png) no-repeat 0px -40px;
	}

#header a.home {
	display:block;
	width:27px;
	height:27px;
	position:relative;
	top:198px;
	left:818px;
	cursor:pointer;
	background:url(images/bg-home.png) no-repeat 0px 0px;
	text-decoration:none;
	}
#header a.home:hover {
	background:url(images/bg-home.png) no-repeat 0px -27px;
	}

/*------------------------------POST--------------------------- */
.post_header {
	height:20px;
	background:url(images/bg-post_header.png) no-repeat top left;
	}
.post_content {
	background:url(images/bg-post_content.png) repeat-y top left;
	}
.post_content_container {
	margin:0px 20px 0px 20px;
	}
.time {
	width:83px;
	margin:0px 0px 10px 30px;
	color:#FFF;
	float:right;
	text-align:center;
	font-weight:bold;
	}
.timeheader {
	height:8px;
	background:url(images/bg-time_header.png) no-repeat top center;
	}
.timecontent {
	background:url(images/bg-time_content.png) repeat-y top center;
	}
.timecontent .day {
	font-size:40px;
	line-height:40px;
	padding-top:5px;
	}
.timecontent .month {
	font-size:11px;
	}
.timecontent .year {
	font-size:20px;
	padding-bottom:5px;
	}
.timefooter {
	height:8px;
	background:url(images/bg-time_footer.png) no-repeat top center;
	}
	
.post_content h2.entry-title,
.post_content h1.entry-title {
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	color:#cf0132
	}
.post_content h2.entry-title a,
.post_content h2.entry-title a:link,
.post_content h2.entry-title a:visited {
	text-decoration:none;
	color:#cf0132;
	}
.post_content h2.entry-title a:hover {
	color:#000;
	}
	
.post_content .author {
	font-size:11px;
	color:#8f8f82;
	margin:5px 0px 20px 0px;
	}
.post_content .author a,
.post_content .author a:link,
.post_content .author a:visited {
	font-weight:normal;
	color:#838f00;
	}
.post_content .entry-content p {
	padding:10px 0px 10px 0px;
	}
	
.post_content a,
.post_content a:link,
.post_content a:visited {
	text-decoration:none;
	color:#0092ac;
	font-weight:bold;
	}
.post_content a:hover {
	text-decoration:underline;
	}

.post_content a.more-link {
	display:block;
	position:relative;
	left:445px;
	background-color:#a0af00;
	width:105px;
	height:29px;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	line-height:30px;
	}
.post_content a.more-link:hover {
	background-color:#cf0132;
	text-decoration:none;
	}

.post_footer {
	height:40px;
	background:url(images/bg-post_footer.png) no-repeat bottom left;
	}
.post_footer .comment_link {
	float:right;
	margin:10px 20px 0px 0px;
	width:172px;
	height:25px;
	background:url(images/bg-comment_link.png) no-repeat 0px 0px;
	}
.post_footer .comment_link:hover {
	background:url(images/bg-comment_link.png) no-repeat 0px -25px;
	cursor:pointer;
	}
.post_footer .comment_link a,
.post_footer .comment_link a:link,
.post_footer .comment_link a:visited {
	text-decoration:none;
	color:#999;
	margin-left:28px;
	display:block;
	margin-top:3px;
	font-size:11px;
	font-weight:bold;
	height:25px;
	}
.post_footer .comment_link a:hover {
	color:#FFF;
	}

.post_footer .post_rating {
	float:right;
	margin:10px 10px 0px 0px;
	width:70px;
	height:25px;
	background:url(images/bg-post_rating.png) no-repeat 0px 0px;
	color:#999;
	font-size:11px;
	font-weight:bold;
	}
.post_footer .post_rating img {
	margin-left:8px;
	margin-top:2px;
	float:left;
	}
.post_footer .post_rating p {
	float:left;
	margin-left:5px;
	margin-top:3px;
	}

.post_footer .share_link {
	float:right;
	margin:10px 10px 0px 0px;
	width:132px;
	height:25px;
	background:url(images/bg-share_link.png) no-repeat 0px 0px;
	}
.post_footer .share_link .bt_sharefb {
	float: left;
	width:22px;
	height:18px;
	position:relative;
	top:-15px;
	left:10px;
	}
.post_footer .share_link .bt_sharetweet {
	float: left;
	width:22px;
	height:18px;
	position:relative;
	top:-15px;
	left:10px;
	}
.post_footer .share_link .bt_sharefb a,
.post_footer .share_link .bt_sharetweet a {
	}
.post_footer .share_link .share_label {
	float: left;
	height:18px;
	position:relative;
	top:3px;
	left:20px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#999;
	}
/*.post_footer .share_link:hover {
	background:url(images/bg-share_link.png) no-repeat 0px -25px;
	cursor:pointer;
	}
.post_footer .share_link a,
.post_footer .share_link a:link,
.post_footer .share_link a:visited {
	text-decoration:none;
	color:#999;
	margin-left:28px;
	display:block;
	margin-top:3px;
	font-size:11px;
	font-weight:bold;
	height:25px;
	}
.post_footer .share_link a:hover {
	color:#FFF;
	}*/

.navigation {
	
	}
.navigation .nav-previous {
	width:200px;
	height:30px;
	float:left;
	text-align:center;
	margin-left:100px;
	margin-top:10px;
	margin-bottom:20px;
	text-transform:uppercase;
	}

.navigation .nav-next {
	width:200px;
	height:30px;
	float:left;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	text-transform:uppercase;
	}

.navigation .nav-previous a,
.navigation .nav-next a {
	width:200px;
	height:30px;
	color:#999;
	text-decoration:none;
	display:block;
	background:url(images/bg-navigation.png) no-repeat 0px 0px;
	line-height:32px;
	}
.navigation .nav-previous a:hover,
.navigation .nav-next a:hover {
	color:#fff;
	}


.navigation2 {
	height:50px;
	}
.navigation2 .nav-previous2 {
	width:300px;
	height:30px;
	float:left;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	}

.navigation2 .nav-next2 {
	width:300px;
	height:30px;
	float:left;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	}

.navigation2 .nav-previous2 a,
.navigation2 .nav-next2 a {
	width:300px;
	height:30px;
	color:#999;
	text-decoration:none;
	display:block;
	background:url(images/bg-navigation2.png) no-repeat 0px 0px;
	line-height:30px;
	font-weight:bold;
	}
.navigation2 .nav-previous2 a:hover,
.navigation2 .nav-next2 a:hover {
	color:#fff;
	}
	
	
	
li.pingback {
	background-color:#0FF;
	display:none;
	}

/*----------------------------SIDEBAR-------------------------- */
.top_sidebar_header {
	height:20px;
	background:url(images/bg-top_sidebar_header.png) no-repeat top left;
	}
.top_sidebar_content {
	background:url(images/bg-top_sidebar_content.png) repeat-y top left;
	}
.top_sidebar_content p {
	margin:0px 20px 0px 20px;
	padding-bottom:10px;
	color:#fff;
	font-size:11px;
	line-height:20px;
	border-bottom:dotted 1px #8f8f82;
	}
.top_sidebar_content2 {
	background:url(images/bg-top_sidebar_content.png) repeat-y top left;
	}
.top_sidebar_content2 .left {
	width:200px;
	}
.top_sidebar_content2 .left div#categories {
	margin: 15px 0px 0px 20px;
	border-right:dotted 1px #8f8f82;
	}
.top_sidebar_content2 .left #categories h3.widget-title {
	display:none;
	}
.top_sidebar_content2 .left #categories li {
	font-size:9px;
	text-transform:uppercase;
	margin:10px 0px 10px 0px;
	color:#999;
	}
.top_sidebar_content2 .left #categories li a,
.top_sidebar_content2 .left #categories li a:link,
.top_sidebar_content2 .left #categories li a:visited {
	font-size:11px;
	text-decoration:none;
	color:#fff;
	}
.top_sidebar_content2 .left #categories li a:hover {
	color:#999;
	}
.top_sidebar_content2 .right {
	width:200px;
	}
.top_sidebar_content2 .right div#search {
	margin: 15px 20px 0px 10px;
	}
#searchform label {
	display:none;
	}
#searchform input.inputbox {
	width:150px;
	border:0px;
	height:20px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	background:url(images/input_search.png) no-repeat top left;
	}
#searchform input#searchsubmit {
	border:0px;
	width:20px;
	height:20px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	background:url(images/input_submit.png) no-repeat top left;
	}
.top_sidebar_content2 .right div#tools {
	margin: 25px 20px 0px 10px;
	font-size:11px;
	}
.top_sidebar_content2 .right div#tools li {
	margin:20px 0px 20px 0px;
	}
.top_sidebar_content2 .right div#tools a,
.top_sidebar_content2 .right div#tools a:link, 
.top_sidebar_content2 .right div#tools a:visited {
	color:#FFF;
	text-decoration:none;
	}
.top_sidebar_content2 .right div#tools a:hover {
	color:#999;
	}
.top_sidebar_content2 .right div#tools li.twitter {
	margin-left:28px;
	list-style-image:url(images/bt_twitter.png);
	}
.top_sidebar_content2 .right div#tools li.rss {
	margin-left:28px;
	list-style-image:url(images/bt_rss.png);
	}
.top_sidebar_content2 .right div#tools li.contact {
	margin-left:28px;
	list-style-image:url(images/bt_contact.png);;
	}
.top_sidebar_content2 .right div#tools li.submit {
	margin-left:28px;
	list-style-image:url(images/bt_submit.png);
	}
	
/* ------------------------ ADREYNALINE ------------------------ */

#adreynaline {
	height:200px;
	}
#adreynaline img {
	padding:0px;
	margin:0px;
	}

/* ------------------------ POPULAR ------------------------ */

#primary #popular .popular_header {
	height:20px;
	background:url(images/bg-popular_header.png) no-repeat top left;
	}
#primary #popular .popular_content {
	padding:5px 0px 0px 0px;
	background:url(images/bg-popular_content.png) repeat-y top left;
	}
#primary #popular .popular_content h3 {
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 30px;
	line-height:16px;
	color:#fff;
	font-size:22px;
	background:url(images/black_arrow.png) no-repeat bottom left;
	}
#primary #popular .popular_content .child {
	margin:0px 20px 0px 20px;
	}
#primary #popular .popular_content .child .list {
	padding:5px 0px 5px 0px;
	background:url(images/puce.png) no-repeat 0px 7px;
	}
#primary #popular .popular_content .child .list p {
	margin:0px 0px 0px 15px;
	padding:0px;
	}
#primary #popular .popular_content .child .list a,
#primary #popular .popular_content .child .list a:link, 
#primary #popular .popular_content .child .list a:visited {
	color:#000;
	text-decoration:none;
	}
#primary #popular .popular_content .child .list a:hover {
	color:#FFF;
	}

#primary #popular .popular_footer {
	height:20px;
	background:url(images/bg-popular_footer.png) no-repeat top left;
	}


/* ------------------------ ARCHIVES ------------------------ */

#primary2 #archives .archives_header {
	height:20px;
	background:url(images/bg-archives_header.png) no-repeat top left;
	}
#primary2 #archives .archives_content {
	padding:5px 0px 0px 0px;
	background:url(images/bg-archives_content.png) repeat-y top left;
	}
#primary2 #archives .archives_content h3 {
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 30px;
	line-height:16px;
	color:#fff;
	font-size:22px;
	background:url(images/black_arrow.png) no-repeat bottom left;
	}
#primary2 #archives .archives_content ul {
	margin-left:35px;
	}
#primary2 #archives .archives_content li {
	padding:5px 0px 5px 0px;
	list-style-image:url(images/puce.png);
	color:#FFF;
	}
#primary2 #archives .archives_content li a,
#primary2 #archives .archives_content li a:link, 
#primary2 #archives .archives_content li a:visited {
	color:#000;
	text-decoration:none;
	}
#primary2 #archives .archives_content li a:hover {
	color:#FFF;
	}

#primary2 #archives .archives_footer {
	height:20px;
	background:url(images/bg-archives_footer.png) no-repeat top left;
	}
#primary2 #ucca {
	height:110px;
	}
#primary2 #ucca img {
	padding:0px;
	margin:0px;
	}

/* ------------------------ TAGS ------------------------ */
#secondary #studio-photo {
	height:170px;
	}
#secondary #studio-photo img {
	padding:0px;
	margin:0px;
	}
	
#secondary #appli-reyveille {
	height:200px;
	}
#secondary #appli-reyveille img {
	padding:0px;
	margin:0px;
	}

#secondary #tags .tags_header {
	height:20px;
	background:url(images/bg-tags_header.png) no-repeat top left;
	}
#secondary #tags .tags_content {
	padding-top:5px;
	background:url(images/bg-tags_content.png) repeat-y top left;
	}
#secondary #tags .tags_content h3 {
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 30px;
	line-height:16px;
	color:#0092ac;
	font-size:22px;
	background:url(images/black_arrow.png) no-repeat bottom left;
	}
#secondary #tags .tags_content .cumulus {
	width:180px;
	margin-left:10px;
	}
#secondary #tags .tags_footer {
	height:20px;
	background:url(images/bg-tags_footer.png) no-repeat top left;
	}

/* ------------------------ LINKS ------------------------ */

#secondary #links .links_header {
	height:20px;
	background:url(images/bg-links_header.png) no-repeat top left;
	}
#secondary #links .links_content {
	padding-top:5px;
	background:url(images/bg-links_content.png) repeat-y top left;
	}
#secondary #links .links_content h3 {
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 30px;
	line-height:16px;
	color:#fff;
	font-size:22px;
	background:url(images/black_arrow.png) no-repeat bottom left;
	}
#secondary #links .links_content .links {
	width:180px;
	margin-left:10px;
	}
#secondary #links .links_content ul {
	margin:0px;
	padding:0px;
	}
#secondary #links .links_content li {
	margin:0px;
	padding:0px;
	color:#FFF;
	list-style:none;
	}
#secondary #links .links_content li a,
#secondary #links .links_content li a:link, 
#secondary #links .links_content li a:visited {
	color:#000;
	text-decoration:none;
	}
#secondary #links .archives_content li a:hover {
	color:#FFF;
	}
#secondary #links .links_content ul#myaccordion li.myaccordion_liste div.toogle_content ul {
	margin-left:25px;
	}
#secondary #links .links_content ul#myaccordion li.myaccordion_liste div.toogle_content li {
	padding:5px 0px 5px 0px;
	list-style-image:url(images/puce.png);
	color:#FFF;
	}
#secondary #links .links_content ul#myaccordion li.myaccordion_liste div.toogle_content li a,
#secondary #links .links_content ul#myaccordion li.myaccordion_liste div.toogle_content li a:link,
#secondary #links .links_content ul#myaccordion li.myaccordion_liste div.toogle_content li a:visited {
	color:#000;
	text-decoration:none;
	}
#secondary #links .links_content ul#myaccordion li.myaccordion_liste div.toogle_content li a:hover {
	color:#FFF;
	}
#secondary #links .links_footer {
	height:20px;
	background:url(images/bg-links_footer.png) no-repeat top left;
	}


.top_sidebar_footer {
	height:20px;
	background:url(images/bg-top_sidebar_footer.png) no-repeat top left;
	}
	
.top_sidebar_content2 li,
#primary2 li,
#secondary li {
	list-style: none;
	}
	
#comments {
	margin:0px 10px 0px 10px;
	}
#comments-title {
	display:none;
	}
ol.commentlist {
	margin:0px;
	padding:0px;
	}
ol.commentlist li {
	list-style:none;
	margin:0px;
	padding:0px;
	}
.comment_header {
	width:580px;
	height:20px;
	background:url(images/bg-comment_header.png) no-repeat top left;
	}
.comment_content {
	width:580px;
	background:url(images/bg-comment_content.png) repeat-y top left;
	}
.comment_content img {
	margin:0px;
	padding:0px;
	}
.comment_content p {
	margin:0px;
	}
.comment-meta {
	text-align:right;
	color:#cf0132;
	text-transform:uppercase;
	margin-right:20px;
	font-size:9px;
	font-weight:bold;
	}
.comment-meta a,
.comment-meta a:link,
.comment-meta a:visited {
	color:#cf0132;
	text-decoration:none;
	}
.comment-meta a:hover {
	color:#cf0132;
	}
.comment-body {
	color:#999;
	margin:0px 20px 0px 20px;
	}
.comment-body a,
.comment-body a:link,
.comment-body a:visited {
	color:#fff;
	text-decoration:none;
	}
.comment-body a:hover {
	color:#cf0132;
	}
.comment_footer {
	width:580px;
	height:28px;
	background:url(images/bg-comment_footer.png) no-repeat top left;
	}
.comment-author {
	text-align:right;
	margin: 0px 20px 20px 0px;
	font-size:16px;
	font-weight:bold;
	}
.comment-author a,
.comment-author a:link,
.comment-author a:visited {
	color:#000;
	text-decoration:none;
	}
.comment-author a:hover {
	color:#000;
	text-decoration:underline;
	}
.comment-author .avatar img {
	padding:0px;
	margin:0px;
	float:right;
	display:none;
	}
#respond {
	}
#respond_header {
	width:580px;
	height:28px;
	background:url(images/bg-respond_header.png) no-repeat top left;
	}
#respond_content {
	width:580px;
	background:url(images/bg-respond_content.png) repeat-y top left;
	}
#respond_content p {
	margin:0px;
	}
.respond_content2 {
	margin:0px 20px 0px 20px;
	}
.respond_content2 h3 {
	color:#FFF;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	clear:both;
	}
.comment-form-author div,
.comment-form-email div, 
.comment-form-url div,
.comment-form-comment div {
	width:150px;
	float:left;
	text-align:right;
	line-height:28px;
	}
.comment-form-author input#author,
.comment-form-email input#email,
.comment-form-url input#url,
.comment-form-comment textarea#comment {
	border:none;
	margin:5px;
	}
.form-submit {
	width:200px;
	margin-left:150px
	}	
#respond_footer {
	width:580px;
	height:20px;
	background:url(images/bg-respond_footer.png) no-repeat top left;
	}
	
p.form-allowed-tags {
	display:none;
	}
	
.newsletter {
	/*width:200px;*/
	position:relative;
	top:0px;
	left:10px;
	}
.newsletter_label {
	height:22px;
	width:120px;
	background:url(images/bg_newsletter.png) no-repeat top left;
	}
.newsletter input.inputbox {
	width:150px;
	border:0px;
	height:20px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	background:url(images/input_search.png) no-repeat top left;
	}
.newsletter input.button {
	border:0px;
	width:20px;
	height:20px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	background:url(images/input_submit2.png) no-repeat top left;
	}
.confirmation {
	width:170px;
	font-size:10px;
	color:#cf0132;
	}


	

