/*
Theme Name: KARBENZ.com Wordpress Theme
Theme URI: http://www.karbenz.com/
Description: This is the Wordpress Theme for KARBENZ.com
Version: 1.0
Author: Ramiro Suarez
Author URI: http://www.quasarcr.com/
Tags: black, top navigation fixed width
*/
body {
	font-size: 62.5%;
	font-family: Arial, Sans-Serif, Verdana;
	background: #000;
	color: #EEE;
	padding: 0px;
	margin: 0px;
}

#akstudiotop {
   width: 100%;
   clear: both;
   height: 40px;
   background: #fff;
   text-align: center;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin: 16px 0px 16px 0px;
	color: #EEE;
	text-decoration: none;
	border-bottom: 1px solid #777;
}

h2 {
	color: #EEE;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.9em;
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

h2 a{
	color: #EEE;
	text-decoration: none;
}


a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #0066ff;
}

hr {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	border: 1px solid thick #777;
}

#header {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 170px;
	background: #000;
}

#page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	color: #AAA;
}

#content-full {
	background: url('images/full-bg.jpg') repeat-y;
	margin: 0px;
	padding: 0px 50px 0px 50px;
	font-size: 1.2em;
	width: auto;
	clear: both;
	height: 100%;
	position: relative;
	display: block;
	overflow: auto;
}


#content {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 1.2em;
	position: relative;
	float: left;
	width: 600px;
}

#content hr {
	display: block;
	color: #777777;
}


#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	width: 442px;
	height: 152px;
	/* background: #000 url('images/kathryn-arbenz-logo.jpg') no-repeat top; */
}
#header-info {
	width: 538px;
	margin: 0px;
	padding: 0px;
	background: #000;
	position: relative;
	float: left;	
}
#header-info-black-space {
	background: #000;
	width: 100%;
	height: 66px;
	padding: 0px;
	margin: 0px;
}
#header-info .separator {
	width: 489px;
	height: 46px;
	background: #000 url('images/bar-top.gif') no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
#header-info .newsletter {
	width: 32px;
	height: 46px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}
#qtrans_language_chooser {
	position: relative;
	background: #000;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#qtrans_language_chooser li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
#logo h1 {
	display: none;
	padding: 0px;
	margin: 0px;
}

.description {
	display: none;
	padding: 0px;
	margin: 0px;
}

#header-info ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0px;
	padding: 4px;
}
#header-info ul li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px 8px 0px 0px;
}
#header-info ul li a {
	color: #ccc;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
}
#header-info ul li .bolder {
	color: #eee;
	font-weight: bolder;
	font-size: 1.2em;
	text-decoration: none;
}

.loginform {
	padding: 0px;
	margin: 0px;
	display: inline;
}
.username-field {
	padding: 0px;
	margin: 0px;
	display: inline;
	border: 0px solid #ddd;
	background: #fff;
	color: #ddd;
	width: 90px;
	vertical-align: top;
	height: 17px;
	text-align: center;
}
.password-field {
	padding: 0px;
	margin: 0px;
	display: inline;
	border: 0px solid #ddd;
	background: #fff;
	color: #ddd;
	width: 90px;
	vertical-align: top;
	height: 17px;
	text-align: center;
}

#rss {
	width: 22px;
	height: 22px;
	margin: 8px 16px 0px 8px;
	padding: 0px;
	position: relative;
	float: right;
}

/* Menu */

#kamenu {
	padding: 0px;
	margin: 0px;
	z-index: 999;
}
.menu-alt1, .menu-alt1 a {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.menu-alt2, .menu-alt2 a {
	font-style: italic;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
}

#menu {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li {
	position: relative;
	float: left;
	margin: 0px 10px 0px 10px;
	color: #fff;
	padding: 10px;
	z-index: 2;
}
#menu li ul {
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomright: 8px;
	position: absolute;
	display: none;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 36px;
	left: 10px;
	width: auto;
	min-width: 220px;
	border: 1px solid #999;
	background: #111;
	z-index: 99;
}

#menu li ul li {
	display: list-item;
	width: auto;
	padding: 4px;
	margin: 0px;
	clear: both;
	white-space: nowrap;
	background: #111;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	
}

#menu li ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #ddd;
	font-style: normal;
}
#menu li ul li a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-style: normal;
}


/* End Menu */


/* Post */

.post {
	margin: 0px;
	padding: 0px;
}

.post .entry {
	text-align: justify;
}

.date_author_cats {
	font-size: 0.9em;
	padding: 0px;
	margin: 16px 0px 0px 0px;
	color: #777;
}

.posted_in {
	font-size: 0.9em;
	padding: 0px;
	margin: 0px 0px 16px 0px;
	color: #777;

}

.date_author_cats span, .posted_in span {
	color: #06c;
}

.post_info {
	background: #111;
	width: 98%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 4px;
	margin: 0px;
	text-align: right;
	color: #333;
}

.post_info img {
	vertical-align: middle;	
}


/* End Post */

#sidebar {
	display: block;
	background: #000;
	width: 250px;
	padding: 0px;
	margin: 2px 0px 2px 0px;
	position: relative;
	float: left;
	font-size: 1.1em;
}

#sidebar_left {
	display: block;
	width: 130px;
	margin: 0px 16px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
	background: #000;
}

#sidebar_right {
	display: block;
	width: 240px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	position: relative;
	float: left;
}

.widget {
	list-style: none;
}
#sidebar .widgettitle, #sidebar h2 {
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin: 16px 0px 16px 0px;
	color: #AAA;
	border-bottom: 1px solid #777;

}

.pagenav {
	list-style: none;
}

#sidebar ul, .cat-item {
	list-style-image: url(images/quasar-li.png);
	list-style-position: inside;

	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	padding: 0px 0px 0px 1em;
	text-indent: -1em;
	margin: 0px;	
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
#kamenu-foot-container {
	clear: both;
	width: 100%;
}
#kamenu-foot {
	clear: both;
	width: 700px;
	height: 20px;
	margin: 15px auto 5px 190px;
	padding: 0px;
	list-style: none;
	clear: both;
}
#kamenu-foot li {
	width: auto;
	height: 20px;
	position: relative;
	float: left;
	margin: 2px 2px 2px 2px;
	padding: 2px 6px 2px 4px;
	vertical-align: bottom;
}

#kamenu-foot .page_item {
	border-right: 2px solid #333;
}
#kamenu-foot .page-item-101 {
	border-right: none;
}

#kamenu-foot li a {
	color: #333;
	vertical-align: bottom;
}
#kamenu-foot li a:hover {
	color: #999;
	vertical-align: bottom;
}




#comment {
	color: #999;
	border: 1px solid #777;
	width: 530px;
	background: #111;
	
}

blockquote {
	margin: 15px 10px 0 30px;
	padding-left: 0;
	padding-right: 20px;
	border-left: 0 none;
	border-right: 5px solid #ddd;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: none;
}
a img {
	border: none;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Main Page */
.main-separator-left {
	z-index: 1;
	width: 46px;
	background: url('images/bar-lr.gif') no-repeat;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 473px;
}

.main-separator-right {
	z-index: 1;
	width: 46px;
	background: url('images/bar-lr.gif') no-repeat;
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 473px;
}

.separator-left {
	z-index: 1;
	width: 46px;
	background: url('images/bar-lr.gif') no-repeat;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 784px;
}

.separator-right {
	z-index: 1;
	width: 46px;
	background: url('images/bar-lr.gif') no-repeat;
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 784px;
}



.main-picture {
	width: 878px;
	position: relative;
	border: 0px;
	float: left;
	margin: 0px 4px 0px 4px;
	padding: 0px;
	z-index: 1;
}

.mimage {
	width: 880px;
	background:  url('images/ka-main.jpg') no-repeat;
	height: 478px;
	z-index:0;
	border: 0px #000;
	padding: 0px;
	margin: 0px;
}

#flashcontent {
	width: 100%; 
	height: 100%;
}

/* Flash Intro */
#flash-container {
	width: 780px;
	height: 300px;
	margin: 0px auto auto auto;
	padding: 0px;
	background: #111;
	border: 1px solid #222;
	z-index: 1;
}

#footer {
	display: none;
	width: 100%;
	clear: both;
	text-align: center;
	background: #111;
	padding: 4px;
	margin: 4px;
	color: #555;
	font-size: 1.1em;
	-moz-border-radius: 8px;
}

#prefooter {
	padding: 0px;
	margin: 50px 0px 0px 0px;
	clear: both;
	width: 100%;
}
.footer-separator {
	width: 400px;
	height: 30px;
	background: #000 url('images/bar-footer.gif') repeat;
	float: left;
	margin: 26px 0px 0px 390px;
	padding: 0px;
	
}
.footer-logos {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: auto;
}
.gallerypic {
	width: 200px;
	height: 90px;
	background: #050708 url('images/beach-gallery.jpg') no-repeat;
	padding: 0px;
	margin: 0px;
	clear: both;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}


/* Gallery Sample */

#gallery-display {
	height: 700px;
	width: 468px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 4px solid #fff;
}

#gallery-nav {
	list-style: none;	
	padding: 0px;
	margin: 10px auto 0px auto;
	width: 98%;
	
}
#gallery-nav li {
	position: relative;
	float: left;
	margin: 6px;
	padding: 0px;
}

.gallery-thumb {
	height: 90px;
	width: 100px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #666;
}


a.bluesun {
	background: url('images/bluesun.jpg') no-repeat left;
	width: 80px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	display: block;
	vertical-align: bottom;
}

a.bluesun:hover {
	background: url('images/bluesun2.jpg') no-repeat left;
	text-decoration: none;
}

a.bluesun span {
	visibility: hidden;
}

a.mocohost {
	background: url('images/mocohost.jpg') no-repeat left;
	width: 85px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	display: block;
	vertical-align: bottom;
}

a.mocohost:hover {
	background: url('images/mocohost2.jpg') no-repeat left;
	text-decoration: none;
}

a.mocohost span {
	visibility: hidden;
}

#menu .page-item-48 {
	background: #000 url('images/cart.jpg') no-repeat right;
	display: inline;
	float: left;
	width: 90px;
}

#video-container {
	width: 100%;	
	height: auto;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#videos {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
#videos li {
	width: 100%;
	height: auto;
	min-height: 150px;
	background: #111;
	border: 1px solid #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	margin: 2px;
	padding: 2px;
	clear: both;
}

.video-big {
	width: 100%;
	height: 400px;
}

.video-small {
	width: 190px;
	display: block;
	position: relative;
	float: left;
}
.video-small img {
	margin: 5px;
	padding: 0px;
}
.on {
	display: block;	
	z-index: 9;
}
.off {
	display: none;	
}

.video-close {
	
}
.video-description {
	margin: 5px;
	padding: 0px;
}

#modelling-gallery {
	width: 780px;
	padding: 0px;
	margin: 0px auto 0px auto;
	clear: both;
	list-style: none;
}
#modelling-gallery li {
	width: 250px;
	height: 168px;
	padding: 0px;
	margin: 5px;
	float: left;
	position: relative;
}

#sitemap {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}
#wallpapers-container {
	width: 100%;	
	padding: 0px;
	margin: 0px;
	height: auto;
	clear: both;
}

#wallpapers {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#wallpapers li {
	text-align: center;
	width: 260px;
	height: 200px;
	background: #111;
	border: 1px solid #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	float: left;
	margin: 2px;
	padding: 2px;
}
#wallpapers li img {
padding: 0px;
margin: 5px;
}

.kagallery1 {
   width: 100%;
   margin: 0px;
   padding: 0px;
   clear: both;
  list-style: none;
}

.kagallery1 li {
   position: relative;
   float: left;
   margin: 4px;
  list-style: none;
}

.kagallery1 img {
   border: 2px solid #fff;
}
