/* @override 
	http://sharonhill.imptest.com/shill_ee/stylesheets/sharon_hill.css
	http://sharonhillinternational.com/shill_ee/stylesheets/sharon_hill.css
*/

/* @group STRUCTURE */

/*-----------------------------------------------------------------
Sharon Hill International

STRUCTURE

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	list-style: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

body {
	background-color: #edd6ed;
}

.container {
	margin: 0 auto;
	height: 100%;
	width: 840px;
	clear: both;
}

/* HEADER
----------------------------------*/

#header {
	height: 140px;
	background: url(/images/site_images/backgrounds/header-repeat.jpg) repeat-x top center;
	text-indent: -9999px;
}

#header .container {
	width: 900px;
	background: url(/images/site_images/backgrounds/header_updated13.jpg) no-repeat top center;
}

#header h1 {
	margin: 0;
	text-indent: -9999px;
	height: 100px;
	width: 500px;
	margin: 0;
}

#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
}

#header h1 a:hover {
	border: none;
}

#header h2 {
	margin: 0;
	padding: 0;
}

/* NAVIGATION
----------------------------------*/

#navigation {
	height: 35px;
	background: url(/images/site_images/backgrounds/navigation-repeat.gif) repeat-x 0 0;
}

#navigation .container {
	width: 900px;
	background: url(/images/site_images/backgrounds/navigation_updated13.jpg) no-repeat 0 0;
}

/* CONTENT
----------------------------------*/

#content {
	background-color: #efeaef;
}

#content .container {
	padding: 0 0 20px 0;
	background: #efeaef url(/images/site_images/backgrounds/content_updated13.jpg) no-repeat top right;
	width: 900px;
}


#home #content .container,
	#contact #content .container {
	padding-top: 92px;
}

/* BOTTOM
----------------------------------*/

#bottom {
	background: #b185b2 url(/images/site_images/backgrounds/bottom-top_border.jpg) repeat-x 0 0;
	margin: 0;
	padding: 20px 0 0;
}

#bottom .container {
	padding: 20px 0;
	background: url(/images/site_images/backgrounds/bottom-content_area.jpg) no-repeat 0 bottom;
}

/* FOOTER
----------------------------------*/

#footer {
	text-align: center;
	color: #5a405a;
	background-color: #b185b2;
}

#footer .container {
	padding: 20px 0;
	height: 120px;
}

#copyright {
	font-size: 80%;
}

/* COLUMN STRUCTURE
----------------------------------*/

#side_column {
	margin-left: 20px;
	width: 270px;
	float: left;
}

#main_column {
	margin-right: 20px;
	width: 530px;
	float: right;
}

#three_column {
	height: 100%;
	background: url(/images/site_images/miscellaneous/bottom_column_separators.jpg) no-repeat center top;
	padding: 0 50px;
}

#three_column .column {
	width: 225px;
}

#three_column h3 {
	padding-left: 20px;
	color: #fff;
	background: url(/images/site_images/miscellaneous/bottom_module_heading.gif) no-repeat left center;
	font: 160%/1.6em Georgia, "Times New Roman", Times, serif;
}

#three_column .first {
	float: left;
	margin-right: 30px;
}

#three_column .second {
	float: left;
}

#three_column .third {
	float: right;
}

/* @end */

/* @group NAVIGATION */

/*-----------------------------------------------------------------
Sharon Hill International

NAVIGATION

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/

/* MAIN NAV
----------------------------------*/

ul#main_nav {
	margin-left: 65px;
	line-height: 35px;
	height: 35px;
}

ul#main_nav li {
	float: left;
	padding-left: 15px;
	background: url(/images/site_images/navigation/separator_bar.gif) no-repeat top right;
}

ul#main_nav li a {
	text-decoration: none;
	color: #5f3b5f;
	display: block;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

ul#main_nav li a:hover {
	color: #7d3b7d;
	border: none;
}

ul#main_nav li.current a {
	background: url(/images/site_images/navigation/current_triangle.gif) no-repeat bottom center;
	color: #fff;
}

/* SUB NAV
----------------------------------*/

ul#sub_nav {
	margin: 0 0 55px 0;
	height: 35px;
	line-height: 35px;
	font-size: 120%;
	float: left;
	border-top: 2px solid #efeaef;
	background-color: #dbc0db;
}

ul#sub_nav li {
	float: left;
}

ul#sub_nav li a {
	display: block;
	padding: 0 15px;
	color: #6e4e6e;
}

ul#sub_nav li a:hover, ul#sub_nav li.current a {
	border: none;
	background-color: #b185b2;
	color: #390039;
}

#about ul#sub_nav {
	margin-left: 45px;
}

#services ul#sub_nav {
	margin-left: 120px;
}

#events ul#sub_nav {
	margin-left: 330px;
}

#products ul#sub_nav {
	margin-left: 90px;
}

#contact ul#sub_nav {
	margin-left: 360px;
}

/* FOOTER NAV
----------------------------------*/

ul#footer_nav {
	margin-bottom: 6px;
	text-align: center;
}

ul#footer_nav li {
	display: inline;
}

ul#footer_nav li a {
	padding: 0 5px;
	color: #5a405a;
}

/* @end */

/* @group ELEMENTS */

/*-----------------------------------------------------------------
Sharon Hill International

ELEMENTS

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/

/* MODULES
----------------------------------*/

.module {
	margin-bottom: 18px;
	padding: 15px;
	background: url(/images/site_images/backgrounds/module.jpg) no-repeat 0 0;
}

.module h3 {
	font-size: 135%;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* LISTS
----------------------------------*/

ul.list {
	margin-bottom: 18px;
}

ul.list li {
	border-bottom: 1px solid #956396;
	margin-top: 5px;
}

ul#events.list li {
	padding: 4px 0;
}

#bottom ul.list li a {
	color: #fff;
}

/* FORMS
----------------------------------*/

form {
	margin: 0 0 18px 0;
}
form ul.errors{
  color:red;
}
form input.text, form textarea {
	margin-bottom: 12px;
	padding: 3px;
	width: 98%;
	color: #555;
	border: 2px solid #e5d2e6;
	font-size: 125%;
}

form label {
	font-weight: bold;
	color: #390039;
	font-size: 125%;
}

.submit {
	color: #390039;
	border: 2px solid #e5d2e6;
	font-weight: bold;
	font-size: 125%;
	padding: 5px 10px;
	background-color: #fff;
}

.submit:hover {
	background-color: #f0ddf1;
	cursor: pointer;
}

/* TABLES
----------------------------------*/

table {
	margin-bottom: 18px;
	width: 100%;
}

table th {
	padding: 4px 0;
	text-align: left;
	border-top: 1px solid #d1b5d1;
	border-bottom: 2px solid #d1b5d1;
	color: #390039;
	text-transform: uppercase;
}

table td {
	padding: 3px;
}

table tr.even td {
	background-color: #e7d4e7;
}

table.bordered td {
	border-bottom: 1px solid #d1b5d1;
}

#id_logos {
	height: 35px;
	margin: 0;
	padding: 0;
	line-height: 2em;
	font-size: 1em;
}

#id_logos img {
	margin-right: 5px;
	padding: 0;
	height: 35px;
	outline: none;
}

#id_logos a:hover {
	outline: none;
	border-bottom-style: none;
}

.book_image {
	width: 100px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #830083;
	background-color: #e7d4e7;
	padding: 5px;
	float: left;
}

.sm_book_image {
	width: 50px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #830083;
	background-color: #e7d4e7;
	padding: 5px;
	float: left;
}

.item {
	border-bottom: 1px dotted #d1b5d1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	height: 100%;
}

.item .left_side {
	float: left;
	margin-right: 10px;
}

.item .left_side.player {
	padding-top: 3px;
}

.item .right_side {
	float: left;
	width: 85%;
}

.item .title {
	
}

.item.noBorder {
	border: none;
}

.item h2 {
	margin-bottom: 5px;
}

.item .meta {
	margin-bottom: 5px;
	line-height: 1.4em;
	background-color: #f0ddf1;
	padding: 4px;
	border-bottom: 2px solid #e7d4e8;
}

.item .meta strong {
	color: #69005a;
}

.date_block {
	margin-right: 5px;
	padding: 5px;
	width: 50px;
	float: left;
	font-size: 90%;
	text-align: center;
	background-color: #e7d4e7;
	border: 1px solid #d3c2d4;
}

.date_block span {
	padding: 3px 0;
	display: block;
	font-size: 175%;
	color: #69005a;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.product_item {
	margin: 0 0 25px;
	padding: 0 0 10px;
	float: left;
	border-bottom: 2px solid #e7d4e7;
}

.product_item h2 {
	margin-bottom: 10px;
}

.product_item p {
	font-size: 1.2em;
}

p.merchandise_price {
	font-size: 1.5em;
}

.product_item .prod_image {
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: 2px solid #69005a;
	background-color: #e7d4e7;
}

/* @end */

/* @group TEXT */

/*-----------------------------------------------------------------
Sharon Hill International

TEXT

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/

body {
	font: 12px/1.3em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #390039;
}

a {
	color: #b14ab1;
	text-decoration: none;
}

a:hover {
	color: #390039;
	text-decoration: underline;
}

h1 {
	font-size: 250%;
	line-height: 36px;
	margin-bottom: 18px;
	color: #330033;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-bottom: 18px;
	color: #69005a;
	font-weight: normal;
	font-size: 175%;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 12px;
	line-height: 18px;
}

h4 {
	color: #e8c6e9;
}

h4.title {
	font-size: 140%;
	line-height: normal;
}

p {
	margin-bottom: 18px;
}

.intro {
	font-size: 135%;
	line-height: 1.5em;
}

blockquote {
	margin: 18px 0 30px 0;
	padding: 18px;
	padding-bottom: 0;
	font-style: italic;
	border-left: 1px solid #e8c6e9;
}

blockquote em p {
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
}

ul.bulleted {
	margin: 0 15px 18px 32px;
	font-size: 130%;
	line-height: 1.3em;
	color: #b185b2;
}

ul.bulleted li {
	margin-bottom: 6px;
	list-style-image: url(/images/site_images/miscellaneous/bullet.gif);
}

.book_info {
	width: 75%;
	float: right;
}

.book_title {
	display: block;
	margin-bottom: 3px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: normal;
}

a.mod_link {
	color: #fff;
}

a.mod_link:hover {
	color: #fff;
}

/* @end */

/* @group Video */

.video_item {
	float: left;
	width: 250px;
	padding: 5px;
}
.video-row{
  display:block;
  overflow:auto;
  margin-top:1.5em;
}
.video_item h2 {
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
  margin:0 0 .5em 0;
}

.video_thumbnail{
	width: 120px;
	height: 75px;
	margin-bottom: 10px;
}

.embed {
	margin-bottom: 15px;
}

/* @end */