body, html {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#slogan {
    float: right;
	margin: 0;
	line-height: 32px;
	text-transform: uppercase;
	color: #908f8d;
	font-weight: 600;
	letter-spacing: 0;
}


#teaser {
    float: right;
	position: relative;
	height: 100%;
	width: 210px;
	background-color: #0a3a74;
	color: #ffffff;
}

#teaser div {
	position: absolute;
/*
	see: http://www.badboy.ro/articles/2005-02-20/vertical_align_with_css/
	bottom: 0;
*/
	bottom: 8px;
}

#teaser p {
    font-size: 95%;
	font-weight: 600;
	margin: 0 8px;
}



h1 {
    font-size: 110%;
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 90%;
}

p {
    font-size: 90%;
}

#maincol h1 {
    margin: 0 0 0.2em 0;   
    color: #335f9c;
}

#maincol h2 {
    margin: 2em 0 1em 0;
	
    color: #b8ae72;

	font-weight: 600;
	font-size: 90%;

	text-transform: uppercase; 
	letter-spacing: 0;
}

#maincol h2.introh2, #maincol .contentcols h2 {
    margin: 0 0 1em 0;

    color: #b8ae72;

	font-weight: 600;
	font-size: 95%;

	text-transform: uppercase;
	letter-spacing: 0;
}

#maincol .contentcols h2 a {
	color: #b8ae72;
}


#maincol h3 {
    margin: 2.4em 0 0.2em 0;   
    color: #335f9c;
}

#maincol a {
	text-decoration: none;
	color: #0a3a74;
}

#maincol p {   
	font-size: 80%;
	line-height: 1.4em;
}

#maincol p .introtext, #maincol .introtext {
    font-weight: 600;
	margin-bottom: 2.5em;
}

#twocols ul {
/*
	width: 95%;
*/
	padding: 0 0 0 0;
	margin: 0 0 1em 5%;
}

#twocols ul li {
	padding: 0.0em 0 0.5em 0;
	margin: 0 0 0 0.5em;
	list-style-type: square;

    font-size: 80%;
}

/*
#
## START Wordpress specific stuff
#
*/
/*
START content
*/
a.more-link {
    display: block;
	text-align: right;
}


#postsmeta {
	margin: 1em 0 2em 0;

	font-size: 70%;
	color: #93908B;
}

#tags {
	padding: 1em;
	margin: 1em 0 4em 0;

	border: 1px solid #e8e8e8;
/*
	background-color: #efefef;
*/
	background-color: #fafafa;

	font-size: 70%;
}

.pagination, .pagination_single {
	font-size: 70%;
	padding: 1em;
}


/*
END content
*/

/*
START widgets
*/
.widget_search {
	margin-bottom: 1em;
}

.widget_search form {
    font-size: 80%;
}

.widget_search #s {
	font-size: 80%;
	background-color: #efefef;
    border: 1px solid #918C88;
}

.widget_search #searchsubmit {
/*
    border: 1px solid #918C88;
	padding: 0.2em 1.5em;
*/
	font-size: 90%;
}


.widget_links {
	margin-bottom: 1em;
}

.widget_links li {
	padding-top: 0;
}
/*
END widgets
*/

/*
#
## END Wordpress specific stuff
#
*/

/*
.destinations:after {
    content: "<hr />";
    display: block;
    height: 0;
	margin-bottom: 2em;

    clear: both;

    visibility: hidden;
}
*/

#footer {
	text-align: center;
/*	color: #0a3a74;	*/
	color: #fff;
	font-size: 60%;
	line-height: 1.6em;
}

#footer a {
/*	color: #0a3a74;	*/
	color: #fff;
	font-weight: 100;
/*	text-decoration: none;	*/
}

