/* ----------------------------------------------------------------------------

		author		: Tobias Baur / Jonathan Stroebele ( http://www.tobiasbaur.de )
		date		: 2009-09-01
		file		: colorsandsuch.css
		function	: Style (background, color, font, etc.)

		site		: http://www.velacon.de
		
---------------------------------------------------------------------------- */

/* 
	CSS DIRECTORY
		1. General Settings
		2. Sections
		
*/


/*  
	GENERAL SETTINGS 
	========================= */ 

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-color: #fbfbfb;
	background-position: top;
	line-height: 1.5;
	font-size: 11px;
	color: #707173;
}

address {
	font-style: normal;
}

legend {
	padding: 0.6em;
}

blockquote {
	font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
	color: #c50c1f;
}
	
h1 {
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}

ol.display, ul.display, li.display {
	list-style: decimal;
}

ol.nodisplay, ul.nodisplay, li.nodisplay {
	list-style: none;
}

th {
	text-align: left;
}

/* ----------------------- ----------------------- anchors === */
a {
	text-decoration: none;
	color: #606060;
	outline: none;
}

#logo h1 a {
	background-image: url(../images/Velacon-logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.project a {
	white-space: nowrap;
}

.project a.direct {
	opacity: .4;
}

.aside .nav a, .aside .nav span {
	background-image: url(../images/aside-nav-a.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	line-height: 24px;
	color: #707173;
}

.aside .nav > ul > li > a:hover, .aside .nav > ul > li > a:focus {
	background-position: -328px 0;
}

.aside .nav .active, .aside .nav .parent, .aside .nav .parent:hover, .aside .nav .parent:focus {
	background-position: -163px 0;
} 
.aside .nav a:hover, .aside .nav a:focus, .aside .nav .active, 
.footer > ul a:hover, .footer > ul a:focus, 
a:hover, a:focus,
.tags a.current,
.project a.current {
	color: #c50c1f;
}

.aside .nav ul ul a, .aside .nav ul ul .active {
	background-position: -489px 0;
}

.footer > ul a {
	color: #9e9e9c;
}

/* various
	------- */ 

.o {
	color: #c50c1f;
}

.article ul {
	list-style-image: url(../images/ul.gif);
}

.aside .nav ul {
	list-style: none;
}

/*  
	SECTIONS
	========================= */

/* ----------------------- ----------------------- .header === */
#container > .header {
	background-image: url(../images/header-bg-trans.png);
	background-repeat: no-repeat;
}

#bannerOverlay {
	background-image: url(../images/banner-overlay-trans.png);
	background-repeat: no-repeat;
}

/* ----------------------- ----------------------- .aside === */
#container > .aside {
	background-image: url(../images/aside-bg.png);
	background-position: right;
	background-repeat: repeat-y;
}

#container > .aside > div {
	background-image: url(../images/aside-bg-top.png);
	background-position: top right; 
	background-repeat: no-repeat;
}

#container > .aside > div > div {
	background-image: url(../images/aside-bg-bottom.png);
	background-position: bottom right; 
	background-repeat: no-repeat;
}

/* ----------------------- ----------------------- .section === */
#container > .section {
	background-image: url(../images/content-left-shadow-repeat.png);
	background-position: bottom left;
	background-repeat: repeat-y;
}
/* ----------------------- ----------------------- .article === */
#container > .section > .cwrapper {
	background-image: url(../images/content-shadow.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#container > .section > .cwrapper > .article {
	background-image: url(../images/content-left-top-shadow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* ----------------------- ----------------------- .box === */
.box {
	background-image: url(../images/box-top-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #fff;
}
.box > div {
	background-image: url(../images/box-top-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.box > div > div {
	background-image: url(../images/box-bottom-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.box > div > div > div {
	background-image: url(../images/box-bottom-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.small > div > div {
	background-image: url(../images/box-small-bottom-right.png);
	background-repeat: no-repeat;
}
.small > div > div > div {
	background-image: url(../images/box-small-bottom-left.png);
	background-repeat: no-repeat;
}

/* ----------------------- ----------------------- .project === */
.project dt {
	font-weight: bold;
}


/* ----------------------- ----------------------- .footer === */
.footer {
	text-align: center;
	line-height: 2.5em;
	font-size: 80%;
	color: #9e9e9c;
}

.footer .copyright {
	color: #98999a;
}

.small-txt {
	font-size: 83%;
}

.name-txt {
	font-size: 120%;
}

.red-txt{
	color: #c50c1f;
}

#site-article #content img  {
	border: 1px solid #c4c4c4;
	background-color: #FFF;
	padding: 3px;
}

/*
Manage the `|` in the footer through CSS. IE6,IE7 donot support, IE8 donot understand :last-child
.footer > ul li:after {
	content: " | ";
}
.footer > ul li:last-child:after {
	content: "";
}
*/
