/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
	margin: 0 auto;
	padding: 0; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	background: #f4f4f4 url(img/content_bg.jpg) repeat-y center top;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
	width: 450px;
	margin: 0 0 10px;
	float: left;
	color: #333333;
	font: italic bold 250% Geneva, Arial, Helvetica, sans-serif;
}

#header p {
	width: 300px;
	float: right;
	color: #CC3300;
	margin: 0;
	font-style: italic;
	text-align: right;
	padding-top: 20px;
}

#banner {
margin: 0 0 10px 0;
border: 0;
}

#navigation {
	clear: left;
	float: left;
	width: 150px;
	padding: 0;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#navigation ul {
	list-style: none;
	width: 150px;
	font-size: 85%;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
	margin-top: 0;
	font-variant: small-caps;
}	

#navigation li {
margin-bottom: 4px;
}

#navigation li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #cccccc;
}	
	
#navigation li a:hover {
	color: #336699;
	background-color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336699;
}

.contact {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #FFFFFF;
	line-height: 125%;
	font-size: 85%;
}

#sidebar {
	float: right;
	width: 150px;
	margin: 0 0 10px;
	line-height: 150%;
	font-size: 85%;
}

#sidebar h3{
	color: #CC3300;
	font-variant: small-caps;
	font-size: 110%;
}
#sidebar ul{
	margin-left: 2px;
	padding-left: 0;
	list-style: none;
}

#sidebar li{
	padding-left: 15px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	padding-bottom: 3px;
}

#sidebar p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 160px 20px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
	font-size: 135%;
	margin: 0 0 0.5em 0;
	color: #999999;
}
#content ul{
margin-left: 20px;
padding-left: 0;
list-style: none;
}

#content li{
	padding-left: 15px;
	background: url(img/bullet.gif) no-repeat 0% 7px;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3{
	color: #CC3333;
	font-variant: small-caps;
	font-size: 110%;
}
h4 {
font-size: 105%;
}
a {
	text-decoration: underline;
	color: #333399;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 80%;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
.tinytext {
	font-size: 80%;
	color: #808080;
}
.quote {
	padding: 2px 5px 5px 10px;
	border: 1px dashed #CC335A;
	font-size: 90%;
	font-weight: 700;
	color: #CC335A;
	margin-right: auto;
	margin-left: auto;
}
