/*
	Theme Name: New Bordeaux
	Theme URL: http://newwpthemes.com/wordpress-theme/new-bordeaux/
	Description: 2 right sidebars fixed width widget ready theme. Tested in major browsers.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 2.0 
	Tags: brown, orange, three-columns, right-sidebar, fixed-width
*/

/* LAYOUT */

body {
	background: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #791f00;
	}

#wrapper {
	padding:0px;
	}

#container {
	}

#contentwrap {
	background: #fff;
	border-top: 10px solid #791f00;
	}

a {
	color: #d54e21;
	}

/* HEADER */

#header {
	height: 100px;
	padding-top: 25px;
	}

#header h1 {
	margin-bottom: 8px !important;
	padding: 8px 0 0 15px;
	font-weight: normal;
	font-family: Verdana ;
	font-weight: bold;
	font-size: 30px;
	text-transform: none;
	}

#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}


#header h2 {
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 14px; 
	font-family: Arial;
	text-transform: none;
	}

/* NAVIGATION MENUS */

/* Pagemenu */
#pagemenu {
	margin-top: 9px;
	}
	
#pagemenu ul { 
	padding: 0;
	margin: 0;
	}
	
	
#pagemenu li {
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0px;
	}

#pagemenu a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	padding: 1px 5px;
	}
	
#pagemenu a:hover, #pagemenu .current_page_item, #pagemenu .current_page_item a{
	color: #fea802;
	}
		
#nav {
	background: url(images/nav-backgr.png);
	background-repeat: repeat-x;
	padding:4px;
	height: 34px;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #fff;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 9px 12px;
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	}
	
#nav li a:hover, #nav li a:active, .current-cat {
	background: url(images/nav-backgr-hover.png);
	color: #FFFFFF;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 9px 12px;
	text-decoration: none;
	}


#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/* CONTENT */

#content {
	background: #fff;
	margin: 15px 5px 15px 15px;
	}

.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin-bottom: 8px;
	line-height: 22px;
	font-family: Arial, Verdana;
	color: #bf3303;
	}

.title a {
	text-decoration: none;
	color: #bf3303;
	}

.title a:hover {
	text-decoration: underline;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.postdate {
	font-size: 11px;
	padding: 1px 4px;
	background: #faefd4;
	font-family: Arial, Verdana;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	background: #faefd4;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
        margin: 9px;
        padding: 0px;
        border: 0 none;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.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;
	}
	
/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 15px; 
	margin-right:5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 10px;
	}


.sidebar {
	margin-right: 5px;
	}
	
.sidebar a {
	text-decoration: none;
	color: #555;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#d54e21;
	}
	

	
#search input, #searchform input{
	border: 1px solid #e27c26;
	}
	
#search label, #searchform label {
	margin: 10px 0 10px 0;
	padding: 3px 10px;
	background: url('images/tab_backgr.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #cd7953;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #791f00;
	display: block;
	}
	
#s {
	width: 110px;
	padding: 2px;
	}
	
#searchsubmit {
	border: 1px solid #e27c26;
	background: #e27c26;
	color: #fff;
	}
	
#topsearch {
	padding-top:6px;
	text-align: right;
	}
	
#topsearch input {
	border: 1px solid #e27c26;
	}
	
#topsearch label {
	display: none;
	}
	
#topsearch #s {
	width: 180px;
	padding: 2px;
	}

.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 3px 10px;
	background: url('images/tab_backgr.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #cd7953;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-transform: none;
	color: #791f00;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: #FFFFFF url(images/bullet.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: #fff;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: #faefd4;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #faefd4;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: #21759b;
	padding: 10px;
	text-align: center;
	border: 10px solid #fff;
	color: #FFFFFF;
	}

#footer a {
	color: #cd6e4d;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    margin: 0 10px 10px 0;
}


#lentiablak {
position:fixed;
margin:0;
bottom:0px;
right:0px;
display:block;
width:100%;
height:130px;
background-color: #8CAFC3;
z-index:4;
}

#lenticontainer {
width: 100%;
position: relative;
}

#lentiflash {
position: absolute;
float: right;
top: -15px;
right: 3px;
}

#lentikep {
position: absolute;
float: left;
top: 5px;
left: 85px;
}

#lentiszoveg {
position: absolute;
float: left;
top: 0px;
left: 150px;
width: 810px;
border: 0px dotted #ffffff;
text-align: center;
font-family: cambria;
font-size: 14px;
font-weight: bold;
}
#lentiszoveg h1{
margin: 0px;
color: #650031;
text-align: center;
}
#lentiszoveg a:link{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #0000ff;
}
#lentiszoveg a:visited{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #ffff00;
}
#lentiszoveg a:active{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}
#lentiszoveg a:hover{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}
* html #lentiablak,* html {position:absolute;}





/*** comment ***/
#postmetadata {
	font-size: 12px;
	margin: 20px 20px 20px 24px;
	padding: 8px 8px 8px 8px;
	background:#f8f8f8;
}
#comments{
	padding:0 25px 0 25px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #999999;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 13px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	background:#eeeeee;
	border: 1px dashed #999999;
}

.commenthead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #999999;
	background:#eeeeee;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 25px;
	padding: 0px 5px 1px 5px;
	background:#F2ECA5;
	border: 1px dashed #999999;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #999999;
	background:#F2ECA5;
}
.trackhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 38px;
	border-bottom: 1px dashed #999999;
	background: url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 5px;
	padding: 0px 5px 1px 5px;
	background:#eeeeee;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.commentcount {
	float: right;
	color: #990000;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #999999;
	background:#f8f8f8;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 600px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #999999;
	background:#f8f8f8;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 100px;
	height: 25px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #999999;
	background:#f8f8f8;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#side-tabs {
	position: fixed;
	z-index: 1;
	width: 30px;
	height: 100%;
	right: 0pt;
	left: auto;
	margin-right: 0pt;
	margin-left: auto;
	overflow: hidden;
}
#side-tabs img {
	margin-bottom: -1px;
}

