/*
Lily Of Light Global CSS Document
Author: Christopher Lee Design
Redistribution without consent is prohibited

COLORS:
Text: #696969
Text on sidebar: #999999
Background: #ffffff

CONTENTS:
1. RESET
2. DEFAULTS
3. HEADER
4. NAVIGATION
5. CONTENT
6. FRONT POST LISTS
7. SIDEBAR
8. SINGLE
9. AUTHOR
10. FOOTER
11. CAPTIONS
12. CONTACT FORM
 */

/* -- 1. RESET -- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, col {
	background: transparent no-repeat 0 0;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: baseline;
	}
em { font-style: italic; }
input, textarea { margin: 0; padding: 0; }
object { display: block; }
ol, ul { list-style: none; }
table {	border-collapse: collapse; border-spacing: 0; width: 100%; }

/* -- 2. DEFAULTS --*/
html {
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
}

p {
	margin-bottom:18px;
	line-height:18px;
	font-size:1.2em;
	color:#696969;
}
p.postCredits {
	color:#999;
}
p.marginLeft {
	margin-left:20px;
}

h1 {
	margin-bottom:18px;
	line-height:1em;
	font-size:3em;
	font-weight:400;
	color:#696969;
}
h2 {
	margin-bottom:18px;
	line-height:1em;
	font-size:2.4em;
	font-weight:400;
	color:#696969;
}
h3 {
	margin-bottom:18px;
	line-height:1em;
	font-size:2em;
	font-weight:400;
	color:#696969;
}
h4 {
	margin-bottom:18px;
	line-height:1em;
	font-size:1.8em;
	font-weight:400;
	color:#696969;
}
h5 {
	margin-bottom:18px;
	line-height:1em;
	font-size:1.4em;
	font-weight:400;
	color:#696969;
}
h1.postTitle {
	margin-bottom:10px;
	font-weight:100;
	font-style:italic;
}
h1.pageTitle {
	margin-bottom:10px;
	font-weight:100;
}
h1.results {
	margin-bottom:10px;
}
h3.query {
	margin-bottom:0;
	line-height:1em;
	font-style:italic;
}

blockquote {
  	padding:10px 0 0 40px;
  	margin:18px 0;
  	background-image: url(images/openQuote.png);
  	background-position: top left;
  	background-repeat: no-repeat;
	line-height:18px;
	font-size:1.2em; 
	color:#999;
}

cite {
	margin-bottom:18px;
	line-height:16px;
	font-style:italic;
	color:#999;
}

a {
	color:#94648e;
	text-decoration:none;
}
a:hover {
	color:#ffbe00;
}
a:active {
	color:#999;
}
a:visted {
	color:#94648e;
}
a.skip {
	display:none;
}
blockquote a {
	display:block;
	margin-top:18px;
}
a.more-link {
	display:block;
	margin-top:18px;
}

img {
	padding:5px;
	border:1px solid #d7d7d7;
}

.alignLeft {
	float:left;
	margin:10px 10px 10px 0;
}
.alignRight {
	float:right;
	margin:10px 0 10px 10px;
}

/* -- 3.HEADER --*/
#header {
	width:100%;
	height:210px;
	background:url(images/header.gif) repeat-x top left;
}
#headerNavigation {
	position:relative;
	margin:0 auto;
	width:1000px;
}
#headerNavigation img {
	position:absolute;
	top:0;
	left:0;
	border:none;
}
#headerNavigation ul {
	float:right;
	background:#fff;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-box-shadow: 0px 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
}
#headerNavigation ul li {
	display:inline;
	float:left;
	padding:10px;
	font-size:1.2em;
	font-style:italic;
}

/* -- 4.NAVIGATION -- */
#navigation {
	position:relative;
	margin:0;
	width:100%;
	height:50px;
	background:#f9f7e1;
	border-top:1px solid #fff;
	border-bottom:1px solid #dad9c8;
	z-index:999;
}
#navigation ul.topnav {
	position:relative;
	margin:0 auto 0 auto;
	width:1000px;
	z-index:999;
}
#navigation ul.topnav li {
	position:relative;
	display:inline;
	float:left;
	margin:0;
	padding:0 10px;
	line-height:50px;
	border-right:1px solid #e1e0ce;
	border-left:1px solid #fff;
	font-size:1.4em;
	font-weight:900;
	font-family:Arial, Helvetica, sans-serif;
}
#navigation ul.topnav li:first-child {
	padding:0 10px 0 0;
	border-left:none;
}
#navigation ul.topnav li:last-child {
	border-right:none;
}
#navigation ul.topnav li a {
	display:inline-block;
}

/*drop downs*/
/*--Drop down trigger styles--*/
#navigation ul.topnav li span { 
	display:inline-block;
	/*margin:18px 0 0 5px;*/
	padding:0 0 0 0;
	width:12px;
	height:12px;
	background: url(images/dropdown.png) no-repeat center top;
}
/*--Hover effect for trigger--*/
#navigation ul.topnav li span.subhover {
	background:url(images/dropdownActive.png) no-repeat center top;
	cursor:pointer;
} 
#navigation ul.topnav li ul.children {
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	top:50px;
	left:-2px;
	width:220px;
	margin:0; 
	padding:0;
	display: none;
	background:#f9f7e1;
	border:1px solid #dad9c8;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomRight:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomLeft:10px;
	list-style: none;
}
#navigation ul.topnav li ul.children li {
	margin:0 10px; 
	padding:0;
	line-height:1.8em;
	clear: both;
	border:none;
}
#navigation ul.topnav li ul.children li:first-child {
	margin:0 10px; 
	padding:0;
	clear: both;
	border:none;
}
#navigation ul.topnav li ul.children li a {
	display:block;
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
	font-size:12px;
}

/* -- 5. CONTENT -- */
#content {
	position:relative;
	overflow:auto;
	margin:-1px auto 0 auto;
	padding:0;
	width:1000px;
	height:auto;
	background:url(images/contentBG.gif) repeat-y top left;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-box-shadow:0px 2px 10px #d4d4d4;
	-webkit-box-shadow:0 2px 10px #d4d4d4;
	z-index:1;
}

#post {
	float:left;
	overflow:auto;
	padding:40px 0 0 0;
	margin:0;
	width:616px;
}
	
/* -- 6. FRONT POST LISTS -- */

/*featured*/
#feature {
	position:relative;
	overflow:hidden;
	margin:0 0 40px 20px;
	padding:5px;
	width:566px;
	height:288px;
	border:1px solid #e5e5e5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#feature ul.ui-tabs-nav {
	position:absolute;
	padding:0;
	margin:0;
	bottom:5px;
	left:5px;
	width:566px;
	height:30px;
	list-style:none;
	background:url(images/featureBG.gif) repeat-x top left #e9eeca;
	z-index:3;
}
#feature ul.ui-tabs-nav li {
	display:inline;
	float:left;
	padding:10px 10px;
	overflow:auto;
}
#feature .ui-tabs-panel {
	position:relative;
	overflow:hidden;
	width:566px;
	background:#fff;
	border:none;
	padding:0;
	z-index:1;
}
#feature .ui-tabs-panel img {
	padding:0;
	border:none;
}
#feature .ui-tabs-hide {
	display:none;
}
#feature li.ui-tabs-nav-item a {/*On Hover Style*/
	display:block;
	color:#94648e;
	font-size:1.4em;
	font-weight:900;
	outline:none;
}
#feature li.ui-tabs-nav-item a:hover {
	border-bottom:none;
}
#feature li.ui-tabs-selected{ /*Selected tab style*/
	margin-top:-12px;
	padding:0 0 10px 0;
	background:#fff;
	border-top:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-top-right-radius:10px;
    border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-box-shadow:0 0 3px #bbb;
	-webkit-box-shadow:0 0 3px #bbb;
}
#feature ul.ui-tabs-nav li.ui-tabs-selected a {
	padding-bottom:5px;
}
#feature .ui-tabs-panel .info {
	position:absolute;
	top:75px;
	left:0;
	padding:10px;
	height:auto;
	width:295px;
	background:url(images/featureInfo.png) repeat top left;
	color:#fff;
}
#feature .info h2 a {
	display:inline-block;
	margin:0;
	padding:0;
	line-height:1em;
	font-size:1em;
	font-style:italic;
	color:#fff;
	cursor:pointer;
}
#feature .info h2 a:hover {
	border-bottom:1px solid #d4ebdc;
	cursor:pointer;
}
#feature .info p {
	margin:0;
	padding:0;
	color:#fff;
	font-style:italic;
}

.postColAd {
	display:inline-block;
	margin:0 0 40px 20px;
	padding:15px 0;
	width:576px;
	border-top:2px dotted #e5e5e5;
	border-bottom:2px dotted #e5e5e5;
}
.postColAd h4 {
	color:#99c8b4;
	font-style:italic;
}
.postColAd a {
	border:none;
}
.postColAd img {
	padding:0;
	border:none;
}

ol.postList {
	margin:0 0 0 20px;
	padding:0;
	width:576px;
}
ol.postList li {
	margin-bottom:25px;
	padding-bottom:50px;
	border-bottom:2px dotted #c5c5c5;
}
ol.postList li.sticky {
	margin-bottom:40px;
	border-bottom:2px dotted #e5e5e5;
}
ol.postList li img {
	width:expression(this.width > 566 ? 566: true);
}
ol.postList li ul.social {
	font-size:1.2em;
	margin:0;
	padding:0;
}
ol.postList li ul.social li {
	display:inline;
	float:left;
	margin:0 20px 0 0;
	padding:0;
	border-bottom:none;
}
ol.postList li ul.social li.commentCount {
	background:url(images/commentBubble.png) no-repeat top left;
	padding-left:21px;
}

/*postList defaults*/
ol.postList li ul {
	list-style-type:disc;
	margin:0 0 18px 10px;
	font-size:1.2em;
	color:#696969;
}
ol.postList li ul li {
	margin:0;
	padding:8px 0 0 0;
	border:none;
}
ol.postList li ol {
	list-style-type:decimal;
	margin:0 0 18px 0;/*add padding for IE*/
	font-size:1.2em;
	color:#696969;
}
ol.postList li ol li {
	display:list-item;
	margin:0 0 0 10px;
	padding:8px 0 0 0;
	border:none;
}

ul.archive {
	float:left;
	margin:0 20px 40px 20px;
	*margin:0 10px;
	padding:0;
	width:268px;
	font-size:1.2em;
}
ul.archive li {
	padding:9px 0;
	border-bottom:2px dotted #e5e5e5;
	color:#696969;
}
ul.archive li ul.children {
	margin:0 0 0 10px;
	padding:0;
}
ul.archive li ul.children li {
	margin:9px 0 0 0;
	padding:0 0 0 15px;
	background:url(images/subCat.gif) no-repeat center left;
}
ul.archive li:first-child {
	padding-top:0;
	border-bottom:none;
}
ul.archive li h4 {
	margin:0;
	padding:0;
	width:268px;
	color:#c26376;
	font-style:italic;
	font-size:1.6em;
}
ul.archive p {
	margin:8px 0 0 0;
	padding:0;
	font-size:1em;
}
	
/* -- 7. SIDEBAR -- */
#sidebar {
	float:right;
	width:343px;
	height:auto;
	overflow:auto;
	padding:40px 20px;
}
#sidebar h4 {
	margin:0;
	padding:0;
	color:#a40039;
	font-style:italic;
	font-size:1.6em;
}

ol.sidebarItems {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.2em;
}
ol.sidebarItems li {
	margin:0;
	padding-bottom:40px;
	border-bottom:none;
}
ol.sidebarItems li.video {
	padding-bottom:22px;
}

/*sidebar defaults*/
ol.sidebarItems li blockquote {
	margin-bottom:0;
	font-size:inherit;
}
ol.sidebarItems li blockquote a {
	margin-top:18px;
	display:inline-block;
	width:auto;
}
ol.sidebarItems li ul {
	margin:18px 0 0 0;
	padding:0;
}
ol.sidebarItems li ul li {
	margin:0;
	padding:15px 0 ;
	border-bottom:2px dotted #e5e5e5;
	color:#999;
}
ol.sidebarItems li ul li:first-child {
	padding:0 0 18px 0;
}
ol.sidebarItems li ul li p {
	margin:0;
	font-size:inherit;
}
ol.sidebarItems li ul li p.commenter {
	margin-bottom:8px;
}
ol.sidebarItems li ul.follow {
	margin-top:0;
	padding-top:18px;
	border-top:2px dotted #e5e5e5;
	border-bottom:2px dotted #e5e5e5;
	font-size:1.2em;
	font-style:italic;
}
ol.sidebarItems li ul.follow li {
	border-bottom:none;
}
ol.sidebarItems li ul li.twitter {
	padding:10px 0 0 46px;
	height:39px;
	background:url(images/twitter.png) no-repeat top left;
}
ol.sidebarItems li ul.follow li.rss {
	padding:10px 0 0 46px;
	height:39px;
	background:url(images/rss.png) no-repeat top left;
}
ol.sidebarItems li object {
	margin:0 0 32px 0;
	width:expression(this.width > 343 ? 343: true);
	max-width:343px;
	width:343px;
	overflow:hidden;
}
ol.sidebarItems li embed {
	margin:18px 0 0 0;
	width:expression(this.width > 343 ? 343: true);
	max-width:343px;
	width:343px;
	width:343px;
	overflow:hidden;
}
ol.sidebarItems li p {
	color:#999;
	font-size:inherit;
}
ol.sidebarItems li a {
	font-size:inherit;
}
ol.sidebarItems li a.postTitle {
	display:inline-block;
	margin-bottom:8px;
	font-size:1.4em;
	font-style:italic;
}
ol.sidebarItems li a.network {
	display:inline-block;
	margin-top:15px;
}

/*search form*/
form#search {
	color:#696969;
	background:url(images/searchBox.gif) no-repeat top left;
	height:34px;
}
form#search input {
	float:left;
	margin:4px 0 0 10px;
	padding:5px;
	width:180px;
	background:transparent !important;
	border:none !important;
	outline:none !important;
	font-size:inherit;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#696969;
}
form#search button {
	margin-left:18px;
	padding-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#94648e;
	cursor:pointer;
}
form#search button:hover {
	color:#ffbe00;
}
form#search button:active {
	color:#999;
}

/* -- 8. SINGLE -- */
.singlePost {
	display:inline-block;
	margin:0 0 0 20px;
	padding:0 0 40px 0;
	width:576px;
}
.singlePost img {
	width:expression(this.width > 566 ? 566: true);
}
.singlePost ul.social {
	font-size:1.2em;
	margin:0;
	padding:0;
}
.singlePost ul.social li {
	display:inline;
	float:left;
	margin:0 20px 0 0;
	padding:0;
}
.singlePost ul.social li.commentCount {
	background:url(images/commentBubble.png) no-repeat top left;
	padding-left:21px;
}

/*single defaults*/
.singlePost ul {
	list-style-type:disc;
	margin:0 0 18px 10px;
	font-size:1.2em;
	color:#696969;
}
.singlePost ul li {
	margin:0;
	padding:8px 0 0 0;
}
.singlePost ol {
	list-style-type:decimal;
	margin:0 0 18px 0;/*add padding for IE*/
	font-size:1.2em;
	color:#696969;
}
.singlePost ol li {
	display:list-item;
	margin:0 0 0 10px;
	padding:8px 0 0 0;
}

.author {
	clear:both;
	display:inline-block;
	margin:0 0 40px 20px;
	width:576px;
}
.author h4 {
	margin:0 0 18px 0;
	padding:0;
	color:#c26376;
	font-style:italic;
	font-size:1.6em;
}
.author img {
	float:left;
	margin-right:20px;
	padding:0;
	border:none;
}
.author a {
	display:inline-block;
	margin-bottom:8px;
	font-size:1.4em;
}
.author a:active {
	color:#696969;
}
.author p {
	float:right;
	width:496px;
	margin:0;
	padding:0;
}

#comments {
	display:inline-block;
	margin:0 0 40px 20px;
	_margin:40px 0 40px 20px;
	width:576px;
}
#comments h4 {
	margin:0 0 18px 0;
	padding:0;
	color:#c26376;
	font-style:italic;
	font-size:1.8em;
}
#comments ol {
	margin:0 0 40px 0;
	padding:0;
	width:576px;
	list-style:none;
}
#comments ol li {
	_display:inline-block;
	margin:0 0 20px 0;
	padding:0;
	overflow:auto;
}
#comments ol li img {
	float:left;
	margin:0;
	padding:0;
	border:none;
}
#comments ol li div {
	position:relative;
	float:right;
	padding:10px;
	width:466px;
	background:#d4ebdc;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border:1px solid #a5dcc1;
	
}
#comments ol li div span {
	position:absolute;
	top:10px;
	left:-11px;
	width:11px;
	height:20px;
	background:url(images/commentBG.png) no-repeat top left;
}
#comments ol li.author-comment div span {
	position:absolute;
	top:10px;
	left:-11px;
	width:11px;
	height:20px;
	background:url(images/authorCommentBG.png) no-repeat top left;
}
#comments ol li.author-comment div {
	position:relative;
	float:right;
	padding:10px;
	width:466px;
	background:#ffbe00;
	border-radius:10px;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border:1px solid #ffde00;
}
#comments ol li.author-comment div a:hover {
	color:#696969;
}
#comments ol li.author-comment div p {
	color:#252525;
}
#comments ol li div p:first-child {
	margin-bottom:8px;
}
#comments ol li div p {
	font-style:italic;
}

form#commentForm {
	margin:0;
	padding:0;
}
form#commentForm label {
	display:block;
	clear:both;
	margin:5px 0;
	font-size:1.4em;
	font-weight:900;
	color:#999;
}
form#commentForm input.idleField {
	float:left;
	margin:0 0 15px 0;
	padding:5px;
	width:300px;
	border:1px solid #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#696969;
}
form#commentForm input.focusField {
	float:left;
	margin:0 0 15px 0;
	padding:5px;
	width:300px;
	border:1px solid #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	border:2px solid #73a6ff;
	background:#eff5ff;
	color:#252525;
}
form#commentForm span {
	float:left;
	padding:5px 0 0 10px;
	font-size:1.2em;
	color:#a20127;
}
form#commentForm textarea.focusField {
	float:left;
	margin:0 0 15px 0;
	width:350px;
	height:215px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	border:2px solid #73a6ff;
	background:#eff5ff;
	color:#252525;
}
form#commentForm textarea.idleField {
	float:left;
	margin:0 0 15px 0;
	width:350px;
	height:215px;
	padding:5px;
	border:1px solid #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#696969;
}
form#commentForm input.submit {
	display:block;
	clear:both;
	margin:20px 0 0 0;
	padding:10px;
	width:auto;
	background:#94648e;
	border:1px solid #66336b;
	color:#fff;
	cursor:pointer;
}

form#commentForm input.submit:active {
	background:#66336b;
}

/* -- 9. AUTHOR -- */
ol.authorList {
	margin:0 0 0 20px;
	padding:0;
	width:576px;
}
ol.authorList li {
	padding-bottom:18px;
}
ol.authorList li h2 {
	margin-bottom:0;
	line-height:1.2em;
	font-style:italic;
}
ol.authorList li h3 {
	margin-bottom:0;
	line-height:1em;
	font-size:1.8em;
	font-style:italic;
}

/*postList defaults*/
ol.authorList li ul {
	list-style-type:disc;
	margin:0 0 18px 10px;
	font-size:1.2em;
	color:#696969;
}
ol.authorList li ul li {
	margin:0;
	padding:8px 0 0 0;
}
ol.authorList ol {
	list-style-type:decimal;
	margin:0 0 18px 0;/*add padding for IE*/
	font-size:1.2em;
	color:#696969;
}
ol.authorList ol li {
	display:list-item;
	margin:0 0 0 10px;
	padding:8px 0 0 0;
}

/* -- 10.FOOTER -- */
#footer { 
	margin:20px auto;
	width:1000px;
	color:#999;
}

/* -- 11. CAPTIONS -- */
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	border: 1px solid #ddd;
	background-color:#f4f4f4;
	padding:0;
	margin:10px;
}
.wp-caption img {
	margin:0;
	padding:5px;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size:12px;
	line-height:1em;
	padding:5px;
	margin: 0;
	font-style:italic;
}

/* -- 12. CONTACT FORM -- */
form#contactForm {
	margin:0;
	padding:0;
}
form#contactForm label {
	display:block;
	clear:both;
	margin:5px 0;
	font-size:1.4em;
	font-weight:900;
	color:#999;
}
form#contactForm label.inline {
	display:inline;
	margin:0 0 0 10px;
	font-size:1.2em;
	font-weight:normal;
	color:#999;
}
form#contactForm span.error {
	display:block;
	font-size:1.4em;
}
form#contactForm select {
	margin:0 0 15px 0;
}
form#contactForm input {
	margin:0;
	padding:0;
}
.inputError {
	border:2px solid red;
}
form#contactForm select {
	padding:5px;
	width:300px;
	background:1px solid #999;
	outline:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#696969;
}
form#contactForm input.idleField {
	float:left;
	margin:0 0 15px 0;
	padding:5px;
	width:300px;
	border:1px solid #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#696969;
}
form#contactForm input.focusField {
	float:left;
	margin:0 0 15px 0;
	padding:5px;
	width:300px;
	border:1px solid #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	border:2px solid #73a6ff;
	background:#eff5ff;
	color:#252525;
}
form#contactForm span {
	float:left;
	padding:5px 0 0 10px;
	font-size:1.2em;
	color:#a20127;
}
form#contactForm textarea.focusField {
	display:block;
	margin:0 0 15px 0;
	width:350px;
	height:215px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	border:2px solid #73a6ff;
	background:#eff5ff;
	color:#252525;
}
form#contactForm textarea.idleField {
	display:block;
	margin:0 0 15px 0;
	width:350px;
	height:215px;
	padding:5px;
	border:1px solid #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#696969;
}
form#contactForm button {
	display:block;
	clear:both;
	margin:20px 0 0 0;
	padding:10px;
	width:auto;
	background:#94648e;
	border:1px solid #66336b;
	color:#fff;
	cursor:pointer;
	font-size:1.4em;
	font-weight:900;
}

form#contactForm input.submit:active {
	background:#66336b;
}


