@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
text-align: left;
font-size: 16px;
line-height: 150%;
font-family: Arial, sans-serif;
}

h1, h2, #sidebar ul li a {
font-family: Tahoma MS, sans-serif;
}

#body {
text-align: center;
}

#wrappah {
width: 790px;
margin: 20px auto;
}

#head {
width: 790px;
height: 125px;
border: solid 2px #c3c3c3;
background: url("../images/spiralbg.jpg") center center no-repeat;
}

#head h1 {
font-size: 30px;
color: #0066b3;
padding-top: 10px;
padding-left: 50px;
}

#head h2 {
padding-left: 100px;
font-size: 18px;
color: #333;
}

#sidebar {
width: 190px;
float: left;
margin-top: 20px;
margin-bottom: 20px;
}

#sidebar ul {
list-style: none;
margin-bottom:30px;
}

#sidebar ul li {
margin-bottom: 5px;
}

#sidebar ul li a, #sidebar ul li a:visited {
display: block;
width: 220px;
padding: 5px;
border: solid 1px #c3c3c3;
font-size: 15px;
color: #0066b3;
background-color: #f9f9f9;
text-decoration: none;
font-weight: bold;
}

#sidebar ul li a:hover, #sidebar ul li a.active {
background-color: #fff;
color: #333;
border: solid 1px #dbdbdb;
}

#sidebar ul li.sub {
padding-top: -5px;
}

#sidebar ul ul li a, #sidebar ul ul li a:visited {
display: block;
width: 120px;
height: 18px;
padding: 5px;
margin-left: 20px;
border: solid 1px #c3c3c3;
font-size: 12px;
color: #0066b3;
font-weight: normal;
background-color: #f9f9f9;
text-decoration: none;
}

#sidebar ul ul li a:hover, #sidebar ul ul li a.active {
font-weight: normal;
border: dotted 1px #0066b3;
background-color: #fff;
}

#sidebar p.update {
width: 150px;
padding: 10px;
margin-top: 20px;
border: solid 1px #c3c3c3;
text-align: center;
font-weight: bold;
color: #333;
background: url("../images/update.gif") center center repeat;
}
#sidepr {
	background-color: #9CF;
	height: auto;
	width: auto;
}
.sidepr {
	background-color: #CCF;
}
.sidepr a:link {
	color: #900;
	text-decoration: underline;
}
.sidepr a:visited {
	color: #939;
}
.sidepr a:hover {
	color: #060;
}


#content {
width: 525px;
float: right;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

#content .entry {
padding: 10px;
border: solid 1px #c3c3c3;
margin-bottom: 20px;
}

#content h1 {
margin: 10px;
font-size: 23px;
color: #0066b3;
}

#content h2 {
margin: 5px;
font-size: 17px;
color: #333;
}

#content img {
padding: 5px;
margin: 7px;
border: solid 2px #c3c3c3;
background-color: #f9f9f9;
}

#content ul, #content ol {
color: #333;
margin: 10px;
margin-left: 50px;
}

#content blockquote {
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
font-weight: bold;
color: #333;
background: url("../images/update.gif") center center repeat;
}

#content p {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
}

#content p.code {
width: 350px;
margin-left: 35px;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
font-size: 10px;
border: solid 1px #c3c3c3;
background: url("../images/update.gif") center center repeat;
}

#content p img.right {
float: right;
}

#content p img.left {
float: left;
}

#content acronym, #footer acronym {
border-bottom: dotted 1px #0066b3;

}

#content acronym:hover, #footer acronym:hover {
border-bottom: dotted 1px #333;
}

#content a, #content a:visited, #footer a, #footer a:visited {
color: #0066b3;
}

#content a:hover, #footer a:hover {
text-decoration: none;
}

#footer {
clear: both;
width: 790px;
margin-bottom: 30px;
border: solid 2px #c3c3c3;
background: url("../images/spiralbg.png") center center no-repeat;
}

#footercontent p {
text-align: right;
padding-right: 20px;
padding-bottom: 2px;
}

#footer a img, #footer a:visited img, #content a img, #content a:visited img {
border: solid 2px #c3c3c3;
}

#footer a:hover img, #content a:hover img {
border: solid 2px #333;
}

