/*== CSS Typography ==*/
/* This is where you set your desired font size. The line-heights
   and vertical margins are automatically calculated from this.*/
body {
    line-height: 1.3em;
    font-size: 90%;
    color:#656565;
    font-family:  Arial, Helvetica, sans-serif;
}

/* Default fonts and colors. */
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .text p, .text ul, .text ol, .text dl, .text input, .text textarea {}

/* Headings */
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 { font-weight: bold;}

.text h1 { font-size: 2.4em; line-height: 0.6em; margin: 0.6em 0 0.4em 0}
.text h2 { font-size: 2.2em; line-height: 0.9em; margin: 0.6em 0 0.4em 0}
.text h3 { font-size: 1.9em; line-height: 0.6em; margin: 0.6em 0 0.4em 0}
.text h4 { font-size: 1.6em; line-height: 0.8em; margin: 0.6em 0 0.4em 0}
.text h5 { font-size: 1.1em; line-height: 0.7em; margin: 0.6em 0 0.4em 0}
.text h6 { font-size: 1em; line-height: 0.8em; margin: 0.6em 0 0.4em 0}

/* Text elements */
.text p { margin: 0 0 1.5em; }

.text ul, .text ol { margin: 0 1.5em 1.5em 1.5em; }
.text ul { list-style-type: circle; }
.text ol { list-style-type: decimal; }

.text dl { margin: 0 0 1.5em 0; }
.text dl dt { font-weight: bold; }
.text dl dd { margin-left: 1.5em; }

.text abbr, .text acronym { border-bottom: 1px dotted #000; }
.text address { margin-top: 1.5em; font-style: italic; }
.text del { color: #000; }

.text a { color: #000; text-decoration:none; }
.text a:hover { text-decoration: underline; }

.text q { font-style:italic; }
.text blockquote { font-style:italic; margin: 1.5em; }
.text strong { font-weight: bold; }
.text em, .text dfn { font-style: italic; }
.text dfn { font-weight: bold; }
.text pre, .text code { margin: 1.5em 0; white-space: pre; }
.text pre, .text code, .text tt { font: 1em monospace; line-height: 1.5; }
.text tt { display: block; margin: 1.5em 0; line-height: 1.5; }

/* Tables */
.text table { margin-bottom: 1.4em; }
.text th { border-bottom: 2px solid #ddd; font-weight: bold; }
.text td { border-bottom: 1px solid #ddd; }
.text th, .text td { padding: 4px 10px 4px 0; }
.text tfoot { font-style: italic; }
.text caption { background: #ffc; }

/* Some default classes */
.text .small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.text .large { font-size: 1.6em; line-height: 1.3em;}

.text .hide { display: none; }
.text .highlight { background: #ffc; }

.text .top { margin-top: 0; padding-top: 0; }
.text .bottom { margin-bottom: 0; padding-bottom: 0; }
.text p.right { text-align:right; }
.text p.center { text-align:center; }

ul.vmenu{
	float: left;
	list-style-type: none;
	width: 220px;
	margin: 0;
	
}

ul.vmenu li{
	background-image: url(/data/image/circle_gray.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 2.5em;
	padding-left: 2em;
}
ul.vmenu li:hover{
	background-image: url(/data/image/circle_red.gif);
}

ul.vmenu li.active{
	background-image: url(/data/image/circle_red.gif);
	background-position: left;
	background-repeat: no-repeat;
}

ul.vmenu li a{
	text-decoration: none;
	color: #656565;
	padding-bottom: 1em;
}

ul.vmenu li a:hover{
	text-decoration: none;
	color: #de1a22;
}

.menu ul{
	margin: 0; 
	padding: 0;
	float: left;
	text-decoration: none;
	}

.menu ul li{
	display: inline;
	font-size: 1.2em;
	margin: 0;
	
	}
	

.menu a.menu{
	text-decoration: none;
	color: #656565;
}

.menu ul li a{
	float: left; 
	text-decoration: none;
	color: #656565;
	padding: 0 1.5em 0 0;
	
	
	}

.menu ul li a:visited{
	color: #656565;

	}

.menu ul li a:hover, .menu ul li .current{
	color: #de1a22;
	text-shadow: 1px 1px white;
	text-decoration: none;
	}
	
div.sectionheader{
	font-size: 1.2em;
	margin-bottom: 2.26em;
	text-shadow: 1px 1px white;
	color: #de1a22;
}

.sectionheader_black{
	font-size: 1.2em;
	text-shadow: -1px -1px #303030;
	color: #f7f7f7;
	padding-bottom: 20px;
}

.twitter ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}


.blog .blog_content{
	font-size: 0.79em;
}

div.skype, div.mail, div.phone, div.copyright{
	font-size: 0.85em;
}

div.copyright{
	margin-top: 1em;
}

.blog_content h6{
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

.twitter ul li{
	background-image: url(/data/image/tweety.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0.79em;
	padding: 0px 0px 4em 35px;
	
}


.twitter_link, .blog_update{
	text-align: right; 
}

.twitter_update, .blog_update, .blog_link{
	
	font-style: italic;
	font-size: 0.81em;
}

.twitter_link a, .blog_link a{
	color: #f7f7f7;
	text-decoration: underline;
}

.twitter_link a:hover, .blog_link a:hover{
	
	color: #f7f7f7;
	font-style: italic;
	text-decoration: none;
}

.project_info{
	font-size: 0.79em;
}
