/*
Theme Name: deFusion
Theme URI: http://webdemar.com/demo/?wptheme=deFusion
Description: Clean and easy customizable WordPress theme by <a href="http://webdemar.com">webdemar</a>
Version: 0.8.4
Author: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, widgets, widget ready, two columns, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background:#313131 url(img/bg-body.jpg) repeat-x scroll left top;
	color: #ffffff;
	font: 11px/18px "Trebuchet MS","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
}

a {
	color:#FFFFFF;
	outline: none;
}

p {
	margin:13px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
	
#top {
	height:29px;
	width:100%;
	margin:0;
	padding:0;
}

#top #middle {
	height:inherit;
	width:723px;
	margin:0 auto;
	padding: 0px;
	color:#686868;
	font-size:11px;
}

#top #middle #meta{
	width:143px;
	float:left;
	line-height:29px;
	vertical-align:middle;
}

#top #middle #meta a {
	text-decoration:none;
	color:#686868;
}

#top #middle #meta img{
	border:none;	
}


#top #middle #title{
	width:300px;
	float:left;
	line-height:29px;
	vertical-align:middle;
	font-family:"Trebuchet MS";
}

#top #middle #title a {
	text-decoration:none;
	letter-spacing:1px;
	color:#CBCBCB;
	font-size:12px;
}

#top #middle #date{
	float: right;
	width:200px;
	line-height:29px;
	vertical-align:middle;
	text-align:right;
	
}

#wrapper {
	width: 788px; 
	background:#181818;
	margin: 0 auto;
}
	
#page {
	width: 770px; /*940px;*/
	background:#000000 url(img/bg-header-soseja.jpg) no-repeat 0px 0px;
	margin: 0 auto;
}

#cats {
	width: 246px;
	height:36px;
	float:right;
	background:transparent url(img/bg-submenu.png) no-repeat 0 0;
}

#sub_cat, #sub_cat ul {
	height:inherit;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
	/*width:inherit;*/
}

#sub_cat li {
	/*float:left;*/
	display:inline;
	line-height:36px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}

#sub_cat a, #sub_cat a:hover {
	color:#2f2f2f;
	/*display:block;
	float:left;*/
	font-size:14px;
	font-weight:bold;
	/*padding:1px;*/
	text-decoration:none;
	padding:0 19px;
	margin:0;
}

#header {
	position: relative;
	height: 171px;
	width: 726px;
	margin: 0 auto;
}

#header_stuff {
	width: 339px;
	height: 151px;
	position:relative
	padding: 5px;
	float: right;
	margin-top:21px;
}

#header_menu {
	width: 93px;
	height:113px;
	float:left;
	background:transparent;
	overflow:hidden;
	position:relative;
}

#header_menu .opacity {
	width: 93px;
	height:113px;
	float:left;
	position:absolute;
	background:/*#ffae00*/ url(img/bg-top-yellow.png);
	z-index:0;
	
	/*opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:30px;
	-moz-border-radius-topright:0px;*/
}
#header_menu .content {
	position:relative;
}

#cal {
	background:transparent url(img/bg-top-black.png) no-repeat scroll 0 0;
	width: 246px;
	height:151px;
	float:right;
	overflow:hidden;
	position:relative;
}

/*#cal .opacity{
	-moz-border-radius-bottomleft:30px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:30px;
	-moz-border-radius-topright:0;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity:0.8;
	
	background:#000000 none repeat scroll 0 0;
	height:151px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
}*/

#content {
	padding: 24px 0 0 0;
	background:/*#fff*/transparent  none scroll 0 0;
	width: 726px;
	margin: 0 auto;
}

#content-left {
	float: right;
	width: 580px;
	margin:0;
}

#content-left #container {
	/*float: right;*/
	width: 580px;
	margin:0;
	/*background:#5083e2 url(img/bg-corner-blue.png) no-repeat;*/
	background:url(img/bg-corner-blue.png) no-repeat;
	position:relative;
	overflow:hidden;
}

#content-left #container .opacity {
	background:#5083e2;
	position:absolute;  
	top:0px; 
	left:0px;
	z-index:0;  
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	width:100%;
	height:100%;
	
	/*-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:30px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;*/
}

#content-left #container .content {
	position:relative;
	margin:0;
}

#content-left-bottom {
	/*float: right;*/
	width: 580px;
	height:30px;
	margin:0;
	background:url(img/bg-bottom-blue.png) no-repeat;
	position:relative;
	/*overflow:hidden;
	clear:left;*/
}


#content-right {
	float: left;
	width: 146px;
	background:#5083e2;
	/*-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:00px;
	-moz-border-radius-topleft:30px;
	-moz-border-radius-topright:0px;*/
}

#content-right-top {
	float: left;
	width: 146px;
	background:transparent url(img/bg-top-blue.png) top no-repeat;
	height:29px;
	/*-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:00px;
	-moz-border-radius-topleft:30px;
	-moz-border-radius-topright:0px;*/
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	/*position: absolute;
	bottom: 80px;*/
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height:22px;
	font-size: 18px;
	font-weight: bold;
}

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

h2 {
	margin: 0 0 20px 20px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: normal;
}

h3 a {
	color:#FFBC30;
	font-family:Trebuchet MS;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 0px 0;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}

h4 a {
	text-decoration:none;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0px;
	/*padding:60px 30px 0;*/
	padding:25px 30px 0;
	z-index:10000;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
	background:url(img/tag_yellow.png) no-repeat 0px 3px;
	padding: 0 10px 0 16px;
}

a.post-edit-link {
	clear: both;
	/*color: #5083E2;*/
	background:url(img/pencil.png) no-repeat 0px 3px;
	padding: 0 10px 0 16px;
	text-decoration:none;
}

a.more-link {
	background:transparent url(img/text_dropcaps.png) no-repeat scroll 0 2px;
	clear:both;
	padding:0 10px 0 18px;
	text-decoration:none;
}


/** box right */

.box-right {
	margin-top:-10px;
	padding:0 20px 20px;
	background: transparent no-repeat left top;
}

.box-right ul {
	margin: 0 0 0px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin:0;
	padding-left:5px;
	/*line-height:14px;*/
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0;
}


.box-right li.current_page_item a{
	color:#FEBD2D;
}

.box-right li.current_page_item li a{
	color:#FFFFFF;
}

.box-right ul ul {
	margin: 0 0 0px 0;
	padding: 0px;
	list-style: none;
}

.box-right li li {
	margin:0;
	padding-left:5px;
	line-height:15px;
	font-size:11px;
	color:#FFFFFF;
}

.box-right li a {
	text-decoration: none;
	color:#FFFFFF;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	background:#FFFFFF url(img/bg-form-text.gif) repeat-x scroll left top;
	border:1px solid #DADADA;
	color:#5E5E5E;
	float:left;
	height:16px;
	padding:3px 3px 0;
	width:146px;
}

#searchform .button {
	background:#FCBB30 none repeat scroll 0 0;
	border:medium none;
	color:#2F2F2F;
	height:21px;
	margin:0;
	padding:0 8px;
	width:auto;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	height:45px;
	margin:0 auto;
	width:726px;/*900px;*/
	/*margin: 0 auto;
	padding: 20px 0;*/
}

#footer p {
	/*margin: 0 0 10px 0;*/
	color:#313131;
	font-size:10px;
	line-height:45px;
	margin:0;
	padding:0;
}

#footer p a {
	color:#313131;
	outline: none;
	text-decoration:none
}

#legal {
	/*float: left;
	width: 400px;*/
	float:right;
	height:inherit;
	text-align:center;
	width:580px;
}

/*#webdemar {
	float: right;
	width: 300px;
	text-align: right;
}*/

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: none; /*1px solid #ccc;*/
   	text-align: center;
   	background-color: transparent; /*#f7f7f7;*/
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap, #wp-calendar {
	position:relative;
	height:inherit;
	margin:3px 15px;
	/*background:transparent url(img/bg-corner-yellow.png) no-repeat scroll 0 0;*/
}

#calendar_wrap table {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:85%;
}

#calendar_wrap td {
	text-align: center;
	padding:0;
	margin:0;
	height:12px;
}

#wp-calendar caption {
	margin:3px 0;
	background: transparent; /*#dedede;*/
}

#wp-calendar thead {
	font-weight:bold;
}

.breadcrumb {
	float:left;
	padding:20px 0 0 30px;
	width:260px;
}

.breadcrumb a {
	text-decoration:none;
}

.wp-pagenavi {
	padding:20px 0 4px 30px;
}
