/*
Theme Name: HeBS blue
Theme URI: http://www.hospitalityebusiness.com/
Description: WordPress theme for <a href="http://www.hospitalityebusiness.com/">HeBS</a>.
Version: 0.1
Author: Jaan Paljasma
Author URI: http://www.hospitalityebusiness.com/
Tags: blue, custom header, fixed width, widgets
*/



/* Begin Typography & Colors */
body {
	background-color:#e2e6e8;
	color:#636363;
	font-size: 12px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

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

.commentmetadata {
	font-weight: normal;
	}



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: 17px 'Cantarell', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

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



/* Begin Structure */
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
}

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

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* 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 {
	float: right;
	}

.alignleft {
	float: left
	}
/* 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 0px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	
	}

.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;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#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;
	}
/* End Form Elements */



/* Begin Comments*/
.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;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width: 200px;
	}

#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 */



/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	border: 1px solid #fff;
}
/* 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 */



/*BODY
*****************************************************************************************************/
/* remove firefox dotted borders */
a {
	outline: none;
}
.maintable {
	margin:0 auto;
}
.h2_blue {
	color: #223d61;
	font-family: "Trebuchet MS";
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.h2_blue2 {
	color: #2f64af;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
a:link {
	color: #2a60ad;
	text-decoration:underline;
}
a:visited {
	color: #2a60ad;
	text-decoration:underline;
}
a:hover {
	color: #4f91cd;
	text-decoration:underline;
}
a:active {
	color: #4f91cd;
	text-decoration:underline;
}
#body {
	margin: 0;
	vertical-align: top;
	width: 100%;
}
.header_left_corner {
	background-image: url(../../../../images/body/header_left_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.header_right_corner {
	background-image: url(../../../../images/body/header_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.header_table {
	height:44px;
	background-color:#636363;
	color:#fbfbfb;
	font-size: 13px;
}
.header_table_text {
	color:#fbfbfb;
	font-size: 13px;
	padding-bottom:3px;
}
.bg_body_text {
	background-color: #ffffff;
}
.bg_header {
	background-color: #e2e6e8;
}
.photo {
	background-color: #636363;
	background-image: url(../../../../images/body/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
DIV.teamphotos {
	clear: both;
	overflow: hidden;
	float: right;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:20px;
}

.header {
	height:153px;
	width:960px;
	background-image: url(../../../../images/h1/h1-00.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: left top;
}
.h1_header, .h1_header a, .h1_header a:visited {
	color: #ffffff;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-weight: normal;
	padding-top:20px;
	text-decoration: none;
}
.p_header {
	color: #ffffff;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-weight: normal;
	padding-top:5px;
}
.under_photo {
	height:39px;
}
/*NEWS
*****************************************************************************************************/
.news_h {
	color: #000000;
	font-size: 11px;
}
.news {
	color: #636363;
	font-size: 11px;
}
.table_left_addon {
	height: 34px;
}
/*Find out more
*****************************************************************************************************/

a.findoutmore {
	color: #636363;
	cursor:pointer;
	overflow:hidden;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right 3px;
	background-image:url(../../../../images/body/more.gif);
	height:20px;
}
a.findoutmore:visited {
    color: #636363;
	cursor:pointer;
	overflow:hidden;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right 3px;
	background-image:url(../../../../images/body/more.gif);
	height:20px;
}
a.findoutmore:hover, a.findoutmore:active {
	cursor:pointer;
	overflow:hidden;
	text-decoration: none;
	color: #4f91cd;
	cursor:pointer;
	overflow:hidden;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right 3px;
	background-image:url(../../../../images/body/more_b.gif);
	height:20px;
}

.isloading {
	background-image: url('images/loading.gif');
	background-repeat:no-repeat;
	background-position: 50% center;
}
/*OTHER
*****************************************************************************************************/
.award-h {
	background-image: url(../../../../images/body/awards.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 6px;
	text-transform: uppercase;
	color: #0160a9;
	background-color: #e9f3f5;
}
.award-a {
	padding-left: 15px;
	background-color: #e0edf1;
	background-image: url(../../../../images/body/awards2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.award-b {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #e0edf1;
}
.bg_award1{
	text-transform: uppercase;
	background-color: #e3eff2;
	height: 25px;
	padding-left: 3px;
}
.bg_award2{
	background-color: #f1f7f9;
}
.bg_award3{
	background-color: #f9f9f9;
}

#error {
	padding-top: 18px;
	color: #F00;
}


/*answers of poll*/
div.submenu2 ul li.widget_polls-widget div.wp-polls ul.wp-polls-ul {
	margin-top:8px;
	margin-left:22px;
}


div.submenu2 ul li.widget_polls-widget ul li {
	background: none;
	
}

div.submenu2 ul li.widget_polls-widget ul.poll_archive li {
	/*padding:2px 10px;*/ /*** alex */
	text-align:center;
	width:100%;
	display:block;
	padding-top: 3px;
	background: none;
}

.widget {
	padding:2px 12px;
}



#calendar_wrap { margin-top: 12px;}

caption { margin-bottom: 12px; text-align: center;width:200px!important; color:#F78E00!important;}
li#recent-posts,
li#tag_cloud { 
    padding-left: 12px;
}
li#recent-posts h2,
li#tag_cloud h2 { margin-left:0; }
li#tag_cloud a { padding-right: 4px; }

li#recent-posts ul, li#recent-posts ul li {
	margin-left:0;padding-left:2px;
}

.post ul {
	list-style-type:none;
	margin-left:12px;
	padding-left:0;
}

.post ul li {
	margin-left:0;
	background-position: left 8px;
	line-height:1.2em;
	padding-left: 12px;
}

.sociable .sociable_tagline {
    float:left;
    padding-top:0;
    padding-right: 12px;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none !important;
	display: inline !important;
	list-style-type: none;
	margin: 0 !important;
	padding: 1px !important;
	float:left;
}
.sociable a {
	background:none !important;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.widget_tag_cloud div{
	padding-left:20px;
}
.widget_tag_cloud a {
	line-height:1.1;	
}
.submenu li{
	background:none!important;
}
.submenu ul ul{
	background:none!important;
}
.submenu li li{
	background: url(../../../../images/bullet.gif) no-repeat -11px 8px!important;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.submenu li li:hover, .submenu li li.current-cat {
	background: #0071b9 url(../../../../images/bullet.gif) no-repeat -31px -17px!important;
	-moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.submenu ul{
	list-style-type:disc!important;
}
.submenu{
	list-style:none!important;
}
.xoxo h3{
	color: #0090FF!important;
}
#searchform label{
	display:block;
	float:none;
	color: #0090FF!important;
	font-size:17px!important;
	margin-bottom:10px!important;
}
#searchform #s{
	width:182px;
	padding:0 0 0 5px;
	margin-left:15px;
	height:31px;
	border:none;
	background:none;
	background:url(../../../../images/hebs-sprites.png) no-repeat 0 -265px;
	line-height:normal!important;
}
#searchform #searchsubmit{
	background:url(../../../../images/btn-sprites.png) no-repeat 0 -360px;
	text-indent: -1000em;
	font-size:0px;
	line-height:0px;
	width: 86px;
	height:40px;
	border:none!important;
	cursor:pointer;
	margin:5px 0 0 15px;	
}
#searchform #searchsubmit:hover{
	background-position: 0 -400px;
}
.form-allowed-tags{
	display:none;
}
.post{
	padding:0 0 30px 0;
}
#toolbarDiv{display:none;}
#wp-calendar tfoot{
	display:none;
}
.widget-title{
	margin-top:15px;
}
#calendar_wrap{
	padding:0 0 0 20px;
}
.submenu li li:hover a, .submenu li li.current-cat a {
    color:#fff!important;
}
.submenu li:hover a, .submenu li.active a{
	color:#5C5C5C!important;
}
#searchform div{
	text-align:left!important;
}
.submenu h2 {
	padding-left:20px;
}
.submenu h2, .submenu h2 a, .submenu h2 a:visited, .submenu h3, .submenu h3 a, .submenu h3 a:visited {
	font:15px 'Cantarell';
}
a, a:hover, a:active{
	text-decoration:none!important;
}

.submenu li.widget {
	padding:0 !important;
}

.widget_polls-widget{
	background:none!important;
}
.wp-polls-ul li{
	background:none!important;
}
.submenu2{
	float:none;
	display:block;
	clear:both;
}
.submenu2 ul li{
	background:none!important;
	padding-left:0!important;
}

.wp-polls-form p{
	text-align:left!important;
	padding-left:20px!important;
}
.wp-polls-ans{
	padding-left:30px!important;
}
.wp-polls-ans p{
	padding-left:0px!important;
}
.submenu2 h2{
	color:#0090FF!important;
	font-size:17px!important;
}
.f3{
	padding-right:0px;
}
h1{
	text-align:left;
}
.inner .wrapper .body {
	width:633px!important;
}
.submenu{
	width:100%;
	overflow:hidden;
}

#content p img{
float: none !important;
}
