/*
Theme Name: Christopher Place
Theme URI: http://christopherplace.com/
Description: Custom WordPress theme to match current website
Version: 1
Author: InsideOut Solutions (Kailey Lampert)
Author URI: http://insideout.com/
Tags: 

*/

.hidden { display:none; }

#content { float:left; }
#content.narrowcolumn  { width:500px; }

#sidebar { margin-left:20px;float:left; width:200px; padding:0;}
#sidebar ul { margin:0x 0 0 0;list-style:none;padding:0; }
#sidebar #wp-calendar { margin: auto; }

.meta { text-align:center; border-top: solid 1px #bbb;font-size:10px;width:215px;float:right;padding:0;margin:30px 0 0 0;}
.meta li { display:inline;padding: 0 10px; }

.postmetadata { border:dotted 1px #000;border-top:none;padding:3px; }

body {  background-color: #815F55; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FEDCB2; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}

td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #2A0814}

.smalltxt {  font-size: 11px}

a {  color: #000000; text-decoration: underline}

.spctxt {  line-height: 19px}

.roomtitle {  font-size: 24px; font-weight: normal; color: #2A0814; font-family: "Times New Roman", Times, serif; font-variant: small-caps}

.txtfield {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #2A0814; border: 1px #2A0814 solid; background-image: url(images/bg_nav.gif)}

.button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FEDDB2; cursor: hand; background-image: url(images/bg_nav_on.gif); border: #2A0814; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #2A0814}

.navon {  font-weight: bold; color: #FEDDB2; background-image: url(images/bg_nav_on.gif); cursor: default}

.roomtitle2 { font-size: 24px; font-weight: normal; color: #2A0814; font-family: "Times New Roman", Times, serif; font-variant: normal}

li {  list-style-image: url(images/bullet.gif)}

/* 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: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

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


/* 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: 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 */

