/*
Theme Name: Dream Destinations
Theme URI: http://wordpress.org/
Description:
Author: NewBlack.ro
Version: 1.0
License: 
License URI: 
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
    background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.2;
}
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;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
{
        border : 0px;
        box-shadow: none;
}

input[type="submit"]:focus, input[type="button"]:focus
{
        outline : none;
        box-shadow: none;
}
*:focus
{
-moz-outline-style: none;
outline: none;

}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
    margin-right:30px;
    _margin-right:15px;
    margin-top:0px; /*20*/
    *margin-top:20px;
}
#secondary {
	clear: right;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, Arial;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Verdana, Arial;
}
input[type=submit] {
	font-family: Verdana, Arial;
}
pre {
	font-family: Verdana, Arial;
}
code {
	font-family: Verdana, Arial;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	margin: auto;
    width:960px;
    overflow:visible;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
    background:white;
}

#background{
    background: url("images/bg-header.jpg") repeat-x top #f9f1db;
    height:100%;
}
body,
input,
textarea {
	color: #a5947d;
	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;
}
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 {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
a:link, a:visited {
	color: #73460d;
    text-decoration: none;
    font-weight:bold;
}
a:active,
a:hover {
	color: #04726c;
    text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
    margin: 0 auto;
    width: 960px;
}
#logo {
    height: 168px;
    width: 328px;
    padding: 28px 0 0 92px;
    background: url("images/bg-logo.png") top left no-repeat transparent;
    float:left;
}
#login {
    height: 42px;
    width: 500px;
    float:right;
    text-align:right;
    margin-top: 3px;
    overflow:hidden;
}
.separator-login {
    border-left: #e4d4c7 dashed 1px;
    height: 42px;
    width:2px;
    margin:0 10px 0 10px;
    display:inline-block;
    vertical-align: middle;
}

#separator-tags {
    border-left: #e4d4c7 dashed 1px;
    height: 14px;
    width:2px;
    margin:0 2px 0 2px;
    display:inline-block;
    vertical-align: middle;
}

#search {
    width: 302px;
    height:36px;
    float:right;
    margin: 7px 0px;
}
 #searchform {
    text-align:left;
    vertical-align:middle;
    *display:inline-block;
     height:36px;
}
#search-input-container {
    background: url("images/bg-search-input.jpg") no-repeat scroll top left;
    height:36px;
    width:300px;
    float:left;
    margin-left: 4px;
    margin-top: -3px;
    _margin-top: 0px;
}

#search-input-container-small {
    background: url("images/bg-search-input.jpg") no-repeat scroll top left;
    height:36px;
    width:260px;
    float:left;
    margin-left: 4px;
    margin-top: -3px;
    _margin-top: 0px;
}

#search-input {
/*background:url("images/bg-search-input.jpg") no-repeat scroll top left transparent;*/
    background:transparent;
    border:none;
    height:30px;
    padding-left:13px;
    padding-top:0px;
    padding-top:8px\9;
    width: 223px;
}

#search-input-small {
/*background:url("images/bg-search-input.jpg") no-repeat scroll top left transparent;*/
    background:transparent;
    border:none;
    height:30px;
    padding-left:13px;
    padding-top:0px;
    padding-top:8px\9;
    width: 183px;
}

#searchsubmit {
    border:none;
    background: url(images/bg-search-button.jpg);
    width:55px;
    height:36px;
    padding-left:3px;
    cursor:pointer;
    position:absolute;
    *margin-left:-4px;
}
#description {
    float: right;
    height: 58px;
    line-height: 35px;
    margin: 111px 0 0 352px;
    *margin: 70px 0 0 -60px;
    position: absolute;
    text-align: center;
    width: 600px;
}

#description h1 {
    font-size:37px;
    font-family:Arial;
    font-weight:bold;
    color:white;
}

#description h2 {
    font-size:19px;
    font-family:Arial;
    font-weight:500;
    color:#04726c;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    background: url("images/bg-content-top.png") no-repeat center top transparent;
    clear: both;
    padding: 30px 0 0px 20px;
    width: 969px;
    margin-left:-13.5px;
    font-family:Verdana !important;
    z-index:200;
}

.home-icon {
    float:left;
    padding-right:10px;
}
#access h2 {
    font-size:13px;
    font-weight:600;
    color: #4d2b00;
    line-height:20px;
}

#access h3{
    font-size: 9px;
    color: #b1a480;
}

#access h4{
    font-size: 11px;
    color: #694c28;
    line-height:15px;
    padding:0px;
    font-weight:normal;
}

.ddsmoothmenu{
    width:955px;
    padding-left:5px;
}

.ddsmoothmenu ul{
    z-index:100;
    position:relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
    position: relative;
    display: inline;
    float: left;
    border-left: #e4d4c7 dashed 1px;
    padding:0 15px 0 5px;
    background:#fff;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    display: block;
    text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
    width: 200px;
    padding: 0 6px 6px 6px;
    background: white;
    position: absolute;
    margin-left:-7px;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    z-index:100;
}

.ddsmoothmenu ul li ul li{
    height:25px;
    display: list-item;
    float: none;
    border-right: #e4d4c7 dashed 1px;
    margin: 0;
    width: 180px;
}

/*Sub level menu list items (undo style from Top level List Items)*/

.ddsmoothsubmenu1 {
    border-left: #e4d4c7 dashed 1px;
}

.ddsmoothsubmenu2 li{
    border-bottom:#e4d4c7 dashed 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    line-height:2px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
    padding:3px;
    font-weight:normal !important;
}

.ddsmoothmenu ul li ul li a:hover{
    background:#fff4d8;
    color: #694c28;
}

/* Holly Hack for IE \*/
.ddsmoothmenu{
    *height: 1%;
} /*Holly Hack for IE7 and below*/

/* =Content
-------------------------------------------------------------- */

#main {
    width:960px;
	clear: both;
	overflow: visible;
    
}
#content {
    padding:10px 0 0 30px;
    background: url("images/bg-content.png") repeat-y center top transparent;
    clear: both;
    width: 954px;
    margin-left:-11.5px;
    overflow:auto;
}

.content-index {
    overflow:visible !important;

}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 24px;
}

#content p,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
}
#content ul,
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
    list-style:disc;
    color: #04726C;
}
#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: #73460D;
	line-height: 1.5em;
    font-weight:bold;
}

#content h1 {
        padding-bottom: 10px;
    padding-top: 5px;
}

#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 {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 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: #04726c;
}
#content .entry-title {
        font-size:18px;
        color: #53B7B0;
        font-weight:bolder;
}
.entry-title a:link,
.entry-title a:visited {
	color:#4d2b00;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #04726c;
}
.entry-meta {
    width: 560px;
	color: #919191;
	font-size: 12px;

}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content p {
	padding: 10px 0;
}

.entry-content,
.entry-summary {
	/*clear: both;*/
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 0px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 0px;
}
.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%;
}

.entry-content img {
    box-shadow: 3px 5px 15px #e5e0cd;
    -moz-box-shadow: 3px 5px 15px #e5e0cd;
    -webkit-box-shadow: 3px 5px 15px #e5e0cd;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#e5e0cd,direction=0,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#e5e0cd,direction=90,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#e5e0cd,direction=180,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#e5e0cd,direction=270,strength=5);
    border:20px white solid;
    margin:20px;
    max-width:480px;
     _width: expression(this.width > 480? 480: true);
    overflow: hidden;
}

.page-link {
	clear: both;
	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: #04726c;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #4d2b00;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #04726c;
}
#content .video-player {
	padding: 0;
}

#articol {
    border: 1px solid #E4D4C7;
    padding: 10px 20px 20px 20px;
    padding-bottom: 0px\9;
    *padding-bottom:40px;
    _padding-bottom: 0px;
    *margin-top:0px;
    width: 563px;
    overflow:hidden;
    _height:auto;

/*    min-height:935px;
    height:auto !important;
    height:935px;*/
}

.separator-meta {
    border-left: 1px dashed #E4D4C7;
    padding-left:5px;
    margin-left:5px;
}
#article-top {
    width:560px;
    display: block;
    overflow: hidden;
}

#fb-top {
    float:right;
    width:80px;
    padding-top:5px;
    padding-right: 10px;
}

#fb-bottom {
    float:left;
    width:290px;
    padding-top:25px;
}

#sm-bottom {
    float:right;
    width:235px;
    padding-top:25px;
}

#article-title {
    float:left;
    width:460px;
}

#recomanded-posts {
    padding-top: 70px;
    *padding-top:30px;
    width:573px;
}

.polaroid-recomandari {
    background: url("images/bg-polaroid-recomandari.jpg") no-repeat scroll 0 0 transparent;
    height: 83px !important;
    width: 108px !important;
    padding: 16px 15px;
}

.recomandari-title a{
    font-size:11px;
    font-weight:bold;
}

.articol-recomandat {
    padding-top:20px;
    width:143px;
    float:left;
}
/* =Carousel
-------------------------------------------------------------- */
#carousel {
    background:url(images/bg-carousel.jpg) no-repeat top center;
    margin-left:-18px;
    width: 960px;
	height:242px;
    margin-bottom:20px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 880px;
	height:242px;
	/* custom decorations */
	border:none;
    margin-left: 6px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
    width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
    /*width: 880px;*/
}

.polaroid {
    background: url("images/bg-polaroid.png") no-repeat scroll 0 0 transparent;
    _background: url("images/bg-polaroid.jpg") no-repeat scroll 0 0 transparent;
    height: 242px !important;
    margin-right: 26px;
    width: 188px !important;
    padding-left:13px;

}

/* single scrollable item */
.scrollable img {
	float:left;
	width:169px;
	height:145px;
    margin: 13px 0px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/left.png) no-repeat;
	display:block;
	width:17px;
	height:37px;
	float:left;
    margin-top: 62px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background:url(images/right.png) no-repeat; clear:right; margin-left: 2px;}
a.right:hover 	{ background:url(images/right.png)  -17px 0 no-repeat; }
a.right:active 	{ background:url(images/right.png)  -17px 0 no-repeat; }


/* left */
a.left			{ margin-left: 18px; _margin-left: 10px;}
a.left:hover  	{ background:url(images/left.png) -17px 0 no-repeat;  }
a.left:active  	{ background:url(images/left.png) -17px 0 no-repeat;  }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}

#carousel h3{
    font-size:13px;
    font-weight:bold;
}

.carousel-title{
    height:63px;
    overflow:hidden;
    width:180px;
    _height:60px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.carousel-title {
    height:60px; /* This works only in Safari and Google Chrome */
}
}

/* Main content
-------------------------------------------------------------- */
#main-content {
    width:610px;
    margin-top:0px; /*20*/
    background:white;
}

#noutati {
    border: 1px solid #E4D4C7;
    overflow:auto;
    padding: 10px 20px 20px 20px;
    _padding: 10px 20px 0px 20px;
    width: 563px;
    margin-bottom: 20px;
}

#inregistrare-a {
    border: 1px solid #E4D4C7;
    height: 284px;
    padding: 10px 20px 20px 20px;
    _padding: 10px 20px 0px 20px;
    width: 563px;
    height:600px;
}

#registerform table td {
    width: 280px;
    text-align:left;
}

#log-in {
    border: 1px solid #E4D4C7;
    height: 284px;
    padding: 10px 20px 20px 20px;
    _padding: 10px 20px 0px 20px;
    width: 563px;
    height:650px;
}

#inregistrare-v {
    border: 1px solid #E4D4C7;
    height: 284px;
    padding: 10px 20px 20px 20px;
    _padding: 10px 20px 0px 20px;
    width: 563px;
    height:600px;
}

#inregistrare-a table,
#inregistrare-a tr,
#inregistrare-a td,
#inregistrare-v table,
#inregistrare-v tr,
#inregistrare-v td,
#log-in table,
#log-in tr,
#log-in td
{
    border:0px !important;
}

.newsitem {
    width: 260px;
    float:left;
    line-height:18px;
    color:#919191;
    padding-top:10px;
    padding-bottom:20px;
}

.separator {
    float:left;
    border-right: #e4d4c7 dashed 1px;
    height:80px;
    width:10px;
    margin-right:15px;
    margin-top:30px;
}

.newsitem-title {
    height: 56px;
    padding-left:10px;
    vertical-align: middle;
    font-size: 14px;
    overflow:hidden;
}

.newsitem-excerpt {
    clear:both;
    padding-top:10px;
    *padding-top:0px;
}

.box-title {
    font-size:14px;
    color: #53b7b0;
    font-weight:bolder;
}

.polaroid-small {
    background: url("images/bg-polaroid-small.jpg") no-repeat scroll 0 0 transparent;
    height: 63px !important;
    width: 74px !important;
    float:left;
}

/* single scrollable item */
#noutati img {
	width:53px;
	height:44px;
    padding:10px 9px;
}

#top-articole {
    border: 1px solid #E4D4C7;
    padding: 10px 20px 20px 20px;
    _padding: 10px 20px 0px 20px;
    width: 563px;
    margin-top:10px;
    margin-bottom: 20px;
/*    min-height:650px;
    height:auto !important;
    height:650px;*/
}

#lista-articole {
    border: 1px solid #E4D4C7;
    padding: 10px 20px 20px 20px;
    _padding: 10px 20px 0px 20px;
    width: 563px;
/*    min-height:1355px;
    height:auto !important;
    height:1355px;*/
}

#lista-articole-cautare {
    border: 1px solid #E4D4C7;
    padding: 10px 20px 20px 20px;
    _padding: 10px 20px 0px 20px;
    width: 563px;
/*    min-height:935px;
    height:auto !important;
    height:935px;*/
}


.popular-posts {
    line-height:18px;
    color:#919191;
    padding-top:15px;
    padding-bottom:15px;
    width: 563px;
    height: 110px;
}

.login input,
.contact input,
.registration input
{
    margin-top:10px;
    margin-bottom:10px;
    width:200px;
    background: none repeat scroll 0 0 #F9F1DB;
    border: medium none;
    height: 30px;
    margin-bottom: 5px;
    padding-left: 10px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #73460d;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
    width:560px;
}
.navigation a:link,
.navigation a:visited {
	color: #73460d;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #53b7b0;
}
.nav-previous {
	float: right;
	text-align: left;
    padding-left:10px;
	width: 265px;
    color: #73460d;
}
.nav-next {
    float: left;
    text-align: right;
    padding-right:15px;
	width: 265px;
    color: #73460d;
}
#nav-above {
	margin: 0 0 0px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0px 0 0 0;
}

.separator-nav {
    border-left: 1px dashed #E4D4C7;
    width:2px;
    float:left;
}
/* =Comments
-------------------------------------------------------------- */
#commentform {
    width: 400px;
    height:210px;
    padding: 7px 7px 7px 30px;
    background: url(images/bg-new-comment.jpg) no-repeat;
}

#comments {
	clear: both;
    padding-top:20px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	/*position: absolute;*/
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 10px;
    font-weight: normal;
	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;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
    position:relative;
    overflow:hidden;

}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	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: #888;
	font-size: 12px;
}
#respond input {
    background: none repeat scroll 0 0 #F9F1DB;
    border: medium none;
}
#respond textarea {
	width: 368px;
    height:63px;
    background: none repeat scroll 0 0 #F9F1DB;
    border: medium none;
    margin-bottom:5px;
    padding:5px 5px 5px 10px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
    float: right;
    margin-right: 20px;
    _margin-right:10px;
    margin-top: 3px;
}
#respond .form-submit input {
	width: auto;
    background: url("images/button-right.jpg") no-repeat scroll right top transparent;
    color: #4D2B00 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px !important;
    height: 40px;
    line-height: 34px !important;
    padding-right: 20px;
    text-decoration: none;
}

#inregistrare-a input,
#inregistrare-v input,
#log-in input {
    background: none repeat scroll 0 0 #F9F1DB;
    border: medium none;
}

#inregistrare-a .form-submit,
#inregistrare-v .form-submit,
#log-in .form-submit{
    float: right;
    margin-right: 20px;
    _margin-right:10px;
    margin-top: 3px;
}
#inregistrare-a .form-submit input,
#inregistrare-v .form-submit input,
#log-in .form-submit input {
	width: auto;
    background: url("images/button-right.jpg") no-repeat scroll right top transparent;
    color: #4D2B00 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px !important;
    height: 40px;
    line-height: 34px !important;
    padding-right: 20px;
    text-decoration: none;
}

.submit-button {
    background: url("images/button-left.jpg") no-repeat scroll left top transparent;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    padding-left: 20px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input
{
   height:30px;
   padding-left:10px;
   margin-bottom:5px;
}

#author {
    width:155px;
}

#email {
    width:200px;
}

#url {
    width:370px;
}

.user-avatar {
    float:left;
    padding-right:30px;
    _padding-right:25px;
    margin-right:15px;
    _margin-right:0px;
    border-right: 1px dashed #E4D4C7;
    width:90px;
    height:80px;
    margin-bottom:10px;
}

.user-avatar img{
    border: 5px solid white;
    box-shadow: 0px 1px 2px #b2956e;
    height: 65px;
    margin: 5px;
    width: 65px;
    -moz-box-shadow: 0px 1px 2px #b2956e;
    -webkit-box-shadow: 0px 1px 2px #b2956e;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#b2956e,direction=0,strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color=#b2956e,direction=90,strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color=#b2956e,direction=180,strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color=#b2956e,direction=270,strength=1);
}

.comentariu-nou {
    float:right;
    width:425px;
}

.single-comment {
}

.comment-author {
    width:120px;
    color:#60411b;
    font-weight:bold;
}

.user-comment-avatar {
    width: 121px;
    float:left;
}

.comment-spacer {
    clear:both;
}

.comment-body {
    background: url(images/bg-comment.jpg) top left no-repeat #f9f1db;
    min-height:91px;
    height:auto !important;
    height:91px;
    padding:10px 10px 10px 30px;
    width:385px;
    _margin-right:10px;
}

/*Contact*/
#contact {
	margin: 24px 0;
    position:relative;
    overflow:hidden;
    width: 550px;
}
#contact p {
	margin: 0;
}

#contact-nume,
#contact-email
{
    width: 250px;
}

#contact .required {
	color: #ff4b33;
	font-weight: bold;
}
#contact label {
	color: #888;
	font-size: 12px;
}
#contact input {
    padding:10px;
    background: none repeat scroll 0 0 #F9F1DB;
    border: medium none;
}
#contact textarea {
    width:540px;
    height:63px;
    background: none repeat scroll 0 0 #F9F1DB;
    border: medium none;
    margin-bottom:5px;
    margin-top: 5px;
    padding:5px 5px 5px 10px;
}
#contact .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#contact .form-allowed-tags code {
	font-size: 11px;
}
#contact .form-submit {
    float: right;
    margin-right: 20px;
    _margin-right:10px;
    margin-top: 3px;
}
#contact .form-submit input {
	width: auto;
    background: url("images/button-right.jpg") no-repeat scroll right top transparent;
    color: #4D2B00 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px !important;
    height: 40px;
    line-height: 20px !important;
    padding-right: 20px;
    text-decoration: none;
}

.subiect {
    width:540px;
}

.capcha {
    float:left;
    width:300px;
}

.contact-form-author input,
.contact-form-email input,
.contact-form-url input
{
   height:30px;
   padding-left:10px;
   margin-bottom:5px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
    width:300px;
    margin-bottom:20px;
}
#secondary {
}

#fotoghicitoare {
    width:280px;
    overflow:hidden;
    background:#f9f1db;
    padding:10px;
}

.box-title-sidebar {
    color:#60411b;
    font-size:15px;
    font-weight:bolder;
}

.polaroid-fotoghicitoare {
    background: url("images/bg-polaroid-fotoghicitoare.jpg") no-repeat scroll 0 0 transparent;
    height: 104px;
    width: 240px;
    padding: 20px 20px;
    margin-bottom:10px;
}

.questionmark {
    border-right: 1px dashed #E4D4C7;
    color: #F3B825;
    float: left;
    font-size: 30px;
    font-weight: bolder;
    margin-right: 10px;
    padding: 10px;
    width: 30px;
}
.question {
    line-height:18px;
}

.answer {
    margin-top:10px;
    margin-right:10px;
    _margin-right:5px;
   float:right;
}

/*buttons*/
span.button {
	padding-left:20px;
	background: url("images/button-left.jpg") no-repeat left top transparent;
	display:inline-block;
	height:40px;
	cursor:pointer;
}

div.button {
	padding-left:30px;
	background: url("images/button-left.jpg") no-repeat left top transparent;
	display:inline-block;
	height:40px;
}

.button a,.button a:visited,.button a:hover,.button a:active,.button input {
	background:url("images/button-right.jpg") no-repeat scroll right top transparent;
	color:#4d2b00 !important;
	display:inline-block;
	font-size:15px !important;
	height: 40px;
	line-height:34px !important;
	padding-right:20px;
	text-decoration:none;
	cursor:pointer;
	*width:auto;
    *overflow:visible;
}

#booking {
    width:300px;
    height:236px;
    margin-top:20px;
    margin-bottom: 30px;
}

#tabs {
    margin-top:10px;
}

.tab-posts ul {
    list-style: none !important;
}

.tab-posts {
    float: right;
    margin-bottom: 10px;
    padding-left: 0;
    width: 160px;
}

.tab-item {
    color:#1b9f96;
    font-size:13px;
    border-right: #e4d4c7 dashed 1px;
    float:left;
    width:85px;
    height:40px;
    margin-bottom: 10px;
}

#sidebar-category {
    width:300px;
    float:right;
    *margin:-20px 30px 0px 0px;
    _margin:-20px 0px 0px 0px;
}

#box-tari {
    border: 1px solid #E4D4C7;
    margin-left: -30px;
    *margin-left:0px;
    margin-right:15px;
    margin-top: 0px; /*21*/
    *margin-top: 20px;
    margin-bottom:20px;
    *margin-bottom:0px;
    width: 270px;
    padding:10px 10px 20px 20px;
    overflow:auto;
}

#tari {
    padding:10px;
    _padding:0px;
    overflow:auto;
}

.tari-stanga{
    width:115px;
    text-align:left;
    float:left;
    padding:2px;
}

.tari-dreapta{
    width:115px;
    text-align:left;
    float:left;
    padding:2px;
}

#cautare-tara {
    margin-top:10px;
    clear:both;
}

#sidebar-article {
    *margin-top:-20px;
    *margin-right:30px;
    _margin-right:0px;
    float: right;
    width: 300px;
}

#box-oferte {
    border: 1px solid #E4D4C7;
    *margin-left:0px;
    margin-bottom:20px;
    margin-top:10px;
    padding:20px 10px 20px 20px;
    overflow:auto;
    width:266px;
}

.oferta {
    padding-top:20px;
    padding-bottom:10px;
}

.text-oferte {
    float:left;
    width: 200px;
    padding-left:10px;
}

/* Footer widget areas */
#footer-widget-area {
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    background: #0a948c;
    width: 100%;
    font-size:12px;
}

#footer-bg {
    background: url("images/bg-footer.jpg") #43cebf no-repeat center top;
    _margin-left:-53px;
}

#footer-links-container {
    background: #43cebf;
    overflow:auto;
}

#footer-links-wrapper {
    _margin-left:-53px;
}

#footer-links {
    margin:auto;
    width:960px;
    min-height:170px;
    overflow: hidden;
}

#links {
    width:510px;
    padding:10px;
    float:left;
}

.links-box {
    width:510px;
    clear:both;
    overflow:hidden;
    margin-bottom:20px;
}

.links-items {
    width:370px;
    float: right;
    color: #0a948c;
    line-height:20px;
    min-height:50px;
}

.links-items a {
    color: #0a948c;
    font-size:11px !important;
    font-weight:normal !important;
    padding-right:5px;
}

.links-items a:hover{
    color: white;
}

.links-title {
    width:85px;
    float:left;
    height: 30px;
    color: white;
    font-weight:bold;
    border-right: #0a948c dashed 1px;
    padding:10px 20px 20px 10px;
}

.separator-links {
    border-right: #0a948c dashed 1px;
    height: 160px;
    width:2px;
    margin:0 10px 0 10px;
    _margin:0 10px 0 0px;
    float:left;
}

#sm-icons {
    width:420px;
}

.sm-icon {
    width:120px;
    float:left;
    margin-left:15px;
}

.sm-icon a{
    color: white !important;
    font-size: 11px;
    font-style:italic;
    line-height:15px;
}

.sm-icon a:hover {
    color: #0a948c !important;
    font-size: 11px;
    font-style:italic;
}

#copyright {
    text-align:center;
    padding:10px;
    color: #43cebf;
    font-size:12px;
    line-height:18px;
}

#copyright strong {
    color: white;
    font-size:14px;
}

#copyright a {
    color: #43cebf;
    font-size:11px !important;
    font-weight:normal !important;
    padding-right:5px;
}

#colophon {
    height:119px;
    clear: both;
    padding: 20px 0 0px 20px;
    width: 969px;
    margin:auto;
    text-align:right;
}

#access-footer {
    text-align:center;
    margin-top:20px;
    _margin-top:30px;
}

#access-footer a {
   color: #1bb6ad;
}

#access-footer a:hover {
    color: #04726C;
}

.separator-footer {
    border-left: #e4d4c7 dashed 1px;
    height: 20px;
    width:2px;
    margin:0 5px 0 5px;
    display:inline-block;
    vertical-align: middle;
}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#fb-root {
    padding:20px 0 0px 0;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
        font-size:16px;
        color:#4d2b00;
        font-weight:bolder;
	}
	#access,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	 {
		margin: auto;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/* =Banners Style
-------------------------------------------------------------- */

.banner-top {
    border:none;
    text-align:center;
}

.banner-top img {
    display: block;   margin-left: auto;   margin-right: auto; 
}

.banner-centru img{
     display: block;   margin-left: auto;   margin-right: auto;
}

.banner-dreapta img{
     margin-left: auto;   margin-right: auto;
}

.banner-dreapta-block {
}

.banner-centru {
}

#content-dreapta-booking {

	float:left;

	width:300px;

	height:250px;

	border:1px solid #e7e7e7;

	padding:0px 0px 0px 0px;

	background: #feba02;

	font-family:Times New Roman, Times, serif;

	}

/*
 * jQuery UI CSS Framework 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { }
.ui-widget .ui-widget { }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {  }
.ui-widget-content { }
.ui-widget-content a { font-weight:normal; }
.ui-widget-header { }
.ui-widget-header a { font-weight:normal; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #fcf8ec 50% 50% repeat-x;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #fcf8ec 50% 50% repeat-x; }
.ui-state-hover a, .ui-state-hover a:hover { text-decoration: none;  }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #f9f1db 50% 50% repeat-x; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {  }
.ui-widget :active { outline: none; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all {  }

.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; margin: 0 0.4em 1px 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 0.5em 2em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; color: #60411b !important; font-weight:bold !important; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display:block; _display: inline-block; border-width: 0; padding: 1em 1.4em; background: #f9f1db; overflow: auto; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* BOOKING.COM */

* {
                margin: 0;
        }

	a img {
		border: 0;
	}

	#searchboxInc {
		font: 12px/1.5 Arial, Helvetica, sans-serif;
		color: #003580;
		width: 265px;
        text-align:left;
	}

	#searchboxInc form {
		background: #feba02;
	}

    #searchboxInc #destination {
        width:200px;
        float:none !important;
        height: 20px;
    }

    #searchboxInc  #b_checkin_month, #searchboxInc  #b_checkout_month {
        width:160px;
    }

	#searchboxInc fieldset, #searchboxInc img {
		border: 0;
	}

	#searchboxInc fieldset {
		padding: 8px;
	}

	#searchboxInc #inout h3 {
		background-color:transparent;
		font-size:1.1em;
	}

	#searchboxInc h3 {
		margin-bottom:0.2em;
		position:static;
		font-size:118%;
		font-weight:bold;
		margin: 0;
	}

	#searchboxInc p {
		font-size: 2em;
		margin: 0;
	}

	#homein, #homeout {
		float: left;
		padding: 0.5em 1em 0 0;
        }

	.avail {
		padding-top: 10px;
        *padding-top:0px;
		clear: left;
	}

	#searchboxInc a.calender {
		vertical-align: -4px;
	}

	#searchboxInc a.calender img {
		background: #0896ff;
	}

	.blur {
		color: #999;
	}

	button {
		float: right;
		-moz-border-radius: 8px;
		background-color: #0896ff;
		border: 2px solid #fff;
		color: #fff;
		letter-spacing: 1px;
		padding: 0.15em 0.75em;
		text-transform: uppercase;
		font: bold 1.333em/1 Arial, Helvetica, sans-serif;
        cursor:pointer;
	}

	#calendar {
		font: 12px/1.5 Arial, Helvetica, sans-serif;
		color: #003580;
	    display: none;
	    position: absolute;
	    background-image: url(http://www.booking.com/static/img/shadow3.png);
	    padding: 0 4px 4px 0;
	}

	/* For calendar */
	.caltable {
	    border: 1px solid #003580;
	    background-color: #fff;
	}
	.caltable a:link, .caltable a:visited {
	    color: #0896ff !important;
	}
	.caltable a:hover {
	    color: #feba02 !important;
	    border-color: #feba02 !important;
	}
	.caltable a:active {
	    color: #b30000 !important;
	    border-color: #b30000 !important;
	}
	.caltable td {
	    text-align: center;
	}
	.caltable td a {
	    display: block;
	    text-decoration: none;
	}
	.caltable td.calheader a {
	    display: inline;
	    vertical-align: -.4em;
	}
	.caltable td.calheader img.calNoPrevMonth {
	    background: white url(/static/img/butPrevMonth.png) 0 -72px no-repeat;
	    vertical-align: -.4em;
	}
	.caltable td.calheader img.calNoNextMonth {
	    background: white url(/static/img/butNextMonth.png) 0 -72px no-repeat;
	    vertical-align: -.4em;
	}
	.caltable td.calheader .calNextMonth img {
	    background: white url(/static/img/butNextMonth2.png) 0 0 no-repeat;
	}
	.caltable td.calheader .calPrevMonth img {
	    background: white url(/static/img/butPrevMonth2.png) 0 0 no-repeat;
	}
	.caltable td.calheader .calNextMonth:hover img, .caltable td.calheader .calPrevMonth:hover img {
	    background-position: 0 -24px;
	}
	.caltable td.calheader .calNextMonth:active img, .caltable td.calheader .calPrevMonth:active img {
	    background-position: 0 -48px;
	}
	.calheader {
	    padding: .4em;
	    white-space: nowrap;
	}
	.calheader select {
	    margin: 0 .6em;
	}
	.monthYear {
	    background-color: #ffffff;
	    color: white;
	}
	.dayNames td {
	    border-bottom: 1px solid #003580;
	    background-color: #e6edf6;
	}
	.days td {
	    color: #779bca;
	    background-color: #e6edf6;
	    padding: .2em;
	    border: 2px solid #e6edf6;
	}
	.days td.weekend {
	    background-color: #c5d4e9;
	    border-color: #c5d4e9;
	}
	.days td.past {
	    text-decoration: line-through;
	}
	.days td.today, .days td.future {
	    border: none;
	    padding: 0;
	}
	.days td a {
	    padding: .2em;
	    border: 2px solid #e6edf6;
	}
	.days td.weekend a {
	    border-color: #c5d4e9;
	}
	.days td.today a {
	    background-color: #fff;
	}
	.days td.selected {
	    font-weight: bold;
	}
	.days td.selected a {
	    border-color: #0896ff;
	}
