/* 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;
padding: 0;
font-size: 76%;
font-family: Verdana,Tahoma,Arial,sans-serif;
background-repeat: repeat-y;
background-color: #f4f4f4;
background-position: 0% 0%;
}
/* background-image: url('bg.gif'); */

blockquote {
width:350px;
margin-left:40px;
padding:10px;
background: #f1f0ed url(close-quote.gif) no-repeat right bottom;
font-style: italic; 
font-family: Helvetica, Arial, Sans-serif;
border: solid 5px #f1f0ed;
color: #286ea0;
}
blockquote:first-letter {
	background: url(open-quote.gif) no-repeat left top;
	padding-left: 18px;
  font-size: xx-large; 
  color: #666666;
}

h3 {
font-size: 1.3em;
margin: 0;
}

h4 {
font-size: 1em;
margin: 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

.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;
}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin-right: 1em;
 margin-bottom: 0em;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }
 
 .searchform {
 margin: 10px;
 }
 
 .formfield {
 }

.formbutton {
}

#alert {}

.alert{}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 0 0 58px;
width: 900px;
}

#dropdownmenu {
position: absolute;
top: 111px;
left: 56px;
margin : 0;
height : 20px;
padding: 0;
z-index: 1;
vertical-align: center;
}

#tag {
margin: 0;
padding: 15px 10px 10px 20px;
color: #ffffff;
font-style: italic;
position: absolute;
top: 140px;
left: 56px;
font-size: 18px;
font-family: verdana, arial;
}

#frontphoto {
margin: 0;
border: 0;
}

#rightwrap {
position: absolute;
top: 155px;
left: 560px;
}

#logo {
margin: 0 0 0 10px;
border: 0;
}

#leftright {
position: absolute;
left: 5px;
width: 160px;
margin: 10px 0 0 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#leftright a {
font-size: 0.95em;
line-height: 1.5em;
}

#leftright a:hover {
text-decoration: underline;
color: #f6d706;
}

#leftright p {
margin: 0 0 1.5em 0;
}

.feedback {
margin: 0;
padding: 10px;
width: 155px;
background-color: #80a4a4;
color: #f6d706;
text-align: center;
}
.feedback a {
text-decoration: none;
color: #f6d706;
}

.quote {   
font-family: garamond, verdana, arial, "ms sans serif", sans-serif ;
	width:100%;
	text-align:left;
	background:#FFFFCC;
	font-size: 13px;
	padding: 3px;
	border: 1px solid #999999;
	margin: 5px ;
	}
	
#rightright {
position: absolute;
left: 195px;
float: right;
width: 165px;
margin: 10px 0 0 0;
padding: 0;
font-size: 0.9em;
}

#rightright a {
font-size: .95em;
line-height: 1.5em;
}

#rightright a:hover {
text-decoration: underline;
color: #f6d706;
}

#sidebar {
position: absolute;
left: 5px;
margin: 10px 0 0 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

.announce {
margin: 0 10px 0 0;
padding: 5px;
width: 169px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#content {
margin: 5px 400px 20px 5px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
height: 100%;
}

#title {
font: bold 14px verdana, arial;
margin: 10px 0 0 0;
}


.text {
margin-top: 5px;
margin-bottom: 5px;
}

.subinfo {
font: bold 10px verdana, arial;
color: #666666;
padding: 5px;
border-top: 1px solid #286ea0;
border-bottom: 1px solid #286ea0;
}

.subinfo a{
text-decoration: none;
color: #666666;
}

.subinfo a:hover {
text-decoration: underline;
color: #286ea0;
}

#content h2 {
font-size: 1.5em;
margin: 0;
padding-top: 5px;
color: #286ea0;
}

#content a {
text-decoration: none;
color: #286ea0;
}

#content a:hover {
text-decoration: underline;
color: #286ea0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#footer {
border-top: 4px solid #f0f0f0;
background: #ffffff;
margin: 0 auto;
padding: 10px 0 20px 0;
width: 100%;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#bottom {
border-top: 4px solid #f0f0f0;
background: #ffffff;
width: 100%;
text-align: center;
color: #808080;
font-size: 0.9em;
padding: 10px 0 20px 0;
}

#bottom a {
color: #505050;
text-decoration: underline;
}

.blockhead {
	font-family: verdana, "ms sans serif", sans-serif, arial ;
	font-size: 8pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #B4DF51;
	background: #A3575E;	
	margin: 0px ;
	text-align: center;
}

.block {
	background: #80A4A4;
	font-family: verdana, arial, sans-serif, "ms sans serif";
	font-size: 8pt;
	color: #FFFFFF;
	border: 1px solid #B4DF51;
	padding: 5px;
	margin: 0px ;
}
