/* Style file for drakontas.org */

body, html
{
	background: #000000 /*url("../images/slants.png")*/ /*url("../images/test.png")*/ url("../images/blue.png") repeat-x fixed left top;
	background-color: #DEDEDE;
	border: 0px;
	cursor: default;
	margin: 0px;
	padding: 0px;
}

#center
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 725px;
}

#center #nav
{
	background: #EFEFEF /*url("../images/slants.png")*/;
	border-bottom: 1px solid #808080;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding: 14px 10px;
	text-align: right;
}

#center #nav h1
{
	background: url("/images/logo.png") no-repeat;
	border: 0 solid #606060;
	display: block;
	float: left;
	font-size: 1px;
	line-height: 1px;
	margin: -14px 0 0 -50px;
	padding: 165px 12px;
	z-index: 1000;
}

#center #nav a:link
{
	background-color: #CDCDCD;
	border-right: 3px solid #ABABAB;
	color: #000060;
	font-weight: bold;
	margin-left: 5px;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
}

#center #nav a:visited
{
	background-color: #CDCDCD;
	border-right: 3px solid #ABABAB;
	color: #000060;
	font-weight: bold;
	margin-left: 5px;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
}

#center #nav a:hover
{
	background-color: #ABABAB;
	border-right: 3px solid #606060;
	color: #404040;
	font-weight: bold;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
}

#center #nav a:visited:hover
{
	background-color: #ABABAB;
	border-right: 3px solid #606060;
	color: #404040;
	font-weight: bold;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
}

#center #nav a.selected:link
{
	background-color: #ABABAB;
	border-right: 3px solid #606060;
	color: #404040;
	font-weight: bold;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
}

#center #nav a.selected:visited
{
	background-color: #ABABAB;
	border-right: 3px solid #606060;
	color: #404040;
	font-weight: bold;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
}

#center #content
{
	background-color: #FFFFFF;
	padding: 21px 20px 19px 20px;
	padding-bottom: 0px;
}

#center #content h2
{
	border-bottom: 1px solid #CDCDCD;
	color: #404040;
	font-family: arial;
	font-size: 15pt;
	line-height: 15pt;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	padding-bottom: 3px;
}

#center #content h3
{
	color: #404040;
	font-family: arial;
	font-size: 13pt;
	line-height: 13pt;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0 2px;
	padding-bottom: 3px;
}

#center #content h4
{
	border-bottom: 1px solid #CDCDCD;
	color: #404040;
	font-family: arial;
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0 2px;
	padding-bottom: 3px;
}

#center #content h5
{
	color: #404040;
	font-family: arial;
	font-size: 11pt;
	line-height: 11pt;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0 2px;
	padding-bottom: 3px;
}

#center #content h6
{
	color: #404040;
	font-family: arial;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0 2px;
	padding-bottom: 3px;
}

#center #content p
{
	font-family: arial;
	font-size: 10pt;
	margin: 0px 5px 15px 2px;
	padding: 0 2px;
}

#center #content a:link
{
	color: navy;
	font-weight: bold;
	text-decoration: none;
}

#center #content a:visited
{
	color: navy;
	font-weight: bold;
	text-decoration: none;
}

#center #content a:hover
{
	color: purple;
	font-weight: bold;
	text-decoration: underline;
}

#center #content a:visited:hover
{
	color: purple;
	font-weight: bold;
	text-decoration: underline;
}

#center #content ol
{
	font-family: arial;
	font-size: 10pt;
	margin: 0px 20px 15px 25px;
	padding: 0px;
}

#center #content ul
{
	font-family: arial;
	font-size: 10pt;
	margin: 0px 20px 15px 25px;
	padding: 0px;
}

#center #content li
{
	margin-bottom: 15px;
}

#center #content span.date
{
	font-family: verdana;
	font-size: 10pt;
}

#center #content div.thumb
{
	background: url("../images/bg.small.png") top no-repeat;
	float: right;
	margin: 5px -7px 10px 10px;
	padding: 9px 10px 10px 10px;
	text-align: center;
}

#center #content img.thumbnail
{
	height: 150px;
	margin-right: 5px;
	margin-left: 5px;
	width: 225px;
}

#center #footerbox
{
	background: #EFEFEF;
	border-left: 3px solid #ABABAB;
	border-right: 3px solid #ABABAB;
	border-top: 1px solid #ABABAB;
	font-family: verdana;
	font-size: 8pt;
	margin: 0px 20px 20px 20px;
}

#center #footerbox #footer
{
	padding: 6px 7px 7px 7px;
	text-align: center;
}

#center #footer a:link
{
	color: blue;
	text-decoration: none;
}

#center #footer a:visited
{
	color: blue;
	text-decoration: none;
}

#center #footer a:hover
{
	color: purple;
	text-decoration: underline;
}

#center #footer a:visited:hover
{
	color: purple;
	text-decoration: underline;
}

#center #footerbox #footer #left
{
	display: block;
	text-align: left;
}

#center #footerbox #footer #right
{
	float: right;
	text-align: right;
}

