@charset "utf-8";
/* CSS Document */

html 
{
	overflow-y: scroll;
	background-color: #eeeeee;
} 

body
{
	padding: 0;
	margin: 0;
	background-color: #eeeeee;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#pageborder
{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin-bottom: 40px;
}

#header
{
	background-color: #880000;
	padding: 0px;
	font-variant:small-caps;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	
	//background-image: url(../images/Tali-Rosca-Icon-Transparent.png);
	//background-repeat:no-repeat;
	//background-position: right -40px;
	
}

#footer
{
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	background-color: #dddddd;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

#footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#footer a:hover
{
	color: #880000;
}

#footerleft
{
	float: left;
}

#footerright
{
	float: right;
}

li
{
	padding-bottom: 10px;
}

ul.compactList
{
	margin-top: -7px;
}

ul.compactList li
{
	padding-bottom: 0px;
}

.breaker
{
	clear: both;
}

#page
{
	padding: 10px;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #880000;
}

a:hover
{
	color: #000000;
}

h1
{
	padding-top: 0;
	margin-top: 0;
	font-variant:small-caps;
	padding-right: 50px;
	border-bottom: 1px solid;
	float: left;
}

h2, h3
{
	margin-bottom: 0px;
	clear: left;
}

h2 + p, h3 + p
{
	margin-top: 5px;
}

.sidebar
{
	width: 40%;
	background-color: #f8f8f8;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	float: right;
	border: 1px solid #880000;
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 10px;
	-moz-box-shadow: 3px 3px 3px #888888;
	-webkit-box-shadow: 3px 3px 3px #888888;
}

.sidebar h1
{
	font-size: 12px;
	padding-right: 50px; 
	margin-top: 0px;
	margin-bottom: 10px;
}

p
{
	clear: left;
}

.sidebar p
{
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 12px;
}

img
{
	display: block;
    margin-left: 10%;
	margin-bottom: 30px;
	border: 0;
	width: 40%;
	height: auto;
	text-align:center;
	-moz-box-shadow: 3px 3px 3px #888888;
	-webkit-box-shadow: 3px 3px 3px #888888;
}

.shortcutkey
{
	white-space: nowrap;
	border: 1px solid #880000;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #880000;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}

#topmenublock
{
	float: left;
	padding-right: 50px;
}

#submenublock
{
	clear: both;
}

.topmenuline
{
	padding-top: 5px;
	margin-left: 5px;
	border-bottom: 1px solid #ffffff;
	clear: both;
	width: 110%;
}

.topmenu
{
	margin-top: 5px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.topmenu+.topmenu
{
	border-left: 1px solid #ffffff;
}

#header a
{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

h2 a:hover
{
	padding-right: 15px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_left.png);
}

#header a:hover
{
	color: #880000;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 0 0;
}


.submenu
{
	font-size: 14px;
	margin-top: 5px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: top center;
}

.submenu+.submenu
{
	border-left: 1px solid #ffffff;
}


.toptitle
{
	clear:both;
}

#header
{
	padding-bottom: 10px;
}

.shortcutlist
{
	list-style:none;
	padding: 0px;
	margin: 0px;
}

.shortcutlist li
{
	padding-bottom: 4px;
}

pre
{
	font-family:'Andale Mono','Courier New',Courier,monospace;
	padding:0;
	margin:0;
}

.code
{
	clear: left;
	border: 1px dotted #000000;
	overflow: auto;
	padding: 5px;
	background-color: #f8f8f8;
	margin-bottom: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.bad
{
	color: #880000;
}

.publicdomain
{
	margin-top: -10px;
	margin-right: 8px;
	font-size: 9px;
	text-align:right;
}

.excerpt
{
	margin-top: -10px;
	margin-right: 8px;
	font-size: 9px;
	text-align:right;
}

.good
{
	color: #008800;
}

#footermenu
{
	width: 100%;

	background-color: #880000;
	padding: 2px;
	color: #ffffff;
	font-weight: bold;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footermenu a
{
	color: #ffffff;
	padding: 2px;
}

#footermenu a:hover
{
	color: #880000;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footermenu table
{
	width: 100%;
	border: 0;
}

#footermenu td
{
	text-align:center;
}