/*

# Country - NZ
# Project - ringingcedars
# Script - home.css
# Author - Ben Perry
# Copyright © 2008 Ben Perry

*/
div#header,
div#footer {
	background-image: none;
}

/*div#sidebar {
	line-height: 2.0em;
}*/

div#hero {
	text-align: right;
	position: relative;
}

/*a#buy_now {
	position: absolute;
	right: 20px;
 	bottom: 0px;
}*/

p.testimonial {
	line-height: normal;
	color: rgb(51, 51, 51);
	font-family: serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-indent: 0;
	padding: 0 20px;
}

p.testimonial cite {
	color: rgb(102, 102, 102);
	display: block;
	margin-top: 8px;
	text-align: right;
	font-size: 0.9em;
}

#links {
	padding: 8px 0;
	margin-top: 8px;
	border-top: 	solid 1px #DDD;
/*	border-bottom: 	solid 1px #DDD;*/
}

/*div#content {
	margin-left: 10px;
	background-color: white;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 580px;
}

div#content p.testimonial {
	=font-size: smaller;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	=text-align: center;
	font-family: serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	padding: 18px;
	margin-bottom: 12px;
	background-color: #FFFFFF;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #DDDDDD;
}

div#content p.testimonial cite {
	color: rgb(102, 102, 102);
	display: block;
	margin-top: 8px;
	text-align: right;
	font-size: 0.9em;
}

div#sidebar {
	margin: 10px 0;
}

div#sidebar a.register {
	text-decoration: underline;
}

div#sidebar a.register.highlight {
	color: #FF0000;
}

div#hero {
	position: relative;
	text-align: right;
}

a#full_set {
	position: relative;
	right: 27px;
	-bottom: 0px;
}

div#links {
	padding: 8px 0;
}

a.blocky {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	
	background-image: url(/images/chevron_w.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	
	
	padding: 3px 25px 5px 8px;
	margin: 6px 0;
	
	font-size: 17px;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	line-height: 22px;
}

a.blocky:hover {
	text-decoration: none;
}

a.blocky:active {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	margin-top: 7px;
}

a.bluey,
a.bluey:visited {
	border-top-color: #7cbed4;
	border-right-color: #7cbed4;	
	border-bottom-color: #517c8b;
	border-left-color: #7cbed4;
	
	background-color: #87cde4;
	color: #e6fcff !important;
}

a.bluey:hover {
	border-top-color: #7dbe35;
	border-right-color: #77b632;
	border-bottom-color: #4c7320;
	border-left-color: #77b632;
	
	background-color: #86cb3a;
	color: #ebffe1 !important;
}

a.bluey:active {
	border-bottom-color: #7dbe35;
}

a.greeny,
a.greeny:visited {
	border-top-color: #7dbe35;
	border-right-color: #77b632;
	border-bottom-color: #4c7320;
	border-left-color: #77b632;
	
	background-color: #86cb3a;
	color: #ebffe1 !important;
}

a.greeny:hover {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;	
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #a361ba;
	color: #f7e0ff !important;
}

a.greeny:active {
	border-bottom-color: #8e54a3;
}

.bubble_wrap {
	width: 404px;
	margin: 20px auto 10px auto;
	margin-right: auto;
	margin-left: auto;
}
.bubble {
	font-size: 12pt;
	border: solid 2px #878852;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 450px;
	background: #FDF9C4 url(http://www.ringingcedars.co.nz/images/bubble_gradient.png) repeat-y;
	background: white url(http://www.ringingcedars.co.nz/images/bubble_gradient.png) repeat-y;
}
div.bubble h3 {
	margin: 10px;
	color: #5A5A5A;
	font-size: 1.2em;
}
.bubble p {
	margin: 10px 18px;
	color: #444;
	font: 1.1em/1.2em Times, serif;
	font-style: italic;
}
.hook {
	background: transparent url(http://www.ringingcedars.co.nz/images/bubble_hook.png) no-repeat;
	position: relative;
	bottom: 2px; left: 60px;
	padding-top: 12px;
	text-indent: 40px;
	color: #222;
	font-weight: bold;
}
*/