/*
Theme Name: Calhoun
Theme URI: http://dustyfields.com/
Description: Style and layout for <a href="http://dustyfields.com">Dusty Fields</a>, an emerging graphic designer from Minneapolis.
Version: 1.0
Author: Dusty Fields
Author URI: http://dustyfields.com/
Tags: dusty, blue, black, shadow, graphic
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	margin: 0 auto;
	font-size: 62.5%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	/*background: #000 url(images/dfs_bgpattern.png) center repeat-y;*/
	background: #fff url(images/dfs_bgpatternwhite.png) center repeat-y;
}

img {
	border: none;
}

.clear {
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 4px;
}

/* START BANNER */

#banner {
	width: 100%;
	height: 46px;
	padding: 9px 0 0 0;
	background: url(images/dfs_bgbanner.png) repeat-x;
}

#banner ul {
	list-style: none;
}

#banner ul li {
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 20px 0 20px;
}

#banner ul li a {
	color: #eee;
	text-decoration: none;
}

#banner ul li a:hover {
	color: #fff;
}

/* END BANNER */

/* START PAGE */

#page {
	width: 100%;
	min-height: 100%;
	position: relative;
}

#header {
	width: 950px;
	text-align: center;
	margin: 0 auto;
	height: 150px;
}

#content-page {
	width: 950px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 230px 0;
}

#content-work {
	width: 950px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 330px 0;
}

#content-work h1 {
	font-size: 3em;
	font-weight: bold;
	font-variant: small-caps;
	color: #2480BB;
}

#content-work h2 {
	font-size: 2em;
	font-variant: small-caps;
	margin: 0 0 0 10px;
	color: #2480BB;
}

#content-work p {
	font-size: 1.5em;
	margin: 20px 0 20px 20px;
	color: #000;
	line-height: 1.6em;
}

#content-work a {
	color: #2480BB;
}

#content-work a:hover {
	color: #000;
	text-decoration: none;
}

#content-page h1 {
	font-size: 3em;
	font-weight: bold;
	font-variant: small-caps;
	color: #2480BB;
}

#content-page h2 {
	font-size: 2em;
	font-variant: small-caps;
	margin: 0 0 0 10px;
	color: #2480BB;
}

#content-page p {
	font-size: 1.5em;
	margin: 20px 0 20px 20px;
	color: #000;
	line-height: 1.6em;
}

#content-page a {
	color: #2480BB;
}

#content-page a:hover {
	color: #000;
	text-decoration: none;
}

.post-page {
	text-align: left;
	width: 950px;
}

/* END PAGE */

/*START CONTACT */

.contactinput {
	font-size: 1.2em;
	padding: 5px 5px 5px 10px;
	width: 185px;
	height: 20px;
	background: url(images/dfs_input.png) no-repeat;
	border: none;
	outline: none;
}

.contactarea {
	width: 280px;
	height: 170px;
	background: url(images/dfs_textarea.png) no-repeat;
	font-size: 1em;
	border: none;
	outline: none;
	padding: 10px 10px 10px 10px;
}

.contactbutton {
	width: 100px;
	height: 30px;
	background: url(images/dfs_submit.png) no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
}

/* END CONTACT */

/* START BLOG */

#content {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 230px 0;
}

#content h2 {
	font-size: 3em;
	font-variant: small-caps;
	color: #2480BB;
}

#content h2 a {
	color: #2480BB;
	text-decoration: none;
}

#content h3 {
	font-size: 1.8em;
	color: #2480BB;
	margin: 5px 0 5px 0;
	font-weight: normal;
}

#content .post p {
	font-size: 1.4em;
	margin: 15px 0 15px 0;
	line-height: 1.4em;
}

#content a {
	color: #2480BB;
}

#content .post ol {
	font-size: 1.4em;
	margin: 15px 0 15px 40px;
}

#content .post ol li {
	margin: 10px 0 10px 0;
}

#content .post ul {
	font-size: 1.4em;
	margin: 15px 0 15px 40px;
}

#content .post ul li {
	margin: 10px 0 10px 0;
}

#content .post ul.socialpost li {
	margin: 0 0 0 50px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #999;
	width: 300px;
}

#content .post ul.socialpost li:hover {
	background-color: #eee;
}

#content .socialposttwitter {
	float: right;
	margin: 0 30px 0 0;
}

#content .socialpostrss {
	float: right;
	margin: 0 40px 0 0;
}

.post {
	width: 750px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px dashed #999;
	text-align: left;
}

small {
	font-size: 1.2em;
	color: #999;
	font-weight: bold;
}

.navigation {
	width: 950px;
	height: 40px;
	font-size: 1.3em;
}

.commentsblock {
	width: 950px;
	text-align: left;
}

.commentsblock h3 {
	font-size: 2em;
	color: #2480BB;
	font-variant: small-caps;
}

.commentsblock p {
	font-size: 1.3em;
	margin: 15px 0 15px 0;
}

.commentsinput {
	font-size: 1.2em;
	padding: 5px 5px 5px 10px;
	width: 185px;
	height: 20px;
	background: url(images/dfs_input.png) no-repeat;
	border: none;
	outline: none;
}

.commentsarea {
	width: 280px;
	height: 170px;
	background: url(images/dfs_textarea.png) no-repeat;
	font-size: 1em;
	border: none;
	outline: none;
	padding: 10px 10px 10px 10px;
}

.commentsbutton {
	width: 100px;
	height: 30px;
	background: url(images/dfs_submit.png) no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
}

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

.alt {
	background-color: #eee;
}

cite {
	font-size: 1.8em;
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-size: 1.3em;
	font-weight: bold;
}

.commentlist p {
	line-height: 1.4em;
}

.commentlist li {
	margin: 20px 0 20px 0;
	border-bottom: 1px #999 dashed;
	padding: 20px;
}

/* END BLOG */

/* BEGIN SIDEBAR */

#sidebar {
	float: right;
	width: 150px;
	text-align: left;
	padding: 0 0 0 50px;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
}

#sidebar h4 {
	font-size: 1.4em;
	border-bottom: 1px #999 dashed;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	color: #2480BB;
}

#sidebar a {
	font-size: 1.3em;
	margin: 0 0 0 7px;
}

/*END SIDEBAR */

/* START FOOTER */

#footer {
	width: 100%;
	background: url(images/dfs_bgfooter.png) repeat-x;
	height: 230px;
	position: absolute;
	bottom: 0;
}

#footer .navigator {
	width: 100%;
	text-align: center;
	height: 22px;
	padding: 18px 0 0 0;
}

#footer .navigator ul {
	list-style: none;
}

#footer .navigator ul li {
	display: inline;
	font-size: 1.3em;
	margin: 0 20px 0 20px;
	font-weight: bold;
}

#footer .navigator ul li a {
	color: #eee;
	text-decoration: none;
}

#footer .navigator ul li a:hover {
	color: #fff;
}

#footer .sitemeta {
	width: 460px;
	height: 150px;
	text-align: left;
	padding: 20px;
	margin: 0 0 0 100px;
}

#footer .sitemeta ul {
	list-style: none;
	width: 140px;
}

#footer .sitemeta ul li {
	font-size: 1.4em;
	margin: 4px 0 4px 0;
	padding: 4px 0 4px 0;
	border-bottom: 1px dashed #999;
}

#footer .sitemeta ul li a {
	color: #999;
	text-decoration: none;
}

#footer .sitemeta ul li a:hover {
	color: #fff;
	background-color: #000;
}

#footer .legal {
	width: 200px;
	height: 130px;
	float: right;
	padding: 40px 10px 20px 10px;
	margin: 0 100px 0 0;
}

#footer .legal p {
	color: #999;
	font-size: 1.1em;
	margin: 5px 0 5px 0;
}

#footer .legal a {
	color: #fff;
}

/* END FOOTER */

/* BEGIN SLIDER */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
	width: 850px;
	height: 342px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn, #slider1next, #slider1prev { 
	display:block;
	width:50px;
	height:50px;
	z-index:1000;
}													

#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {  
	display:block;
	position:relative;
	width: 50px;
	height: 50px;
	background:url(images/dfs_prev.png) no-repeat 0 0;	
}	

#nextBtn a, #slider1next a{ 
	background:url(images/dfs_next.png) no-repeat 0 0;	
}

#nextBtn {
	float: right;
}

#prevBtn {
	float: left;
}

/* END SLIDER */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 1em;
   padding: 0;
   margin: 0;
}

#boxholder {
	margin: 20px 0 20px 0;
	height: 250px;
}