/* andreas02 - 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 27, 2005)

Screen layout: */

body {
	padding: 0;
	margin: 0;
	font: 80% tahoma, verdana, sans-serif;
	color: #303030;
	background: url(portfolio-pix/cross.gif);
}

a {
text-decoration: none;
color: #3754AA;
}

a:hover {
text-decoration: underline;
}

#toptabs {
	margin: 10px auto -13px;
	font-size: 0.7em;
	width: 760px;
}

#toptabs p {
text-align: right;
color: #737373;
}

.toptab {
padding: 3px 5px 4px;
margin: 0 0 0 5px;
text-decoration: none;
background: #6F78C5 url(IMAGES/CORNER3.GIF) no-repeat right top;
color: #CCCCCC;
border-bottom: 1px solid #e0e0e0;
}

.toptab:hover {
background: #fafafa url(images/corner3.gif) no-repeat right top;
border-bottom: 1px solid #eaeaea;
color: #505050;
text-decoration: none;
}

.activetoptab {
padding: 3px 5px 3px 5px;
margin: 0 0 0 4px;
color: #505050;
text-decoration: none;
background: #ffffff url(images/corner3.gif) no-repeat right top;
border-bottom: 1px solid #ffffff;
}

.activetoptab:hover {
text-decoration: none;
}

#container {
	margin: 0 auto 5px;
	width: 760px;
	padding: 5px 10px 0px;
	background: #FFFFFF url(IMAGES/topright_boxes.gif) no-repeat right top;
}

#logo {
	margin: 10px 0 0;
	background: url(IMAGES/a-display-header-txt.gif) no-repeat 128px 9px;
}

#logo h1 a {
	color: #4467CC;
}

#logo h1 a:hover {
text-decoration: none;
}

#navitabs {
	clear: both;
}

.navitab {
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
	text-decoration: none;
	background: #e0e0e0 url(IMAGES/CORNER.GIF) no-repeat right top;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-size: 95%;
}

.navitab:hover {
text-decoration: none;
background: #d0d0d0 url(IMAGES/CORNER.GIF) no-repeat right top;
}

.activenavitab {
	padding: 4px 8px 5px 8px;
	color: #ffffff;
	margin: 0 0 5px 0;
	text-decoration: none;
	background: #505050 url(IMAGES/CORNER.GIF) no-repeat right top;
	font-size: 95%;
}

.activenavitab:hover {
text-decoration: none;
}

#desc {
height: 200px;
color: #ffffff;
padding: 0;
clear: both;
margin: 5px 0 0 0;
}

#desc p {
width: 290px;
font-size: 1em;
line-height: 1.3em;
padding: 0 0 0 15px;
}

#desc h2 {
padding: 15px 15px 0 15px;
color: #ffffff;
}

#desc a {
color: #ffffff;
text-decoration: underline;
}

#main {
	width: 590px;
	float: left;
	padding: 0 10px;
	color: #464646;
	height: 457px;
}

.block {
	background: #A1AFCC;
	color: #FFFFFF;
	display: block;
	text-align: left;
	vertical-align: middle;
	font-size: 85%;
	padding: 5px;
	margin-left: 310px;
}

#sidebar {
	width:149px;
	float:right;
	font-size: 95%;
	left: 0px;
	background-color: #D6DBD5;
	height: 457px;
}

#sidebar p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 12px;
	padding-left: 5px;
}

.sidelink {
text-align: left;
display: block;
width: 120px;
background: #B0B4B2 url(IMAGES/corner-sidebar.gif) no-repeat right top;
padding: 3px 4px 3px 8px;
margin: 5px 10px 5px 0;
}

.sidelink:hover {
background: #e0e0e0 url(images/corner-sidebar.gif) no-repeat right top;
text-decoration: none;
}

#footer {
clear: both;
background: #BBBBBB;
color: #FFFFFF;
font-size: 0.8em;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-align: center;
}

#footer a {
color: #6C6C6C;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 3.4em;
	font-weight: normal;
}

h2 {
margin: 0 0 20px 0;
font-size: 1.6em;
font-weight: normal;
}

h3 {
	margin: 20px 0 5px;
	font-size: 1.6em;
	font-weight: normal;
	color: #666666;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	text-align: left;
	font-size: 95%;
}

.right {
text-align: right;
}

a img {
border: 0;
}

.photo {
	display: block;
	margin: 0 auto 15px 5px;
	background-color: #D5D5D5;
	text-align: center;
}

.hide {
display: none;
}
#sidebar h3 {
	font-size: 1.2em;
	padding-left: 5px;
}
h6 {
	font-size: 9px;
	color: #333333;
}
