/*
Theme Name: Fusion
Theme URI: http://www.digitalnature.ro/projects/fusion/
Description: Two-columns, fixed-width (or fluid), with a light and clean design; Wordpress theme from <a href="http://www.digitalnature.ro/">digitalnature.ro</a>
Version: 1.7
Author: digitalnature.ro
Author URI: http://www.digitalnature.ro/
Tags: light, two-columns, fixed-width, right-sidebar, white

	Fusion v1.7
	  http://www.digitalnature.ro/projects/fusion/

	Theme designed by digitalnature.ro. See the project page for more information

	The CSS, XHTML and design is released under GPL.
    http://www.opensource.org/licenses/gpl-license.php
*/
/*
	Modified by Peoleo.com for rians
*/



/* global prop. */
*{
  margin: 0;
  padding: 0;
}

html, body{
 height:100%;
}

body{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 0.75em;
  font-style: normal;
  color: #000;
  background: transparent url(img/header-footer.jpg) no-repeat center 227px;
  min-height:100%;
  height:auto !important; /* ie ignores it */
  height:100%; /* fix */
  position: relative;
}

a{
  color: #333333;
  text-decoration: none;
}

a:hover{
  color: #e22e3b;
  text-decoration: underline;
}

img{
  border: 0;
}

pre{
  white-space: normal;
}

table{
  margin: 6px 0 12px;
  border-bottom: 3px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

table td, table th{
  text-align: left;
  padding: 3px 6px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

table td{
  margin: 4px;
}


table th{
  background: #ebebeb;
  border-bottom: 2px solid #d9d9d9;
}

table tr.odd{
  background: #ebebeb;
}

table tr:hover{
  /*background: #d9d9d9;*/
}

p{
  line-height: 150%;
  margin: 4px 0 8px;
}

form p{
  margin: 0;
}


form input, form textarea, form select{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  margin: 4px 0;
}

form input, form textarea{
  padding: 2px 8px;
}

form label{
  font-weight: bold;
}

fieldset{
  padding: 10px;
  border: 1px solid #E7E8E6;
}

legend{
  padding: 2px 15px 10px 15px;
  color: #8b8b89;
  text-transform: uppercase;
  font-style: italic;
  font-size: 115%;
}

small{
  font-size: 90%;
}

#main-content li{
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 15px;
}

#main-content ol li{
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 15px;
}

#main-content dl {
  padding: 2px 0 8px;
}

#main-content dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}

#main-content dt:after {
    content: ": ";
}

#main-content dd {
 margin: 0 0 0 110px;
 padding: 0 0 0.5em 0;
}


h2{
  margin: 3px 0 5px;
  font-size: 200%;
  font-weight: normal;
}

h3{
  font-size: 150%;
  font-weight: normal;
  margin: 3px 0 5px;
}

/* actual layout width: default is 960px (for 1024x768+); 100% = fluid width */
#page{
  width: 960px;
  min-width: 780px;
  margin:0 auto;
  position: relative;
}

#cssControls{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 10px;
}


/*** HEADER AREA ***/

/* logo position */
a#logo{
  top: 80px;
  position: absolute;
}

#page-wrap1{
  background: transparent url(img/header-bg.jpg) repeat-x center top;
}

#page-wrap2{
  background: transparent url(img/header.jpg) no-repeat center top;
  height: 200px;
  min-height: 500px;
  width: 100%;
  display:block;
}

#header{
  height: 200px;
  z-index: 2; /* fix for stupid ie6/7 bug */
  position:relative;
}


/*** MAIN ***/

#main-wrap{
  float: left;
  width: 100%;
}

#main{
  display: block;
}


/* for accesibility (eg. if sidebar needs removed on some pages) */
.with-sidebar{
  margin-right: 340px;  /* sidebar width + some padding */
}

#main-content{
  padding-top: 40px;
}


#main-content h1{
  font-size: 200%;
  margin: 12px 0 4px;
  font-weight: normal;
  color: #676767;
  letter-spacing:-0.06em;
}

#main-content h3{
  font-size: 150%;
  font-weight: bold;
  margin: 6px 0 2px;
  letter-spacing:-0.06em;
}

#main-content h4{
  font-size: 125%;
  font-weight: bold;
  margin: 5px 0 2px;
}

#main-content h5{
  font-size: 100%;
  font-weight: normal;
  margin: 5px 0 10px;
  /*text-transform: uppercase;*/
  font-style: normal;
}

#main-content h6{
  font-size: 110%;
  font-weight: bold;
  margin: 5px 0 2px;
}

/* sort news links */
#sortlinks{
  display: block;
  margin: 5px 0 20px;
}


/* secondary tabs */

.story, .post{
  background: transparent url(images/div-h2.gif) repeat-x left 8px;
  color: #676767;
  display: block;
  margin-bottom: 18px;
  padding-top:8px;
  position: relative;
}

.story h2 a, .post h2 a, .story h3 a, .post h3 a{
  color: #676767;
  text-decoration: none;
}

.story h2 a:hover, .post h2 a:hover, .story h3 a:hover, .post h3 a:hover{
  color: #e22e3b;
}


/* voting */

.story .vote{
  width: 70px;
  height: 89px;
  background: transparent url(images/vote-up.png) no-repeat left top;
  float:left;
  display: block;
  position: relative;
}

.story .vote span.votenumber{
  text-align: center;
  width: 70px;
  display: block;
  margin-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.story .vote a{
  color: #333333;
  text-decoration: none;
}

.story .vote span.votenumber a{
  font-size: 30px;
}

.story .vote span.votenumber a:hover{
  text-decoration: underline;
}


.story .vote span.subtext{
  background: transparent url(images/vote-text.png) no-repeat left top;
  text-align: center;
  width: 70px;
  height: 29px;
  position: absolute;
  top: 62px;
  left: 0;
}

/* story header */

.story .postheader, .post .postheader{
  display: block;
  margin-left: 74px;
  position: relative;
}

.story p.postcategory, .post p.postcategory{
  color: #e5e5e5;
}

.story .postinfo p, .post .postinfo p{
  font-size: 90%;
  margin-top: -6px;
  padding: 0 60px 4px 0;
}


/* story body */

.story .postbody, .post .postbody{
  clear: left;
  margin: 10px 0 0 0;
  display: block;
}

.story p.postcontrols, .post p.postcontrols{
  color: #e5e5e5;
  float: right;
}

.story p.tags, .post .tags{
  float: left;
  display: block;
}


.story p.postcontrols a, .story p.postcategory a,
.post p.postcontrols a, .post p.postcategory a{
  padding: 0 2px;
}


a.comments, .story p.postcontrols a.comments, .post p.postcontrols a.comments{
  background-image:url(images/comments.png);
  background-position: 2px 2px;
  background-repeat: no-repeat;
  color:#333333;
  font-size: 90%;
  padding-left: 19px;
}

a.comments:hover, .story p.postcontrols a.comments:hover, .post p.postcontrols a.comments:hover{
	color: #e22e3b;
}


a.no.comments, .post p.postcontrols a.no.comments{
  color: #333333;
}

a.no.comments:hover, .post p.postcontrols a.no.comments:hover{
color: #e22e3b;
}


/* comments */

.comment{
  background: transparent url(images/comment-div-bg.png) repeat-y 96px bottom;

}

.comment .wrap{
  background: transparent url(images/comment-div-start.png) no-repeat 96px top;
  min-height: 120px;
  position: relative;
}

.comment .avatar{
  float: left;
  width: 90px;
  padding-top:10px;
}

.comment .avatar img{
  padding: 3px;
  margin: 4px 10px;
  border: 1px solid #E7E8E6;
}


.comment .details{
  display: block;
  margin-left: 108px;
}

.comment .details .head{
  background: transparent url(images/postinfo-bg.png) repeat-x left bottom;
  padding: 2px 10px;
  margin: 0;
  display: block;
  color: #8f9090;
}

.comment.admincomment .details .head{
  background: transparent url(img/comment-bg.jpg) repeat-x left center;
  color: #fff;
}

.comment.admincomment .details .head a{ color: #333333; }
.comment.admincomment .details .head a:hover{  }



span.rate{
  right: 8px;
  position: absolute;
}

span.rate a.karma{
  font-family: "Arial Black", Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
  padding: 0;
}

span.rate a.karma.negative{ color:#ed2124; }
span.rate a.karma.positive{ color:#6fb23c; }

span.rate a.karma:hover{
}

span.rate a.ratelink{
  padding: 4px;
  text-decoration: none;
}

span.rate a.ratelink.up{ background: transparent url(images/thumb-up.gif) no-repeat left center;      }
span.rate a.ratelink.down{ background: transparent url(images/thumb-down.gif) no-repeat left center;      }


.comment .details .text{
  background: transparent url(images/comment-bg.png) repeat-x left top;
  padding: 3px 10px;
  margin-top: 3px;
  min-height: 64px;
}

.comment.admincomment .details .text{
  background: transparent url(images/comment-bg-admin.png) repeat-x left top;
}


/* sidebar */

#sidebar{
  background: transparent url(img/sidebar.png) no-repeat left top;
  float: left;
  display: block;
  margin-left: -320px;   /* sidebar width! */
  width: 320px;          /* sidebar width! */
  position: relative;
  margin-top: 36px;
}
#sidebar .wrap{
  margin-left: 32px;
  width: 270px; /* actual size is +36px right-padding + shadows (around 320px) */
  padding: 20px 36px 0 0;
  min-height: 350px;
}
#sidebar .content {
	color: #6c6b6c;
	font-family: Arial, Helvetica, Sans;
	font-size: 11px;
	width: 217px;
	margin-left: 10px; 
}
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			padding-bottom: 8px;
		}
	#sidebar a {
		color: #6c6b6c;
		text-decoration: none;
	}
	#sidebar a:hover,
	#sidebar a:focus {
		color: #e22e3b;
		text-decoration: underline;
	}
	#sidebar .intro {
		padding-top: 60px;
	}
	#sidebar .intro,
	#sidebar .authors,
	#sidebar .archives,
	#sidebar .links {
		background: transparent url(img/line.gif) no-repeat center bottom;
		padding-bottom: 15px;
	}
	#sidebar .archives-title {
		background: transparent url(img/title-archives.jpg) no-repeat left center;
		margin: 10px 0;
		text-indent: -50000px;
		font-size: 250%;
	}
	#sidebar .tags-title {
		background: transparent url(img/title-tags.jpg) no-repeat left center;
		margin: 10px 0;
		text-indent: -50000px;
		font-size: 250%;
	}
	
	#sidebar .links-title {
		background: transparent url(img/title-liens.jpg) no-repeat left center;
		margin: 10px 0;
		text-indent: -50000px;
		font-size: 250%;
	}
		#sidebar .feed a {
			background: transparent url(img/rss.jpg) no-repeat left center;
			display: block;
			margin: 10px 0;
			padding-left: 23px;
		}
		#sidebar .authors li {
			background: transparent url(img/puce.gif) no-repeat left 0px;
			padding-top: 5px;
			padding-left: 26px;
		}
	

/*** FOOTER ***/

#footer{
  background: transparent url(images/div-h2.gif) repeat-x left top;
  font-size: 90%;
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.error, .red{
  color:#ed1f24;
}


/********************************************************************************************/
/*** WORDPRESS SPECIFIC STYLES **************************************************************/

#sidebar li.linkcat h2{
   background: transparent url(images/div-h2.gif) repeat-x left bottom;
   color: #8b8b89;
   padding-bottom: 2px;
   text-align: right;
   font-style: italic;
   font-size: 115%;
}

#sidebar li.linkcat a,
.widget.widget_links ul li a, .widget.widget_meta ul li a, .widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_pages ul li a{
   color: #8b8b89;
   text-decoration: none;
   background: transparent url(images/b3.gif) no-repeat left center;
   padding-left: 10px;
   margin-left: 10px;
}

#sidebar li.linkcat a:hover,
.widget.widget_links ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_pages ul li a:hover{
   color:#ed1f24;
   background: #fff url(images/b3.gif) no-repeat left center;
   text-decoration: underline;
}

.widget.widget_links ul li a, .widget.widget_meta ul li a, .widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_pages ul li a{
  margin-left: 0;
}


/* same as .box ul*/
.box .textwidget{
  background: transparent url(images/side-box-bg.png) no-repeat left bottom;
  padding: 10px 20px;
  display: block;
}

.widget#calendar h2{
  display: none;
}

.widget#calendar{
  padding-left: 15px;
}

.widget ul#recentcomments li{
  background: transparent url(images/comments.png) no-repeat 0px 3px;
  padding-left: 18px;
  display:block;
  font-style: italic;
  margin-bottom: 5px;
}

.widget ul#recentcomments li a.url{
  border-bottom: 1px dotted #8b8b89;
  color: #000;
  text-decoration: none;
  font-style: normal;
}

.widget ul#recentcomments li a.url:hover{
  border-bottom: 1px solid #8b8b89;
}

.widget select#cat{
  margin-left: 10px;
  width: 100%;
}


.widget#tag_cloud a{
  line-height: 150%;
}

.post .postheader{
  display: block;
  margin-left:0;
}

.post img{
  padding: 3px;
  margin: 4px 10px;
  border: 1px solid #E7E8E6;
}

.post img.alignleft{ margin-left: 0; }
.post img.alignright{ margin-right: 0; }

.post p.postinfo{
	font-size: 90%;
	margin-top: -6px;
}

/* no border on smilies */
img.wp-smiley, .post img.wp-smiley{
  padding: 0;
  margin: 0;
  border: 0;
}

.wp-caption {
  background:#F7F7F7;
  border: 1px solid #E7E8E6;
  padding-top:5px;
  margin:4px 10px;
  text-align:center;
  color: #8d8b8b;
}

.wp-caption img, .post .wp-caption img{
  margin: 0;
  border: 0;
  padding: 0;
}

.wp-caption.alignleft{ margin-left: 0; }
.wp-caption.alignright{ margin-right: 0; }


.navigation{
  font-size: 95%;
  color: #c4c3c1;
}

.navigation .alignleft{
  float: left;
}

.navigation .alignright{
  float: right;
}

.navigation a{
  text-decoration: none;
  color: #333333;
}

.navigation a:hover{
  color:#e22e3b;
  text-decoration: underline;
}

.postmetadata{
  color: #c4c3c1;
  margin: 20px 0 10px 0;
}

.postmetadata a{
  color: #929292;
}

.postmetadata a:hover{
  
}

span.editlink{
  position: absolute;
  right: 10px;
  bottom: 5px;
}

span.editlink.relative{
  position: relative;
}


span.editlink a{
  display: block;
  height: 16px;
  background: transparent url(images/edit.png) no-repeat left top;
  padding-left: 17px;
  color: #000;
  text-decoration: none;
}

span.editlink a:hover{
  background-position: left bottom;
  background-color: none;
  color:#ed1f24;
}

div.act{
  position: absolute;
  top: 5px;
  line-height: 100%;
  right: 10px;
  margin: 0;
  padding: 0;
}

span.reply a, span.quote a, span.advedit a{
  display: block;
  float: left;
  color: #aeadab;
  text-decoration: none;
  padding-right: 6px;
  margin: 0;
}

span.reply a:hover, span.quote a:hover{
  color:#ed1f24;
}

.admincomment span.reply a, .admincomment span.quote a{
  color: #fff;
}

.admincomment span.reply a:hover, .admincomment span.quote:hover a{
  color: #fcb722;
}


span.advedit a{
  background: transparent url(images/edit.png) no-repeat left top;
  display: block;
  width: 16px;
  height: 16px;
}


blockquote{
  background: transparent url(images/blockquote.png) no-repeat left top;
  margin: 10px 65px 10px 10px;
  padding: 20px 20px 10px 10px;
  font-style: italic;
  color: #939494;
}

blockquote p{
  padding: 8px;
  margin: 2px;
  border: 1px dotted #939494;
}

#footer a.rss{
  background: transparent url(images/rss.png) no-repeat left top;
  padding-left: 18px;
}

#footer a.rss:hover{
  background: #2d83d5 url(images/rss.png) no-repeat left top;
}

#commentform{
  display: block;
  background: transparent url(images/div-h2.gif) repeat-x left 0px;
  padding: 6px 0 0 0;
  margin: 20px 0;
}

#commentform textarea{
  margin-bottom: 6px;
}

#commentform #commentdata label{
  background: #FFFF99;
}

#commentnavi{
  display: block;
  margin: 20px 0;
}

#commentnavi .page-numbers{
  border: 1px solid #939494;
  padding: 2px 5px;
  text-decoration: none;
}

#commentnavi .page-numbers.current{
  background: #939494;
  color: #fff;
  font-weight: bold;
}


#header h1{
}

#header h1 a{http://192.168.2.4/debug/DECATHLON_OPforme2009/journal/
  display: block;
  height: 225px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  text-indent: -50000px;
  top: 0;
  width: 650px;
}

#header h1 a:hover{
  background-color: transparent;
}

ol#comments, ol#comments li,
ol#trackbacks, ol#trackbacks li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}


/* gravatar */
.comment .avatar{
  float: left;
  width: auto !important;
  padding-top:6px;
  padding-left: 8px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}



