/* Added for home page */

#homepage-form .cform { 

width: 300px; 
margin:0 0 1em 0;
	position: absolute;
	background-color:#FFF;
 	top: 120px; right: 15px;
 	/*height: 600px; */
	width: 250px;
 	z-index: 9999;
	border: 2px solid #4AAADB !important;
	 border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

#homepage-form p.cf-sb {
text-align:center;
}

#homepage .inputbox,
input.single,
select.cformselect,
textarea.area {
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#666;
}

#homepage-form form.cform legend {
	color:#4AAADB;	
	/*padding:0.2em 1em;*/
	font:12px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#homepage-form fieldset.cf-fs2 {
	background-color:#F0F0F0;
	border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}


#homepage-form form.cform label {
	float:left;
	display:block;
	width:120px;
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}

#homepage-form input.secinput {
width:45px;
margin: 0 10px 10px 0;
vertical-align:top;
color:#000066;
font-size:18px;
border:1px solid #d5d5d5;
}

#homepage-form form.cform fieldset {
	border:none;
	padding:5px;
	clear:both;
}

#homepage-form li#li--1.textonly{
	font-size:18px;
	color:#4AAADB;
	padding-left:5px;
	vertical-align:middle;
	float:left;
		
}

/* Contact form */

form.cform {
	margin:0 0 1em 0;
	
}
form.cform fieldset {
	/*border:1px solid #e5e5e5;*/
	border:none;
	padding:5px;
	clear:both;
}

.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {  
 background:#F3F8F8;
 border:1px solid #4AAADB; 
} 

form.cform legend {
	color:#333;
	padding:0.2em 1em;
}
form.cform ol.cf-ol {
	margin:0;
	padding:0;
}
form.cform ol.cf-ol li {
	clear:both;
	display:block;
	padding:.5em 0;
	list-style:none;
}
form.cform label {
	float:left;
	display:block;
	width:150px;
}
form.cform ol.cf-ol li input,
form.cform ol.cf-ol li textarea,
form.cform ol.cf-ol li select {
	float:left;
}
form.cform .cf-box-title {
	/*font-weight:bold;*/
}
form.cform li.cf-box-group label {
	width:150px;
	float:left;
}
form.cform li.cf-box-group input.cf-box-b {
	margin:0 0.3em 0 0;
}
form.cform li.cf-box-group br {
	clear:both;
	margin:0 0 0.4em 0;
}
form.cform span.reqtxt,
form.cform span.emailreqtxt {
	float:left;
	margin:0 0 0 .5em;
	font-size:11px;
	font-weight:bold;
	color:#F00;
}
form.cform p.cf-sb {
	clear:both;
	margin:0.5em 0 0 0;
	padding:0.5em 0 0 0;
}
form.cform .cf_hidden {
	display:none;
}
.required {
	color:#ff0000;
}
label {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #838397;
	line-height: 18px;
	font-weight: normal;
}
.inputbox,
input.single,
select.cformselect,
textarea.area {
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#666;
}
select.cformselect {
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
input.inputbox,
input.single {
	height:14px;	
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
textarea.inputbox,
textarea.area {
	width:98%;
	font:12px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
.header .search .inputbox {
	vertical-align:top;
	float:left;
	width:150px;
	margin-right:6px;
}
#commentform li {
	list-style:none !important;
	margin:0 0 0.5em 0;
}
#commentform .inputbox {
	vertical-align:middle;
}

/*
.button,
.sendbutton {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:10px;
	cursor:pointer;
	height:22px;
	padding:0 4px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	border-width:1px !important;
	border-style:solid !important;
	text-decoration:none;
	color:#246;
	background:#e5e5e5;
	border-color:#80b5d0;
	width:auto;
}
.button:hover,
.sendbutton:hover {
	background-color:#fff;
	color:#333;
}

*/


.entry .failure, .widget .failure {
	color:#e93d08;
	border:1px solid #bc391d;
	background-color:#f6def2 !important;
	padding:5px;
	margin:0 0 0.5em 0;
}

/* Uncomment this and you're pretty much declaring war on Delicious Days... donate then do it ;) */
p.linklove {
	display:none;
}