/* LAYOUT */


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}


#left {
		float: left;
	
	
	width: 25%;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}

#right {
		float: left;
	
	
	width: 25%;
	background-color: #Fff;
	
	overflow: hidden;
	}

#center {
		float: left;
	width: 50%;
	
	
	overflow: hidden;
	}

/* CONTENT */

.content {
	padding: 15px 15px 5px 15px;
	color: #333333;
	font-size: small;
	}


.content p {
	color: #333333;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #333333;
	font-size: medium;
	border-bottom: 1px solid #333333;
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	padding: 3px;
	}

.content h3 {
	color: #333333;
	font-size: medium;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #999999;
	font-size: x-small;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #ccc;
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.content p.posted a:link
{
	color: #666;
}

.content p.posted a:visited
{
	color: #333;
}


/* CALENDAR */

#calendar {
  	line-height: 140%;
	color: #333333;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

/* SIDEBAR */

.sidebar {
	padding: 15px;
	}

.sidebar h2 {
	color: #666666;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	text-align: left;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #333333;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar img {
	border: 5px solid #EEEEEE;
	}

/* ETC */

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	color: #333333;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/* COMMENT FORM */

textarea#comment-text {
        width: 370px;
        }

textarea[id="comment-text"] {
	width: 80%;
	}

/* IMAGES */

.image-full {
		width: 370px;
	
	
	}

.image-thumbnail {
	float: left;
	width: 130px;
	margin-bottom: 10px;
	}

.image-thumbnail img {
	width: 115px;
	height: 115px;
	}