/* 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: */
/******** styles which change default action of html tags ************/
body {
margin: 0 auto;
padding: 0;
font-size: 76%;
font-family: Verdana,Arial,helvetica,sans-serif;
background: #f4f4f4 url(../images/Kimmswick/bg.gif) top center repeat-y;
}
h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
font-weight: normal;
text-decoration: none;
color: #9c0d42;
}

a:hover {
text-decoration: underline;
color: #9c0d42;
}

a img {
border: 0;
}

/******** styles which define sections of the site and which ************/
/******** change the defaults of some html tags in those sections  ************/
#wrap {
background: #fff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
background-image:url(../images/Kimmswick/logo_small.png);
background-position:top right;
background-repeat:no-repeat;
margin:0;
padding: 0;
height: 140px;
}

#home #header {
background-image:none;
margin:0;
padding: 0;
height: 20px;
} 

#header h1 {
width: 250px;
color: #576983;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 112px 0 10px 250px;
font-size: 0.8em;
line-height: 1.2em;
}
#home #header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 10px 0 10px 250px;
font-size: 0.8em;
line-height: 1.2em;
}
/***  AVMENU is the Left Column ***/
#avmenu {
display: none;
clear: left;
float: left;
width: 130px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}
#avmenu ul {	
list-style: none;
width: 130px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	
#avmenu li {
margin-bottom: 4px;
}
#avmenu li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 4px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
margin-left: 0px;
}	
#avmenu li a:hover {
background: #eaeaea;
color: #9c0d42;
border-left: 4px solid #9c0d42;
}
#avmenu li a.this {
background: #eaeaea;
color: #9c0d42;
border-left: 4px solid #9c0d42;
}

/***  CONTENT is the center column ***/
#content {
float: left;
width: 460px;
margin: 0;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
background-color: #fff;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
color: #9c0d42;
margin: 0 0 10px;
}

#content h3 {
font-size: 1.2em;
margin: 0 0 0.5em 0;
}


/***  EXTRAS is the Right Column ***/
#extras {
float: right;
width: 120px;
margin: 0 10px 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}
#extras p {
margin: 0 0 1.5em 0;
}
#extras ul {
	margin:16px;
	list-style-type:square;
	color: #ccc;
	}
	

#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: 0.8em;
}
#footer a {
color: #808080;
text-decoration: none;
font-weight: normal;
}
#footer a:hover {
font-weight: normal;
text-decoration: underline;
}


/***  Styles which can be applied as classes to any tag ***/
.announce {
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
margin-bottom: 4px;
}
.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;
}
.alert {color: #cc0000;}
.leftpic {
	float: left;
	margin-right: 20px;
}
.rightpic {
	float: right;
	margin-left: 20px;
}

