/*-----------------------------------------------------------------------------

Appearances Style Sheet



version:   2.0

author:    Nathan Frerichs

email:     nathan@nathanfrerichs.com

website:   http://www.nathanfrerichs.com

-----------------------------------------------------------------------------*/


/*---------------------------------------------------------

	Tabs

-----------------------------------------------------------*/

.article {
	position:relative;
}

.article h3 {
	position:absolute;
	top:2em;
	text-align: center;
	margin-right: 2px;
	border-top: 1px solid #BBC9D1;
	border-right: 1px solid #BBC9D1;
	border-left: 1px solid #BBC9D1;
	color: #EAEEF1;
}

.article h3.second-child {
	left:204px;	
}

.article h3 a {
	display:block;
	height: 25px;
	width: 200px;
	padding-top:5px;
	font-size:70%;
	letter-spacing: 0.1em;
	color:#999;
	background-color:#E6E6E6;
	background-image:url(../images/background_tabs_unselected.png);
	background-position: left bottom;
	background-repeat:repeat-x;
}

.article h3 a:hover {
	background-color: #DBE3E6;
	color:#FFF;
}

h3 a.selected {
	background-image: url(../images/background_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#CAD5D9;
	color:#FFF;
	font-variant: small-caps;
}

#upcoming, 
#recent,
#articles,
#reports {
	margin-top:2.5em;
	padding: 25px 15px 0;
	background-image: url(../images/background_nav.jpg);
	background-repeat: repeat-x;
	background-position: left -30px;
	border-right: 1px solid #BBC9D1;
	border-bottom: 1px solid #BBC9D1;
	border-left: 1px solid #BBC9D1;
}

