/*
Theme Name: Carena
Theme URI: http://carena-apartments.co.uk
Description: Built on Thematic Theme
Author: Ben Osman
Author URI: http://radiantflow.com
Template: thematic
Version: 0.1 
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

@import url('calendar.css');




body {
  /*background: #DCE6F7; */
  background: #F1E8F5; 
  color : #4B4B4B;
}


#main {
  background:#FFFFFF;
  clear:both;
  padding:22px 0 22px;
}


#access {
  font-size:100%;
  height:32px;
  overflow:visible;
  z-index:100;
  background : #7428A6;
  
}


.menu {
  width:930px;
}

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

body, input, textarea {
    font: 15px Calibri, Arial, Helvetica, "sans serif";
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:14px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #cc0000;
}


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

#header {
  margin:1.5em auto 0;
  width:960px;
  z-index:2;
}

#branding {
  padding: 0px 0 0px;
  width : 960px;
  background : #fff url("images/header-bg.png") bottom right no-repeat;
}


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

#footer {
    margin-top:12px;
}
#siteinfo {
    color:#666;
    font-size:14px;
    text-align: center;
    line-height:18px;
    padding:0px 0 22px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #cc0000;
}

/*** MENU STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 13em !important;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
}
.sf-menu a {
	padding:8px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
  
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {

}
.sf-menu li li {
	background:		#7428A6;
}
.sf-menu li li li {
	background:		#7428A6;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:   #8D66BB;
	  outline:		0;
}

.sf-menu li ul {
    display:none!important;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background: #673c98 ;
	border-bottom:none;
}
.sf-menu ul a:hover {
    background: #8D66BB;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:14px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #cc0000;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #cc0000;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #cc0000;
}


.aside h2,
.aside h3 {
    font-size:17px;
    font-weight:bold;
    line-height:22px;
    margin-bottom : 8px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:0 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight:bold;
    font-size:17px;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


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

.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #cc0000;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:0px 20px 0 20px;
}
.entry-title {
    font-size:17px;
    font-weight:bold;
    line-height:20px;
    padding:0 0 14px 0;
    color : #600586;
}
.entry-title a {
    color:#600586;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #cc0000;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #cc0000;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding: 0;
}

.entry-content h1 {
    font-size:17px;
    font-weight:bold;
    padding:0px 0 14px 0;
}

.entry-content h2 {
    font-size:16px;
    font-weight:bold;
    padding:0px 0 4px 0;
}
.entry-content h3 {
    font-size:14px;
    font-weight:bold;
    padding:0px 0 0px 0;
}
.entry-content h4 {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #cc0000;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #cc0000;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}

.ngg-galleryoverview {
  margin-top : 0px;
  margin-bottom : 16px;
}

#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

.edit-link {
  display : block;
  text-align : right;
}


.entry-content img {
    margin: 0 0 0px 0;
}
/* gallery */

.piclenselink {
  display : none;
  visibility : hidden;
  height : 0;
}

.aside .entry-title {
    font-size:17px;
    font-weight:bold;
    line-height: 20px;
    padding:0 0 7px 0 !important;
    color : #666666;
}

/* booking form */

#wpcf7-f1-p58-o1 fieldset {
 border-top : 1px solid #BD9ED3; 
 width : 450px;
  
}

#wpcf7-f1-p58-o1 legend {
  padding: 0 2px;
  font-weight: bold;
  _margin: 0 -7px; /* IE Win */
}

#wpcf7-f1-p58-o1 label  {
  width : 160px;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;

}


#wpcf7-f1-p58-o1 em  {
color:#FF0000;
font-style:normal;
font-weight:bold;
margin-left : 3px;
}


#wpcf7-f1-p58-o1 label span  {
  width : 160px;
  display : block;
}

#wpcf7-f1-p58-o1 input,
#wpcf7-f1-p58-o1 select,
#wpcf7-f1-p58-o1 textarea  {
 width : 200px;
 margin-top : 2px; 
}

#wpcf7-f1-p58-o1 .form-field {
  margin:0;
  padding:5px 5px 5px 20px;
  border-bottom: 1px solid #D1D6DB;
  width : 450px;
}

#field-address textarea {
  height : 68px;
}

#field-message textarea {
  height : 120px;
  width : 360px;
}

#field-arrival input,
#field-departure input { 
  width:168px;
}

#wpcf7-f1-p58-o1 br,
#field-arrival br,
#field-departure br { 
  display : none;
  height : 0;
}

#wpcf7-f1-p58-o1 #submit-button {
  text-align : right; 
  width : 401px;
}

#wpcf7-f1-p58-o1 #submit-button input {
  background : #7428A6;
  border : 1px solid #7428A6;
  color : #ffffff;
  width : 120px;
  padding : 2px 2px;
}


/* Testimonials */

.testimonial {
  background-color : #F7EFFB !important;
  margin-bottom : 14px !important; 
  font-style: italic;
  
}

.testimonial-name {
  text-align : right;
  font-weight : bold;
  padding-top :4px;
}

.testimonial-date {
  text-align : right;
  padding-top :4px;
}

/* Testimonial Widget */

.testimonials_manager_widget_widget {
  /*padding : 8px;
  border : 1px solid #BD9ED3;*/
}

/* Carena Widget */

.carenaWidget {
  height : 154px;
}

.carenaWidget h3 {
  margin-bottom : 6px;
}


.carenaWidget .starRating {
  float : left;
  width : 88px;
}

.carenaWidget .carenaText { 
  margin-left : 8px; 
}

.widgetcontainer {
  padding : 8px;
  border : 1px solid #BD9ED3; 
  margin-bottom : 18px;
}


/* Google Map */

.gels-button,
.gels-input {
  font-size : 12px !important;
  line-height : 14px !important;
}