body {
	font-family: arial, sans-serif;
	line-height: 24px;
	background-color: #def;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;

}

#content {
	margin-left: 290px;
	width: 675px;
	padding: 10px;
	padding-top: 50px;
	padding-left: 50px;
	background-color: white;
	border-right: 1px solid #bcd;
	border-left: 1px solid #bcd;
}

#sidebar {
	width: 245px;
	position: fixed;
	top: 10px;
	padding-left: 25px;
	padding-top: 8px;
}


#sidebar h2 {
	position: relative;
	left: -9px;
	font-size: 38px;
	margin-top: 20px;
		margin-bottom: 12px;

}

#sidebar h3 {
	font-size: 13px;
	font-weight: normal;
	color: #567;
}

#sidebar p {
	font-size: 16px;
	line-height: 22px;
	color: #888;
}

#sidebar a {
	color: black;
	text-decoration: none;
}

#sidebar a:hover {
	color: #4d89f1;
	text-decoration: none;
}

#controller, #navigation, #contact {
	margin: 20px 0;
}

#controller {
	position: relative;
	left: -7px;
	background-color: white;
	padding: 10px 0px;
	padding-left: 10px; 
	-webkit-border-radius: 5px;
	border: 1px solid #bbb;
	-moz-box-shadow: 0 2px 2px #cde;
    -webkit-box-shadow: 0 2px 2px #cde;
    box-shadow: 0 2px 2px #abc;
 
}

#controller a{
	padding: 3px 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid rgba(102,170,221,0);
	-webkit-text-shadow: 0 1px 0 #def;
	text-shadow: 0 1px 0 #dee;
	margin-right: 0px;
}

#controller a:hover {
	color: black;
	background: #aaddff;
    background: -moz-linear-gradient(top, #bbddff, #99bbff);
    background: -webkit-gradient(linear,
                left top, left bottom, from(#bbddff), to(#99bbff));
    border: 1px solid #6688cc;
    border-bottom-color: #4466aa;
    text-decoration: none;
 /*   -moz-box-shadow: 0 2px 3px #bbb;
    -webkit-box-shadow: 0 2px 3px #bbb;
    box-shadow: 0 2px 3px #bbb; */
}

#controller a:active {
	background: #88bbdd;
    background: -moz-linear-gradient(top, #88aacc, #6688cc);
    background: -webkit-gradient(linear,
                left top, left bottom, from(#88aacc), to(#6688cc));
    border: 1px solid #5588bb;
    border-bottom-color: #335588;
 /*   -moz-box-shadow: 0 1px 2px #aaa;
    -webkit-box-shadow: 0 1px 2px #aaa;
    box-shadow: 0 1px 2px #aaa;
    	text-shadow: 0 1px 0 #abc; */
}

#controller a.next:hover, #controller a.next:active {
	border-color: black;
}

#controller a.prev, #controller a.top {
	opacity: 0.5;
}

#controller a.prev:hover, #controller a.top:hover {
	opacity: 1;
}

#controller a.next {
	border: 1px solid black;
	margin-right: 4px;
}

#navigation a, #contact a{
	display: block;
}

#navigation {
	text-transform: capitalize;
	font-size: 18px;
	line-height: 26px;
}

#selected {
	text-decoration: underline;
	font-weight: bold;
}

#contact {
	font-size: 15px;
	margin-top: 5px;
}

#content a.entry{
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}

#content a.entry img{
	border: 1px solid silver;
}

#content a.entry:hover img 
{
	border-color: blue;
}

#content a.entry.visited img 
{
	border-color: purple;
}

#content a.entry:link {
	color: black;
}

#content a.entry:hover{
	color: blue;
}

#content a.entry:visited{
	color: purple;
}

#content a.entry:visited img{
	border-color: purple;
}

#content a.entry.stub {
	cursor: default;
}

#content a.entry.stub:hover {
	color: black;
}

#content a.entry.stub:hover img {
	border-color: silver;
}

#content p {
	font-size: 14px;
	line-height: 18px;
}

#content img {
	display: block;
	margin-bottom: 12px;
}

#content p.date {
	font-size: 11px;
	margin-top: 12px;
	margin-bottom: 150px;
	text-transform: capitalize;
}
