@import url('//fonts.googleapis.com/css?family=Open+Sans');

html {
	position:relative;
	height: 100%;
	min-height: 100%
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #666;
	background:linear-gradient(to bottom, #e4e3d8, #fff) 0 0/cover;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	height: 100%;
	background-repeat: no-repeat;
}


A {
	color: #918A18;
}

A:hover {
	color: #d5700e;
}




h1 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 19pt;
	color: #DA7310;
	font-weight: normal;
	letter-spacing: -.5px;
	padding-bottom: 10px;
	line-height: 1.2em;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

h2 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	color: #DA7310;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.2em;
}

h3 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	color: #DA7310;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.2em;
}


p {
	margin: 0;
	padding: 0 0 20px;
}

form {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
	padding: 0;
}


.dotted_lines {
	height: 7px;
	background: url('/images_shared/dotted_lines.gif') center center repeat-x;
	padding: 10px;
}



.indexBox {
	width: 128px;
	height: 168px;
	border: 1px solid #c7d19a;
}

.indexBox:hover {
	border-color: #da7310;
	cursor: pointer;
}

.highlight {
    border-bottom: solid 1px #e3e2c5;
    font-weight: bold;
    padding:0 1px;
}

ul {
	margin: 0;
	padding: 0 0 10px;
}

li {
	list-style-type: none;
	padding: 2px 0 2px 8px;
	background: url('/images_shared/arrow.gif') no-repeat 0 6px;
}


/* ############################################################ */
/* CONTENT */


#top {
	background:url('/images_shared/header_background.png') top center no-repeat;
}

#main {
	width: 967px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	float: left;
	width: 749px;
	text-align: left;
}

.content_padding {
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	color: #000;
	line-height: 1.55em;
	letter-spacing: 0.025em;
}

.dropShadow {
	height: 3px;
	background-color: #000000;
	width: 218px;
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: 0.2;
	z-index:100;
}

.articleSummary{
	padding: 0 10px;
}

.articleSummary:hover{
	background-color: #fafaf6;
	cursor: pointer;
}

/* ############################################################ */
/* SIDE CONTENT */

#side {
	float: left;
	width: 218px;
	text-align: left;
	font-size: 9pt;
}

#side .sideHeader {

	background: -webkit-gradient(linear, 0% 0%, 0% 33%, from(#d4cda2), to(#c6c086));
	background: -moz-linear-gradient(top, #d4cda2 0%, #c6c086 33%);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 15px;
}

#side .sideHeader div {
	padding: 12px 15px 7px;
	font-size: 18pt;
	color: #756805;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}

#side .sideContent {
	padding: 0 15px;
	background: #e4e3d8;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#side .sideContent .sideContentDiv {
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url('/images_shared/dotted_lines.gif') bottom center repeat-x;
	clear: both;
}

#side .sideContent .sideContentDiv a {
	color: #000;
	text-decoration: none;
}

#side .sideContent .sideContentDiv .articleLink:hover {
	color: #d5700e;
	background: url('/images_shared/arrow_hover.gif') 0 4px no-repeat;
}

#side .sideContent .sideContentDiv .sideContentHeader {
	font-size: 15pt;
	padding-bottom: 5px;
}

#side .sideContent .sideContentDiv .sideContentHeader a {
	color: #756805;
	text-decoration: none;
}

.articleLink {
	background: url('/images_shared/arrow.gif') 0 4px no-repeat;
	padding-left:10px;
	display: block;
}

.more {
	padding: 3px 0 0 0;
	white-space: nowrap;
}

.more a {
	background-color: #918A18;
	padding: 2px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 7pt;
	font-style: italic;
	color: #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 33%, from(#d4cda2), to(#c6c086));
	background: -moz-linear-gradient(top, #d4cda2 0%, #c6c086 33%);
	text-decoration: none;
}

.more a:hover {
	background-color: #716A00;
	color: #ffffff;
	background: -webkit-gradient(linear, 0% 0%, 0% 33%, from(#b4ad82), to(#a6a066));
	background: -moz-linear-gradient(top, #b4ad82 0%, #a6a066 33%);
}


/* ############################################################ */
/* PHOTOS */

.photos {
	float: right;
	padding-left: 20px;
}

.photos .photoPadding {
	padding-bottom:50px;
}

.photos .photoPadding .photoFrame {
	width: 225px;
	-moz-box-shadow: 0px 3px 10px rgba(137,129,7,0.5);
	-webkit-box-shadow: 0px 3px 10px rgba(137,129,7,0.5);
	border: solid 1px #eee;
}

.photos .photoPadding .photoFrame img {
	width: 225px;
	height: 300px;
	border: 0;
}

.photos .photoPadding .photoFrame .caption {
	background:#898107;
	padding:5px 10px;
	color:#eee;
	font-size:9pt;
	text-shadow:0px 1px 1px rgba(0,0,0,0.9);
}



/* ############################################################ */
/* SEARCH */

.searchBox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 6px;
	background-color: #f4f4f4;
	padding: 3px 5px;
	font-size: 10pt;
	border: solid #918A18 1px;
	color: #999999;
	width: 142px;
}

.searchBox:focus {
	padding: 2px 4px;
	border: solid #DA7310 2px;
	color: #666666;
}




/* ############################################################ */
/* BUTTONS */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.button {
	padding-top: 3px;
}

.button a {
	text-decoration:none;
	background-color: #DA7310;
	padding: 4px 6px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 9pt;
	font-style: italic;
	color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 33%, from(#898107), to(#696100));
	background: -moz-linear-gradient(top, #898107 0%, #696100 33%);
}

.button a:hover {
	background-color: #716A00;
	color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 33%, from(#696100), to(#494100));
	background: -moz-linear-gradient(top, #696100 0%, #494100 33%);
}







/* ############################################################ */
/* CHECKOUT */

.errorBox {
	width: 380px;
	font-size: 10pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffa044;
	text-align: left;
	padding: 12px 12px 12px 120px;
	margin: 12px;
	background-image: url('/images_shared/please_note.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.errorColor {
	font-weight: bold;
	color: #cc0000;
}

.checkoutButton {
	font-size: 10pt;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	width: 180px;
	height: 29px;
	background: url('/images_shared/checkout_blank.png') no-repeat;
	color: white;
	text-align: center;
}

.checkoutNote {
	font-family: 'Open Sans', sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
}



/* ############################################################ */
/* FORMS */

.search_field {
	width: 103px;
	height: 18px;
	/* Hide from IE-Mac \*/
	padding: 2px 6px;
	/* End hide */
	border: 0;
	background: url('/images_shared/search_bg.png') 0 0 no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666600;
}

.search_field:focus {
	background-position: 0 -23px;
}
