/*  
Theme Name: Fauna
Theme URI: http://www.noscope.com/fauna/
Description: Fauna is a highly adaptive open-source draping for WordPress powered websites. Fauna is primarily developed by <a href="http://www.noscope.com">Joen Asmussen</a>, <a href="http://www.vernetzt.ws">Ralph Inselsbacher</a>, <a href="http://www.levibuzolic.com">Levi Buzolic</a>, <a href="http://martinhipp.com/">Martin Hipp</a> and <a href="http://www.macmanx.com/blog/">James Huff</a>. To easily customize Fauna, click "Fauna Options" above. See also: <a href="http://fauna.googlecode.com">Documentation Wiki</a>, <a href="http://www.noscope.com/fauna/">Development Blog</a>.
Version: 1.0
Author: Joen Asmussen
Author URI: http://www.noscope.com/fauna/

      ___
     /   
    (___  ___       ___  ___ 
    |    |   )|   )|   )|   )
    |    |__/||__/ |  / |__/|


	This is the main stylesheet file.
	It contains layout, margins and positioning. 
	All colors and images are separated out into styles in the styles directory.
	The default style is "styles/default/default.css".

*/

/* 

	Basics
	
*/
html { 	/* Force vertical scrollbar */
	overflow-y: scroll;
	height: 100%;
	margin-bottom: .0001em;
}
* {		/* Reset margins and paddings */
	margin: 0;
	padding: 0;
}

/*

	Positioning
	
*/
body {
	padding-bottom: 4em; 	/* Add some extra scroll space */
}
#wrapper {
	margin: 0 auto;
	position: relative;
}
#body {
	margin: 0 auto 0 auto;
}
#sidebar ul, #sidebar li {
	list-style: none;
}
#main {
	margin: 0 0 .8em 0;
}
#footer {
	padding-bottom: 1em;
	clear: both;
	text-align: center;
}
#footer a {
	text-decoration: none;
}
.entry-meta {
	font-size: 90%;
	clear: both;
	display: block;
}
#header {
	margin: 0 0 .8em;
}

/* 

	Sidebar
	
*/
#sidebar ul.inner {
	margin: 0;
}
#sidebar ul.inner ul {
	margin: .4em .8em 1.6em .8em !important;
}
#sidebar ul.inner ul li {
	padding-bottom: 0 !important;
}
#sidebar ul.inner ul ul.children {
	margin: 0 1.6em !important;
}
#sidebar ul.inner ul ul.children li {
	margin: .4em 0 0 0;
}

/*

	Content Box
	
*/
.box, .box-blank, #sidebar ul.inner li, .notice { 
	position: relative;
	text-align: left;
	padding: .8em;
	margin: 0 0 .8em 0;
}
.box-blank {
	background: none;
}
.box::after, .box-blank::after { 	/* Auto clearing float */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* 

	Header
	
*/
h1 {
	text-align: left;
	margin: .8em 0 0 1.5em;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
}
#menu {
	margin: 1em 0 .6em 1.5em;
	float: left;
}
#searchbox {
	vertical-align: top;
	margin: 1em 2em 0 0;
	float: right;
	text-align: right;
	padding: 2px 0;
	top: -2px;
	position: relative;
}
#nav::after { 	/* Auto clearing float */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#header {
	clear: both;
}
#menu, #searchbox {
	text-transform: lowercase;
}
#menu {
	max-width: 530px;
}
#menu ul, #menu ul li {
	list-style: none;
	display:inline;
}
#menu a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 .6em;
}
#searchbox fieldset {
	border: 0;
	background: none;
	padding: 0;
}
#searchbox legend {
	display: none;
}
#searchbox form, #searchbox input {
	display: inline;
}

/* 

	Text, Headings & Formatting
	
*/
h2 {
	padding: .4em 0;
}
h2 a {
	text-decoration: none !important;
	padding: .4em 0;
}
h2 a:hover, h2 a:focus {
	text-decoration: underline !important;
}
h3, h4 {
	margin: 0 0 .6em 0;
	font-weight: bold;
	font-size: 100%;
}
#main h3 {
	margin: 1.6em 0 .8em 0;
}
.noteworthy {
	display: block;
	float: right;
	margin: .4em;
}
.noteworthy a {
	padding: .4em;
	text-decoration: none !important;
}
.clear {
	clear: both;
}
.prev {
	float: left;
}
.next {
	float: right;
}

/* 

	Various

*/
img {
	border: 0;
}
#main p a img {
	padding-bottom: 2px;
}
#main p a img:hover {
	padding-bottom: 2px;
}
hr { /* Shown only to CSS disabled browsers, making it slightly tidier */
	display: none;
}
acronym, abbr {
	font-size: 100%;
}
acronym, abbr, span.caps {
	cursor: help;
}
small {
	font-size: 85%;
	line-height: 200%;
}
cite {
	font-size: 90%;
	font-style: normal;
}
strike, del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
label {
	cursor: pointer;
}
ul {
	margin: .8em;
}
#sidebar ul.inner ul {
	margin: .4em .8em;
}
#sidebar ul.inner ul li {
	margin: .4em 0;
	padding: .2em 0;
}
dl {
	margin: 0 .8em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.6em;
}
p, pre, kbd, blockquote {
	margin: 1.6em 0;
}
#sidebar p {
	margin: 0 0 1.6em 0;
}
pre, blockquote {
	padding: 0 1.6em;
	margin-left: 3%;
}
pre {
	overflow: auto;
	padding-bottom: 1em;
}
blockquote[cite]:after {
	content: "\00BB \0020 Source: " attr(cite);
	display: block;
	margin-top: .8em;
	font-size: 90%;
}
fieldset {
	padding: 0 .8em .4em .8em;
}
legend {
	font-weight: bold;
	padding: 0 .4em;
}

/* 

	Icons
	
*/
.feedicon img, #categorylist img {
	width: 12px;
	height: 12px;
}
.feeds a {
	padding: 1px 0 2px 0;
}
.feeds img {
	vertical-align: middle;
	margin-top: -3px;
}
#categorylist img {
	vertical-align: middle;
	margin: 0 .25em;
}
#sidebar .feedicon img {
	position: relative;
	float: right;
	top: -2.4em;
}
span.edit a:focus, a.quote {
	-moz-outline-style: none;
}
span.edit a:hover {
	cursor: pointer;
}
.edit a {
	position: absolute;
	z-index: 1;
	right: .75em;
	top: 1em;

	text-decoration: none !important;
	display: block;
	width: 26px;
	height: 26px;
	border: 0 !important;
	text-indent: -9999px;
	background: url(images/icon_edit.gif) no-repeat right top !important;
}
#trackbacklist li .edit a {
	width: 26px;
	height: 12px;
}
.edit a:hover {
	background: url(images/icon_edit_hover.gif) no-repeat right top !important;
}
.sidenote {
	position: relative;
}
.sidenote .edit a {
	top: 0;
	right: 0;
}
span.tags {
	background: url(images/icon_tag.gif) no-repeat left center;
	padding-left: 16px;
	margin-left: 1em;
}
ul.wp-tag-cloud li {
	display: inline;
	margin-right: 1em !important;
}

/* 

	Alignments (Use in Posts)

*/
.align-left {
	padding-right: .8em;
	float: left;
}
.align-right {
	padding-left: .8em;
	float: right;
}
.align-center {
	margin: 0 auto;
	display: block;
}
.column-left {
	float: left;
	width: 50%;
}
.column-right {
	float: right;
	width: 50%;
}
ul.column-right, ul.column-left {
	margin: 0;
	padding: 0;
}

/* 

	List Items
	
*/
html>body #main ul {
	list-style: none;
	text-indent: -1em;
} 
#main ul {
	margin-left: 0;
	padding-left: 1em;
}
#main ul li {
	margin-left: 1em;
	margin-bottom: 1.6em;
}
#main ul li::before, #sidebar ul li.page_item::before {	/* Show right angle quotes to cool browsers */
	content: "\00BB \0020";
}
ol {
	margin: 0 0 .8em 1em;
	padding-left: 2em;
}
#main ol li {
	margin-bottom: 1.6em;
}

/*

	Forms
	
*/
input, select, textarea {
	font-size: 100%;
	line-height: 100%;
}
.inputbox, #commentform textarea, .searchbox {
	padding: 1px 2px;
}
#commentform {
	display: inline;
}
#commentform textarea {
	padding: 2px;
	
	-moz-box-sizing:border-box; /* Mozilla: Change Box Model Behaviour */
	width: 100%; /* Moz Only */
}
.inputbox {
	width: 160px;
}
.pushbutton, .pushbutton-wide {
	cursor: pointer;
}
.pushbutton-wide {
	padding: .6em 2em;
}
.checkbox {
	cursor: pointer;
}

/* 

	Search Page

*/
.searchbox {
	width: 80%;
}
.search-results {
	position: relative;
}


/* 

	Posts

*/
p.commentlink {
	width: 120px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px !important;
}
p.commentlink span {
	display: block;
	padding: .4em 0;
}
p.commentlink a {
	border-bottom: 0;
	display: block;
	text-decoration: none;
	padding: .4em 0;
}
p.commentlink a:hover {
	text-decoration: underline;
}

/* 

	Asides

*/
.asides .aside {
	padding: 0;
	margin: .5em 0 2em 0.5em !important;
}
.asides h2 {
	padding: .4em 0;
}
.asides h2 a {
	text-decoration: none;
	margin: .4em 0;
}
.asides p {
	padding: 0 1.6em;
}
.asides p, .asides pre, .asides blockquote {
	margin-top: 0;
	margin-bottom: .8em;
}
.asides pre, .asides kbd, .asides blockquote {
	margin: 1.6em 7%;
}
.asides h3 {
	margin: 1.6em 0 .8em 0;
}
.asides ul {
	margin: .8em 1.3em;
}
.asides ol {
	margin: .8em 2em;
}
.aside {
	position: relative;
}
.aside .edit a {
	top: 0;
	right: 0;
}

/* 

	Sidenotes
	
*/
.sidenote {
	padding: 0;
	margin: .5em 0 1em 0;
}
.sidenote h2 {
	margin: 0 0 .6em 0;
}
.sidenote h2 a {
	display: inline;
	margin-right: .5em;
}
.sidenote p {
	padding: 0 0 0 .8em;
}
.sidenote p, .sidenote pre, .sidenote blockquote {
	margin-top: 0;
	margin-bottom: .8em;
}

/* 

	Comments
	
*/
ol#commentlist, ol#trackbacklist {
	margin-bottom: 3.2em;
}
.commentbox {
	padding-top: 2em;
	width: 280px;
	float:left;
	text-align:left;
}
#comment-author p {
	margin: 0 0 1.6em 0;
}
.formatting {
	float: left;
	height: 3em;
	padding-top: 2em;
}
#tags-allowed {
	clear: both;
}
#tags-allowed li {
	margin: .6em;
}
#tags-allowed blockquote {
	display: inline;
}
#tags-allowed .column-left, #tags-allowed .column-right {
	width: 45%;
}
#tags-allowed .close {
	float: right;
}
#tags-allowed::after, #comment-author::after { 	/* Auto clearing float */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.comment-header {
	margin-bottom: .8em;
}
.notice, #tags-allowed { /* Moderation Message */
	font-size: 100%;
	padding: .8em 1.2em;
}
.notice p, .notice h4, #tags-allowed p, #tags-allowed h4 {
	margin: .6em 0;
}
#commentlist .notice {
	margin: .6em 0;
}
#commentlist {
	margin: 0;
	padding: 0;
}
#commentlist li  {
	min-height: 90px;
	position: relative;
	display: block;
	list-style: none;
	margin: .8em 0 !important;
	padding: .8em;
}
#commentlist li small {
	position: absolute;
	z-index: 3;
	right: 95px;
	width: 45px;
}
#commentlist li small span.edit {
	position: relative;
	top: -.5em;
	float: right;
}
#commentlist li small a.quote {
	float: left;
	margin: .5em 0 0 0;
	display: block;
	width: 12px;
	height: 12px;
	border: 0;
	text-indent: -9999px;
	background: url(images/icon_quote.gif) no-repeat;
}
#commentlist li small a.quote:hover {
	background: url(images/icon_quote_hover.gif) no-repeat;
}

/*

	Trackbacks
	
*/
#trackbacklist {
	margin-left: 0;
	padding-left: 0;
}
#trackbacklist li {
	position: relative;
	margin-left: 0;
	padding: 0;
	margin-top: .8em;
	list-style: none;
}
#trackbacklist li a {
	padding: .4em;
	display: block;
	text-decoration: none;
}
#trackbacklist li p {
	padding: 0 .4em;
}
#trackbacklist li a span {
	text-decoration: underline;
}

/* 

	Calendar
	
*/
#wp-calendar {
	empty-cells: show;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 1em;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 1em;
	text-align: left;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
}
#wp-calendar a:hover {
	text-decoration: none !important;
}
#wp-calendar caption {
	text-align: left;
	width: 100%;
}
#wp-calendar td {
	padding: .3em 0;
	text-align: center;
}

/* 

	Plugins
	
*/
/* Recent Activity */
ul#recent-activity {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
ul#recent-activity li {
	font-size: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
ul#recent-activity small {
	font-size: 85%;
	padding-left: .8em;
}

/* Comment/Trackback Favatars & Gravatars */
a.comment-favatar {
	border: 0 !important;
	margin-right: .4em;
}
.eg-image {
	position: absolute;
	right: 1em;
	top: 1em;
	float: right;
	text-align: center;
	padding: 2px;
	line-height: 0;
	margin: 0;
	border: 1px solid #A5A5A3;
	display: block;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	background: #fff url(images/gravatar.jpg) no-repeat center center;
}
#commentlist li::after { 	/* Auto clearing float */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a.comment-favatar img, .trackback-favatar {
	width: 16px;
	height: 16px;
}
.eg-image:hover, a.comment-favatar:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.trackback-favatar {
	background: center center;
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 6px 0 2px;
	cursor: pointer;
}


/* Extended Live Archives */
#af-ela {
	margin: 0 0 2em 0;
}
#af-ela::after { 	/* Auto clearing float */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#af-ela ul, #af-ela ul li {
	border: none;
}
#af-ela ul li a {
	padding: .5em 0;
}
#af-ela ul li::before {
	content: "";
}
ul#af-ela-menu {
	text-align: center;
	margin: 1em auto 2em auto;
}
ul#af-ela-menu li {
	font: normal 135% Arial, Helvetica, sans-serif;
	padding: 0 !important;
	margin: 0 1em;
}
ul#af-ela-tag li {
	padding: 0 !important;
}
ul#af-ela-menu li:hover, ul#af-ela-menu li.selected, ul#af-ela-tag li:hover, ul#af-ela-tag li.selected {
	color: #000 !important;
	border-bottom: 1px dotted #000 !important;
	background: none !important;
	padding: 0;
}
ul#af-ela-category, ul#af-ela-year, ul#af-ela-month, ul#af-ela-tag, ul#af-ela-post-chrono {
	padding: 1em 0;
	text-align: center;
	margin: 0 0 2em 0;
	float: none !important;
	width: 100%;
}
ul#af-ela-tag {
	font: normal 60% Arial, Helvetica, sans-serif;
}
ul#af-ela-post-tags li, ul#af-ela-post-tags li:hover, ul#af-ela-category li, ul#af-ela-post-cats li, ul#af-ela-post-cats li:hover, #af-ela-post-chrono li, ul#af-ela-post-chrono li:hover {
	font-weight: normal;
	padding: 0 !important;
	margin: 1em 4em !important;
	border: none !important;
	background: none !important;
	
}
ul#af-ela-post-tags li::before, ul#af-ela-post-cats li::before, ul#af-ela-post-chrono li::before {	/* Show right angle quotes to cool browsers */
	content: "\00BB \0020";
}
ul#af-ela-category li, ul#af-ela-year li, ul#af-ela-month li {
	font-weight: normal;
	padding: 0 !important;
	margin: 1em 4em !important;
	border: none !important;
	background: none !important;
	margin: 0 1em !important;
	display: inline !important;
}
ul#af-ela-category li:hover, ul#af-ela-year li:hover, ul#af-ela-month li:hover, ul#af-ela-category li.selected, ul#af-ela-year li.selected, ul#af-ela-month li.selected  {
	color: #000 !important;
	border: none !important;
	background: none !important;
	border-bottom: 1px dotted #000 !important;
}
ul#af-ela-category li.selected {
	color: #000 !important;
	margin: 0 1em !important;
	background: none !important;
	border: none !important;
	border-bottom: 1px dotted #000 !important;
}	

/* 

Form

#formContainer {
float:left;
position:relative;
background-color:#FF6600;
padding:10px;
}

#formContainer h2.widgettitle {
margin-top:0 !important;
color:#0033CC !important;
padding-bottom:10px;
}

/* CFORMS STYLES ADDED - 04102010 */

#formContainer {
float:left;
position:relative;
background-color:#FF6600;
padding:10px;
}

#formContainer h2.widgettitle {
margin-top:0 !important;
color:#0033CC !important;
padding-bottom:10px;
}

#formContainer h2.widgettitle {
  margin: 16px 0 10px 0;
  padding-top: 10px;
  padding-bottom: 3px;
  font-size: 1.6em;
  border-bottom: 1px solid #DFDAD5;
  border-top:5px solid #EFEAE4;
  color: #000;
  }


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 405px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font-family: "Lucida Sans", Arial;
    font-size:1.2em;
	color:#000000;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:100px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}

.cform label span {
	width:100px; /* must be the same as above!*/
	display:block; 
	font-family: "Lucida Sans", Arial;
	font-size:1.3em;
	color:#000000;	
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #ccc; 
	vertical-align:top;
	font-family: "Lucida Sans", Arial;
    font-size:1.2em;
	color:#000000;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#f0f0f0; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#f0f0f0; 
}

.cform textarea,
.cform input {
	width:180px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: "Lucida Sans", Arial;
    font-size:1.2em;
	color:#000000;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 

	margin:3px 0 0 3px;
	font-size:1em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:240px;  
	padding:8px; 
	margin: 15px 0 0 0;
	font-size:1.2em;
	background:url(images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	color:#0033CC !important;
	font-weight:bold;
	text-align:center !important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
	display:none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

#li--14 label span, #li-2-14 label span {
width:500px;
}
#li--14 input, #li-2-14 input{
margin-left:260px;
}
#li--14 label, #li-2-14 label{
}
.content{
clear:both;
}
