body.custom
{
	color: #666;
}

/* language bar */
.custom #language
{
	height: 20px;
	text-align: right;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-variant: small-caps;
}

.custom .lang 
{
	display: inline;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.custom .lang a:link,.custom .lang a:hover,.custom .lang a:visited
{
	border: none;
	font-size: 1.5em;
	line-height: 1.1em;
	color: black;
	background: transparent;
	text-decoration: none;
}

.custom .lang a:hover
{
	color: #666;
}

.custom #footer
{
	height: 65px;
	background: url(images/footerback.jpg) repeat-x;
	border: none;
}

/* header */
.custom #header
{
	height: 65px;
	background: url(images/headerback.jpg) repeat-x;
	border: none;
}
.custom #logo
{
	width: 460px;
	float: left;
}
.custom #logoimage
{
	height: 50px;
	background: url(images/logowhite.png) no-repeat;
}

.custom #menunav
{
	float: right;
	text-align: right;
	margin: 0px 0px;
	display: inline;
}
.custom #tabs, .custom #tabs li
{
	font: "Gothic Century","Optima","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: none;
	background: none;
}

.custom #tabs li a, .custom #tabs li a:visited
{
	color: #666;
	text-decoration: none;
}

.custom #tabs li a:hover {
	color:  #aaa;
}

.custom #tabs li.current_page_item a
{ 
	color:  #0074ec;
}

.custom #clearall
{
	clear: both;
}

/* contacts */

/* post */
.custom .entry-title
{
	font-size: 3em;
}

h2 a
{
	color:  rgb(35, 97, 161);
	font-variant: small-caps;
}