/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* CAMILLA
BACKGROUND COLORS
body				#ffffff
green	(header)	#699425
blue	(side)		#cbc9dc
red		(center)	#fcf2e0
menu				#567d1a
article title		#fbf1df
side body			#f7f7fa

TEXT COLORS
body				#000000
article title		#99141b
latestnews title	#d54a21
links				#534b8b
links hover			#699425
links visited		#534b8b
*/

body
{
	background-color:	#ffffff;
	margin-top:			20px;
}

div
{
overflow:hidden;
}

.vl_text
{
	color:				#000000;
	font-family:		"Arial";
	font-size:			11px;
	text-align:			justify;
}

.vl_latestnews_title
{
	color:				#d54a21;
	font-family:		"Arial";
	font-size:			13px;
	font-weight:		bold;
	text-align:			left;
}

.vl_article_title
{
	color:				#99141b;
	font-family:		"Arial";
	font-size:			15px;
	font-weight:		bold;
	text-align:			left;
}

.vl_contentsmenu
{
	color:				#000000;
	font-family:		"Arial";
	font-size:			11px;
	text-align:			left;
        list-style:none;
}
.vl_contentsmenu ul li
{
        list-style:none;
        margin-left: 30px;
}

.vl_gallery
{
	color:				#000000;
	font-family:		"Arial";
	font-size:			9px;
	text-align:			justify;
}

a:link
{
	color:				#534b8b;
	font-size:			bold;
}
a:hover
{
	color:				#534b8b;
	font-size:			bold;
}
a:active
{
	color:				#534b8b;
	font-size:			bold;
}
a:visited
{
	color:				#534b8b;
	font-size:			bold;
}

.vl_article_header
{
	position:			relative;
	top:				0px;
	left:				0px;
	background:			url(images/title_article.png) no-repeat;
}
