/*

# Country - USA
# Project - ringingcedars
# Script - home.css
# Author - Ben Perry
# Copyright © 2008 Ben Perry

*/

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;
	-webkit-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#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;
}

a.pinky,
a.pinky:visited {
	border-top-color: #b80088;
	border-right-color: #b80088;
	border-bottom-color: #b80088;
	border-left-color: #b80088;
	
	background-color: #e31391;
	color: #f1b6de !important;
}

a.pinky:hover {
	border-top-color: #8e54a3;
	border-right-color: #8e54a3;	
	border-bottom-color: #693e78;
	border-left-color: #8e54a3;
	
	background-color: #a361ba;
	color: #f7e0ff !important;
}

a.pinky:active {
	border-bottom-color: #8e54a3;
}
