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

	Fusion v1.3
	  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

*/


/* GLOBAL PROPERTIES */
*{
  margin: 0;
  padding: 0;
}

html, body{
 height:100%;
}

body {
  font-family: Verdana, Candara, Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati; /* Verdana added to original CSS */
  font-size: 14px; /* was .75 em*/
  font-style: normal;
  color: #000;
}

body{
  background: transparent url(images/main-bg.gif) repeat-x left 200px;
/*  min-height:100%;
  height:auto !important; /* ie ignores it */
 /* height:100%; /* fix */
  position: relative;
}

a {
  color: #366BC1; /* their normal is #003366; */
  text-decoration: none;
}

a:hover{
  color: #003366; 
  background: none;
  text-decoration: underline; 
}

img{
  border: 0;
}

pre{
  white-space: normal;
}

p{
  line-height: 165%;
  margin: 4px 0 13px;
}

small{
  font-size: 90%;
}

/* 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(images/header-bg-new.png) repeat-x left top;}

#page-wrap2{
  height: 200px; 
  min-height: 500px; 
  width: 100%;
  display:block;
}

#header{ height: 200px;}

#header h1{
  position: absolute;
  color: #fff;
  top: 82px;
  font-size: 42px;
  z-index:0;
 font-family: Candara,Verdana, Helvetica, Arial, sans-serif;
}

#header h1 a{
  color: #fff;
  text-decoration: none;
}

#header h1 a:hover{
  background: none;
  color: #F8B107; 
}

#header h2 {
  position: absolute;
  top: 94px;
  width:600px;
  font-family: Candara,Verdana, Helvetica, Arial, sans-serif;
  color:#CCCCCC;
  font-weight:bold;
  margin-top: 40px;
  font-size:18px;
  z-index:0;
}

#header h2 a {
  text-decoration: none;
  color: #afb0b3;
}

#header h2 a:hover{
  text-decoration: none;
  background: none;
  color: #fff;
}

/* TABS */
#tabs {
 font-size:14px;
 height:29px;
 line-height:normal;
 position: absolute;
 top: 171px; 
 left: 0;
 font: Verdana;
}

#tabs ul {
 list-style:none;
}

#tabs li {
 display:inline;
}

#tabs a {
 float:left;
 background:url(images/tab-left.png) no-repeat left top;
 color:#0470a0;
 padding-left:10px;
 margin-right:3px;
 text-decoration:none;
 color:#cfcfcf;
 cursor: pointer; /* IE 7 bug-fix */
}

#tabs a span{
 float:left;
 display:block;
 background:url(images/tab-right.png) no-repeat right top;
 height: 29px;
 padding-right: 10px;
}

#tabs a span span{
 display:block;
 background:none;
 height: auto;
 padding: 4px 4px 0 4px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
 color:#cfcfcf;
}

#tabs a:hover{
 background-position:0% -29px;
 color:#fff;
}
#tabs a:hover span{
 background-position:100% -29px;
 color:#fff;
}

#tabs a.active {
 background-position:0% -58px;
 color:#000;
}
#tabs a.active span {
 background-position:100% -58px;
 color:#000;
}

#tabs li.current_page_item  a {
 background-position:0% -58px;
 color:#000;
}
#tabs li.current_page_item a span {
 background-position:100% -58px;
 color:#000;
}
/* secondary tabs */

.menu {
 font-size:14px;
 height:35px;
 line-height:normal;
 left: 0;
 padding-left: 12px;
 background:transparent url(images/mtab-bg.png) repeat-x left bottom;
 margin: 10px 0 20px;
}

.menu ul {
 list-style:none;
}

.menu li {
 display:inline;
}

.menu a {
 float:left;
 background:url(images/mtab-left.png) no-repeat left -35px;
 color:#0470a0;
 padding-left:6px;
 margin-right:3px;
 text-decoration:none;
 text-transform: uppercase;
 color:#8c8b8b;
 cursor: pointer; /* IE 7 bug-fix */
}

.menu a span{
 float:left;
 display:block;
 background:url(images/mtab-right.png) no-repeat right -35px;
 height: 35px;
 padding-right: 6px;
}

.menu a span span{
 display:block;
 background:none;
 height: auto;
 padding: 7px 10px 0 10px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menu a span {float:none;}
/* End IE5-Mac hack */
.menu a:hover span {
 color:#cfcfcf;
}

.menu a:hover{
 background-position:0% -70px;
 color:#fff;
}
.menu a:hover span{
 background-position:100% -70px;
 color:#fff;
}

.menu a.active {
 background-position:0% 0px;
 color:#ed2124;
}
.menu a.active span {
 background-position:100% 0px;
 color:#ed2124;
}

/*** 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{  
	margin-top:25px;
	padding-top: 0px;
}

#main-content h1{
  font-family: Candara, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
  font-size: 28px;
  margin: 0px 0 10px;
  font-weight: bold;
  color:#003366;
}

#main-content h2{
  font-family: Candara, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
  font-size: 125%;
  color:#000;
  margin: 20px 0 14px;
  font-weight: bold;
    	text-transform:uppercase;
   color:#003366; 
}

#main-content h3{
  font-family: Candara, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
  font-size: 125%;
  font-weight: bold;
  margin: 20px 0 14px;
  color:#FF9900;
  	text-transform:uppercase;
/*  text-align:center; */
}
#main-content .guide h3 {
	margin-top:0px;
	text-transform:uppercase;
}	

#main-content h4{
  font-family: Candara, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size:125%;
  margin: 20px 0 7px;
  color:#003366;
  line-height:135%;
}

#main-content h5{
  font-family: Candara, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
  font-size: 110%;
  font-weight: normal;
  margin: 5px 0 2px;
  font-weight: bold;
}
#main-content .guide p {
	font-size:90%;
	padding-top:15px;
	line-height:140%;
}	
#main-content .guide li {
	font-size:90%;
}	

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

#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;
}

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

blockquote p {
  padding: 8px;
  line-height:160%;
	color:#000;
/*	background:#003366; */
	border:1px dotted #003366;
}
blockquote p:hover{
}

/* STORY / POST */

.story, .post{
 /* background: transparent url(images/div-h2.gif) repeat-x left 8px; */
  margin-bottom: 40px;
  display: block;
  position: relative;
}

/* story header */

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

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

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

.story .challengeinfo, .post .challengeinfo{

}
.story .challengeinfo p, .post .challengeinfo p{
/*  padding: 4px 10px; */
	color:#F1AC02;
	margin:0px 0px 6px 0px;
}

.story .postinfo, .post .postinfo{
  color:#A2A3A6;
  margin:0px 0px 20px 0px;
  font-size:90%;
}

.story .postinfo p, .post .postinfo p{
 }

/* STORY BODY */

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

.story h2 a:hover, .post h2 a:hover, .story h3 a:hover, .post h3 a:hover{
  background: none;
  color: #03366; 
  text-decoration:underline;
}

/* POST FOOTER */

.story .postbody, .post .postbody{
  clear: left;
  margin: 10px 0 10px 0;
  display: block;
/*  border-bottom:1px dotted #F1AC02; */
}

.story p.postcontrols, .post p.postcontrols, .postcontrols p {
  color: #000; /*was e5e5e6; */
  float: right;
  text-align:right;
}

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


/* COMMENT LINK ON INDEX*/

a.comments, .story p.postcontrols a.comments, .post p.postcontrols a.comments{
  background-image:url(images/comments.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
 /* padding-left: 19px; */
  padding:3px 3px 3px 19px;
  color:#F1AC02; 
  font-weight:bold;
  font-size:22px;
  font-family: Candara,Verdana, Helvetica, Arial, sans-serif;
}

a.comments:hover, .story p.postcontrols a.comments:hover, .post p.postcontrols a.comments:hover{
  background-image:url(images/comments.png);
    background-repeat: no-repeat;
  background-position: 2px 2px;
  background:#F1AC02; 
  color: #fff;
  text-decoration:none;
}

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

a.no.comments:hover, .post p.postcontrols a.no.comments:hover{
  background: #366BC1; 
  color: #fff;
}
/****SHARING****/

div.share {

	margin:0px;
	padding:0px;
}	
div.share a img {padding: 3px;    }

div.share a:hover img {
    background: #eeeeee;
    border: solid 1px #cccccc; 
    padding: 2px;
}
div.share a {
	border:none;
	text-decoration:none;
}	
/*POSTRATINGS*/

.postratings {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
}	
/*TAGS*/
.story p.tags, .post .tags{
  display: block;
  margin:10px 0px 10px 0px;
  color:#999999;
}

/*Single page meta before comments*/

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


/* COMMENT ENTRY FORM*/

#author_info input {
	margin-top:5px;
	margin-bottom:10px;
}	
#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;
  font-size:14px;
}

/* 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;
}

ol#thecomments, ol#thecomments li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ol#thecomments li{
	font-size:90%;
}	

.comment .avatar{
  float: left;
  width: 80px;
  padding-top:0px;
}

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

.comment .details .head{
  background: transparent url(images/postinfo-bg.png) repeat-x left bottom;
  padding: 2px 10px;
  display: block;
  color: #333;
    font-weight:bold;
}

.comment .details .text{
  background: transparent url(images/comment-bg.png) repeat-x left top;
  padding: 3px 10px 25px 0;
  min-height: 40px;
}
.comment .details .text img {
	display:none;
}	
.comment .details .text blockquote {
	margin-top:0px;
	padding-top:0px;
}
span.reply a, span.quote a, span.advedit a{
  display: block;
  float: left;
  text-decoration: none;
  padding-right: 6px;
  margin: 0;
}

span.reply a:hover, span.quote a:hover{
  background: none;
  text-decoration:underline;
}
.row textarea {
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	

/** SIDEBAR **/

#sidebar{
  background: transparent url(images/side-start.png) no-repeat left top;
  float: left;
  display: block;
  margin-left: -320px;   /* sidebar width! */
  width: 320px;          /* sidebar width! */
  position: relative;
  margin-top: 76px; /* was 36px */
  font-size:90%;
  line-height:130%;
}

#sidebar .wrap{
  background: transparent url(images/side-bg.png) no-repeat right top;
  margin-left: 32px;
  width: 270px; /* actual size is +36px right-padding + shadows (around 320px) */
  padding: 20px 36px 0 0;
  min-height: 350px;
}

#sidebar ul, #sidebar ul, li{
  list-style-type: none;
  line-height: 150%;
}

#sidebar h2 {
  font-family: Candara, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-weight:300E;
  text-transform: uppercase;
  font-size: 18px;
  margin: 16px 0 2px 0;
  color: #003366;
}

/* sidebar menu */

#sidebar ul.nav, #sidebar ul.nav li{
  list-style-type: none;
}

#sidebar ul.nav li{
  background: transparent url(images/div-h.gif) repeat-x left bottom;
  padding: 2px 0 3px;
  margin: 0;
  display:block;
}

/* no bg on the last menu item */
#sidebar ul.nav li.last{
  background: none
}

#sidebar ul.nav ul{
  margin: 0px 0 12px;
}

#sidebar ul.nav ul ul{
  margin: 0px 0 8px; /* lower bottom-padding for 2+ level menu */
}

/* 2nd level menu */
#sidebar ul.nav li li{
  background: none;
  padding: 0;
  margin-left: 25px;
}

/* 3rd ... n levels */
#sidebar ul.nav li li li{
  margin-left: 10px;
}

#sidebar ul.nav li a{
  background: none;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 110%;
  padding: 3px 8px;
  color: #000;
  position: relative;
  cursor: pointer;
}

#sidebar ul.nav li a:hover{
  background: #f0efef url(images/side-nav-bg.png) repeat-y right top;
  color: #ed2124;
}

#sidebar ul.nav li a span{
  background: transparent url(images/b1.gif) no-repeat left 3px;
  padding-left: 17px;
  display: block;
}

#sidebar ul.nav li a:hover span{
  background-position: left -185px;
  color: #ed2124;
}

#sidebar ul.nav li li a{
  text-transform: none;
  font-size: 100%;
  padding: 0;
}

#sidebar ul.nav li li a:hover{
  background: none
}

#sidebar ul.nav li li a span{
  background: none;
  padding: 0;
}

#sidebar ul.nav li a span.rss{
  background: transparent url(images/side-nav-rss.gif) no-repeat left top;
  display: none;
  width:26px;
  position: absolute;
  height: 13px;
  right: 0;
  padding: 0 10px 0 0;
  top: 0;
  text-decoration: none;
  cursor: pointer;
  z-index: 5;
}

#sidebar ul.nav li a span.rss:hover{
  background-position: 0px -13px;
}

/* SIDEBAR CONTENT BOX */

#sidebar .box{
  margin: 16px 0 2px;
}

#sidebar .box h2 {
  background: transparent url(images/side-box-top.png) no-repeat left bottom;
  padding: 4px 0 4px 20px;
/*  color: #8d8b8b; */
  margin: 20px 0 0 0;
}

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

#sidebar .box ul ul {
  background: transparent url(images/side-box-bg.png) no-repeat left bottom;
  padding: 10px 0 0 0;
  display: block;
}

#sidebar .box li{
	padding-bottom:10px;
}	

#sidebar .box caption{
  text-align: left;
  font-weight: bold;
}

/* sidebar search */

#searchtab{
  background: transparent url(images/search-bg.png) no-repeat left top;
  margin: 20px 0;
}

#searchtab .inside{
  background: transparent url(images/search-go.png) no-repeat right top;
  height: 40px;
  position: relative;
}

#searchtab input{
  border: 0;
  background: none;
  font-size: 12px;
  padding: 0px;
}

#searchtab input.searchfield, #searchtab input#s{
  position: absolute;
  top: 6px;
  left: 46px;
  color: #e5e5e5;
  padding: 0px;
}

#searchtab input.searchbutton, #searchtab input#searchsubmit{
  position: absolute;
  right: 37px;
  top: 6px;
  color: #e5e5e5;
  text-transform: uppercase;
  padding: 0px;
}

#searchtab label{
  display: none;
}

#searchtab input.searchbutton:hover{
  color: #fff;
}

/* sidebar add to any icon */
a.a2a_dd addtoany_subscribe {
	text-align:center;	
}

/*** 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{
   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{
   color:#ed1f24;
   text-decoration: underline;
}

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

.box a img {
  padding: 10px 5px 10px 10px;
  border:none;
}

.widget#calendar h2{
  display: none;
}

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

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

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

/*
.post img{
  padding: 3px;
  margin: 5px 15px 15px 15px;
  border: 1px solid #E7E8E6;
}

.post a:hover img{
  border: 1px solid #2d83d5;
}

/********PREVIOUS & NEXT LINKS ON THE SINGLE POST PAGE********/
.navigation{
  font-size: 95%;
  color: #A2A3A6;
   margin-bottom:20px; 
   width:610px;
}

.navigation .alignleft{
  width:270px;
}

.navigation .alignright{
  float: right;
  text-align:right;
  width:270px;
  margin-left:30px;
}

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

.navigation a:hover{
  background: none;
  color:#003366;
  text-decoration:underline;
}


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: 4px;
  line-height: 100%;
  right: 10px;
  margin: 0;
  padding: 0;
}

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

.error{
  color:#ed1f24;
}

form input{
	padding:2px;
}

/*** FOOTER ***/

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

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

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

#footer-wrap{
/*  height: 50px; /* was 200*/
/*  min-height: 50px; /* was 500*/
  width: 100%;
  display:block;
}
#credit {
	position:relative;
	top:-8px; 
	font-size:10px;
}	
#rss {
	position:relative;
	top:-19px; 
}
.hide {
	display:none;
}	

/* 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;
}

/* TABLES */

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;
}
#footer table,
#footer table tr,
#footer table td {
	border:none;
}

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

fieldset{
  padding: 10px;
}

legend{
  padding: 2px 5px;
  font-weight: bold;
}
hr {
	color:#FFCC33;
}	
.guide {
	border-top: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding:15px;
	margin:20px 0px 20px 0px;
	width:99%;
}	
.survey {
float:right;
width:200px;
height:auto;
border: 1px dotted #999999;
margin:10px 0px 10px 10px;
padding:5px;
}

p .addtoany_share_save_container {
	margin-left:0px;
	padding-left:0px;
}	

.addtoany_share_save_container a:hover img {
	border:none;
	background:none;
}	
img.alignleft {
	margin:0px 20px 0px 0xpx;
	padding:0px;
}	

/* TWITTER WIDGET - DOESN'T WORK */
.widget_twitter li {
	clear:both;
}
.widget_twitter li img {
	float:left;
	margin:0px;
}
.widget_twitter li .clear {
	clear:both;
}

#authorintro {
font-family: Verdana, Candara, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-style: normal;
  color:#003366;
  line-height:22px;
 } 
 
#tag_cloud li {
		padding-left:15px;
}