/*
Theme Name: RAJetter.com
Theme URI:
Description: Custom WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author:
Author URI: http://conceptlogic.com/
*/


* { margin:0; padding:0; }


/* BEGIN TYPOGRAPHY & STRUCTURE */
body { font-size:62.5%; /* RESETS 1EM TO 10PX */
       margin:0 0 50px 0; font-family:tahoma, verdana, arial, sans-serif; background:#333; color:#ccc; text-align:center; }

#page { margin:20px auto; width:922px; position:relative; color:#fff; background:#0c5622; border:solid 2px #96a39a; text-align:left; }

#content, input, select, textarea { font-family:'palatino linotype', georgia, garamond, sylfaen, serif; font-size:1.55em; }

.entry p { /* text-indent:1em; */ margin-bottom:1.3em; }

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 { font-weight:bold; }

h1 { margin:0; padding:0; }

h2 { font-family:tahoma, verdana, arial, sans-serif; font-size:1.3em; }

h2.pagetitle { font-size:1.3em; }

#sidebar h2 { font-size:1.2em; }

h3 { font-size:1.25em; padding:4px 6px; border-left:solid 1px #000; background:url(/assets/graphics/entry_h3.gif) left repeat-y; }

h4 { background:url(/assets/graphics/arrow.gif) left top no-repeat; padding:0 0 15px 32px; }

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


#header { position:relative; z-index:100; height:280px; width:920px; }

.narrowcolumn {	float:left; padding:0 0 20px 45px; width:565px; }

.widecolumn { float:left; padding:0 0 20px 45px; width:840px; }
#fiction .widecolumn { width:700px; padding-left:105px; }

.post { margin: 0 0 40px;
	text-align: justify;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer { line-height:1.75em; padding:0; margin:0 auto; clear:both; position:relative; left:15px; }

#footer p { padding:20px 0; text-align:center; }
/* END TYPOGRAPHY & STRUCTURE */


/* BEGIN HEADERS */
h2 { padding:10px 0 15px 0; }

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 { font-family:'palatino linotype', georgia, garamond, sylfaen, serif; margin:5px 0 8px 0; background:url(/assets/graphics/sidebar_h2.gif) top repeat-x #197735; border-bottom:solid 2px #054319; padding:4px 0; font-size:1.3em; text-align:center; position:relative; letter-spacing:.08em; }

h3 { margin:10px 0 20px 0; }

h3.comments {
	margin: 40px auto 20px ;
	}
/* END HEADERS */


/* BEGIN IMAGES */
p img {	padding:0; max-width:100%; }

img.centered { display:block; margin-left:auto;	margin-right:auto; }

img.alignright { padding:4px; margin:0 0 2px 7px; display:inline; }

img.alignleft {	padding:4px; margin:0 7px 2px 0; display:inline; }

.alignright { float:right; }

.alignleft { float:left }
/* END IMAGES */


/* BEGIN LISTS */
.entry ul { list-style-type:circle; margin:0 0 25px 35px; position:relative; top:-5px; }
.entry ul li { margin-bottom:5px; }


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol { font-size:1.1em; line-height:1.55em; }

#sidebar ul li { list-style-type:none; list-style-image:none; margin-bottom:15px; }

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol { margin:5px 0 0 20px; }

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* END LISTS */


/* BEGIN FORM ELEMENTS */
#searchform { margin:0;	font-size:.8em; height:6em; }

#searchform #s { width:200px; padding:2px; margin:0 0 0 7px; }
#sidebar #searchform #s { width:118px; }

#sidebar #searchsubmit, #searchsubmit { position:relative; top:6px; }

input.box, textarea.box { background:#afc4b0; border:solid 1px #000; }
select { font-size:.8em; background:#afc4b0; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* END FORM ELEMENTS */


/* BEGIN COMMENTS*/
.alt {

	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* END COMMENTS */


/* BEGIN SIDEBAR */
#sidebar { padding:0 0 10px 0; margin-left:665px; width:210px; position:relative; top:-48px; z-index:3000; }
/* END SIDEBAR */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr { display:none; }

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/* CUSTOM RULES */
#main_nav { height:4.5em; width:65%; margin-left:40px; }
#main_nav li { display:inline; list-style-type:none; font-weight:bold; font-family:'century gothic'; font-size:1.5em; letter-spacing:0.07em; }

#main_nav a { position:relative; left:-48px; z-index:1000; float:left; display:block; padding:5px 15px; margin:0 7px 0 0; background:#333; border:solid 1px #96a39a; color:#96a39a; }
#main_nav a:hover { color:#3aaab5; border:solid 1px #3aaab5; text-decoration:none; top:1px; left:-47px; }

#main_nav a.current { color:#3aaab5; border:solid 1px #3aaab5; }
body#fiction #main_nav a.current { color:#000; border:solid 1px #000; }

div.hr { border-bottom:solid 1px #96a39a; margin:15px auto; }

a, a:link { color:#3aaab5; font-weight:bold; border-bottom:dotted 1px #197735; text-decoration:none; padding-bottom:1px; }
a:visited { color:#a7c0c2; }
a:active { }
a:hover { text-decoration:underline; }

.title, a.title, .title a { font-family:'palatino linotype', georgia, garamond, sylfaen, serif; font-weight:bold; color:#e2e297; font-style:italic; letter-spacing:.08em; }

#logo { z-index:400; position:absolute; top:0px; left:20px; width:654px; height:56px; }

#roger { z-index:100; background:url(/assets/graphics/z-00.jpg); position:absolute; left:0px; top:56px; width:193px; height:225px; }

#right_shadow { background:url(/assets/graphics/z-22.jpg) left no-repeat #0c5622; height:303px; width:70px; z-index:300; position:absolute; right:0px; top:0px; }

.scene_var { z-index:200; width:72%; height:225px; position:absolute; left:192px; top:56px; }

#moab { background:url(/assets/graphics/moab.jpg); }
#fifty_seven_rear_view { background:url(/assets/graphics/fifty_seven_rear_view.jpg); }
#pic_E { background:url(/assets/graphics/pic_E.jpg); }
#springs { background:url(/assets/graphics/springs.jpg); }
#moab_II { background:url(/assets/graphics/moab_II.jpg); }

a img, a.img, h1 a:link { border:0 }

form.paypal { margin-bottom:27px; }
.paypal input, .paypal input.box { font-size:0.9em; }
.paypal .button { padding-right:10px; position:relative; top:8px; }
.paypal select { margin-left:10px; }

#specials-badge { float:right; width:100px; height:100px; padding:5px 70px 0 0; }

#snail_mail { font-weight:bold; background:#333; border:solid 1px #666; width:55%; padding:1em; margin:0 auto 1em auto; }

.author_note { font-family:tahoma, verdana, arial, sans-serif; }

#fiction-nav input { font-size:1em; }

ul#site_map { margin-top:2em; }
#site_map ul { margin-bottom:0; }
#site_map ul li, #site_map ul li ul li { margin:10px 0; }

#to_site_map { position:absolute; right:15px; top:15px; z-index:3000; font-size:1.2em; }
#to_site_map a { color:#197735; text-decoration:underline; border:0; }

#to_top { float:right; position:relative; left:-45px; }
#to_top a { font-size:1.2em; color:#197735; text-decoration:underline; border:0; }

body#fiction #to_top a { color:#ccc; }

p.pages { text-align:right; }

dl { width:426px; margin:0 auto 30px auto; }

/* CONTACT FORM */
#gb_form_div fieldset { text-align:left; margin-bottom:1.5em; border:0; }
#gb_form_div legend { color:#e2e297; font-weight:bold; }
#gb_form_div div { margin-bottom:15px; }

#gb_form_div input, #gb_form_div textarea, .ardguest #pwd { font-size:.9em; padding:2px; }

#gb_form_div label { display:block; float:left; width:6em; text-align:right; margin-right:10px; }
#gb_form_div sub { display:block; margin-left:9em; }

.book-packages li { list-style:none; }
.book-packages label { cursor:pointer; }

#offers td { width:33%; padding:5px; border:solid 1px #ccc; vertical-align:top; }
#special-offers { list-style:none; margin-left:0; margin-top:10px; }
#special-offers label, #special-offers input { cursor:pointer; }