@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	/*background: #000000 url('../images/bg.jpg') no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

a:active, a:focus { 
	outline:none;
}

a img { 
	border:none;
}

a img:hover {
	cursor: pointer;	
} 

p { 
	margin-bottom: 10px;
}

div.hr {
	border-top: 1px solid #C0BFBF;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

#container {
	position: absolute;
	margin-left: 60px;
	width: 525px;
}

ul#main_navigation {
	padding: 0 15px;
	background: #FFFFFF url('../images/template/main-navigation-gradient.jpg') repeat-x;
	overflow: auto;	
}

ul#main_navigation li {
	float: left;
	margin: 0 15px;	
}

ul#main_navigation li a {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 0;
	display: block;
}

ul#main_navigation li a.active {
	color: #006666;
	background: url('../images/template/arrow-active-button.png') center bottom no-repeat;
}

ul#main_navigation li a:hover {
	color: #006666;		
}

ul#nav_categories {
	padding: 0 15px;
	background: #423a34 url('../images/template/bg-categories.jpg') repeat-x;
	overflow: hidden;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	margin-bottom: 5px;	
	height: 37px;
}

ul#nav_categories li {
	float: left;
	margin: 0 15px;
}

ul#nav_categories li a {
	line-height: 41px;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

ul#nav_categories li a:hover {
	color: #006666;	
}

ul#nav_categories li .active_category {
	background: url('../images/template/bg-active-category.jpg') repeat-x;
	overflow: auto;
	margin: 0 -5px;
}

ul#nav_categories li .active_category a strong:hover {
	color: #999999;	
}

ul#nav_categories li .active_category .left, ul#nav_categories li .active_category strong, ul#nav_categories li .active_category .right {
	float: left;
}

ul#nav_categories li .active_category .left, ul#nav_categories li .active_category .right {
	height: 37px;
	width: 16px;
} 

ul#nav_categories li .active_category .left {
	background: url('../images/template/bg-active-category-left.jpg') no-repeat;
}

ul#nav_categories li .active_category .right {
	background: url('../images/template/bg-active-category-right.jpg') no-repeat;
}

ul#nav_categories li .active_category strong {
	color: #006666;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 41px;	
}

#content {
	background: url('../images/template/bg-content.png');
	padding: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.post {
	margin-bottom: 25px;	
}

.post .back_to_category {
	font-size: 12px;
}

.post .back_to_category a {
	color: #006666;
	text-decoration: none;
}

.post .back_to_category a:hover {
	text-decoration: underline;
}

.page_not_found {
	margin-bottom: 0;	
}

.page_not_found h2 {
	margin-bottom: 10px;	
}

.entry h2 {
	color: #35312e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;	
}

.entry h2 a {
	color: #35312e;
	text-decoration: none;
}

.entry h2 a:hover {
	text-decoration: underline;	
}

.entry h3 {
	color: #35312e;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;	
}

.entry a {
	color: #006666;
	text-decoration: none;
}

.entry a:hover {
	text-decoration: underline;
}

.entry .date {
	color: #666666;
	font-size: 10px;	
}

.entry {
	color: #35312e;
	font-size: 12px;
	line-height: 18px;
}

.entry ul, .entry ol {
	margin-bottom: 10px;
	padding-left: 1em;	
}

.entry ul li {
	list-style: disc outside;	
}

.entry ol li {
	list-style: decimal outside;	
}

#profile_summary {
	width: 295px;
}

#profile_summary ul, ul#cv, ul#cv ul {
	margin: 0;
	padding: 0;	
}

#profile_summary ul li, ul#cv li {
	list-style: none;	
}

ul#cv li {
	margin-bottom:15px;
}

ul#cv li ul.single_row li {
	margin-bottom: 0;	
}

.additional_info {
	display:block;
	font-style: italic;	
}

ul#thumb_index {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul#thumb_index li {
	list-style: none;
	width: 75px;
	height: 75px;	
	float: left;
	margin: 0 3px 3px 0;
}

ul#thumb_index li.last_of_row {
	margin: 0 0 3px 0;
}

#pagination {
	color: #35312e;
	font-size: 12px;
}

#pagination .left a {
	color: #006666;
	text-decoration: none;
}

#pagination .left a:hover {
	text-decoration: underline;
}

#pagination .left a, #pagination .left strong {
	border: 1px solid #C0BFBF;
	padding: 2px 5px;
}

#pagination .right {
	float: right;
}

#prev_next {
	color: #35312e;
	font-size: 12px;
}

#prev_next .left {
	float: left;	
}

#prev_next .right {
	float: right;
}

#prev_next .left a, #prev_next .right a {
	color: #006666;
	text-decoration: none;
}

#prev_next .left a:hover, #prev_next .right a:hover {
	text-decoration: underline;
}

#profile {
	overflow: auto;	
}

#profile_photo, #profile_summary {
	float: left;
}

#profile_photo {
	margin-right: 15px;
}

#profile_photo img, {
	margin-bottom: 10px;	
}

#contact_form, .contact_form_message{
	margin-top: 10px;	
}

#contact_form div {
	margin-bottom: 10px;	
}

#contact_form label {
	display: block;	
}

#contact_form label span.required {
	color: #666666;
	font-size: 10px;
	font-style: italic;	
}

#contact_form input, #contact_form textarea {
	width: 455px;
	background: #FFFFFF;
	border: 1px solid #C0BFBF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
	color: #35312e;
}

#contact_form input:focus, #contact_form textarea:focus {
	border: 1px solid #35312e;
}

#contact_form input.submit {
	color: #FFFFFF;
	background: #006666;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	width: 50px;
	border: 0px;
	cursor: pointer;
}

#contact_form p.error { 
	color: #FF0000;
	font-style: italic;
}

#container_holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: auto;	
}

#raster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	background: url('../images/template/raster.png');
	
}

#image_holder { 
	display: none;
	line-height: 0px;
	position: fixed;
	overflow: hidden;
}

#main_image { 
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden; 
}

#footer {
	font-size: 8px;
	text-transform: uppercase;
	padding: 15px 30px 0 30px;
	overflow: auto;
}

#copywright {
	color: #C4CCB5;
	line-height: 22px;
	float: right;	
}

#footer a {
	color: #C4CCB5;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}
