/*
Theme Name: WordPress WEB BISTRO Theme
Theme URI: http://web-bistro.net
Description: More info: <a href="http://web-bistro.net">WEB BISTRO</a>.
Version: 1.0
Author: Nadia Sidorenko
Author URI: http://web-bistro.net/blog
Tags: web developer theme
Text Domain: webbistro_text


	This theme was designed and built by Nadia Sidorenko,
	whose blog you will find at http://web-bistro.net/blog

*/



/* Begin Typography & Colors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	background: #1b1b1b url('images/bg.jpg');
	color: #aaa;
	margin: 0;
	padding: 0;
	}
a {
	outline:none;
	text-decoration:none;
	color:#eee;
}
a:hover {
	text-decoration:underline;
}

#page {
	text-align: left;
	margin: 0;
	padding: 0;
	}

#header {
	position:relative;
	padding: 0 0 8px 0;
	height: 70px;
	border-bottom: 1px solid #FFB500;
	}
#header_inner {
	height:64px;
	background: #141414 url('images/top_light.jpg') no-repeat 0 0;
	padding:8px 0 0 50px;
	position:relative;
}
#header_inner .logo {
	/*height:56px;
	width:198px;*/
	height:72px;
	width:226px;
	display:block;
	background:url(images/logo.png);
	float:left;
}
#header_inner h1 {	
	font:normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#eee;
	text-transform:uppercase;
	margin:0 0 0 226px;
	padding:48px 0 0 0;
}
#header_inner h1 em {
	font-style:normal;
	color:#FFB500;
}
#header_inner h1 span {
	color:#555;
	margin:0 10px;
}
.page_menu {
	position:absolute;
	right:50px;
	bottom:2px;
	padding:0;
	margin:0;
}
.page_menu li {
	list-style:none;
	text-transform:uppercase;
	font:normal 8pt Verdana, Arial, Helvetica, sans-serif;
	display:inline;
}
.page_menu li a {
	color:#ddd;
}
.page_menu li a:hover {
	text-decoration:none;
	color:#fff;
}
.page_menu li:first-child a span {
	display:none;
}
.page_menu li a span {
	margin:0 15px;
	color:#555;
}
.footer_top {
	padding: 0 0 8px 0;
	height: 58px;
	border-bottom: 1px solid #FFB500;
	
	}
.footer_top .footer_inner {
	height:45px;
	background: #141414 url('images/footer.gif');
	margin: 0 auto;
	padding:15px 0 0;
	position:relative;
}
.footer_top .footer_inner .page_menu {
	bottom:22px;
}
.footer_top .contacts {
	padding:0 50px 0 30px;
		
}
.footer_top .contacts span {
	margin-left:20px;
	color:#fff;
	font:normal 9pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.footer_top .contacts em {
	font:normal 18pt Arial, Helvetica, sans-serif;
	color:#FFB500;
	text-transform:lowercase;
}
.footer_bottom .footer_inner {
	padding:15px 50px;
	font-size:8pt;
}
.footer_bottom .copyright {
	text-transform:uppercase;
	color:#ddd;
}
.footer_bottom .copyright em {
	font-style:normal;
	color:#FFB500;
}
.footer_bottom a {
	color:#bbbbbb;
	float:right;
}
.footer_bottom a:hover {
	color:#fff;
}
.footer_bottom a em {
	font-style:normal;
	color:#FFB500;
}
.footer_bottom a:hover em {
	text-decoration:underline;
}
	
#content {
	padding:80px 50px 50px;
	position:relative;
	min-height:500px;
	height=500px;
	}

/*.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn {
	line-height: 1.6em;
	}*/

.thread-alt {
	background-color: #232323;
}
.thread-even {
	background-color: #232323;
}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	text-transform:none;
	color:#ddd;
	text-transform:uppercase;
	line-height:150%;
	font-variant:normal;
	}
small a {
	color:#fff;
	text-decoration:none;
}
.postmetadata a, .postmetadata a:hover {
	color:#FFB500;
}
small a:hover {
	color:#fff;
}
small.comment a, small.image_comment {
	color:#FFB500;
	background:url(images/comments.gif) no-repeat 0 0;
	padding:0 0 0 15px;
	cursor:pointer;
}
small.image_comment {
	background:url(images/comments.gif) no-repeat 0 3px;
}
small.image_comment0 {
	background:url(images/noncomments.gif) no-repeat 0 3px;
	padding:0 0 0 15px;
	cursor:pointer;
	color:#777;
}
small.comment span {
	color:#666;
	background:url(images/noncomments.gif) no-repeat 0 0;
	padding:0 0 0 15px;
	
}
.entry {
	font:normal 9pt/200% Verdana, Arial, Helvetica, sans-serif;
	padding:20px 0;
}
p {
	font:normal 9pt/200% Verdana, Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

h2 {
	font-size: 16pt;
	color:#eee;
	position:absolute;
	top:0;
	left:50px;
	margin:0;
	padding:0;
	text-transform:lowercase;
	}

/*h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}*/

h3, h3 a {
	font:normal 8pt Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFB500;
	padding:0 0 10px;
	margin:0;
}
h3 a:hover {
	text-decoration:underline;
}
h3 span {
	color:#fff;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: white;
	}

/*.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}*/

.commentlist li, #commentform input, #commentform textarea {
	font: normal 9pt/14pt Verdana, Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	text-transform:uppercase;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.7em;
	text-transform: none;
	color:#aaa;
	margin: 10px 5px 10px 130px;
	padding:5px 0 5px 15px;
	border-left:1px solid #444;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata, .comment-author {
	font-weight: normal;
	font-size:7pt;
	color:#eee;
	}

/*#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}*/
/* End Typography & Colors */



/* Begin Structure */

.post {
	
	margin: 0 240px 50px 220px;
	text-align: justify;
	/*border-top:1px solid #333;
	padding:20px 10px 0;*/
	}
.single .post {
	border:none;
}
.photo .post {
	margin:0 200px 40px;
}
.sidebar {
	float:left;
}
.sidebar li {
	list-style:none;
}
.tags_sidebar {
	float:right;
	width:200px;
	text-align:center;
	line-height:30px;
}
.tags_sidebar a {
	color:#777;
}
.tags_sidebar a:hover {
	color:#eee;
}
.widget_calendar {
	padding-bottom:50px;
}
.widget_calendar table * {
	font:normal 8pt Verdana, Arial, Helvetica, sans-serif;
}
.widget_calendar table td, .widget_calendar table th {
	width:18px;
	text-align:right;
}
.widget_calendar table caption {
	text-align:center;
	text-transform:uppercase;
	color:#FFB500;
}
.widget_calendar table th {
	text-transform:uppercase;
	font-size:7pt;
}
.widget_calendar table #prev {
	text-align:left;
}
.widget_calendar table #next {
	text-align:right;
}
.cats {
	margin:0;
	padding:0;
}
.cats li {
	margin:0;
	padding:10px 0 0;
	text-transform:uppercase;
	font:normal 7pt Verdana, Arial, Helvetica, sans-serif;
}
.cats li a {
	color:#eee;
}
.cats li:first-child a {
	font-size:9pt;
	color:#FFB500;
}
.cats .children {
	border-top:1px solid #333;
	padding:0px 10px 10px 20px;
	margin-top:5px;
}
.cats .children li:first-child a {
	color:#aaa;
	font-size:7pt;
}
.cats .children li {
	margin-left:0px;
	padding:10px 0 0;
}
.cats .children li  a {
	color:#aaa;
}


/*.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}*/

.attachment {
	text-align: center;
}
.attachment img {
	padding:5px;
	border:1px solid #333;
}

.postmetadata {
	clear: both;
	border-left:1px solid #555;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

/*h2 {
	margin: 0 0 20px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}*/

/* End Headers */



/* Begin Images */
/*p img {
	padding: 0;
	max-width: 100%;
	}*/

/*	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 {
	padding:0 0 3px 60px;
	
	}
/*.navigation .alignright a {
	color:#ddd;
}*/

.alignleft {
	padding:10px 60px 3px 0;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}*/

/*.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}*/
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	position:absolute;
	top:74px;
	right:50px;
	z-index:10;
	}

#searchform #s {
	width: 200px;
	padding: 4px 5px;
	background:none;
	border:1px solid #444;
	color:#ccc;
	}
#searchform #s:hover, #searchform #s:focus {
	background:#111;
}

#searchsubmit {
	padding: 4px 10px;
	border:1px solid #444;
	color:#FFB500;
	background:none;
	font:normal 9pt Verdana, Arial, Helvetica, sans-serif;
	/*background:url(images/search_button.png) no-repeat;
	border:none;
	width:56px;
	height:23px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;*/
	}
#searchsubmit:hover {
	background:#111;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	background:none;
	border:1px solid #444;
	color:#ccc;
	font:normal 9pt Verdana, Arial, Helvetica, sans-serif;
	}
#commentform input:hover, #commentform input:focus {
	background:#111;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 450px;
	padding: 10px;
	background:none;
	border:1px solid #444;
	color:#ccc;
	}
#commentform textarea:hover, #commentform textarea:focus {
	background:#111;
}
#respond {
	margin:0 0 0 240px;
}	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	color:#FFB500;
	}
#commentform #submit:hover {
	background:#111;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

#comments {
	margin:0 200px;
}
.commentlist {
	padding: 0;
	margin:0 200px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}


.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/*#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}*/
/* End Sidebar */



/* Begin Various Tags & Classes */
/*acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}*/

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
.navigation a {
	text-transform:uppercase;
	font:normal 7pt Arial, Helvetica, sans-serif;
	color:#FFB500;
}
/* End Various Tags & Classes*/



/* Captions */
/*.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}*/
/* End captions */

.contact_data {
	width:400px;
	float:left;
}
.contact_form {
	margin-left:420px;
}
.more-link {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.more-link:hover {
	text-decoration:none;
}
.more-link span {
	display:block;
	text-align:right;
	}
.more-link em {
	text-transform:lowercase;
	color:#FFB500;
	font-size:18pt;
	font-style:normal;
}
.reply a {
	color:#FFB500;
	text-transform:uppercase;
	font-size:7pt;
}
.nosearch #searchform{
	position:static;
	padding:0;
}

.linklove {
	display:none;
}

.gallery {
	background:url(images/line.gif);
	margin-top:20px;
	text-align:center;
}
.gallery .gallery-item {
	display:inline-block;
	vertical-align:top;
	margin:22px 10px 29px;
	
	
	position:relative;
	text-align:left;
	height:159px;
}
.gallery .gallery-icon {
	border:2px solid #2a2a2a;
	padding:3px 3px 1px;
}
.gallery .gallery-item .image_comment, .image_comment0  {
	position:absolute;
	margin-top:8px;
}

.tags_index {
	width:800px;
	margin:30px auto 0;
	text-align:center;
	color:#777;
}
.tags_index a {
	color:#777;
}
.tags_index a:hover {
	color:#eee;
}
