/*
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
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #221929 url(img/bg3.png) no-repeat fixed center -90px;
	letter-spacing: 0;
	font: 15px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html {
	background-image: none;
}

a {
	color: #f2741a;
	outline: none;
}

p {
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 100;
}

ul, ol {
	margin-bottom: 20px;
	background-color: white;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 940px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 260px;
	background: url(img/olsalogo-3.png) no-repeat 0 0;
	margin-top: 30px;
	width: 960px;
	margin-left: -10px;
}

#content {
	padding: 0;
	background: #f2741a;
	opacity: 1;
	-webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;
         -webkit-box-shadow: 0px 5px 5px #000000;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
}

#content-left {
	float: left;
	width: 620px;
	margin-left: 0;
}

#content-right {
	float: right;
	width: 320px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 36px;
	left: -5px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 149px;
	font-weight: normal;
	letter-spacing: -6px;
}

h1 a {
	color: #fff;
	text-decoration: none;
	letter-spacing: -8px;
	word-spacing: -8px;
	display: none;
}

h2 {
	margin: 0 0 0 20px;
	text-transform: uppercase;
	height: 20px;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
}

#content-left h2 {
	color: #f2741a;
	background-color: white;
	margin-top: 10px;
	margin-bottom: -10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 590px;
	border-bottom: 1px dashed #f2741a;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px 0px 0px 0;
	padding: 0px;
	font-size: 38px;
	font-weight: normal;
	color: silver;
	text-transform: lowercase;
	width: 100%;
	text-align: right;
}

h3 {
	margin: 0 0 20px;
	font-size: 36px;
	font-weight: 900;
	line-height: 36px;
	letter-spacing: -1px;
	color: #f2741a;
	word-spacing: -1px;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
		-webkit-transition-delay: 0s, 0s;
-webkit-transition-duration: 0.2s, 0.2s;
-webkit-transition-property: color, border-bottom-color;
-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1), cubic-bezier(0, 0, 1, 1);
	color: black;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	color: #f2741a;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: relative;
	right: -689px;
	list-style: none;
	background-color: #4a4350;
	opacity: 1;
	width: 220px;
	top: -30px;
	height: 20px;

	-webkit-border-top-left-radius:0px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:0px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
	z-index: -999;
	font-size: 12px;
	text-transform: uppercase;
	visibility: hidden;
}

#top-nav li {
	float: left;
	margin: 0;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
	margin-left: 14px;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	width: 580px;
	background-color: white;
	padding: 10px;
	margin: 10px;
}
	
.meta {
	clear: both;
	padding: 20px;
	background: #fff none repeat-x left top;
	color: #5e5e5e;
	font-weight: 100;
	border-top: 1px dashed #f2741a;
	margin-right: -10px;
	margin-top: 10px;
	margin-left: -10px;
}

.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: 10px 10px 10px 0;
	background: white none no-repeat left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding: 10px;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	font-weight: 100;
	border-bottom: 1px dashed #f2741a;
}

.box-right li a {
	text-decoration: none;
}

/*	##################################
   	COMMENTS
	################################## */

#emailInput {
	height: 18px;
}

#newsletter ul li {
	border-style: none;
}

#newsletterFormDiv div {
	margin-top: -2px;
	height: 26px;
}

#newsletterFormDiv {
}
	
#commentform label {
	margin: 0 0 5px 0;
	display: block;
}

fieldset {
	border-style: none;
	padding: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	color: gray;
}

div.form-input {
}

legend {
	padding: 0;
	height: 26px;
}

textarea#ec_message.text.required {
	width: 570px;
	height: 200px;
	color: gray;
	background: none repeat-x;
	padding-left: 5px;
	border: 1px solid #f2741a;
	font-size: 20px;
}

input#ec_email.text.required {
	height: 25px;
	width: 66%;
	color: gray;
	padding-left: 5px;
	border: 1px solid #f2741a;
	font-size: 20px;
}

input#ec_name.text.required {
	height: 25px;
	width: 66%;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: none;
	padding-left: 5px;
	border: 1px solid #f2741a;
	color: gray;
}

input.button {
	width: auto;
	height: 30px;
	margin: 15px 0px 0px;
	padding: 0 30px;
	border: none;
	color: #fff;
	border-radius: 15px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	background-color: #f2741a;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

input#ec_subject.text.required {
	width: 570px;
	height: 25px;
	color: gray;
	padding-left: 5px;
	border: 1px solid #f2741a;
	font-size: 20px;
}

input#ec_url.text.optional {
	height: 25px;
	width: 66%;
	color: gray;
	padding-left: 5px;
	border: 1px solid #f2741a;
	font-size: 20px;
}

label {
}

div.form-label {
	margin-top: 8px;
}

#commentform input.text, #commentform textarea {
	width: 570px;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	height: 25px;
	background-image: none;
	font-size: 20px;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: none repeat-x left top;
	color: gray;
	border: 1px solid #f2741a;
}

#commentform textarea {
	height: 150px;
	padding: 0 0 0 5px;
	background: none repeat-x left top;
	color: gray;
	width: 570px;
	border: 1px solid #f2741a;
	font-size: 20px;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 30px;
	border: none;
	color: #fff;
	border-radius: 15px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: white no-repeat right top;
	color: black;
	border: 1px dashed #f2741a;
}

.commentlist li {
	margin: 20px 0 10px;
	padding: 0px;
	background: #808080 none no-repeat left bottom;
	color: #fff;
	width: 575px;
}

.commentlist cite {
	display: block;
	font-style: normal;
	color: gray;
}

.avatar {
	float: left;
	margin: 0 20px 0 0;
}

/*	##################################
   	SEARCHFORM
	################################## */

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
}

#footer p {
	margin: 0 0 10px;
	color: #f2741a;
	text-align: center;
	font-size: 12px;
}

#legal {
	width: 940px;
	float: left;
	padding-top: 10px;
}

#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 {
}

.wp-caption img {
   	float: none;
	border-style: none;
}

img {
	border-style: none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	font-style: italic;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

div.pagebar {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	word-spacing: 10px;
	text-decoration: none;
	background-color: white;
	height: 32px;
	line-height: 31px;
	margin-left: 10px;
	width: 600px;
	margin-bottom: 10px;
}

span.break {
	margin-right: 12px;
	letter-spacing: 5px;
}

h5 {
	font-size: 36px;
	line-height: 36px;
	color: gray;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	word-spacing: -1px;
}

#search-4 h4 {
	display: none;
}

input#search-submit.button {
	margin: 0;
}

#cat {
	width: 285px;
}

#search {
	width: 153px;
	height: 20px;
	font-size: 15px;
	border: 1px solid #f2741a;
}
