/*
Original design: andreas01 (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas01/
*/

/* Main body */
body {
	background:#f4f4f4 url(img/bgw.jpg) top center repeat-y;
	color:#404040;
	font:0.75em Verdana, Tahoma, Arial, sans-serif;
	margin:0 auto;
	padding:0;
}
#wrap {
	background:#fff;
	color:#404040;
	margin:0 auto;
	width:760px;
}
/* Basic tags */
a {
	background-color:inherit;
	color:#286ea0;
	font-weight:700;
	text-decoration:none;
}

a.internal{
background:url("img/external_link_icon.gif") no-repeat scroll right top transparent;
padding:0 18px 0 0;
}

a:hover {
	background-color:inherit;
	color:#FF0000;
	text-decoration:underline;
}
a img {
	border:0;
}
p {
	margin:0 0 1.4em;
}
/* Header */
#header {
	height:90px;
	margin:10px 0 0;
	padding:0;
}
#header h1 {
	background-color:inherit;
	color:#505050;
	float:left;
	font-size:3.0em;
	margin:0 0 10px;
	width:430px;
}
#header h1 a {
	background-color:inherit;
	color:#236C8A;
	text-decoration:none;
}
#header p {
	float:right;
	font-weight:700;
	line-height:1.3em;
	margin:8px 0 0;
	text-align:right;
	width:320px;
}
#frontphoto {
	border:0;
	margin:0 0 10px;
}
/*Left and right sidebar */
#leftside {
	clear:left;
	float:left;
	margin:0 0 5px;
	padding:0;
	width:165px;
}
#rightside {
	float:right;
	line-height:1.4em;
	margin:0 0 5px;
	padding:0;
	width:140px;
}
#leftside p, #leftside ul, #rightside p, #rightside ul {
	margin:0 0 16px;
	padding:0;
}
#leftside p, #rightside p {
	font-size:0.9em;
	line-height:1.4em;
}
#leftside li, #rightside li {
	line-height:1.2em;
	list-style:none;
	margin:0 0 6px;
	padding:0;
}
#leftside ul ul, #rightside ul ul {
	margin:6px 0 0 10px;
	padding:0;
}
#leftside ul ul li, #rightside ul ul li {
	margin:0 0 4px;
}
#leftside ul ul li a, #rightside ul ul li a {
	font-weight:400;
}
#leftside h2, #leftside h3, #rightside h2, #rightside h3 {
	color:#505050;
	font-size:1.2em;
	margin:0 0 8px;
	padding:0;
}
#leftside img {
	background:#ccc;
	border:4px solid #f0f0f0;
	color:#303030;
	display:inline;
	padding:2px;
}
/* Main menu */
#leftside ul.avmenu, #rightside ul.avmenu {
	display:block;
	list-style:none;
	margin:0 0 18px 0;
	padding:0;
	width:160px;
}
#leftside ul.avmenu li, #rightside ul.avmenu li {
	display:inline;
	line-height:1.4em;
	padding:0;
	width:160px;
}
#leftside ul.avmenu li a, #rightside ul.avmenu li a {
	background-color:#f4f4f4;
	border-left:4px solid #ccc;
	color:#505050;
	float:left;
	font-weight:700;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
	width:160px;
}
#leftside ul.avmenu li a:hover, #leftside ul.avmenu li a.current, #rightside ul.avmenu li a:hover, #rightside ul.avmenu li a.current {
	background-color:#eaeaea;
	border-left:4px solid #286ea0;
	color:#236C8A;
}
#leftside ul.avmenu ul, #rightside ul.avmenu ul {
	font-size:0.9em;
	margin:0 0 0 15px;
	padding:0 0 5px;
	width:145px;
}
#leftside ul.avmenu ul a, #rightside ul.avmenu ul a {
	font-weight:500;
	padding:3px 1px 3px 5px;
	width:145px;
}
#leftside ul.avmenu ul ul, #rightside ul.avmenu ul ul {
	width:133px;
}
#leftside ul.avmenu ul ul a, #rightside ul.avmenu ul ul a {
	width:120px;
}
/* Main content */
#content {
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	line-height:1.5em;
	margin:0 170px 5px;
	padding:0 10px;
}
#contentwide {
	border-left:1px solid #e0e0e0;
	line-height:1.5em;
	margin:0 0 5px 170px;
	padding:0 10px 0 20px;
}
#contentwide2 {
	border-right:1px solid #e0e0e0;
	line-height:1.5em;
	margin:0 170px 5px 0;
	padding:0 10px 0 0;
}
#content h2, #contentwide h2, #contentwide2 h2 {
	font-size:1.4em;
	margin:0 0 10px;
	color:#236C8A;
}
#content h3, #contentwide h3, #contentwide2 h3 {
	font-size:1.1em;
	margin:0 0 8px;
	color:#236C8A;
}
#content img, #contentwide img, #contentwide2 img {
	background:#ccc;
	border-top:2px solid #ddd;
	border-right:2px solid #666;
	border-left:2px solid #ddd;
	border-bottom:2px solid #666;
	color:#303030;
	display:inline;
	/* [disabled]padding:2px; */
}
#content ul, #contentwide ul, #contentwide2 ul, #content ol, #contentwide ol, #contentwide2 ol {
	margin:0 0 16px 20px;
	padding:0;
}
#content li, #contentwide li, #contentwide2 li {
	margin:16px;
	padding:0 0 6px 5px;
}
#content ul ul, #contentwide ul ul, #contentwide2 ul ul, #content ol ol, #contentwide ol ol, #contentwide2 ol ol {
	margin:0 0 0 16px;
	padding:0;
}
/* Footer */
#footer {
	background:#fff;
	border-top:2px solid #e0e0e0;
	clear:both;
	color:#000;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	width:760px;
	line-height:1.5em;
	font-size:0.8em;
}
#footer p {
	margin:0;
	padding:0;
}
#footer a {
	background-color:#fff;
	color:#236C8A;
	font-weight:400;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	font-size:1.1em;
}
/* Additional classes */
.left {
	float:left;
	margin:3px 10px 2px 0;
}
.right {
	float:right;
	margin:2px 0 2px 10px;
}
.textright {
	text-align:right;
	margin:5px 0;
}
.center {
	text-align:center;
}
.small {
	font-size:0.8em;
}
.bold {
	font-weight:700;
}
.timestamp {
	font-size:1.2em;
	margin:-5px 0 15px 10px;
}
.timestamp a {
	font-weight:400;
}
.announce {
	background-color:#f4f4f4;
	border-left:4px solid #ccc;
	clear:left;
	color:#505050;
	font-size:0.875em;
	line-height:1.5em;
	margin:10px 0 15px;
	padding:7px 5px 2px 5px;
	width:155px;
}
.announce p {
	margin:10px 0 0;
	padding:0;
}
.announce img {
	background:#ccc;
	border:4px solid #f0f0f0;
	color:#303030;
	display:inline;
}
.postinfo {
	background-color:#f4f4f4;
	border-left:4px solid #ccc;
	color:#606060;
	font-size:0.9em;
	line-height:1.4em;
	margin:1px 0 20px;
	padding:8px 5px 8px 8px;
}
.clearing {
	clear:left;
	margin:0;
	padding:0;
	visibility:hidden;
}
.hide {
	display:none;
}
.indenttext {
	color:#404040;
	margin:0 auto;
	padding:0px 30px 15px 30px;
}
.bluetext {
	color:#236C8A;
	font-weight:700;
}
.bluetextlarge {
	color:#236C8A;
	font-size:1.2em;
	font-weight:700;
}
.indentblue {
	color:#236C8A;
	margin:0 auto;
	padding:0px 30px 15px 30px;
}
.greentext {
	color:#006600;
	font-weight:700;
}
.indentgreen {
	color:#006600;
	margin:0 auto;
	padding:0px 30px 15px 30px;
}
.redtext {
	color:#FF0000;
	font-weight:700;
}
.blacktext {
	color:#000000;
	font-size:1em;
	font-weight:400;
}
.redtextlarge {
	color:#FF0000;
	font-size:1.2em;
	font-weight:700;
}
.indentred {
	color:#FF0000;
	margin:0 auto;
	padding:0px 30px 15px 30px;
}
blockquote {
	background:#E4ECEC;
	margin:15px 20px 15px 20px;
	padding:15px 15px 15px 15px;
	border-top:1px solid #ddd;
	border-right:1px solid #666;
	border-left:1px solid #ddd;
	border-bottom:1px solid #666;
	font-size:0.8em;
}
#content blockquote p {
	margin:0;
	padding:10px;
}
div.dateblock {
	line-height: 1.2em;
	width: 40px;
	float: right;
	margin-top: 6px;
	background: #F3F3F3;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	color: #aaa;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	letter-spacing: 0.17em;
	font-family: Arial, Verdana, sans;
	padding: 1px;
}
span.dateblock_mon {
	font-size: 0.875em;
	display: block;
	text-align: center;
	color: #336;
	font-family: Georgia, Arial, Verdana, sans;
}
span.dateblock_day {
	font-weight: bold;
	font-size: 1.4em;
	display: block;
	font-family: Georgia, Arial, Verdana, sans;
	text-align: center;
	position: relative;
	top: -1px;
	color: #336;
}
span.dateblock_year {
	font-size: 0.875em;
	display: block;
	text-align: center;
	color: #336;
	font-family: Georgia, Verdana, Arial, sans;
}

.sbl {
	background: url(images/sbl.jpg) 0 100% no-repeat #236C8A;
	width: 100%
}
.sbr {
	background: url(images/sbr.jpg) 100% 100% no-repeat
}
.stl {
	background: url(images/stl.jpg) 0 0 no-repeat
}
.str {
	background: url(images/str.jpg) 100% 0 no-repeat;
	padding:10px
}
.clear {
	font-size: 1px;
	height: 1px
}

.picturecaption {
	background-color: #ffffff;
	border:1px solid #236C8A;
	padding: 6px;
	font: 0.9em Arial, sans-serif;
	color:#000000;
	font-weight:bold;	
	text-align: center;
	margin-bottom:10px;
}
.picturecaption img {
	border: 2px outset #E7D0B6;
	vertical-align:middle;
	margin-bottom:6px;
}
.rightalign {
	margin: 0.5em 0pt 0.5em 0.5em;
	float:right;
}
.leftalign {
	margin: 0.5em 0.5em 0.5em 0;
	float:left;
}

.cleaner_with_height {
	clear:both;
	width:100%;
	padding:2px;
	height:2px;
}
