/*
Theme Name: Caro Hotel
Theme URI: http://carohotel.ro/
Description: Website theme for Carohotel.ro
Version: 1.0
Author: QBKL media
Author URI: http://qbkl.net/
*/

/* General styles */

body {
	background: #efeee2 url(img/bg-body.png) no-repeat top center;
	margin: 0 auto;
	font: normal normal 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #777;
}

#wrap {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
	background: url(img/bg-wrap.png) no-repeat top center;
}

#header {
	width: 950px;
	height: 55px;
	padding: 15px 10px 0 10px;
	overflow: hidden;
}

#page {
	width: 968px;
	overflow: hidden;
	padding: 0 1px;
	background: url(img/bg-page.png) repeat-y top center;
	min-height: 420px;
}

#footer {
	width: 950px;
	overflow: hidden;
	padding: 30px 10px 10px 10px;
	background: url(img/bg-footer.png) no-repeat top center;
}

a {
	text-decoration: none;
	color: #c20000;
	outline: none;
	outline: 0px;
}

a:hover {
	color: #444;
	outline: none;
	outline: 0px;
}

a img {
	border: none;
	outline: none;
	outline: 0px;
}

form {
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.nomargin {
	margin: 0 !important;
}

.hide {
	display: none;
}

.lefttext {
	text-align: left !important;
}

/* Header styles */

.lang {
	width: 160px;
	float: left;
}

.lang a {
	text-decoration: none;
	color: #777;
}

.lang a:hover {
	color: #444;
}

.topmenu {
	width: 570px;
	float: left;
}

.topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topmenu ul li {
	display: inline;
	list-style: none;
	padding: 0 15px 0 0;
	margin-right: 15px;
	background: url(img/topsep.gif) no-repeat right;
}

.topmenu ul li.last {
	display: inline;
	list-style: none;
	padding: 0;
	margin-right: 0;
	background: none;
}

.topmenu ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #c20000;
}

.topmenu ul li a:hover {
	color: #444;
}

.searchcontainer {
	float: right;
	width: 200px;
}

.searchform {
	background: url(img/bg-search.png) no-repeat;
	width: 200px;
	overflow: hidden;
}

input.s {
	width: 165px;
	height: 20px;
	float: left;
	font-size: 11px;
	text-indent: 5px;
	padding: 3px 0 0 0;
	border: none;
	background: none;
}

input#searchsubmit {
	width: 29px;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	float: right;
}

/* Page styles */

/* Page: Left column styles */

#leftcol {
	float: left;
	width: 169px;
	padding-bottom: 10px;
}

.logo {
	margin-bottom: 10px;
}

.logo a {
	display: block;
	width: 169px;
	height: 100px;
	background: url(img/logo-caro.gif) no-repeat center;
	text-indent: -9999px;
}

.leftmenu {
	width: 169px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

.leftmenu li {
	border-top: 1px solid #ddd;
}

.leftmenu li a {
	width: 169px;
	display: block;
	padding: 3px 0;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
	color: #666;
}

.leftmenu li a:hover {
	background: #eae6cb url(img/bg-menu-hover.gif) no-repeat center right;
	color: #c20000;
}

.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f9f9f9;
	width: 168px;
}

.submenu li a {
	width: 158px;
	font-weight: normal;
	background: #f9f9f9 url(img/arrow-submenu.gif) no-repeat center left;
	margin-left: 10px;
}

.submenu li a:hover {
	background: #f9f9f9 url(img/arrow-submenu.gif) no-repeat center left;
	color: #c20000;
}

.socialmedia {
	display: block;
	width: 148px;
	overflow: hidden;
	padding: 10px;
}

.smTwitter {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(img/i-twitter.gif) no-repeat;
	text-indent: -9999px;
	margin-right: 7px;
}

.smFacebook {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(img/i-facebook.gif) no-repeat;
	text-indent: -9999px;
	margin-right: 7px;
}

.smFlickr {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(img/i-flickr.gif) no-repeat;
	text-indent: -9999px;
	margin-right: 6px;
}

.smYoutube {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(img/i-youtube.gif) no-repeat;
	text-indent: -9999px;
}

/* Page: Content column styles */

#content {
	float: left;
	width: 550px;
	overflow: hidden;
	padding: 0 20px 0 20px;
	margin: 0;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	margin: 0 auto;
}

#content p {
	margin: 7px 0 7px 0;
}

h4.smalltitle {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: normal;
	color: #777;
	padding: 0 0 4px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eee;
}

.pageheader {
	display: block;
	width: 550px;
	height: 150px;
	margin-bottom: 30px;
}

#homecarousel {
	width: 550px;
	height: 230px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

#homepromos {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	height: 230px;
	list-style: none;
	position: absolute;
}

#homepromos li {
	width: 550px;
	height: 230px;
	display: block;
	float: left;
}

.promocontainer {
	margin: 0;
	width: 510px;
	height: 70px;
	padding: 160px 20px 20px;
	background: url(img/over-promo.png) no-repeat;
}

.promoprevious {
	float: left;
	width: 35px;
	height: 50px;
}

.promonext {
	float: right;
	width: 35px;
	height: 50px;
}

.promoprevious a, .promonext a {
	display: block;
	width: 35px;
	height: 50px;
	text-indent: -9999px;
	cursor: pointer;
}

.promocontent {
	float: left;
	width: 420px;
	height: 40px;
	padding: 5px 10px;
	font-size: 11px;
	color: #fff;
}

.promocontent a {
	color: #fed700;
}

.promocontent a:hover {
	color: #fff;
}

.promocontent h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #fff;
}

a.promolink {
	color: #fff;
}

a.promolink:hover {
	color: #fed700;
}

h2.sectiontitle {
	font-size: 20px;
	font-weight: normal;
	color: #c20000;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

.article h3 {
	font-weight: normal;
	font-size: 15px;
	color: #444;
	border-bottom: 1px solid #eee;
	padding: 0 0 4px 0;
	margin: 20px 0 15px 0;

}

.posttitle {
	margin-bottom: 5px !important;
}

.postdate {
	font-size: 10px;
}

.postcontent {
	margin: 15px 0;
	width: 550px;
	overflow: hidden;
}

.postlink {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #ddd;
	width: 550px;
	overflow: hidden;
}

.postlink a.backbutton {
	width: 40px !important;
}

.postlink a {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd !important;
	display: block;
	width: 70px;
	text-align: center;
	float: right;
}

.postlink a:hover {
	background: #eee;
}

.article {
	width: 550px;
	overflow: hidden;
	margin-bottom: 30px;
}

.contentbox {
	background: url(img/bg-content-box.png) no-repeat top;
	width: 265px;
	margin-bottom: 20px;
}

.contentbox h3 {
	font-size: 16px;
	font-weight: normal;
	color: #c20000;
	margin: 5px 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

.contentbox p {
	margin: 10px !important;
}

.boxlinks {
	width: 245px;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	background: url(img/bg-content-box-end.png) no-repeat bottom;
}

.boxlinks a {
	padding-left: 10px;
	background: url(img/arrow-submenu.gif) no-repeat center left;
}

.pagedNavigation {
	clear: both;
	text-align: center;
	padding: 0;
	font-size: 11px;
}

.article table {
	border: 1px solid #ddd;
}

.article th {	
	background: #eae6cb;
	padding: 3px;
	padding: 3px 5px;
}

.article td {
	background: #f5f5f5;
	text-align: center;
	padding: 3px 5px;
}

.article ul, .article ol {
	margin: 0;
	padding: 0;
}

.article ul, .article ol {
	margin: 0 0 0 40px;
	padding: 0;
}

ul.childMenu {
	margin: 0;
	padding: 0;
	width: 549px;
	overflow: hidden;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

ul.childMenu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 182px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

ul.childMenu a {
	background: url(img/arrow.gif) no-repeat center left;
	padding: 3px 5px 3px 17px;
	display: block;
	width: 160px;
}

ul.childMenu a:hover {
	background-color: #eee;
}

ul.faqs {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ddd;
}

ul.faqs li {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: block;
}

ul.faqs li a {
	background: url(img/arrow.gif) no-repeat center left;
	padding: 3px 5px 3px 17px;
	display: block;
}

ul.faqlist {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.faqlist li {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;	
	border-right: 1px solid #ddd;
	padding: 3px;
}

ul.faqlist li li {
	border: none !important;
}

ul.faqlist li.faqheader {
	border-left: none !important;	
	border-right: none !important;
	padding: 0;
}

ul.faqlist li.faqheader h3 {
	border: none !important;
	padding: 0 0 5px 0;
	margin-bottom: 0;
}

ul.faqlist .answer {
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #eee;
	background-color: #f5f5f5;
}

ul.faqs li a:hover {
	background-color: #eee;
}

.restmenu {
	width: 100%;
}

.restmenu td {
	text-align: left;
}

.restmenu .price {
	text-align: right;
	width: 50px;
}

/* Page: Left column styles */

#rightcol {
	float: left;
	width: 189px;
}

.rightbox {
	background: #eae6cb url(img/bg-right-box.png) no-repeat bottom;
	width: 189px;
	margin-bottom: 5px;
	font-size: 11px;
}

.rightbox h4 {
	font-size: 13px;
	font-variant: small-caps;
	color: #c20000;
	background: url(img/bg-right-box-top.png) no-repeat top;
	padding: 5px 10px;
	margin: 0;
}

.rightboxcontent, .rightboxcontentspecial, .rightboxcats {
	padding: 10px;
	background: url(img/bg-right-box-content.png) no-repeat top;
}

.rightboxcats ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rightboxcats ul li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #afac98;
}

.categorylist {
	margin-bottom: 20px;
}

.specialbox {
	height: 230px;
	margin-bottom: 20px;
}

#room_reservations {
	margin-top: 10px;
}

#room_reservations table {
	border: 0;
	margin: 0;
	padding: 0;
}

#room_reservations td {
	border: 0;
	margin: 0;
	padding: 3px 0;
}

td.medinput {
	width: 119px;
}

td.medlabel {
	width: 50px;
	font-weight: bold;
}

.resdate {
	width: 85px;
	height: 16px;
	background: none;
	background: url(img/mediuminput.gif) no-repeat;
	border: none;
	float: left;
	padding: 3px;
}

.respeople {
	width: 19px;
	height: 16px;
	background: none;
	background: url(img/smallinput.gif) no-repeat;
	border: none;
	padding: 3px;
}


a.showcal {
	width: 14px;
	height: 16px;
	text-indent: -9999px;
	display: block;
	background: url(img/calendaricon.gif) no-repeat;
	float: right;
	margin-top: 2px;
	cursor: pointer;
}

.ressubmit {
	width:169px;
	height:19px;
	background:url(img/redbutbg.gif) no-repeat top left;
	border: none;
	cursor: pointer;
	margin-top: 5px;
}

/* Newsletter */

.nsl-signup table {
	border: 0;
	margin: 0;
	padding: 0;
}

.nsl-signup td {
	border: 0;
	margin: 0;
	padding: 3px 0;
}

.nsl-signup td.medlabel {
	width: 70px;
}

.nsl-signup td.medinput {
	width: 10px;
}

.nsl-field {
	width: 94px;
	height: 16px;
	padding: 3px;
	background: none;
	border: none;
	background: url(img/bg-nsl-input.gif) no-repeat;
}

.nsl-submit {
	width:169px;
	height:19px;
	background:url(img/bg-nsl-submit-ro.gif) no-repeat top left;
	border: none;
	cursor: pointer;
	margin-top: 5px;
}

/* Banners */

.sidebanner {
	display: block;
	padding: 10px 0!important;
	text-align: center;
}

.sidebanner a {
	width: auto!important;
	display: inline!important;
	padding: 0!important;
	margin: 0!important;
	background: none!important;
}

.sidebanner img {
	padding: 0!important;
	margin: 0!important;
}

/* Footer styles */

#footer {
	font-size: 11px;
	color: #888;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	margin: 0 20px 0 0;
	display: inline;
}

#footer a {
	font-weight: bold;
	color: #888;
}

#footer a:hover {
	color: #c20000;
}

#footer .right {
	text-align: right;
}

#footer .right a {
	color: #c20000;
}

#footer .right a:hover {
	color: #111;
}

/* Add-on styles */

.TA_rated {
	margin: 10px 0 10px 7px !important;
	padding: 0;
	text-align: center;
}