/*
  Theme Name: Racheli
  Theme URI: http://www.danbookman.com
  Version: 1.0
  Author: Dan Bookman
  Author URI: http://www.danbookman.com
  Tags: simple, clean, right sidebar, two columns, valid XHTML, valid CSS
  Licence: GPL
  
  Description: Custom Wordpress theme for Racheli Charters.
*/

/*----------Redeclarations----------*/

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

hr {
	display: none;
}

p {
	margin: 0 0 1em 0;
}

/*-------Block Level Elements-------*/

html {
	background: #000321 url("images/html-bg.png") repeat-x;
}

body {
	background: url("images/bg.jpg") 50% 0 no-repeat;
	color: #333;
	padding-bottom: 40px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 26px;
}

#page, .wrapper {
	position: relative;
	width: 984px;
	margin: 0 auto;
}

#page {
	background: #fefefe url("images/content-bg.png") repeat-x;
	box-shadow: 0px 0px 10px #011732;
	-webkit-box-shadow: 0 0 10px #011732;
	-moz-box-shadow: 0 0 10px #011732;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

#header, #header-frame {
	position: absolute;
	left: -7px;
	width: 995px;
	height: 482px;
	z-index: 10;
}

#header-frame {
	z-index: 20;
	background: url("images/header-8.png") 50% 0 no-repeat;
}

#menu {
	position: absolute;
	right: 4px;
	top: 34px;
	width: 570px;
	height: 65px;
	overflow: hidden;
}

#menu li {
	position: relative;
	float: left;
}

#menu a {
	display: block;
	padding: 20px 7px;
	text-decoration: none;
	color: #fff;
	font-family: UbuntuTitlingBold;
	text-transform: uppercase;
	font-size: 15px;
	text-rendering: auto;
}

#menu a:hover, #menu .current_page_item a, #menu .current_page_parent a {
	color: #70caf2;
}

#menu>li>ul {
	position: absolute;
	*top: 51px; // Position fix for IE7
	*left: 0;
	display: none;
	padding: 10px 0;
	z-index: 900;
	background-color: #888;
}

#menu>li:hover ul {
	display: block;
}

#menu>li>ul>li {
	clear: left;
	width: 200px;
}

#menu>li>ul>li a {
	line-height: 24px;
	height: 24px;
	background-image: none;
	padding: 0 10px;
}

#menu>li>ul>li a:hover {
	background-image: none;
}

#slideshow {
	height: 482px;
	position: relative;
}

#content {
	float: left;
	width: 500px;
	margin: 0 25px;
}

#sidebar {
	position: relative;
	float: right;
	width: 400px;
}

#sidebar h3 {
	margin-top: 30px;
}

#footer-flourish {
	position: relative;
	left: -6px;
	width: 965px;
	height: 35px;
	padding: 70px 0 0 30px;
	background: url("images/footer-flourish2-8.png") no-repeat;
}

#footer {
	clear: both;
	height: 120px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	background-color: #002a4e;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*---------Inline Elements----------*/

h1 {
	font-size: 36px;
	line-height: 36px;
}

h1 a {
	display: block;
	width: 323px;
	height: 107px;
	position: absolute;
	left: 30px;
	top: 20px;
	text-indent: -999px;
	overflow: hidden;
}

h2, h3, h4 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #002e58;
}

h2 {
	font-size: 48px;
	line-height: 56px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 18px;
}

h2 small {
	font-size: 30px;
	line-height: 22px;
}

h3 {
	font-size: 24px;
	line-height: 24px;
	margin: .5em 0;
}

h4 {
	font-size: 18px;
}

h5 {
	font-weight: bold;
}

a {
	color: #007ec0;
	text-decoration: none;
}

a:hover {
	color: #002f5e;
	text-decoration: none;
}

#reserve {
	display: block;
	width: 390px;
	height: 115px;
	position: absolute;
	right: 50px;
	bottom: 20px;
	text-indent: -999px;
	overflow: hidden;
}

.blue {
	color: #002e58;
}

/*-------------The Post-------------*/

.post {

}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.post-edit-link {
	position: relative;
	float: right;
	display: inline-block;
	font-size: 12px;
	background-color: rgba(255,255,255,0.4);
	color: #666;
	padding: 1px 4px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post-edit-link:hover, .post-edit-link:focus, .post-edit-link:active {
	background-color: rgba(255,255,255,0.8);
	color: #000;
	text-decoration: none;
}

.entry {

}

.entrytext .postmetadata {

}

.entrytext img.alignright, #sidebar img.alignright {
	margin-left: 20px;
	border: 4px solid #fff;
	box-shadow: 0px 0px 7px #a5a5a5;
	-webkit-box-shadow: 0 0 7px #a5a5a5;
	-moz-box-shadow: 0 0 7px #a5a5a5;
}

.entrytext img.alignleft, #sidebar img.alignleft {
	margin-right: 20px;
	border: 4px solid #fff;
	box-shadow: 0px 0px 7px #a5a5a5;
	-webkit-box-shadow: 0 0 7px #a5a5a5;
	-moz-box-shadow: 0 0 7px #a5a5a5;
}

#sidebar img.alignleft {
	margin-right: 14px;
}

.entrytext ul {
	margin-left: 15px;
	margin-bottom: 15px;
}

.entrytext li {
	list-style-type: disc;
	padding: 1px 0;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
	height: 20px;
	display: block;
}

/*-------------Comments-------------*/

#comments {
	clear: both;
}

.commentlist {
	margin: 20px 0;
}

.nopassword, .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}

.commentlist > li.comment, #commentform {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}

.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}

.comment-author {
	font-size: 14px;
}

.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}

.commentlist .avatar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	position: relative;
	float: left;
	margin-right: 10px;
}

.commentlist > li.pingback:before {
	content: '';
}

a.comment-reply-link {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: rgba(255,255,255,0.4);
	color: #666;
	font-size: 12px;
	padding: 1px 4px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active, a.active-reply {
	background-color: rgba(255,255,255,0.8);
	color: #000;
}

a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}

.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}

#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}

#respond textarea {
	resize: vertical;
	width: 100%;
}

#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-size: 18px;
	font-weight: bold;
	z-index: 1;
}

#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
	margin-top: 0;
}

#respond .form-submit {
	text-align: right;
	margin-bottom: 0;
}

#respond #cancel-comment-reply-link {
	color: #777;
	margin-left: 10px;
	text-decoration: none;
}

#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}

#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}

#respond label {
	line-height: 2.2em;
}

#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}

#respond p {
	font-size: 12px;
}

p.comment-form-comment {
	margin: 0;
}

.form-allowed-tags {
	display: none;
}

/*-----------Accordions-------------*/

.accordion {
	display: block;
	padding: 1px 4px;
	background-color: rgba(255,255,255,0.4);
	color: #666;
	margin: 1em 0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.accordion:hover {
	background-color: rgba(255,255,255,0.8);
	color: #000;
}

.element {
	margin-left: 20px;
	border-left: 1px #777 solid;
	padding-left: 20px;
}

/*-------------Columns--------------*/

.c50, .c33, .c25, .c20 {
	display: block;
	position: relative;
	float: left;
	margin: 0 4% 1em 0;
}

.c50 {
	width: 46%;
}

.c33 {
	width: 29.3%;
}

.c25 {
	width: 21%;
}

.c20 {
	width: 16%;
}

/*----Sliding Door Fade Buttons-----*/

a.button, .overlay {
	display: inline-block;
	position: relative;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	overflow: hidden;
	cursor: hand;
	text-rendering: auto;
	
	height: 33px;
	padding-right: 5px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-webkit-text-shadow: 1px 1px 2px #1d4129;
	-moz-text-shadow: 1px 1px 2px #1d4129;
	text-shadow: 1px 1px 2px #1d4129;
	background: transparent url("images/button-3-right.png") no-repeat scroll top right; 
}

.overlay {
	background: none;
	width: 100%;
	
	padding-left: 10px;
}

.sd2 {
	display: block;
	position: absolute;
	right: -9px;
	top: 0;
	height: 33px;
	
	width: 14px;
	background: transparent url("images/button-3-right.png") 0 -33px no-repeat;
}

a.button span.sd {
	display: inline-block;
	position: relative;
	height: 33px;
	padding-left: 10px;
	padding-right: 6px;
	line-height: 35px;
	background: transparent url("images/button-3-left.png") no-repeat;
}

.button span.hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 98%;
	
	
	margin-right: 10px;
	background: url("images/button-3-left.png") 0 -33px no-repeat;
}


/*-----------Search Form------------*/

#searchform {

}

#searchform #s {
	height: 18px;
	padding: 3px;
	margin: 0;
	
	border: 1px #666 solid;
	border-right-width: 0;
}

#searchform #searchsubmit {
	width: 40px;
	height: 26px;
	border: 1px #666 solid;
	border-left-width: 0;
}

/*------------Slideshow-------------*/

#slide_nav li:hover {
	cursor: pointer;
	cursor: hand;
	z-index: 5000;
}

#slide_nav li span {
	margin-left: -10000px;
}

#slide_nav li {
	background-repeat: no-repeat;
	overflow: hidden;
	top: 0px;
}

ul#slide_nav {
	margin: 5px auto;
	width: 100px;
	z-index: 5000;
}

ul#slide_nav li {
	background-image: url("images/pager.png");
	display: block;
	float: left;
	height: 9px;
	list-style: none;
	margin: 0 0 0 3px;
	padding: 2px;
	width: 10px;
}

ul#slide_nav li#button_selected {
	background-image: url("images/pager-selected.png");
}

#slide-desc li {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.25);
	padding: 20px;
	margin: 20px;
	width: 300px;
	color: #fff;
}
ul#slide-desc h2{
	
}

#slides li {
	position: absolute;
	bottom: -8px;
	right: 0;
}

/*----------jQuery Fader------------*/

.fadeThis {
	position: relative;
	display: block;
}

.fadeThis * {
	display: none;
}

.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 132px;
	height: 40px;
}

#fadeButton {
	background: url("images/fade-button.png") no-repeat;
	width: 150px;
	height: 40px;
}

#fadeButton span.hover {
	background: url("images/fade-button.png") 0 -40px no-repeat;
	width: 150px;
}

/*---------CSS3 and Custom----------*/

body {
	text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'UbuntuTitlingBold';
    src: url('css/UbuntuTitling-Bold-webfont.eot');
    src: url('css/UbuntuTitling-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/UbuntuTitling-Bold-webfont.woff') format('woff'),
         url('css/UbuntuTitling-Bold-webfont.ttf') format('truetype'),
         url('css/UbuntuTitling-Bold-webfont.svg#UbuntuTitlingBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#sidebar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

input:focus {
	outline: none;
	box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-transition: -webkit-box-shadow .2s linear;
	-o-transition:  box-shadow .2s linear;
	-moz-transition:  -moz-box-shadow .2s linear;
	transition:  box-shadow .2s linear;
}

blockquote .bqstart {

	font-size: 700%;
	color: #888;
}

blockquote .bqend {

	font-size: 700%;
	color: #888;
}

a, #footer, .accordion {
	-webkit-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}

h1 {
	-webkit-text-shadow: 1px 1px 4px #888;
	-moz-text-shadow: 1px 1px 4px #888;
	text-shadow: 1px 1px 4px #888;
}

.float-left, .alignleft {
	position: relative;
	float: left;
}

.float-right, .alignright {
	position: relative;
	float: right;
}

.separator {
	clear: both;
	height: 1px;
	width: 100%;
	background-color: #bbb;
	margin: 1em 0;
}

.clear {
	clear: both;
}
blockquote {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 24px;
	color: #777;
	padding:15px;
	margin:10px;
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	line-height:1em;
}
cite {
	color: #000;
	float: right;
	font-size: 14px;
	padding: 10px;
}