/*
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.6
Author: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

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

/*	##################################
   	GENERAL
	################################## */
	
html,body{
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #efefef url('/skins/Legend/styleImages/backgrounds/bg.jpg') center top repeat-y;
	color: #5F6163;
	font: 13px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: #6e7073;
	color: #786B4B;
	outline: none;
}

a:hover {
	color: #BDB397;
}

p {
	margin: 0 0 20px 0;
}

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

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

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#pageSurround {
	width: 964px;
	padding: 0;
	margin: 0 auto;
	/*background: url('/skins/Legend/styleImages/backgrounds/pageShadow.png') center top repeat-y;*/
	min-height:100%;
}

*html #pageSurround {
	/*background: url('/skins/Legend/styleImages/backgrounds/pageShadow.gif') center top repeat-y;*/
	height: 100%;
}

#page {
	width: 950px;
	height: 100%;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 124px;
	/* background: black url('/skins/Legend/styleImages/senchi_logo.png') 20px 30px no-repeat; */
	background: black;
}

#header #topHeaderLeft{
	float: left;
	margin: 30px 0 0 20px;
}

#header #topHeaderLeft a#logo img{
	border: 0;
}

#header #topHeaderRight {
	float:right;
	width:500px;
	text-align:right;
	margin:0;
}

#topHeaderRight .boxContentCategories ul{
list-style: none;
margin: 35px 15px 0 0;
padding: 0;
}

#topHeaderRight .boxContentCategories ul li{
display: inline;
padding-left: 20px;
}

#topHeaderRight .boxContentCategories ul li a{
color: white;
text-decoration: none;
font-size: 210%;
font-weight: bold;
padding: 2px 4px 1px 4px;
}

#topHeaderRight .boxContentCategories ul li a:hover{
text-decoration: none;
}

#topHeaderRight .boxContentCategories ul li.active a{
color: white;
}

#topHeaderRight .boxContentCategories ul li#Mens a:hover,
#topHeaderRight .boxContentCategories ul li.active#Mens a{
color: #33CCFF;
}

#topHeaderRight .boxContentCategories ul li#Womens a:hover,
#topHeaderRight .boxContentCategories ul li.active#Womens a{
color: #FB6297;
}

#topHeaderRight .boxContentCategories ul li.active a:hover{
cursor: default;
}

#content {
	padding: 0;
	background: #fff;
}

#content-left {
	float: left;
	width: 600px;
	padding: 20px 0 0 20px;
}

#content-right {
	float: right;
	width: 260px;
	background:url('/skins/Legend/styleImages/backgrounds/colLeftBG.png') repeat;
	background:url('img/colLeftBG.png') repeat;
	padding: 20px 20px 0 20px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */

h1,h2,h3,h4,h5{
	color: #786B4B;
	font-weight: normal;
}

h1 {
	margin: 0 0 30px 0;
	padding: 0px;
	font-size: 28px;
	font-weight: normal;
}

h1.sifr{
	color: black;
	font-size: 28px;
	font-weight: bold;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 0;
}

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

h2.withdatebox{
	display: block;
	float: left;
	width: 480px;
	padding: 0;
	margin: 0;
}

h2.sifr a{
	color: #786B4B;
	font-size: 24px;
	line-height: 1.25em;
	text-decoration: none;
}

h2.sifr a:hover{
	text-decoration: underline;
}

h2.rss {
	background:#fff url(img/rssBg.gif) 7px 2px no-repeat;
	padding:5px 0 0 38px;
	margin-bottom:20px;
	height:25px;
	font-size:18px;
}

h3 {
	margin: 0 0 10px 0;
	font-weight: normal;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

h4#respond{
	font-size: 16px;
	font-weight: bold;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

#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: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.box-left.navigation{
	border-bottom: 0;
}

.box-left a img{
border: 2px solid #786B4B;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
	font-size: 11px;
}

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


/** box right */

.box-right {
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: white;
}

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

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

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

.box-right h4{
height: 28px;
text-indent: -2000px;
margin: -12px 0 5px -12px;
}

.box-right h4#calendar{
background: url('img/boxHeaderBlogCalendar.png') no-repeat left top;
}

.box-right h4#categories{
background: url('img/boxHeaderBlogCategories.png') no-repeat left top;
}

.box-right h4#archives{
background: url('img/boxHeaderBlogArchives.png') no-repeat left top;
}

.box-right h4#recentposts{
background: url('img/boxHeaderBlogRecentPosts.png') no-repeat left top;
}


/*	##################################
   	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: #786B4B;
	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;
	width: 580px;
	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 {
	float: left;
	width: 146px;
	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;
}

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

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

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
}

#legal {
	float: left;
	width: 400px;
	font-size: 11px;
}

#webdemar {
	float: right;
	width: 400px;
	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: 1px solid #ccc;
   	text-align: center;
   	background-color: #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 table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}


/*Main Navbar */

#nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 55px;
	background-color: #BDB397;
	font-size: 11px;
	}
	
#nav, #nav ul {
	width: 895px;
	list-style: none;
	line-height: 29px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
	}

#nav li {
	float: left;
	list-style: none;
	}

#nav a, #nav a:visited {
	display: block;
	color: #fff;
	padding: 0 10px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}	

#nav li.current_page_item {
	 background-color: white;
}

#nav li.current_page_item a{
	color: black !important;
}
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #6e7073;
	line-height: 30px;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #6e7073;
	border-right: 1px solid #6e7073;
	border-left: 1px solid #6e7073;
	background: #1e1f21;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	background: #1e1f21;
	}

#nav li li a:hover, #nav li li a:active {
	background:#4a4f54;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover
{	background:none;
	}
	
	
.datebox {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 52px;
	width: 100px;
	float: right;
	border:1px solid #999;
	background-color:#fff;
}

.datebox .day {
	font-size: 24px;
	display: block;
	text-align: center;
	padding-top: 10px;
	color: #999;
}

.datebox .month {
	display: block;
	text-align: center;
	color: #999;
}

p.posted-by{
font-size: 11px;
color: #999999;
margin-bottom: 20px;
clear: left;
width: 400px;
}
	
p.postinfo{
font-size: 11px;
color: #999999;
margin-top: 10px;
}



/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}
