body {
	margin: 10px 0px 20px 0px;
	background-color: #FFFFFF;
	text-align: center;
               
            
}

a {
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #3C7B10;
	}

a:visited {
	color: #3C7B10;
	}

a:active {
	color: #3C7B10;
	}

a:hover {
	color: #E9DF26;
                text-decoration: none;
	}

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

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;	
                background: #FFFFFF;
         
}



#banner-img {
	background: #FFFFFF url("http://shinymedia.blogs.com/bratwurst.jpg") no-repeat 

0px 0px;
	}

div.img-link a {
	display: block;
	height: 117px;
	text-decoration: none;
	}

.banner-alt {
	display: none;
	}

#banner {
	display: none;
	}



#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	font-weight: bold;      
}

#banner h2 {
	font-size: small;
	}

#left {
	float: right;
	width: 155px;
	background-color: #FFFFFF;
                border-right: 1px solid #000000;
	overflow: hidden;
}

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


#right {
	float: left;
	width: 155px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

#center {
	float: left;
	width: 485px;
	overflow: hidden;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
                border-bottom: 1px solid #000000;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial, tahoma;
	font-size: small;
	}

.sidebar {
	padding: 10px;
	}

.sidebar a {
	font-weight: bold; 
                text-decoration: none;
	}

.sidebar a:link {
	color: #3C7B10;
	}

.sidebar a:visited {
	color: #3C7B10;
	}

.sidebar a:active {
	color: #3C7B10;
	}

.sidebar a:hover {
	color: #E9DF26;
	text-decoration: underline;
	}


.content p {
	color: #000000;
	font-family: arial, tahoma;
	font-size: small;
	font-weight: normal;
	line-height: 135%;
	text-align: left;
	margin-bottom: 10px;
	}

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

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

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

.content h3 {
	color: #3C7B10;
	font-family: arial;
	font-size: large;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #B6B2B2;
	font-family: verdana, arial, tahoma;
	font-size: x-small;
	border-bottom: 1px solid #000000;
	text-align: left;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.content .posted a {
	color: #A09E9E;
}
.content .posted a:hover {
	color: #B6B2B2;
}
#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: arial, tahoma;
	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-family: arial, tahoma;
	font-size: x-small;
	border-bottom: 1px solid #666666;
	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 h2 {
	color: #3C7B10;
	font-family: verdana, arial, tahoma;
                background: #FFFFFF;
	font-size: x-small;
	border-bottom: 1px solid #808080;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .1em;
}
.sidebar h2 a {
	font-weight: bold;
}
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #000000;
	font-family: verdana, arial, tahoma;
	font-size: x-small;
	text-align: left;
	line-height: 130%;
	margin-top: 0px;
	list-style-type: none;
	}

.sidebar img {
/*
	border: 1px solid #000000;
*/
	}

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

.link-note {
	font-family: verdana, arial, tahoma;
	font-size: x-small;
	line-height: 130%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
}

.button {
	width: 120px;
	margin: 6px 0 6px 0;
	padding: 5px 0 5px 0;
	background: #fff;
	text-align: center;
	background: #FD6BCB;
}
.button a {
	font-size: 10px;
	font-weight: bold;
}
.button a:hover {
	color: #F3CB5D;
	text-decoration: none;
}
#powered {
	font-family: verdana, arial, tahoma;
	font-size: x-small;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

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

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

.image-full {
		width: 470px;
	
	
	}

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

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

