/*
Theme Name: Soulfrost
Theme URI: http://www.soulfrost.com/
Description: Personal site of Soulfrost / C. Johnson
Version: 7.1
Author: C. Johnson
Author URI: http://www.soulfrost.com/ http://www.rootymedia.net/
Tags: soulfrost soul frost s f s frost soul-frost c chris johnson cj rooty media music Soulfrost
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td { margin:0; padding:0 }
p { margin-bottom:7px; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none; margin-bottom:5px; list-style-position:outside; }
caption, th { text-align:left }
h1, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

html, body {
	margin:0px;
	padding:0px;
	border: none;
	background-color:#f1eee4;
	}

A:link {
	text-decoration: none; color: #dc8100; font-weight:bold;
	}

A:visited {
	text-decoration: none; color: #dc8100; font-weight:bold;
	}
	
A:active {
	text-decoration: none; color: #dc8100; font-weight:bold;
	}
	
A:hover {
	text-decoration: none; color:#243438; font-weight:bold; background-color:#86b1b7;
	}
		   
	blockquote {
	 margin: 15px; font-size: 13px; font-family: Georgia;
	}
		   
.content_title {
	color: #243438;
	font-family: Verdana;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.content_post {
	color: #243438;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	}

.content_content {
	color: #243438;
	font-family: Verdana;
	font-size: 12px;
	}

.content_comment {
	color: #243438;
	font-family: Arial;
	font-size: 11px;
	}
	
.content_article {
	color: #243438;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	}

.content_single {
	color: #afada7;
	font-family: Verdana;
	font-size: 10px;
	}
	
.content_second {
	color: #243438;
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	}

h2 {
	color: #243438;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 8px;
	}


/* IMAGE CAPTION */
.wp-caption-text{ 
	color: #243438;
	font-family: Arial;
	font-size: 0.9em; 
	background: url(http://www.soulfrost.com/wp-content/themes/wp_soulfrost_7/images/content_arrow.jpg) no-repeat top left; 
	text-indent: 16px; 
	line-height: 15px;
	display: block; 
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}


/* CONTACT FORM */
.submit {
	width: 567px; 
	height: 23px; 
	color: #243438;
	background:url(http://www.soulfrost.com/wp-content/themes/wp_soulfrost_7/images/content_sendmessage.jpg) no-repeat;
	cursor:pointer;
    margin: 0;
    padding: 0;
    border: 0;
	margin-top:4px;
	}

.textform {
	height:20px; width:557px; font-size:12px; font-weight:bold; color:#243438; background-color:#cdcbc2; border:solid 1px; border-color: #243438; padding: 4px 4px 0px 4px;
	}

.textform2 {
	width:557px; font-size:12px; font-weight:bold; color:#243438; background-color:#cdcbc2; border:solid 1px; border-color: #243438; padding: 4px 4px 0px 4px;
	}