/*
Theme Name: Company Name
Theme URI: http://smackhappydesign.com/
Description: For web design.
Version: 1
Author: Nicole Hanusek
Author URI: http://smackhappydesign.com/
Tags: fixed width, two columns, widgets

*/

/* html, div, class and id settings are listed as ordered on page */
/* rules are listed in alphabetical order */

/* -------- reset.css - v1.0 | 20080212 ------------- */
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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* html #navigation {} /* ie 6 hack */
*+html #navigation {} /* ie 7 hack */

/* -------- begin html tag settings --------- */
BODY {
	background: #313131;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: center;
}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
}
h1 {
	color: #000;
	font-size: 2.2em;
}
h2 {
	color: #555;
	font-size: 1.8em;
}
h3 {
	color: #898989;
	font-size: 1.8em;
	padding: 20px 0 0 0;
}
h4 {
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
}
#post-777 h4 {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}
h5 {
	color: #555;
	font-size: 1.1em;
}
ul, ol {
	margin: 10px 20px;
}
ul li {
	list-style-image:  url('images/bullet.png');
	margin-bottom: 10px;
}
ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
p {margin: 1em 0;}
a {
	color: #006bb3;
	cursor: pointer;
}
a:visited {
	color: #4999cf;
}
a:hover, a:active {
	color: #bfb354;
	text-decoration: none;
}
hr {display: none;}
INPUT, SELECT, OPTION, TEXTAREA {}
	

/* ---------- begin structural settings ---------------- */
#fancy-bg {
	background: url('images/content-bg.jpg') top center no-repeat;
	float: left;
	width: 100%;
}
#container {
	background: #fff;
	font-size: .8em;
	margin: 0 auto;
	width: 1040px;
}
#wrapper {
	background: url('images/shadow.png') top center repeat-y;
	float: left;
	padding: 0 26px 0 26px;
	width: 984px;
}
#header {
	background: #fff url('images/header-bg.png') top left repeat-x;
	border: 2px solid #000;
	border-top: 0;
	border-bottom: 0;
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#header-image {
	border-top: 2px solid #000;
}
#logo {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3em;
	line-height: 1em;
	margin: 8px 0 0 8px;
}
#logo a {text-decoration: none;}
#tagline {
	background: #fff;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	padding: 6px 0 12px 0;
}

#navigation {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 12px 0 0 0;
}
#navigation h2 {display: none;}
#navigation a {
	color: #000;
	display: block;
	padding: 14px 10px 4px 10px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	background: url('images/nav-bg-hover.png') center 16px no-repeat;
}
#navigation .current_page_item a {
	background: url('images/nav-bg.png') bottom center no-repeat;
	width: 80px;
}

#page {
	background: #FFF url('images/page-shadow.jpg') top left repeat-x;
	border: 2px solid #000;
	border-top: 0;
	border-bottom: 0;
	float: left;	
	width: 980px;
	text-align: left;
}

#content { 
	float: left;
	padding: 20px;
	text-align: left;
  width: 940px;
}
#content.narrowcolumn {
	width: 650px;
}

#sidebar {
	background: url('images/sidebar-bg.png') top left repeat-y;
	float: right;
	margin: 10px 0;
	padding: 10px 20px 60px 30px;
	position: relative;
	width: 235px;
}
#sidebar h3 {
	clear: both;
}
#sidebar ul {}
#sidebar li {
	clear: both;
	margin: 0 0 4px 0;
}
#sidebar li li ul {
	margin-top: 4px;
}
#sidebar li li li {
	margin-left: 16px;
}
#social-life a {float: left;}
#mysites .help {margin: 0 0 8px 0;}
#social-life {margin-right: 20px;}
#social-life img {margin: 0 6px 6px 0;}
#sidebar .reader-publisher-module .f, .tlaLink {clear: both;}
#searchform label {display: none;}
#sidebar small {
	color: #777;
	font-size: .8em;
}
.sidebar-fade {
	position: absolute;
	bottom: 0;
	left: 0;
}

#wrapper-bottom {
	background: url('images/shadow-bottom.png') top center no-repeat;
	float: left;
	height: 38px;
	padding: 0 26px 0 26px;
	width: 984px;
}
#footerContainer {
	background: #fff url('images/footer-shadow.png') top left repeat-x;
	border: 2px solid #000;
	border-top: 0;
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding-top: 15px;
	width: 980px;
}
#footer {
	background: #fff url('images/footer-bg.png') bottom left repeat-x;
	border-top: 1px solid #999;
	color: #444;
	float: left;
	font-size: .9em;
	margin: 0 auto;
	padding: 20px 10px;
	text-align: right;
	width: 960px;
}
#footer h2 {display: none;}
#footer ul {
	float: left;
}
#footer a {
	padding: 0 10px;
	text-decoration: none;
}
.copyright {
	font-size: .9em;
	margin-right: 20px;
}


/* ------ standard classes -------- */
.aligncenter {
	margin: 0 auto;
}
a.callOut {
	font-size: 1.1em;
	font-weight: 800;
}
.column {
	float: left;
	margin: 0 1%;
}
.date {
	color: #777;
	font-size: .9em;
}
.entryPic {
	border: 1px solid #ccc;
	margin: 0 8px 8px 8px;
}
.error {
	color: #900;
}
.help {
	color: #777;
	font-size: .8em;
}
.last {border: 0;}
.left, .alignleft {float: left;}
.nav, .nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;
	list-style: none;
	margin: 0;
}
ul.nobullets li {list-style: url('images/blank.gif');}
.pic {
    border: 3px solid #999;
    background: #fff;
    padding: 1px;
}
.pleft {margin-left: 8px;}
.pright {margin-right: 8px;}
.ptop {margin-top: 8px;}
.pbottom {margin-bottom: 8px;}
.right, .alignright {float: right;}
.selected {font-weight: 600;}
.span-2 {width: 47.5%;}
.span-3 {width: 30.5%;}
.success {
	color: #060;
}
.textOff {display: none;}
.textOn {}
.textRight {text-align: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}



/* ------- buttons ------- */
span.button  {
	background: url("images/buttons/button-md.png") top right no-repeat;
	display: inline-block;
	margin: 0 0 0 3px;
	padding: 0 10px 0 0;	
}
span.button span {
	background: url("images/buttons/button-md.png") top left no-repeat;
	display: inline-block;	
	line-height: 28px;
	margin-left: -3px;
	padding: 0 0 0 13px;
}
* html span.button span {margin-left: 0;}
span.button input, span.button a {
	background: transparent;
	border: 0;
	font-size: 1em;
	color: #5e4301;
	height: 28px;
	text-decoration: none;
	white-space: nowrap;
}
span.button:active {    background-position: right -72px;}
span.button:active span { background-position: 0 -72px;}

span.button.button-small, span.button.button-small span { background-image: url("images/buttons/button.png"); height: 21px; line-height: 19px;}
span.button.button-small input, span.button.button-small a { height: 19px; font-size: .8em; line-height: 19px;}
span.button.button-small:active {    background-position: right -79px;}
span.button.button-small:active span { background-position: 0 -79px;}

span.button.button-large, span.button.button-large span { background-image: url("images/buttons/button-lg.png"); height: 45px; line-height: 45px;}
span.button.button-large input, span.button.button-large a { height: 45px; font-size: 1.2em; line-height: 45px;}
span.button.button-large:active {    background-position: right -56px;}
span.button.button-large:active span { background-position: 0 -56px;}



.homepage .post, .archives .post {
	background: #eee;
	margin-bottom: 36px;
	padding: 10px;
}
.homepage .post h2, .archives .post h2 {
	font-size: 1.4em;
}
.homepage .post .entry, .archives .post .entry {
	padding: 0 10px 0 20px;
}
.postmetadata {
   border-top: 1px solid #eee;
	 color: #777;
	 font-size: .9em;
	 margin: 0;
}
.homepage .postmetadata, .archives .postmetadata {
	padding: 0 0 0 20px;
}
.post small { 
	color: #777;
	font-size: .9em;
}
.post small.date { 
	background: #ccc;
	color: #555;
	font-size: .9em;
	float: right;
	margin: -14px -14px 0 0;
	padding: 2px 6px;
}
.faded {
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.fade {
	background: url('images/faded.png') bottom center repeat-x;
	height: 50px;
	width: 640px;
	position: absolute;
	top: 150px;
	left: 10px;
	z-index: 1000;
}
.more {
	float: right;
	display: none;
}

#twitter_update {
	background: url('images/quotes.png') -40px -4px no-repeat;
	padding-left: 40px;
}
#twitter_update_list {
	background: url('images/quotes.png') 560px 3em no-repeat;
	padding-right: 40px;
	margin-right: 0;
	margin-bottom: 0;
}
.flickr-stream, .follow-me, .visit-archives {
	font-size: .6em;
	padding-left: 4px;
}

/* contest */
.logoSnippet {
	float: left;
	height: 110px;
	width: 235px;
}
.contest {
	border: 1px solid #999;
	float: left;
	margin: 0 6px 6px 0;
}
.winner {
	float: left;
	width: 170px;
}



/* resume extras */
.sampleBox, blockquote {
	background: #F4F4F4;
	border: 1px dashed #ccc;
	margin: 10px 0px 10px 20px;
	padding: 3px;}
.sampleBox strong, blockquote strong {
	color: #666;
	font-size: 1em;}


/* archives */
#monthly-archives li {
}
#monthly-archives span, #category-archives span {
	color: #777;
	font-size: .9em;
}
#monthly-archives, #category-archives {
	float:left;
}
#monthly-archives {
	width: 450px;
}
#category-archives h3 {display: none;}
#category-archives .categories {
	list-style: none;
}
#category-archives .toplevel {
	margin: 0;
}

.ddsg-wrapper li,
.ddsg-wrapper ul {
}

/* links */
#links li {
	float: left;
	width: 250px;
}

#formBuilderCSSIDContact_Form {
	float: left;
	width: 500px;
}

/* season colors */
a {color: #0d6a86;}
a:visited {color: #44a2be;}
a:hover, a:active {color: #000;}
#header, #footer {background-color: #a9efeb;}
#logo a {color: #a6091f;}
#tagline {color: #04475b;}
h2, h5 {color: #5d071f;}
#footer a {color: #8f123e;}
#footer a:hover {color: #000;}