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

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

/*	##################################
   	RESET
	################################## */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
     margin:0;
     padding:0;
     font-size:100%;
     vertical-align: baseline;
     border:0;
     outline:0;
     background:transparent;
     }

/*	##################################
   	GENERAL
	################################## */

.tk-apertura-condensed, body { /* setting a class for the the TypeKit font */
	font-family:"apertura-condensed-1","apertura-condensed-2", "Myriad Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
	}
	
body {
	margin: 0px auto;
	padding: 0px;
	background: #000 url(../../uploads/2010/06/bkgrnd.jpg) no-repeat top center;
	color: #f1f2f2;
	font-size: 13px;
	line-height: 24px;
	}

a {
	color: #79a7c9;
	text-decoration: none;
	outline: none;
	}


a:hover, li a:hover, li a:active {
	text-decoration: underline;
	}

img { 
	border: none; 
	}

p {
	margin:0 0 16px 0;
	}

ul, ol { 
	
	margin:8px 0 0 20px;
	}

blockquote {
	margin: -4px 0 0 10px;
	padding: 0 10px 0 10px;
	border-left: 3px solid #f1f2f2;
        font-size:90%;
	}

fieldset {
	border: solid 1px #666;
	}

legend {
	padding: 0.2em 0.5em;
        margin-left:6px;
}

strong {
	font-weight:500;
}

code {font-size: .825em; }

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page, #footer {
	width: 856px;
	margin: 0 auto;
	}
	
#header {
	position: relative;
	height: 173px;
	}

#content-left, #content-right {
	margin-top:28px;
	}

#content-left {
	float: left;
	display: inline;
	width: 549px;
	color:#282f37; 
	}

#content-right {
	float: right;
	display: inline;
	width: 175px;
	}


/*	##################################
   	HEADINGS
	################################## */
	
h1 { 
	font-size: 1.8em;
	}

h2 { 
	margin:16px 0 0 0;
	font-size: 1.5em;
	letter-spacing:.1em;
	font-weight:400;
	}

h2.bordered {
	padding: 7px 0 4px 0;
	color:#f1f2f2; 
	text-transform:lowercase;
	margin-bottom:0;
	border-top: solid 2px #0080e6; 
	border-bottom: solid 2px #0080e6; 
	}

h2.archive, h2.socialmedia, h3  {
	font-size:1.4em;
	}

h3 {
     letter-spacing:normal;
     font-weight:normal;
     padding-top:10px;
     }

h3, h3 a, h5, h5 a{
     color:#035597; 
     }

h3 a, li a {
	text-decoration: none;
	}

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

h4, h5 {
	text-transform:uppercase;
        font-weight: normal;
	}

h4, h4 a {
	color:#282f37;
	font-size: 1em;
        letter-spacing:0.1em;
	}

h5 {
	font-size: 1em;    
	}

h6 {
	font-size: 1em;
	font-weight: 500;    
	}

/*	##################################
   	HEADER
	################################## */

#header span {
	visibility: hidden;
	}

h1#intelogo a {
	position: absolute;
	height:143px;
	width:450px;
	top:30px;
	left:0px;
	text-decoration: none;
	}

h3#capUlogo a {
	position: absolute;
	height:30px;
	width:150px;
	top:0px;
	right:0px;
	text-decoration: none;
	}

ul li {
	font-weight:400;
	}


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

div.box-left {
     width: 517px;
     padding:16px;
     background-color: #f2f2f2;
     font-size:1.2em;
     line-height:24px;
     }

* html div.box-left img{
     margin:0;
     padding:0;
	}

#static-content p{
	margin-bottom:0;
	padding-bottom:3px;
	}

#the-post {
	padding-top:0;
	}

#the-post h3 {
	padding-top:7px;
	}

div.box-left fieldset {
	width:500px;
        margin:0 0 8px 8px;
	}

div#postcards {
	width:517px;
	padding-top:0;
}

#postcards fieldset div.row {
	padding:0 0 16px 16px;
	}


#metadata {
	margin-top: 22px;
	padding-top: 18px;
	border-top: solid 1px #385568;
	border-bottom: solid 1px #385568;
        }

	
#metadata, span.meta-comments, p.tags {	
	font-size: .7em;
	line-height: 8px;
	text-transform:uppercase;
	}

#metadata div.alignleft {
	width:238px;
	margin-bottom:0;
	}


#metadata div.post-ratings{
	padding-top:15px;
	}

#metadata div.post-ratings img{
	vertical-align:-2px;
	}

p.tags {
	clear: both;
	}

.box-left-navigation {
	padding: 16px 0 0 20px;
	background-color: #f2f2f2;
        color:#385568;
	}

/** box right */

.box-right {
	}

.box-right h2.bordered {
	padding-left: 1px;
        margin-bottom:18px;
	}

.box-right h2.archive {
        margin:14px 0 11px 0;
	}

.box-right h2.socialmedia {
        margin:10px 0 11px 0;
	}

.box-right ul {
	list-style: none;
	}
#feeds.box-right ul {
	margin: 0;
}

.box-right li {
	margin: 0;
	padding: 0 0 10px 11px;
	text-transform:uppercase;
        letter-spacing:.11em;
	}
#feeds.box-right li {
	padding: 0 0 10px 0;
	text-transform: none;
	line-height: 1.2;
	font-size: 0.9em;
}

#feeds.box-right a:hover {
	text-decoration: underline;
}

#feeds h3 {
	color: #2f7abd;
}
/*
.box-right li a:hover, .box-right li a:active, .current_page_item a {
	text-decoration: none;
         border-bottom:solid 1px #f1f2f2;
	}
*/

.child-list li {
	padding-left:0;
	}

.box-right ul.categories li img { 
	margin-right: 15px;
	vertical-align:-14px;
	}

.box-right ul.categories li {
	padding-bottom:9px;
	}

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

.socialmedia img {
	display:inline;
	text-align:center;
        padding:0;
	margin:0 0 -4px 0;
	}

.ie img {
	margin-bottom:0;
	}

.opera img {
	margin:4px -1px 0 0;
	}


/*	##################################
   	POSTCARD FORM
	################################## */
	

#postcard-form {
	width:533px;
	background-color:#f2f2f2;
        padding:5px 0 16px 16px;
	}

#postcard-form fieldset {
        padding:8px 0 16px 0;
	}

#postcard-form label  {
	text-align:right;
	margin: 0 0 0 50px;
	}

#postcard-form input  {
	text-align:left;
	margin: 0 0 5px 0;
	}

#postcard-form span  {
	margin-right: 30px;
	}


/*	##################################
   	COMMENTS
	################################## */
	

#comment-section, #comment-section2, #nocomments {
	width:500px;
}

#comment-section,  #comment-section2, #nocomments {font-size:.9em;}

h3#comments {text-transform:lowercase;}

#comment-section2 h5 {font-size:1em;}

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

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

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

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

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

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

#commentform input.text, #commentform textarea {
	width: 480px;
	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: #f2f2f2;
	border: solid 1px #d9d9d9;;
	color: #385568;
	}


/*	##################################
   	SEARCHFORM
	################################## */

#searchform {
     width: 500px;
     margin:16px 0;
     padding:0 16px;
     background-color: #f2f2f2;
     font-size:14px;
     letter-spacing:.01em;
     line-height:22px;
     }

#searchform h3 {
     color: #035597;
     }	

#searchform #search {
	float: left;
	width: 250px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #f2f2f2 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: #fff;
	border: 1px solid #dadada;
	color: #035597;
	}
#idl-search {
	width: 165px;
	height: 34px;
	border: solid 2px #0082ea;
	background-color: #393d41;
	position: relative;
	padding-left: 5px;
}

#idl-search #search {
	width: 127px;
	height: 32px;
	background-color: #393d41;
	color: white;
	border-style: none;
	font-size: 1em;
}

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

#footer {
	}
	
#footer ul {
	margin-top:4px;
	list-style-type: none;
	}
#footer ul, #footer ul a:link, #footer ul a:visited, #footer ul a:hover {
	color: #555;
	}

#legal {
	width: 550px;
	font-size:0.8em;
	line-height:150%;
	border-top:solid 1px #333;
	padding-top:4px;
	margin:1px 0;
	}


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

.clear {
	 clear:both;
	}

.spacer {
	 margin-bottom:13px;
	}

/** WORDPRESS CSS */

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

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

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

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

.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;
	}
	
#homelist li {
	list-style-type: none;
	}
html#bucks {
	height: 100%;
	overflow: hidden;
	}
	
#flashcontent {
	height: 100%;
	}
/* end hide */

body#bucks {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#f1f2f2;
	font-family:sans-serif;
	}

#bucks a {	
	color:#cccccc;
	}
	
#post-11 {
	height: 580px;
	}
.addthis_toolbox {
margin-bottom: 8px;
