/*  
Theme Name: Berna
Theme URI: http://www.bestdesignswall.com/berna-theme/
Description: Light and attractive theme with dropdown menu.
Version: 1.0
Tags: two-columns, right-sidebar, fixed-width, threaded-comments, light
Author: Kutlay Yegen
Author URI: http://www.bestdesignswall.com

---------
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}
body {
	background-color: #EEE;
	line-height: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, 
blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -370px 0 0;
	width: 100%;
}
#content {
	margin: 0 370px 0 20px;
}

/* =Fonts
-------------------------------------------------------------- */

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	margin-top: 20px;
	padding: 0 20px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

input,
textarea {
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #F7F7F7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	background: #FFF;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 5px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 40px 0px 20px;
	position: relative;
}
#logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	padding: 0 0 0 20px;
	text-align: center;
}
#logo a {
	text-decoration: none;
	color: #000;
}
#logo a:hover,
#logo a:focus {
	color: #666;
}
#description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	padding: 0 0 0 20px;
	text-align: center;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 940px;
	height: auto;
	text-align: center;
}
#access a {
	color: #AAA;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access a:hover {
	color: #333;
}
#header ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul.menu li {
	background: none;
	display: inline;
	position: relative;
}
#header ul.menu ul li {
	display: inherit !important;
}
ul.menu ul {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #000;
	border: solid 1px #C5C5A2;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	position: absolute;
	left: -20px;
	top: 17px;
	padding: 8px 0 10px;
	z-index: 1000;
}
ul.menu ul a {
	background: none !important;
    color: #755433;
	display: block;
	font-family: Verdana, Geneva, sans-serif !important; 
    font-weight: normal;
    font-size: 12px !important;
	line-height: 27px !important;
    padding: 7px 0 7px 15px;  
	text-shadow: none;
	width: 200px;
	vertical-align: baseline;
}
ul.menu ul a:hover {
    color: #FFF !important;
}
ul.menu ul {
    display: none;
	text-align: left;
}
ul.menu li:hover > ul {
    display: block;
}
ul.menu li:hover > ul li {
    display: block;
}
/* nav sub levels */
ul.menu ul ul {
	top: -18px;
    left: 200px;
    z-index: 3;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding: 0 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #484848;
	font-size: 12px;
	line-height: 24px;
}
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 12px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 0px 1px 1px;
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background: white;
	border: solid 1px #EBEBEB;
	border-radius: 4px 4px 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0 0 5px 0;
	padding: 25px 10px 10px 10px;
	position: relative;
	
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 5px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #666;
	font-family: Georgia, 'Nimbus Roman No9 L', serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.3em;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #666;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-utility abbr {
	border: none;
}
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 10px 0 10px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
.entry-utility {
	clear: both;
	color: #333;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 60px;
}
.entry-utility span {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	margin-right: 12px;
	padding: 0 0 0 20px;
}
.entry-utility span span {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	margin-right: 0px;
	padding: 0 0 0 0;
}
.author {
	background: url(images/icons.png) no-repeat 0px -620px;
}
.author:hover, 
.author:focus {
	background: url(images/icons.png) no-repeat 0 -522px;
	}
.post-tag {
	background: url(images/icons.png) no-repeat 0px -266px;
}
.post-tag:hover, 
.post-tag:focus {
	background: url(images/icons.png) no-repeat 0 -178px;
	}
.comments-link {
	background: url(images/icons.png) no-repeat 0px -92px;
	}
.comments-link:hover, 
.comments-link:focus {
	background: url(images/icons.png) no-repeat 0 -2px;
	}	
.cat-links {
	background: url(images/icons.png) no-repeat 0px -437px;
	}
.cat-links:hover, 
.cat-links:focus {
	background: url(images/icons.png) no-repeat 0 -348px;
	}		

.entry-meta a,
.entry-utility a {
	color: #888;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
#date-box {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	color: #999;
	left: -41px;
	top: 24px;
	height: 80px;
	position: absolute;
	text-align: right;
	text-shadow: #F7E4C8 0px 1px 0px;
}
#date-box span {
	display: block;
}
#date-box .day {
	color: #333;
	font-size: 2.3em;
	letter-spacing: -0.05em;
	line-height: 0.75em;
	padding: 0px 0px 6px;
}
#date-box .month {
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 0.8em;
	text-transform: uppercase;
}

#date-box .year {
	font-size: 0.8em;
	line-height: 0.8em;
}

#comment-box {
	background: url(images/comment-num.png) no-repeat !important;
	left: -33px;
	top: -8px;
	letter-spacing: -1px;
	line-height: 220%;
	position: absolute;
	text-align: center;
	width: 49px;
	height: 34px;
	z-index: 100;
}

#comment-box a:link {
	color: #666;
	text-decoration: none;
}
#comment-box a:hover,
#comment-box a:focus {
	color: #F00
}
.more-link {
	color: #F00 !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px !important;  
}
.more-link:hover {
	color: #000 !important; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px !important; 
}


/* =Images
-------------------------------------------------------------- */

#content img {	
	height: auto;
	margin: 0;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
img.alignleft, 
img.aligncenter, 
img.alignright, 
img.alignnone {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: white;
	border: 1px solid #D6D1C7;
	border-radius: 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	max-width: 500px;
	padding: 4px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}

/* Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 25px;
	overflow: hidden;
	width: 100%;
}
.navigation a {
	display: block;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	color: #BCBCBC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}
.nav-previous a {
	background: url(images/navigation.png) no-repeat 0 -190px;
	float: left;
	padding: 3px 32px 12px;
}
.nav-previous a:hover,
.nav-previous a:focus {
	background: url(images/navigation.png) no-repeat 0 -1px;
}
.nav-next {
	color: #BCBCBC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}
.nav-next a {
	background: url(images/navigation.png) no-repeat right -576px;
	float: right;
	padding: 3px 32px 12px 0;
	text-align: right;
}
.nav-next a:hover,
.nav-next a:focus {
	background: url(images/navigation.png) no-repeat right -384px;
}
#nav-above {
	margin: 0 0 18px 0;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #666;
	font-style: italic;
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 0;
}
#reply-title small a {
	color: #F00;
	font-size: 18px;
}
#reply-title small a:hover {
	color: #000;
	font-size: 18px;
}
h3#comments-title {
	padding: 24px 0;
}
h3#comments-title em {
	color: #000;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {	
}
.comment-author {
	margin: 0 0 0px;
}
.comment-author img {
	height: 48px !important;
	width: 48px !important;
}
.comment-author cite {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.comment-author small {
	color: #9D8B78;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .85em;
}
.commententry p {
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 0px 1px 1px;
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background: white;
	border: solid 1px #EBEBEB;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	margin-bottom: 0px;
	padding: 10px;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	font-style: italic;
	padding: 0 0 0px 0;
}
.reply a,
a.comment-edit-link {
	color: #666;
	text-decoration: none;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin-left: 35px;
}
.commentlist .children li {
	border: none;
	margin: 0;
}


/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	font-style: italic;
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #333;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#respond input {
	margin: 0 0 20px;
	width: 97%;
}
#respond textarea {
	width: 97%;
}
#respond .form-allowed-tags {
	color: #888;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */


#sidebar #searchform {
	bottom: auto;
	margin: -13px 20px 20px 20px;
	position: relative;
	right: auto;
}
#searchform {
	background: url(images/searchform.png) no-repeat;
	height: 30px;
	padding: 5px 0 3px;
	width: 255px;
}
#searchform #s {
	color: #ADA8A3;
	background: #000;
	border: none;
	font: Georgia, "Times New Roman", Times, serif normal italic;
	margin-left: 40px;
	padding: 4px 5px;
	width: 168px;
}
#sidebar a:link,
#sidebar a:visited {
	text-decoration: none;
}
#sidebar a:active,
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar #wp-calendar caption {
	font-weight: bold;
}
#sidebar #wp-calendar td {
	padding: 4px 2px;
	text-align: center;
	width: 32px;
}


/* Main sidebar */
#sidebar {
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 0px 1px 1px;
	-webkit-text-size-adjust: 120%;
	background: white;
	border: solid 1px #EBEBEB;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	margin: 38px 0 0 0;
	float: right;
	overflow: hidden;
	padding: 25px 10px 25px 25px;
	width: 305px;
}
#main #sidebar ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left: 0;
	padding: 0 20px 0 0;
}
#sidebar ul {
	list-style: none;
	margin: 5px 0 20px 0;
}
#main #sidebar ul ul {
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin-left: 1.3em;
	padding: 0;
}
#sidebar ul a {
	color: #666;
}
#sidebar li {
	font-size: 13px;
	list-style: none;
	margin: 5px 0 5px 0;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	clear: both;
	color: #888;
	background: url(img/footer.png) no-repeat center top;
	font-size: .5em;
	overflow: hidden;
	padding: 108px 10px 30px;
	width: auto;	
}
#footer p {
	font-size: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
}
#footer .generator {
	float: left;
}
#footer .credits {
	float: right;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover, 
#footer a:focus {
	color: #000;
	text-decoration: underline;
}