body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
    padding 0px;
	background-color: #FFFFBB;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #0033FF;
	}

a:visited {
	color: #FF3300;
	}

a:active {
	}

a:hover {
	background-color: #EEEEEE;
	}

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

img {
	border: 0px solid #FFFFFF;
	}

#container {
    position: relative;
	line-height: 140%;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 80%;
	
	background-color: #FFFFEE;
	border: 15px solid #FFDDAA;
	}

#banner {
	color: #000000;
	background-color: #FFDDAA;
	text-align: left;
	padding: 15px;
	border-bottom: 0px solid #FFFFBB;
	}

#banner-img {
	display: none;
	}

.blogTitle {
	font-size: large;
	font-weight: bold;
	}

.blogTitle a,
.blogTitle a:link,
.blogTitle a:visited,
.blogTitle a.active {
	color: #000000;
	text-decoration: none;
	}

.blogTitle a:hover {
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: none;
	}

.blogDescription {
	font-size: 95%;
	margin-top: 10px;
	margin-bottom: 0px;
}

#center {
	margin-right: -265px;
	float: left;
	clear: left;
	width: 100%;
	background-color: #FFFFEE;
	}

.content {
	margin-right: 265px;
	padding: 15px 15px 5px 15px;
	background-color: #FFFFEE;
	font-size: 95%;
	}


.entryTitle {
	font-size: medium;
	
	text-align: left;
	font-weight: bold;
	
	border-left: 5px solid #FFDDAA;
	border-bottom: 1px dotted #FFDDAA;

	padding: 5px;
	
	margin-top: 5px;
	margin-bottom: 20px;
	}

.entryTitle a,
.entryTitle a:link,
.entryTitle a:visited,
.entryTitle a.active {
	color: #000000;
	text-decoration: none;
	}

.entryTitle a:hover {
	text-decoration: underline;
	}


.entryDate {
	color: #FFDDAA;
	
	text-align: left;
	font-weight: bold;
	}

#right {
	float: right;
	clear: right;
	width: 265px;
	background-color: #FFFFEE;
	}

.adsenceText{
	margin: 20px 0px 20px 0px;
}

.content h3 {
    font-weight: bold;
    font-size: 110%;
}

.content p {
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin: 0px 0px 15px 0px;
	}

.content blockquote {
	border: 1px solid #FFFFBB;
	padding: 5px;
	background-color: #FFFFEE;
	line-height: 140%;
	}

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


.content li {
	line-height: 140%;
	list-style-type: none;
	}


.content p.posted {
	font-size: small;
	text-align: left;
	border-top: 1px dotted #FFFFBB;
	
	margin-bottom: 30px;
	line-height: normal;
	padding: 3px;
	}

.commentList {
	margin-right: 265px;
	padding: 15px 15px 5px 15px;
	background-color: #FFFFEE;
	font-size: 95%;
	}

.commentList p {
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
	}

.commentList blockquote {
	border: 1px solid #FFFFBB;
	padding: 5px;
	background-color: #FFFFEE;
	line-height: 140%;
	}

.commentList li {
	line-height: 140%;
	}


.commentList p.posted {
	font-size: x-small;
	text-align: left;
	border-top: 1px dotted #FFFFEE;
	
	margin-bottom: 30px;
	line-height: normal;
	padding: 3px;
	}

.commentCaption {
	font-size: 100%;
	
	text-align: left;
	font-weight: bold;
	
	border-bottom: 1px solid #FFFFBB;
	
	margin-bottom: 5px;
	}


.entryCategory {
	font-weight: bold;
	}

.sidebar {
	padding: 15px;
	}

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

.categoryRecentEntries ul ul {
	margin-bottom: 0px;
	}

.categoryRecentEntries li {
	font-size: small;
	text-align: left;
	line-height: 140%;
	
	margin-top: 10px;
	list-style-type: none;
	}

.catRecentCaption {
	font-size: 100%;
	
	text-align: left;
	font-weight: bold;
	
	border-bottom: 1px solid #FFFFBB;
	
	margin-bottom: 20px;
	}




#calendar {
	line-height: 140%;
	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 {
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

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

#calendar td {
	text-align: center;
	}

.sidebarTitle {
	/*border-left: 5px solid #FFFFBB;
	border-right: 5px solid #FFFFBB; */
	background-color: #FFDDAA;
	color: #000000;
	padding-left: 5px;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	}

.sidebarTitle a,
.sidebarTitle a:link,
.sidebarTitle a:visited,
.sidebarTitle a.active {
	color: #000000;
	text-decoration: underline;
	}

.sidebarTitle a:hover {
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: underline;
	}

.sidebar p {
	font-size: small;
	text-align: left;
	line-height: 140%;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 30px;
}

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

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

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

.sidebar img {
	border: 0px solid #FFFFFF;
	}

.ranking {
	text-align: left;
	margin: 20px 0px 20px 0px;
	}

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

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

.search {
	font-size: x-small;
	line-height: 100%;
	text-align: left;
	padding: 2px;
	}

#powered {
	font-size: x-small;
	line-height: 140%;
	text-align: left;
	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%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.uploaded_image {
    float:left;
    margin: 0px;
    padding: 5px;
    height: 180px;
}

.uploaded_image div {
    padding: 0px;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
}

.image_end {
    clear:both;
    margin-bottom: 20px;
}

.form_title {
	font-size: 100%;
	
	text-align: left;
	font-weight: bold;
	
	border-bottom: 1px solid #FFFFBB;
	
	margin-bottom: 5px;
}

.form_label {
    text-align: right;
    vertical-align: top;
}

#uploaded_images {
    width: 430px;
}

.uploaded_images {
    width: 430px;
}

.edit_note {
    font-size: 80%;
}

.must_input {
    font-size: 70%;
    color: #ff0000;
}

.sidebar li.tag_name {
    display: inline;
    margin: 5px 5px 0px 0px;
    line-height: 150%;
}

.tag_name a,
.tag_name a:link,
.tag_name a:visited,
.tag_name a:active {
	color: #0033ff;
	text-decoration: none;
}

.editor_url {
    font-size: 90%;
}

.paginate {
    font-size: 85%;
}

.pankuzu {
    font-size: 85%;
    margin-bottom: 15px;
}

.special_links {
    padding: 0px;
    padding-left: 5px;
    font-size: 85%;
    margin-bottom: 15px;
    border-bottom: 0px dotted #FFDDAA;
}

.pagelink {
    margin: 0px 5px 0px 0px;
}

.image_del_button {
    font-size: 85%;
}

.edit_link {
    margin: 0px 0px 20px 0px;
}

.error_msg {
    color: #ff0000;
    font-weight: bold;
    font-size: 80%;
}

.input_tags {
    font-size: 80%;
}

.del_form {
    margin-bottom: 20px;
}

.amazlet-box {
    font-size: 85%;
}
