/* @override 
	http://shopcoobie.server303.com/type.css
	http://shopcoobie.server303.com/css/type.css
	http://shopcoobie.com/css/type.css
*/

#nav li a {
	display: block;
	color: #3e5050;
	line-height: 50px;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	text-shadow: white 0 1px 1px;
}

#nav li a:hover, #nav li.active a {
	color: white;
	text-shadow: gray 0 1px 1px;
}

.product h2 {
	font-size: 200%;
	font-weight: normal;
	font-style: normal;
	color: #686868;
	padding: 10px 0;
}

.product h2 span.price {
	margin-left: 20px;
	color: #9e1f63;
	font: 50% Georgia, "Times New Roman", Times, serif;
}



.product h4 {
	color: #686868;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.sidebar p {
	font-size: 90%;
}

#home p.rule {
	font: 140%/180% Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#home blockquote {
	font-size: 350%;
	color: #8d1859;
	padding: 15px;
	background: url(/css/images/large_quote.png) no-repeat;
}

#faq h2 {
	color: #8d1859;
	margin: 10px 0;
	padding: 10px 0;
	font: normal normal 200% Georgia, "Times New Roman", Times, serif;
}

.article h4, .sidebar h4 {
	color: #8d1859;
	margin-bottom: 10px;
	margin-top: 30px;
	font: 140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.article p {
	margin: 15px 0;
	font-size: 100%;
	line-height: 180%;
}

.article blockquote {
	background: url(/css/images/quote.png) no-repeat left 36px;
	padding-bottom: 20px;
	border-bottom: 1px dashed silver;
	margin-bottom: 20px;
}

.article blockquote p {
	font: 140% Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 10px 70px;
	clear: both;
}

#press .article a {
	font-weight: bold;
	padding: 3px;
}

#press .article a:hover {
	color: white;
	background-color: #9e1f63;
}

.article a, .sidebar a {
	color: #8d1859;
}

.article strong {
	color: #616161;
	font-size: 90%;
}

.article ul {
	margin-left: 40px;
	padding: 0;
	list-style-position: inside;
}

.article ul li {
	font-size: 100%;
	line-height: 140%;
	color: #616161;
	margin: 3px 0;
}

#share.right span {
	color: gray;
	display: block;
	font-weight: bold;
	font-size: 100%;
	margin-left: 10px;
	border-bottom: 1px solid silver;
}

span.label {
	font-weight: bold;
	color: #4d4d4d;
	margin-right: 10px;
}

span.message, span.error_message {
	font-weight: normal;
	color: #4d4d4d;
	display: block;
	line-height: 35px;
	height: 35px;
	font-style: normal;
}

.right_banner {
	color: white;
	font-size: 80%;
}

.right_banner h2 {
	color: white;
	text-align: left;
	text-shadow: #4f082f 0 2px 1px;
	font: italic normal 240% Georgia, "Times New Roman", Times, serif;
}

#shop h1 .right_banner p {
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}


