/*  
Theme Name: Origins
Theme URI: http://xf.co.nz/
Description: Grid aligned WordPress theme
Version: 1.1
Author: Yuan McCarthy
Author URI: http://xf.co.nz/
Tags: hessian sack, torn, edgy, natural, widgets

Origins was designed and coded by Yuan McCarthy. Find
more info about the guy at http://xf.co.nz

Notes: Inspired and created for cafe, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style.

See line 53 for a collection of the main font rules - size, line-height,
and color - combined for your convenience.

*/

* {
	margin: 0;
	padding: 0;
	behavior: url(http://www.millers.net.nz/wp-content/themes/origins/iepngfix.htc);
}

body {
	background: transparent url(images/bgd-hessian.jpg);
	color: #000;
	font-size: 62.5%;
	font-family: Georgia, Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
} 
img, div { 
	/*behavior: url(http://poppy.no-ip.info/millers.net.nz/wp-content/themes/origins/iepngfix.htc);*/
}
h1 {
	font-size: 2em;
}
h2 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #fff;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #3c6c92;
}
#wtf {
	background: transparent url(images/bgd-red-stripe-left.jpg) no-repeat scroll 0 640px;
}
#right-stripe {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
	background: transparent url(images/bgd-east-timor-organic.jpg) no-repeat scroll 0 0;
	height: 921px;
	width: 240px
}
/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.2em;
	line-height: 1.4em;
	/*border-top: 1px solid #3c6c92;*/
	margin: 0px auto;
	text-align: left;
	width: 860px;
	/*width: 970px;*/
	padding: 0 5px;
}
.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover {
	color: #ccc;
}
.postMeta {
	font-size: 0.9em;
	text-transform: uppercase;
}
.postMeta span.date {
	color: #777;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #3c6c92;
}

.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	color: #003300;
	/*border-bottom: 1px solid #ddd;
	font-weight: bold;*/
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #cc3300;
	/*border-bottom: 1px solid #3c6c92;*/
}

.secondaryColumn {
	float: left;
	/*margin: 0 0 0 10px;*/
	/*overflow: hidden;*/
	width: 340px;
}
.secondaryColumn .post p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #002222;
	font-size:1.2em;
	line-height:1.5em;
	margin:0.1em 20px 10px 22px;
	letter-spacing: 0.30px;
}
.secondaryColumn .post p img {
	margin-left: 0px;
}

.secondaryColumn .map {
	padding: 0;
	background: transparent url(images/bgd-hessian-light.jpg);
}
.secondaryColumn ul {
	width: 330px;
}
.secondaryColumn ul li {
	color:#003333;
	/*font-family: Arial, Helvetica, sans-serif;*/
	letter-spacing: 0.30px;
	padding: 0.75em 0 1em 0;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #333;
	list-style-type: none;
	line-height: 1.1em;
	font-size: 1.2em;
}
.secondaryColumn ul li strong {
	color:#000000;
	font-size: 1.4em;
	font-family: "DIN Bold", "Arial Black", Arial, Helvetica, sans-serif;
}
.secondaryColumn ul li a:hover {
}

.secondaryColumn a {
	font-weight: normal;
	color:#003388;
	text-decoration:underline;
}
.secondaryColumn a:hover {
	color: cc3300;
}
.secondaryColumn h2 {
	color: #000;
	font-weight: normal;
	font-size: 1.75em;
	height: 1.7em;
	margin: 0 0 0em 0px;
	padding: 0.4em 0 0 15px;
	line-height: 1.2em;
	overflow: visible;
	/*background-color: #311e0f;*/
	/*background: transparent url(images/ttl-redbg.jpg);*/
}
.secondaryColumn .post h3 {
	color:#330000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.35em;
	line-height:1.2em;
	margin:0.75em 20px 15px 18px;
}
.secondaryColumn h3 {
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;*/
	margin: 0 0 10px 0;
	padding: 7px 4px;
}
.secondaryColumn p {
	font-size: 1.4em;
	line-height: 1.4em;
}
#timeline {
	/*border-left: 4px solid #660000;*/
	background: transparent url(images/bgd-hessian-light.jpg);
	/*font-size: 1.2em;*/
	padding: 0 0 20px 0;
	line-height: 1.1em;
	text-align: left;
	margin-bottom: 2em;
}
#timeline img {
	margin-top:5px;
 }
#timeline h2 {
	color:#000;
	/*background: none;*/
 }
#chart {
	/*border-left: 4px solid #660000;*/
	background: transparent url(images/bgd-hessian-light.jpg);
	font-size: 1.2em;
	padding: 20px;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 2em;
}
#chart img {
	/*margin-top:15px;*/
 }
 #chart h2 {
	color:#000;
 }
 
.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	/*font-style: italic;*/
}

.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 1.4em;
}
#cancel-comment-reply-link {
	color: #3C6C92;
	font-size: 0.9em;
}
.commentlist .comment-meta a {
	color: #eee;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.9em;
}
.comment-body {
	font-size: 1.2em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}

/* =----------------------------------- main structure */

#masthead {
	padding: 0 0;
	overflow: hidden;
	height: 40px;
}

.feature {
	/*margin-left: 150px;
	background: transparent url(images/img-floorsign.jpg);*/
	/*width: 785px;
	padding:15px;*/
	height: 330px;
	overflow: hidden;
	width: 845px;
	margin: 0 0 20px 0;
	z-index: -1;
	margin-left: 133px;
}
.feature .map {
	/*float: right;
	padding: 15px;*/
	background: transparent url(images/img-hessian-light.jpg);
}
.no-feature {
	height: 330px;
	float: left;
	overflow: hidden;
	margin: 0 0 20px 0;
	z-index: -1;
	margin-left: 133px;
	
}
.singleColumn .post {
	margin: 0.75em 0 0 0;
}
.singleColumn .entry p {
	margin: 0.75em 20px 15px 15px;
}
#galleria_wp div.galleria_std .galleria_container {

}
.contact-address {
	margin: 20px 0 0 20px;
	font-size: 1.4em;
	line-height: 1.4em;
	float:left;
	width:250px;
}

#filler {
	/*background: transparent url(images/bgd-filler-edge.png) no-repeat 0 0;*/
	}
#mainColumn {
	float: left;
	margin: 0 20px 0 0;
	width: 425px;
	
	/*padding-left:15px;*/
}

/* =----------------------------------- header elements */
#masthead h1 {
	float: right;
	margin: 15px 0 0 7px;
}
#masthead h1 a {
	text-transform: uppercase;
	width: 400px;
}
#blogLead {

	/*background: url(images/img-faemae61.jpg);*/
	
}
#blogLead .feature {
		
}
#blogLead .logo {
	float: left;
	
}
#blogLead img {
	/*background: #fff;
	border: 1px solid #bbb;
	float: right;
	height: 42px;
	width: 42px;*/
	margin: 0 7px;
	padding: 2px;
}
#authorIntro {
	float: right;
	margin: 8px 0 0 0;
	width: 340px;
}

/* =----------------------------------- top + bottom 
igation */

#current {

}
#current a {
	/*width: 142px;*/
	/*padding: 0.7em 10px 0;*/

}
.navStripWrapper {
	background: transparent url(images/bgd-nav.png) no-repeat -60px 0;
	position: absolute;
	clear: both;
	width: 960px;
	height: 59px;
	z-index: 4;
}
.nav .searchField input {
	color: #777;
}
.navlogo {
	padding: 45px 0 0 15px;
	width: 125px; 
	/*height: 380px;*/
	display: block;
	float: left;
	position: absolute;
	z-index: 15;

	/*background: transparent url(images/bgd-hessian.jpg) repeat -10px 0;*/
}

.nav {
	color: #000;
	/*background: transparent url(images/bgd-hessian.jpg) repeat scroll 0 0;*/
	height: 41px;
	/*margin-left: 20px;
background: #eee;*/
}
.nav li {
	line-height: 1.2em;
	/*border-right: 1px solid #999;*/
	display: block;
	float: left;
	text-align: center;
	font-size: 1.3em;
	/*background: transparent url(images/bgd-nav-default.png) repeat-x;*/
}
.nav li a {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "DIN Bold", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	padding: 0.7em 0 0 0;
	height: 2.1em;
}
.nav li a:hover {
	color: #880000;
	/*padding: 0.9em 10px 0;
	height: 2.25em;*/
	overflow: visible;
}
.nav li.last a {
	/*background: transparent url(images/bgd-nav.jpg);*/
	padding:0.75em 20px 0 0;
}
.nav li a span {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}

.nav li.home {
	background: transparent url(images/bgd-nav-items2.png) no-repeat 0 -120px;
	width: 172;
	padding: 0;
	width: 143px;
}
.nav li.home:hover, .nav li.home.focus {
	background: transparent url(images/bgd-nav-items2.png) no-repeat 0 -60px;
	color: #FFF;
}
.nav li.beginnings {
	background: transparent url(images/bgd-nav-items2.png) no-repeat 0 -120px;
	width: 160px;
}
.nav li.beginnings:hover, .nav li.home.focus {
	background: transparent url(images/bgd-nav-items2.png) no-repeat 0 -60px;
	color: #FFF;
}
.nav li.ourblend {
	background: transparent url(images/bgd-nav-items2.png) no-repeat 0 -120px;
	width: 160px;
}
.nav li.ourblend:hover, .nav li.ourblend.focus {
	background: transparent url(images/bgd-nav-items2.png) no-repeat 0 -60px;
	color: #FFF;
}
.nav li.cafe {
	background: transparent url(images/bgd-nav-last.png) no-repeat 0 -120px;
	width: 143px;
}
.nav li.cafe:hover, .nav li.cafe.focus {
	background: transparent url(images/bgd-nav-last.png) no-repeat 0 -60px;
	color: #FFF;
}
.nav li.last {
	background: transparent url(images/bgd-nav-last.png) no-repeat 0 -120px;
	width: 165px;
}
.nav li.last:hover {
	background: transparent url(images/bgd-nav-last.png) no-repeat 0 -60px;
	color: #FFF;
}

/*
.nav li.last {
	background: transparent url(images/bgd-nav-contact.png) no-repeat 0 -117px;
	margin-left: 50px;
	width: 130px;
	font-size: 1.1em;
	width: 130px;
}
.nav li.last:hover {
	background: transparent url(images/bgd-nav-contact.png) no-repeat 0 -57px;
	color: #FFF;
}
*/
/* -----  IF ACTIVE SECTION --- */
.nav li#current, .nav li#current {
	/*background: transparent url(images/bgd-nav-hover.png) repeat-x;
	color: #960;
	width: 142px;*/
	background: transparent url(images/bgd-nav-items2.png) no-repeat 0 0;
	/*padding: 0.9em 10px 0;*/
}
.nav .last li#current  {
	background: transparent url(images/bgd-nav-contact.png) no-repeat 0 0;
}
.nav li#current:hover, .nav li#current.focus {
	/*background: transparent url(images/bgd-nav-hover.png) repeat-x;
	color: #960;*/
	/*padding: 0.9em 10px 0;*/
}
.nav li#current a {	
	color: #fff;

}

.nav li.searchField {
	float: right;
	border: 0;
	background: none;
}
.nav .searchField div {
	margin: 9px 8px 0 0;
}
.nav .searchField span {
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	display: block;
	padding: 0;
}
.nav .searchField input {
	/*border: 1px solid #bbb;
	outline: none;
	padding: 4px;*/
	width: 220px;
	height: 1.35em;
	font-size: 1.4em;
	padding-top: 0.10em;
}

.toggleCategories {
	background: #3c6c92;
}
.toggleCategories ul,
.toggleCategories2 ul {
	padding: 8px 7px 7px;
}
.toggleCategories ul li {
	display: block;
	float: left;
	width: 102px;
}
.toggleCategories li a {
	margin: 3px 0 4px 5px;
}

/* =----------------------------------- meta lead for each post */
.postMeta {
	/*border-top: 1px solid #ccc;*/  
	text-align: left;
	margin-bottom: 18px;
	position: relative;
}
.postMeta .container {
	position: absolute;
	top: -9px;
	left: 0;
}
.postMeta span.date {
	color: #003333;
	font-size: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background: none;
	padding: 0 4px;
}
.postMeta span.comments {
	background: transparent url(images/bgd-footer.jpg) repeat scroll 0 -100px;
	padding-left: 18px;
}

/* =----------------------------------- general post */
#mainColumn .post {
	/*background: transparent url(images/bgd-copy.jpg) repeat scroll 0 0;*/

}
#mainColumn .post h2 {
	background: transparent url(images/bgd-green.jpg) repeat-x;
}
.post {
	/*text-align: justify;*/
	padding: 0 0 10px 0;
	overflow: visible;
	margin-left: 0;
}
.post h2 {
	color: #fff;
	font-weight: normal;
	font-size: 1.75em;
	height: 1.75em;
	margin: 0 0 0.25em 0px;
	padding: 0.2em 0 0 15px;
	line-height: 1.2em;
	overflow: visible;
	/*background-color: #311e0f;
	background: transparent url(images/bgd-green.jpg);*/
	/*background: transparent url(images/ttl-brownbg2.jpg) no-repeat -10px 0px;*/
	}
.post h2 a {
	color: #fff;
	/*display:block;*/
}
.post h3 {
	color: #880000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0.75em 20px 15px 15px;
	
}
.post h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.post p {
	color: #003333;
	font-size:1.35em;
	letter-spacing:0.25px;
	line-height:1.50em;
	margin:0.1em 20px 10px 15px;
}
.post p strong {
	color: #880000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* =----------------------------------- entry body */
.entry {
	text-align: justify;
	overflow: hidden;
}
.entry p {
	font-size: 1.35em;
	line-height: 1.4em;
	margin: 0.1em 0 20px;
}
.entry strong {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: circle;
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
.entry img,
.entry a img {
	background: #fff;
	border: 1px solid #bbb;
	padding: 2px;
}
.entry a:hover img {
	border-color: #3c6c92;
}

.entry.meta {
	background: transparent urlimages/bgd-footer.jpg) repeat scroll 0 -100px;
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin-left: 10px;
}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #333;
	border-color: #bbb;
}
.entry.meta a:hover {
	color: #000;
	border-color: #000;
}

/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px solid #ddd;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
	background: #eee;
}

/* =----------------------------------- widget enabled sidebar */
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer ul li {
	margin: 0 3px 7px 21px;
	list-style: circle;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
	margin-left: 15px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 4px 0;
	border-top: 1px solid #3c6c92;
	font-weight:normal;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	color: #FFF;
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: transparent url(images/bgd-footer.jpg) repeat scroll 0 -100px;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}
#commentform #author:hover,
#commentform #email:hover,
#commentform #url:hover,
#commentform textarea:hover {
	background: transparent url(images/bgd-textfield.gif) repeat scroll 0 0;
}
/* =----------------------------------- boring footer */

#footer {	
	clear: both;
}
#footer p a {
	font-weight: bold;
	color:#333;
}

#footer p {
	padding: 14px 3px 0; 
}
.footStripWrapper {
	font-size: 1em;
	/*width: 850px;*/
	height: 264px;
	background: transparent url(images/bgd-footer.jpg) no-repeat;
	/*border-top: 1px solid #3c6c92;*/
	margin: 0px 0 0 0;
	position: relative;
	clear: both;
	/*margin-top: 4em;
	padding: 30px 0 0 30px;*/
}
.footStripWrapper img.wp-image {
	margin-right: 17px;
}
.footStripWrapper .leftFootLinks {
	margin-left: 20px;

}
.coffee-corner {
	font-size: 1.2em;
	line-height: 1.3em;
}

.footStripWrapper dl {
	line-height: 1.2em;
	display: block;
	float: left;
	color: #fff;
	list-style-type: none;
	margin: 30px 0 0 25px;
}

.footStripWrapper dt {
	color: #cc6600;
	/*border-bottom: 1px solid #ddd;*/
	font-size: 1.5em;
	font-weight: bold;
	font-family: "DIN Bold", Arial Black, Helvetica, sans-serif;
	/*font: 1.4em bold Arial Black, Helvetica, "Times New Roman", Times, sasn-serif;*/
	/*padding: 3px 0 3px 0;*/
	margin-bottom: 1em;
}
.footStripWrapper dd {
	width: 225px;
}

.footStripWrapper .nav li {
	border-right: 1px solid #e99898;
	display: block;
	float: left;
	color: #fff;
	width: 110px;
	padding-left: 16px;
}
.footStripWrapper .links {
	background: #ddd;
	height: 200px;
}
.footStripWrapper a {
	color: #ccc;
	font: 1em normal Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #bbb;
}
.footStripWrapper a:hover {
	color: #fff;
	font: 1em normal Arial, Helvetica, sans-serif;
	/*background:#222;*/
	display: block;
	border-bottom: 1px dotted #fff;
}
.sharethis, .aim, .aol, .blinklist, .blogger, .blogmarks, .care2, .current, .dealsplus, .delicious, .digg, .diigo, .email, .facebook, .faves, .fresqui, .friendfeed, .friendster, .funp, .furl, .fark, .bus_exchange, .gmail, .google, .google_bmarks, .hi5, .hugg, .kirtsy, .linkedin, .livejournal, .magnolia, .meneame, .mister_wong, .mixx, .msn, .myspace, .n4g, .netscape, .newsvine, .oknotizie, .orkut, .propeller, .reddit, .simpy, .slashdot, .sms, .sphinn, .stumbleupon, .tailrank, .technorati, .twitter, .typepad, .windows_live, .wordpress, .xanga, .yahoo, .yahoo_bmarks, .ybuzz, .yahoo_myweb, .yigg {
	background-image:url(http://w.sharethis.com/share3x/images/sprite2_033109.gif);
	background-repeat:no-repeat;
	float:right;
	height:14px;
	margin-left:5px;
	padding:2px 0 2px 20px;
	white-space:nowrap;
}
.facebook {
	background-position:0 -180px;
}
.twitter {
	background-position:0 -620px;
}
.google {
	background-position:0 -220px;
}
#copyright {
	float: left;
	clear: left;
	color: #CCC;
	bottom: 0;
	letter-spacing: 1px;
	/*width: 750px;*/
	margin:10px 0 0 20px;
}
#copyright .logos {
	display: block;
	list-style-type: none;
	margin:0px 0 0 0px;
	position: absolute;
	bottom: 0;
	width: 840px;
}

#copyright .logos dd {
	float: left;
	width:150px;
	margin-bottom:10px;
}
#copyright .logos dd a {
	float: left;
	border: none;
}
#copyright .logos a:hover {
	float: left;
	border: none;
}
#copyright p a {
	text-decoration: none;
	border: none;
	
}
#copyright dt.signature {
	/*display: block;*/
	color: #fff;
	font: 0.85em normal Arial, Helvetica, "Times New Roman", Times, sasn-serif;
	text-transform: uppercase;
	float:left;
	width: 600px;
	border: none;
	clear: both;
}
#xf-web-badge {
	position:absolute;
	right:80px;
	bottom: 10px;
	height:18px;
	margin:45px 10px 0;
	overflow:hidden;
	background: transparent url(images/xf-web-badge.png) no-repeat scroll 0 0px;
}
#xf-web-badge a {
		border: none;
}
#xf-web-badge a img {
		visibility: hidden;
}
#xf-web-badge:hover {
		border: none;
		background: transparent url(images/xf-web-badge.png) no-repeat scroll 0 -18px;
}
/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}

/* For CFORMS dynamically generated messages (it should reside in cforms.css but doesn't pick it up) */

.waiting {
	color:#000;
	font-size: 1.2em;
	padding: 0.9em 0 0 0.9em;
	/*background: transparent url(images/bgd-green.jpg) repeat-x!important;
	border-color:#fff;
	border-style:solid;
	border-width:1px 0pt;*/
	height: 2em;
}
.failure {
	color:#fff;
	font-size: 1.2em;
	padding: 0.9em 0 0 0.9em;
	background:transparent url(images/bgd-red-stripe-left.jpg) repeat!important;
	/*border-color:#fff;
	border-style:solid;
	border-width:1px 0pt;*/
	height: 2em;
}
.success {
	color:#000;
	font-size: 1.2em;
	padding: 0.9em 0 0 0.9em;
	/*background:transparent url(images/bgd-red-stripe-left.jpg) repeat!important;
	border-color:#fff;
	border-style:solid;
	border-width:1px 0pt;*/
	height: 2em;
}