@charset "utf-8";
@import url("days.css");

/* elements */

a, a:link, a:visited{
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	color: #F06600;
	border-bottom: 1px dashed #F06600;
}

 a:hover, a:active{
	text-decoration: none;
	background: transparent;
	font-weight: bold;
	color: #4682B4;	
	border-bottom: 1px dashed #4682B4;
}

html *{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

body{
	background: White url(images/bg.png) repeat top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 50px;
}

ul{
	list-style: none;
}

h1{
	background: transparent url(images/title.png) no-repeat;
	height: 200px;
	border-bottom: 5px solid White;
	text-indent: -10000px;
}

h2{
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 150%;
}

img{
	border: 1px solid Black;
}

fieldset{
	border: none;
}


/* classes */

.oneday{
	background: #A7BED3;
	clear: left;
}

.entryheader{
	width: 70px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	overflow: hidden;
}

.cattitle{
	background: #7F96AB url(images/cat.gif) no-repeat 15px 2px;
	color: White;
	padding: 8px 4px 7px 44px;
	font-size: 13px;
	border-color: White;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	margin-left: 70px;
	line-height: 100%;
	width: 430px;
}

.FFtitle{
	color: White;
	background-color: transparent;
	font-weight: 100;
	border: 1px solid White;
	padding: 2px 5px 2px 5px;
}
.cattitle a, .cattitle a:link,.cattitle a:visited{
	text-decoration: none;
	color: White;
	background-color: transparent;
	font-weight: 100;
	border: 1px solid White;
	padding: 3px 5px 2px 5px;
}

.cattitle a:hover, .cattitle a:active{
	text-decoration: none;
	color: White;
	background: #F06600;
	font-weight: 100;
}

/*MacIE hide start\*/

* html .cattitle ,* html .entryheader ,* html .entrybody ,* html .linkbody{
	margin: 0 -3px 0 0;
}
/*MacIE hide end*/

.entrybody{
	margin-left: 70px;
	background-color: White;
	padding: 30px 20px 20px 20px;
	font-size: 90%;
	line-height: 160%;
	border-color: White;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	position: relative;
	width: 438px;
	color: #3F4448;
	word-break: break-all;
}

.entrybody p{
	margin-bottom: 1em;
}

.date{
	background-color: #3F4448;
	color: White;
	padding: 8px 0px 7px 7px;
	font-size: 13px;
	font-weight: bolder;
	line-height: 100%;
	width: 70px;
}

li.addcom a, li.addcom a:link, li.addcom a:visited{
	text-decoration: none;
	display: block;
	width: 30px;
	font-size: 12px;
	margin-top: 5px;
	height: 24px;
	padding: 12px 0px 0px 40px;
	background: transparent url(images/comment.gif) no-repeat 7px 4px;
	color: #F5F5F5;
	font-weight: bolder;
	border: none;
}

li.addcom a:hover,li.addcom a:active{
	text-decoration: none;
	width: 30px;
	font-weight: bolder;
	font-size: 12px;
	height: 24px;
	padding: 12px 0px 0px 40px;
	background: #708090 url(images/comment.gif) no-repeat 7px -32px;
	color: #F5F5F5;
	border: none;
}

li.addtb a, li.addtb a:link, li.addtb a:visited{
	text-decoration: none;
	display: block;
	width: 30px;
	font-size: 12px;
	margin-bottom: 0px;
	height: 24px;
	padding: 12px 0px 0px 40px;
	background: transparent url(images/tb.gif) no-repeat 7px 4px;
	color: #F5F5F5;
	font-weight: bolder;
	border: none;
}

li.addtb a:hover,li.addtb a:active{
	text-decoration: none;
	width: 30px;
	font-weight: bolder;
	font-size: 12px;
	margin-bottom: 0px;
	height: 24px;
	padding: 12px 0px 0px 40px;
	background: #708090 url(images/tb.gif) no-repeat 7px -32px;
	color: #F5F5F5;
	border: none;
}

.commentbody{
	margin-bottom: 20px;
}

.commentbody.even{

}

ul.Posted li{
	display: inline;
}

ul.Posted{
	text-align: right;
	border-top: 1px dashed Gray;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.link{
	width: 184px;
	float: left;
	margin: 0px 23px 23px 0px;
	border: 1px solid Black;
	padding: 7px 7px 7px 7px;
	background-color: White;
	display: inline;
}

.link a:link, .link a:visited,.link a:hover, .link a:active{
	border: none;
	font-size: 13px;
}

.linkbody{
	margin-left: 70px;
	background-color: White;
	padding: 30px 0px 30px 25px;
	font-size: 90%;
	line-height: 160%;
	border-color: White;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	position: relative;
	width: 453px;
	color: #3F4448;
}

.linkbody p{
	margin: 1em 0;
}


/*ids*/

#container{
	width: 730px;
	border: 10px solid White;
	margin: 50px auto 50px auto;
	background: transparent url(images/container.gif) repeat-y right;
}

#content{
	padding-right: 180px;
	background: transparent url(images/sidebar.png) repeat-y right;
}

/*MacIE hide start\*/
* html #sidebar, * html #commentarea, * html #tbarea{
	margin: 0 0 0 -3px;
}
/*MacIE hide end*/

#sidebar{
	width: 180px;
	float: right;
	background-color: transparent;
	word-break: break-all;
}

#sidebar dt{
	color: White;
	padding: 8px 0px 7px 30px;
	font-size: 13px;
	font-weight: bolder;
	margin-bottom: 1em;
	background: #3F4448 url(images/dt.png) no-repeat 6px 4px;
	line-height: 100%;
	width: 150px;
	clear: both;
}

#sidebar dd{
	padding-bottom: 15px;
}

#sidebar ul{
	padding: 0em 1em 0em 1em;
	list-style: none none;
	font-size: 80%;
	line-height: 200%;
}

#sidebar li{
	background: url(images/list.gif) no-repeat 0px 6px;
	padding-left: 20px;
}

#sidebar li.commentator{
	margin-left: 1em;
	background-image: none;
	padding-left: 10px;
}

#sidebar li a, #sidebar li a:link, #sidebar li a:visited{
	text-decoration: none;
	font-weight: bolder;
	color: #3F4448;
	border-bottom: 1px dashed #3F4448;
}

#sidebar li a:hover, #sidebar li a:active{
	color: White;
	border-bottom: 1px dashed White;
}

ul#menu li{
	background-image: none;
	padding-left: 0px;
}

ul#menu li a, ul#menu li a:link, ul#menu li a:visited{
	background: url(images/menu.gif) no-repeat 0px -33px;
	line-height: 2.5em;
	font-size: 14px;
	border: none;
	padding: 2px 0px 2px 24px;
}

ul#menu li a:hover{
	background: url(images/menu.gif) no-repeat 0px 0px;
}

#footer{
	clear: both;
	background: White;
	border-top: 1px solid White;
	padding: 10px 10px 00px 0px;
	font-size: 11px;
	font-weight: bolder;
	text-align: right;
}

#commentarea{
	background-color: transparent;
	padding: 10px 20px 10px 90px;
	font-size: 80%;
	line-height: 160%;
	border-color: White;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	position: relative;
	width: 438px;
	color: #3F4448;
	clear: left;
}

#tbarea{
	background-color: transparent;
	padding: 10px 20px 30px 90px;
	line-height: 160%;
	border-color: White;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	position: relative;
	width: 438px;
	color: #3F4448;
	clear: left;
}

.tbbody{
	font-size: 80%;
}

#trackbackurl{
	width: 428px;
	margin-bottom: 20px;
}


/*Comment form*/

form{
	padding-bottom: 3px;
	text-align: left;
	font-size: 15px;
}

input{
	border: 1px solid Gray;
	font-size: 15px;
	background-image: url(images/textarea.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px 4px 0px 4px;
	height: 21px;
	margin-bottom: 0.5em;
	width: 12em;
}

textarea{
	border: 1px solid Gray;
	width: 428px;
	overflow: auto;
	font-size: 15px;
	background-image: url(images/textarea.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding: 4px;
	background-color: White;
}

ul.button{
	margin: 0.3em 0px 0.8em 1em;
}

ul.button li{
	display: inline;
}

ul.button input{
	background-image: none;
	border: none;
	margin: 0em 0em 0em 0em;
}

#remember{
	margin-bottom: 0.5em;
}

#remember label{
	margin-left: 1em;
}

input#bakecookie, input#forget{
	border: none;
	background-image: none;
	width: auto;
	margin: 0px;
}

input#comment-post {
	border: 1px solid Gray;
	background-color: White;
	height: 30px;
	padding: 4px 4px 4px 4px;
	width: 70px;
}