body{
	font-family: Verdana, Tahoma, Sans-Serif;
	background-color: #dcdcff;
	margin: 0;
	padding: 0 15px;
}

#container{
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #7676ff;
	border-top: none;
}

a{
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:link {
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:visited {
    color:#934C7B;
    text-decoration:underline;
}
a:hover {
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}

img {
	border: none;
}

form {
	margin: 0;
	width: 97%;
}

#header{
	border-top: 1px solid #003366;
	border-bottom: 1px dashed #FFFFFF;
	background-color: #7676ff;
	margin: 0 0 1em 0;
	padding: 0;
	background-image:url("../../images/title.png");
	height:200px;
	background-position: right top;
	background-repeat: no-repeat;
}
#header h1{
	font-family: Georgia, Times, Serif;
	margin: 0.35em 0.5em 0.5em 0.5em;
	font-size: 180%;
	font-weight: bold;
}
#header h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
#header h5{
	margin: 0.25em 0.75em 1.25em 1.25em;
	font-size: 90%;
	color: #FFFFFF;
}

#center_box{
	margin: 0 1em;
}

#left_column{
	float: left;
	width: 220px;
	line-height: 125%;
}
#left_column div.module, #left_column div.calendar{
	margin: 0 0 2em 0;
}
#left_column h3{
	font-size:1em;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #999999;
}
#left_column h4{
	font-size: 80%;
	font-weight: normal;
	color: #666666;
}
#left_column div.module p{
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-size: 80%;
}
#left_column div.calendar p{
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}
#left_column div#cal_info a{
	font-size: 80%;
}

#main_column{
	margin: 0 15px 10px 265px;
	line-height: 150%;
}

#main_column div.date{
	font-size:1em;
	font-weight: bold;
	color: #666666;
    text-align:right;
}
#main_column span.date {
	color: #666666;
	font-size: 0.6em;
}
#main_column h2{
	font-size: 150%;
}
#main_column h3 a{
	text-decoration: none;
}
#main_column div.entry{
	font-size: 90%;
	overflow: auto;
}
#main_column div.entry h3{
	margin-bottom: 10px;
	background-color:#dcdcff;
	padding:4px 1em;
}
#main_column div.entry h2{
	background-color:#dcdcff;
	padding:4px 1em;
}
#main_column div.entry h3 a {
	color:#444444;
}
#main_column .info{
	font-size: 90%;
	text-align: right;
	margin: 5px 5px 15px 0;
}
#main_column p.entry-navigation{
	font-size: 80%;
}
#main_column p.commenttitle{
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	margin: 10px 0;
}
#main_column input.trackbackurl{
	border: solid 1px #666666;
	width: 90%;
	background-color: #FFFFFF;
}
#main_column div.comments{
	margin: 5px 5px 5px 10px;
	font-size: 88%;
	line-height: 150%;
}
div.comments p{
	margin: 5px 0 15px 0;
}
div.comments div{
	margin: 5px 0 2px 0;
}
div.comments span.emoticon{
	float: right;
	padding-right: 10%;
}
div.comments span.note{
	font-size: 88%;
}
div.comments .commentinput{
	text-align: left;
	font-family: arial, sans-serif;
}
div.comments input.commentinput{
	width: 50%;
}
div.comments textarea.commentinput{
	width: 90%;
}
input.commentbutton{
	padding: 2px 3px 0 3px; 
	border: 1px outset;
	width: 100px;
}
* p small{
	font-size: 100%;
}
input#spamquiz_answer{
	width: 150px;
}

#footer{
	clear: both;
	color: #FFFFFF;
	background-color: #7676ff;
	text-align: right;
	font-family: Georgia, Times, serif;
	font-size: 66%;
	margin: 0;
	padding: 5px;
	border-top: 1px dashed #FFFFFF;
}


/* these settings for search box */
.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

.searchbox {
	/*border: 1px inset #555;*/
	padding: 2px;
	background-color: #F8F8F8;
	width: 200px;
}
.searchbutton {
	padding: 2px 3px 0 3px; 
	border: 1px outset;
	/*background-color: #DDD;*/
	width: 100px;
}

/* these settings for calendar box */
table.calendar {
	border: none;
	padding: 0px;
	width: 215px;
}
.calendar {
	margin: 0px;
	font-size: 90%;
}
.calendar td {
	padding: 3px 3px;
	margin: 0px;
}
.calendar th {
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
}
.calendar th a, .calendar a {
	font-weight: bold;
	color: #253a69;
	text-decoration: underline;
}
.calendarToday {
	font-weight: bold;
	text-decoration: underline;
}
.calendarHeaderControl {
	font-size:13px;
}

/* Styles used by the Hardened Trackback (introduced in Pivot 1.30). */
#tbgetter {
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size:12px;
	border:dotted 1px silver;
	padding:5px;
	background:#FFFFFF;
	overflow:auto;
}
#tbgetter a {
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
#tbgetter a:hover{
  text-decoration:underline;
}

