h1 {
	margin-left: 20px;
	padding-top: 10px;
}
div#title {
	width:200px;
	float: left;
}
div#search {
	width:400px;
	text-align:right;
	float: right;
	padding-top: 50px;
	padding-right: 30px;
}
label.hidden {
	text-indent: -10000px;
	display: none;
}
#page #content {
	float: left;
	width: 600px;
	margin-left: 40px;
	background-color: none;
}
#page #sidebar {
	float: right;
	width: 180px;
	margin-right: 50px;
	padding-left: 30px;
}
h2 {
	font-size: large;
	color: #2253AC;
	text-decoration: none;
}

#page #header .description {
	text-indent: -100000px;
}


body {
	margin: 20px , 0px , 0px , 0px;
	background-color: #EFEFEF;
	font-size: small;
	color: #666;
}
#page #content .day {
	float: left;
	height: 122px;
	width: 122px;
	background-image: url(./images/dayback.png);
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	color: #FFF;
	text-align: center;
	line-height: 85%;
	padding-top: 5px;
}
#page #content .entry {
	float: right;
	width: 450px;
}
#page div.post {
	overflow:auto;
	margin-bottom: 50px;
}



#page #sidebar ul {
	list-style-type: none;
	margin: 0px;
}
#page #sidebar ul h2 {
	font-size: medium;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#page #header {
	background-image: url(./images/header.png);
	background-repeat: no-repeat;
	height: 120px;
}
#page {
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	background-image: url(./images/background.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#page #footer {
	margin-top:50px;
	background-image: url(./images/footer.png);
	background-repeat: no-repeat;
	height:80px;
}

#page #footer p{
	text-align:center;
}
span.month {
	line-height: 85%;
}


a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0F63FF;
	text-decoration: underline;
}
a:visited {
	color: #00215E;
	text-decoration: none;
}
a:hover {
	color: #4284FF;
	text-decoration: underline;
}
a:active {
	color: #0F63FF;
	text-decoration: underline;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#adsence {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width:728px;
	height: 90px;
}
#sideadsence {
	height: 650px;
	padding-top: 50px;
	margin-top: 50px;
}
blockquote {
	background-color: #EFEFEF;
	margin: 10px;
	border: 1px dashed #CCC;
	font-size: x-small;
	padding: 10px;
}
code {
	font-size: small;
}
#page #content table th {
	background-color: #FFF
}
#page #content table tbody tr td , #page #content table tbody th {
	border: 1px solid #C1D9FF;
}
#page #content table tbody tr.odd {
	background-color: #F0F5FF;
}
#page #content table tbody tr.even {
	background-color: #FFF;
}
#page #content table {
	border: 1px solid #DFEBFF;
}
code {
	padding: 8px;
	background-color: #EEE;
	border:1px dashed #BBB;
	display: block;
}
