/*
Theme Name: kristin wenger
modified from on: pure essence's oriental theme /  

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Layout */
html {
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;
	background: #fab728 url(images/bk.jpg) left top repeat-x;
	color: #000;
}

/* Default */
a {
	color: #faf6bb;
}

a:hover {
	color: #faf6bb;
         text-decoration: underline;}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #f0e8a7;
	margin: 0;
	background-color: #f8f8e2;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}
img.alignrighthome {
	float: right;
	margin: -15px -20px 0 0; 
}
* html img.alignrighthome {
	float: right;
	margin: -20px -20px 0 0; 
}
*:first-child+html img.alignrighthome{
         float: right;
	margin: -5px -20px 0 0; 
} 

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Layout */
#container {
	background: url(images/orientalBk.jpg) right top no-repeat;
	width: 767px;
	margin: 0 auto;
}

#header {
	height: 123px;
}

#header h1 {
	padding: 25px 0 0 53px;
	margin: 0;
	color: #faf6bb;
	font-family: Garamond, Georgia, serif;
	font-size: 2em;
}

#header h1 a,
#header h1 a:hover {
	text-decoration: none;
	color: #faf6bb;
}

#header .description {
	padding: 0 0 0 53px;
	color: #FAB728;
	font-family: Garamond, Georgia, serif;
	font-size: 1.3em;
}

#page {
	padding: 0 53px;
	background: url(images/leftFlare.jpg) left 87px no-repeat;
         margin-right: auto;
         margin-left: auto;

}

#pageinner {
	position: relative;
	margin: 7px 0 0 0;
	background: url(images/pageInnerBk.gif) right top repeat-y;
}

#navcontainer ul {
	background: url(images/headerBarBk.png) repeat;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}

* html #navcontainer ul {
	background: #972f07 url(images/headerBarBkForIE6.jpg) no-repeat;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: none;
	text-decoration: none;
}

#navcontainer ul li a {
	color: #FAB728;
	margin: 0;
	padding: 4px 14px 8px 12px;
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
	text-decoration: none;
	/*background: url(images/headerBarLiBk.gif) right 3px no-repeat;*/
	float: left;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background: #B7410E;
	color: #faf6bb;
	padding: 4px 12px 8px 12px;
	/*margin-left: -2px;*/
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}


#navcontainer ul li a:hover {
	text-decoration: underline;
}

#searchBar {
	clear: left;
	background: url(images/searchBarBk.gif) repeat-x;
	text-align: right;
}

#searchform {
	padding: 5px;
}


h2.pagetitle {
	background: #fefef6 url(images/yellowBarBk.gif) repeat-x;
	margin: 0;
	color: #3a3a3a;
	font-family: Garamond, Georgia, serif;
	padding: 3px 3px 3px 10px;
}


#content {
	margin: 0;
	padding: 0;
         background: #B7410E;
         color: #fff;
          width:100%;
         border: 1px solid #aa5500;

}

#contentinner {
	padding: 1px 20px 50px 20px;
	font-size: 1em;
	line-height: 1.4em;
        min-height: 446px;

         margin-right: auto;
         margin-left: auto;
}
#content a {
	color: #FAB728;
        text-decoration: none;
}
#content a:hover {
	color: #FAB728;
        text-decoration: underline;
}

#footer {
	clear: both;
	background: url(images/footerBk.gif) 60px top no-repeat;
	height: 108px;
	margin: 0 53px;
	font-family: Garamond, Georgia, serif;
	text-align: right;
	font-size: 1em;
	color: #a66117;
}
* html #footer {
         margin-top: -7px;  /* to bring up footer in ie6 */
         }
#footer p {
	margin: 0;
	padding: 0.9em;
	line-height: 1.5em;
}

#footer a {
	color: #a66117;
}

#footer a:hover {
	color: #cf7819;
}

div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}
