/* 
Theme Name: Karabey Limited
Description: Karabey Limited Wordpress Theme.
Version: 0.9b
Author: Orhan Kolukisa
Author URI: http://orhankolukisa.com/portfolio

*/


* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style-type: none;
}
/** HIDING FOCUSRING **/
a:active, a {
	outline: none;
}
a {
	color: #404040;
	cursor: pointer;
}
a:hover {
	color:#000;
}
a:active {
	color: #000;
}
:focus {
	-moz-outline-style: none;
}
 
:-moz-any-link:focus {
 outline: none;
}

/** NAVIGATION **/

li.current-cat, .current-post-ancestor, .current-page-ancestor, .current-menu-item, .current, .current_page_item {
	color: #fff !important;
	display: block;
	padding: 2px 10px 2px 10px;
	width: 150px;
	background-color: #3C3C3C;
}

li.current-cat a, .current-post-ancestor a, .current-page-ancestor a, .current-menu-item a, .current a, .current_page_item a {
	color: #fff !important;
}

/** BODY **/

html, body {
	font: 12px/1.6em Open Sans, Helvetica, Arial, sans-serif;
	color: #404040;
	height: 100%;
	background-color: #FFF;
	/* background-image: url(images/background.png); */
}
h2 {
	font: 14px/1.6em Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: middle;
	color:#000;
	padding-top: 10px;
}
p {
	padding-top: 0px;
	padding-bottom: 10px;
}

.txt0, .txt0 a, .continue {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	line-height: 1.6em;
	color: #8a8a8a;
	width: auto;
	display: inline;
	padding: 2px;
}

.txt0 a:hover {
	color: #c64d4d;
}

/** LAYOUT **/

#bg {
	width: 100%;
	height: 100%;
	background-image:url(images/bg1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

#wrapper {
	align: left;
	padding-right: 10px;
	width: 1000px;
	min-height: 100%;
}

#header {
	width: 940px;
	float: left;
	height: 80px;
	padding-left: 0px;
}
#lang {
	width: 200px;
	float: right;
	vertical-align: bottom;
	padding-right: 20px;
}
#leftcolumn {
	font: 11px/1.6em Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	margin: 0px 10px 5px 0px;
	padding: 10px 0px 10px 0px;
	width: 160px;
	float: left;
}
#leftmiddle {
	font: 11px/1.6em Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 10px 10px 0px;
	padding: 10px 0px 10px 0px;
	width: 160px;
	float: left;
	border-left: 1px solid #3C3C3C;
}
#rightmiddle {
	font: 11px/1.6em Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 10px 10px 0px;
	padding: 10px 0px 10px 0px;
	width: 160px;
	float: left;
	border-left: 1px solid #3C3C3C;
}
#rightcolumn {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 10px;
	width: 620px;
	min-height: 100%;
	float: left;
	border-left: 1px solid #3C3C3C;
}
#page_rightcolumn {
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 10px 10px;
	width: 620px;
	float: left;
	border-left: 1px solid #3C3C3C;
}
#footer {
	width: 940px;
	height: 180px;
	clear: both;
	color: #333;
	margin: 0px 10px 0px 0px;
}
#copyright {
	font-size: 10px;
	width: 400px;
	float: left;
	vertical-align: bottom;
	margin: 60px 0px 0px 340px;
}


/** **/

#footer img {
		float: left;
}

#page_rightcolumn a {
	text-decoration:underline;
}
#page_rightcolumn a:hover {
	text-decoration:none;
	color: #c64d4d;
}
.post a {
	text-decoration:underline;
}
.post a:hover {
	text-decoration:none;
	color: #c64d4d;
}
#leftcolumn li {
	vertical-align: middle;
	display: block;
	padding: 2px 10px 2px 10px;
	width: 150px;
}
#leftmiddle li {
	vertical-align: middle;
	display: block;
	padding: 2px 10px 2px 10px;
	width: 150px;
}
#rightmiddle li {
	vertical-align: middle;
	display: block;
	padding: 2px 10px 2px 10px;
	width: 150px;
}
/** 


#rightcolumn img {
	max-width:480px;
 width: expression(this.width > 480 ? 480: true);
	max-height:360px;
 width: expression(this.height > 500 ? 500: true);
}
#page_rightcolumn img {
	border: 1px solid #8A8A8A;
}
#rightcolumn img {
	border: 1px solid #8A8A8A;
}
.post txt.a {
	border: 1px solid #8A8A8A;
}

img {
	border: none;
	height:auto;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.clear {
	float: left;
	width: 1px;
}
.jcarousel-scroll {
	display:none;
}
**/