/*  
Theme Name: Decomodo Style
Theme URI: http://decomodo.com
Description: The decomodo style. Yum.
Version: 1.0
Author: Josh Pigford
Author URI: http://sabotagemedia.com
*/

/*----------------------------------------------------------------------------- 
GLOBAL RESET - Standardizes elements across all browsers
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, 
q, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style: italic;
}

/*----------------------------------------------------------------------------- 
GLOBAL STYLING - Elements that are applied throughout the site
-----------------------------------------------------------------------------*/
body {
	font: 62.5% 'HelveticaNeue', Helvetica, Arial, Verdana, sans-serif;
	background: #fff url('images/bgr-header.jpg') center top repeat-x;
	color: #111;
}

a {
	color: #3F5002;
}

a:hover {
	text-decoration: none;
}

hr {
	background: url('images/img-separator.gif') no-repeat;
	width: 104px;
	height: 22px;
	margin: 25px auto 35px auto;
}


/*----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header {
	width: 780px;
	height: 65px;
	margin: 0 auto;
}

h1 {
	margin: 13px;
	float: left;
	width: 180px;
}

h1 a {
	background: url('images/img-logo.png') no-repeat;
	display: block;
	text-indent: -9999em;
	width: 177px;
	height: 44px;
}

* html h1 a {
	background: url('images/img-logo.gif') no-repeat;
}

#header form {
	float: right;
	width: 200px;
	margin: 22px 0 0 0;
}

#header form input {
	width: 162px;
	background: url('images/bgr-search.gif') no-repeat;
	padding: 2px 8px 3px 20px;
	border: 0;
}


/*----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/
#main {
	width: 780px;
	margin: 20px auto;
}


/*----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	margin: 10px 0 0 0;
}

#content h3 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

.post {

}

.post .byline {
	font-size: 1.2em;
	margin: 5px 0;
	color: #555;
	background: #F6F5ED;
	padding: 6px 5px;
}

.post blockquote {
  border-left: 4px solid #ccc;
  margin-left: 10px;
  padding-left: 10px;
  color: #666;
}

.post img {
	padding: 4px;
	border: 1px solid #E5E2CB;
}

.post .entry {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 0 5px 0;
}

.post .entry p {
	margin: 0 0 1.2em 0;
}

.related {
	background: #F1F4EB;
	border: 1px solid #DBE2CA;
	padding: 10px;
}

.related h4 {
	font-size: 1.4em;
	font-weight: bold;
}

.related ul {
	font-size: 1.2em;
	margin: 5px;
	line-height: 1.5em;
}

.commentslink {
	background: url('images/icn-comments.gif') 0 3px no-repeat;
	padding: 0 0 0 13px;
	margin: 0 2px;
}


/*----------------------------------------------------------------------------- 
COMMENTS
-----------------------------------------------------------------------------*/
#commentarea {
	width: 500px;
}

#commentarea textarea {
	width: 500px;
}

#comments {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 8px 0;
}

#respond {
	margin: 12px 0 3px 0;
	font-weight: bold !important;
}

.commentlist {
	font-size: 1.3em;
	margin: 0 0 20px 0;
}

.commentlist li {
	padding: 20px 20px 12px 20px;
	line-height: 1.5em;
}

.commentlist .alt {
	background: #F6F5ED;
}

.commentlist .authorcomment {
	background: #FAF8EB;
}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	color: #444;
	font-size: 1.2em;
}

.commentlist cite a {
	padding: 3px 3px;
}

.commentlist cite a:hover {
	color: #668203;
}

.commentnum {
	padding: 3px 5px;
	color: #444 !important;
}

.commentnum:hover {
	color: #111 !important;
	background: none !important;
}

.commentlist .commenttxt a:hover {
	text-decoration: underline;
}

.commentlist .commenttxt p {
	margin: 0 0 8px 0;
}

.commentlist .commentdate {
	font-size: .9em;
	color: #bbb;
}

#commentform {
	font-size: 1.2em;
}

#commentform .field input, #commentform .field textarea {
	width: 200px;
	font-size: 1.3em;
	margin: 0 0 4px 0;
	background: #F8FDFF;
}

#commentform .field small {
	font-size: 1.1em;
}

.subscribe-to-comments {
	padding: 10px;
	margin: 5px 0;
	background: #F4F3EB;
}


/*----------------------------------------------------------------------------- 
SIDEBAR
-----------------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 200px;
	margin: 8px 0 0 0;
}

.module {
	margin: 0 0 20px 0;
}

.module ul li {
	font-size: 1.4em;
}

.module li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 2px 3px 3px 3px;
	text-transform: lowercase;	
	position: relative;
}

* html .module li a {
	margin-bottom: -20px;
}

.module li a:hover {
	background: #111;
	color: #fff;
}


/*----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	width: 750px;
	margin: 20px auto;
	text-align: center;
	font-size: 1.1em;
}


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


/*---- Header styling ---*/
.sIFR-active #content h2 {
	visibility: hidden;
  	font-family: Arial;
  	line-height: 1em;
  	font-size: 2.5em !important;
	margin: 0 0 -8px 0;
}

.sIFR-active #sidebar h3 {
	visibility: hidden;
  	font-family: Arial;
  	line-height: 1em;
  	font-size: 2.2em !important;
	margin: 0 0 -8px 0;
}


/*----------------------------------------------------------------------------- 
HACKS - Global browser hacks to make everybody play nice
-----------------------------------------------------------------------------*/
#header:after, #main:after, .post:after, .entry:after, .commentlist:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#header, #main, .post, .entry, .commentlist {display:inline-block;}
/* Hide from IE Mac \*/
#header, #main, .post, .entry, .commentlist {display:block;}
/* End hide from IE Mac */