/*  
Theme Name: Logan Creek Designs
Theme URI: http://www.logancreekdesigns.com
Description: The default Logan Creek Designs WordPress theme.
Version: 1.1 beta
Author: Jeffery Moore
Author URI: http://www.jefferymoore.net

*/

html, body, p, div, td, span, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;	
}

body {
	margin: 20px;
	background: #ffffff;
}

div#outerShell {
	width: 880px;
	margin: 0px auto 0px auto;
}

div#header {	
	text-align: center;
	margin-bottom: 16px;
}

div.leftColumn {
	float: left;
	width: 182px;
	margin-right: 33px;
	text-align: center;
}

div.leftColumn img {
	padding-bottom: 15px;
}

div#rightColumn {
	float: left;
	width: 640px;
}

div#footerImages {
	clear: both;
	text-align: right;
	padding-top: 5px;
}

/*Nav*/

div#nav {
	text-align: center;
	padding: 10px 0px 10px 0px;
	clear: both;
	margin-top: 10px;
}

div#nav ul {
	margin: 0px;
	padding: 0px;
}

div#nav ul li {
	display: inline;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	list-style: none;
}

div#nav ul li.current_page_item {
	text-decoration: underline;
}

div#nav ul li a {
	font-size: 14pt;
	text-decoration: none;
}

div#nav ul li a:hover {
	text-decoration: underline;
}

/*Content*/

div#content p {
	line-height: 15pt;
	margin: 0px;
	padding-bottom: 17px;
}

div#content .smallerText {
	font-size: 8pt;
	line-height: 13pt;
}

a {
	color: #000080;
}

a:visited {
	color: #000080;
}

.rightAlign, #flashRightAligned {
	float: right;
	margin: 0px 0px 15px 15px;
}

.leftAlign, #flashLeftAligned {
	clear: both;
	float: left;
	margin: 0px 15px 15px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	padding-top: 0px;	
	color: #006699;
	font-weight: normal;
}

h2 {
	font-size: 18pt;
	padding-bottom: 15px;
	margin: 0px;
}

h3 {
	font-size: 11pt;
	color: #e78e29;
	font-weight: bold;
}

hr {
	border: none;
	border-bottom: 1px solid #d0d0d0;
	clear: both;
	display: block;
	height: 0px;
}

p.contactUsLink {
	padding: 8px 0px 8px 0px;
	font-weight: bold;
	font-size: 120%;
}

p.contactUsLink, p.contactUsLink a, p.contactUsLink a:visited {
	color: #000080;
}

img.thinBorder {
	border: 1px solid #999999;
}

/*Lists*/

div#content ul li {
	/*list-style: none;*/
	padding: .3em 0px .3em 0px ;
}
ul.smallProductListing h3 a, ul.smallProductListing h3 a:visited {
	text-decoration: none;
	color: #e78e29;
}

ul.smallProductListing {
	padding-left: 0px;
	margin-left: 0px;
}

ul.smallProductListing li {
	list-style: none;
}

ul.smallProductListing li.page_item {
	font-size: 9pt;
}

ul.smallProductListing li.current_page_item {
	font-style: italic;
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position:left;
}

ul.smallProductListing li.current_page_item a {
	padding-left: 15px;
}

ul#provenanceList, ul#provenanceList ul {
	display: block;
	padding-left: 0px;
	margin-left: 0px;
}
ul#provenanceList li {
	list-style: none;
}


/*Forms*/

input, textarea {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	margin: 0px;
}

textarea#comment {
	width: 380px;
}

/*Search form:*/

div#searchBox {
	background-image: url('/images/template/searchBox2.gif');
	background-repeat: no-repeat;
	padding: 20px 0px 38px 0px;
	margin: 0px;
}

div#searchBox form {
	margin: 0px;
	padding: 0px;
}

div#searchBox input {
	position: relative;
	right: 2px;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
	/*color: #111111;*/
	border: 1px solid #999999;
}

div#searchBox input.searchinputbox {
	width: 90px;
	/*background-color: #f3ede7;
	color: #130f0b;*/
}

div#searchBox input.searchsubmit {
	width: 50px;
	padding: 1px;
	/*background-color: #f8f3ed;*/
	color: #130f0b;
}
