* {
margin:0;
padding:0;
}

body {
background: #fff url(/img/bg.jpg) top left repeat-y;
font-family: "Arial",Helvetica, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #2d2d2d;
}

img { border: none; } 

a {
color: #0066cc;
background:inherit;
text-decoration: none;
}

a:hover {
color: #880000;
background:inherit;
}

ul {
list-style:none;
}

li {
margin-left:10px;
}

h1 {
        font-size: 22px;
        font-weight: 600;
	line-height: 40px;
        padding: 10px 0 0 0;
        letter-spacing: -1px;
        margin: 0;
}


#main h2{
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        padding: 14px 0 10px 0;
        letter-spacing: -1px;
	text-align: left;
	color: #555A5D;

}
#main ul {
list-style-type: circle;
padding: 5px 0 5px 15px;
}

h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 20px;
        padding: 10px 0 10px 0;
        letter-spacing: -1px;
		color: #bbb;
}

#wrapper {
width:800px;
padding: 20px;
}

#search {
float:right;
clear:both;
text-align:right;
border-top:1px solid #ccc;
margin:0;
padding:10px 0 0;
}

input {
vertical-align:middle;
padding:2px;
}

input.searchfield {
width:150px;
border:2px solid #ccc;
font-size:11px;
padding:6px;
}

input.searchbutton {
border:0;
color:#fff;
font-weight:700;
font-size:11px;
background:#bbb;
padding:6px;
}

#main {
width:470px;
float:right;
padding: 20px 10px 20px 30px;
line-height: 1.5em;
text-align: justify;
}
.intro {
background: #FFF6BF;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
padding: 10px;
font-weight: 600;
font-size: 12px;
color: #333;
}
.under { text-decoration: underline; }


#side {
width:260px;
float:left;
padding: 20px 30px 20px 0;
text-align: right;
}
#side h2{
font-size:12px;
font-weight:bold;
text-transform:uppercase;
line-height: 20px;
padding: 30px 0 10px 0;
}

#side ul li a { font-size: 12px; text-decoration: underline; padding: 0 1px; }

#footer {
clear:both;
margin-top:30px;
font-size: 11px;
}

#main input[type=button] {
border:1px solid #ccc;
color:#000;
font-size:11px;
line-height:1.5em;
cursor:pointer;
display:block;
float:left;
background:#f9f6f2;
margin:0 .1em;
padding:.2em .8em;
}

.strong {
font-weight:700;
}

.em {
font-style:italic;
}

.underline {
text-decoration:underline;
}

.del {
text-decoration:line-through;
}

fieldset {
border:1px solid #E4DF94;
color:#000;
background:#FFFBC0;
margin:0 0 8px;
padding:10px 8px;
}

textarea {
width:97%;
height:20em;
padding:3px;
}

.comment {
color:gray;
border-top:1px solid #ccc;
background:#F5F6F6;
margin:0 0 10px;
padding:10px;
}

.commentsbox {
color:gray;
}


.date { border-top: 1px dotted #bbb; border-bottom: 1px dotted #bbb; color: #999; padding: 5px; margin: 10px 0 30px 0; }

.clearer {
clear:both;
margin:0 auto;
padding:1px 0 0;
}

/* for expandable title links on archive and sitemap pages */
.drop_title a {
font:bold 12px Arial;
}

.droplist_div {
width:95%;
border-bottom:1px solid #ccc;
padding:4px 0;
}

.subcatlist_div {
width:95%;
padding:0 0 0 15px;
}

.paginator { margin-top: 20px; }
