/*
Theme Name: Kristen
Theme URI: /
Description: 
Version: 0.1
Author: John Jessee
Author URI: http://oldstarhotel.com/
*/

body {
	margin:0px;;
	background:#F1C2C3 url("images/stripes.png") top center;
}

#page {
	width:100%;
	margin:10px auto 0;
	max-width:1100px;
	background:transparent;
	
}

* html #page
{
    width: 1100px;
}
* html .post, * html .navigation,* html #comments {
	 display:inline-block; /*clearer for ie6 */
}


#wrapper{

	float:left;
	margin-left:-300px;
	width:100%;
}
#header {
	position:relative;
	padding:10px 10px 0;
}
#badge{
	position:absolute;
	top:-14px;
	left:-14px;
}
#headerimg {
	height:180px;
	background:url("images/wave.png");
}
#content{
	
	padding:0;

	margin:10px 13px 0px 310px;
}
.sidebar{
	border:1px solid #6F300D;
	float:right;
	clear:right;
	width:268px;
	margin:10px 10px 0px 0;
	background:#fff;
}
.post, #comments, .navigation {
	border:1px solid #6F300D;
	background:#fff;
	padding:10px 14px 8px;
	margin-bottom:8px;
	clear:both;
	overflow:auto;
	min-width:268px;
}




.post {
	background:#fff url("images/crest.png") repeat-x top left;
	padding-top:30px;
}

#content div.entry{
	margin:0;
}

.postmetadata{
	border-top: 1px solid #ddd;
	padding: 4px 0;
	font-size:11px;
	line-height:16px;
	font-family:Arial;
	margin:0;
}
.navigation{
	font-family:Arial;
	display: block;
	overflow:auto;

}

.navigation h2{
	
	margin:0;
	padding:0;
}

#footer {
	clear:both;
	width:100%;
}

#footer p {
	text-align:center;
	margin:0;
	font-size:10px;
}
/* End Structure */

#content, .sidebar, #comments, #footer  {

	font-size:12px;
	line-height:18px;
	
}
.sidebar, #footer  {
	padding:18px 10px 9px;
}
#content{
	font-family:Georgia,serif;
}
.sidebar{
	font-family:arial;
}
a{
	color:#577F5D;
}

.postInfo{
	font-size:11px;
	font-style:italic;
	margin:0;
}

h1 {
	font-size: 24px;
	font-family:"Avant Garde","Century Gothic";
	color:#fff;
	line-height: 36px;
	margin:0 0 18px; 
}
h1 a{
	text-decoration:none;
	color:#fff;
}

h2{
	font-size: 18px; 
	font-family:"Avant Garde","Century Gothic";
	color:#6F300D;
	margin:0 0 18px;
}
h2 a{
	color:#6F300D;
	text-decoration:none;
}
p {
	margin:0 0 18px;
}
ul, ol{
	list-style-type:none;
	margin:0 0 18px;
	padding:0; 
}

ul ul{
	margin-bottom:0;
}
h3 {
	font-size: 16px; 
	font-family:"Avant Garde","Century Gothic";
	border-bottom:1px solid #6F300D; 
  	margin:4px 0 11px;
	padding:0 0 3px;
	color:#6F300D;
	font-weight:normal;
}

h4{
	font-family:"Avant Garde","Century Gothic";
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:normal;
}


.widget{
	padding:0 4px;
}



.post ul{
	list-style:disc;
	margin-left:16px;
}
.post ol{
	list-style:decimal;
	margin-left:24px;
}

post h1, .post h2, .post h3{
	clear:both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */







/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

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

#commentform #submit {
	margin: 0 5% 0 0;
	float: right;
}
#commentform label{
	font-family:Arial;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	background:#F5F5F5;
}

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

.commentlist li {
	margin: -4px 0 14px;
	padding: 4px;
	list-style: none;
}


#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar{

}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



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

#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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

