/*  
Theme Name: Twicet
Theme URI: http://www.kriesi.at/
Description: A Business & Portfolio Theme
Version: 1
Author: Christian "Kriesi" Budschedl
Author URI: http://www.kriesi.at 
*/

html{
	background:#c1ba99 url(../images/bg_top.png) repeat-x;
	}

body{
	color:#202020;
	}

/*****************************
1.) #head	
/****************************/	
	
				
					#top .logo a{
						background:transparent url(../images/petithotel.gif) left top no-repeat;
						}
					
					#top .sv a{
						background-position:left 0;
						}
					
					#top .en a{
						background-position:left -100px;
						}
		
/*****************************
2.) #main
/****************************/		
			#main{
			background:transparent url(../images/bg_slice.png) left top no-repeat;
			}
			
			#frontpage #main {
			background: none;
			}
			
			
/*****************************
3.) #mainpage image slider
/****************************/	

				#featured{
					background:transparent url(../images/bg_slice_frontpage.png) right top repeat-y;
					color:#f5f5f5;
				}
						#frontpage .featured_content{
							background:transparent url(../images/bg_slice_frontpage.png) left top no-repeat;
						}

					#featured_bottom{
						background:transparent url(../images/bg_slice_bottom.png) right bottom no-repeat;	
				
					}
							
												
							.ticker, .ticker a{
								text-decoration:none;
								color:#97b4cf;
								font-weight:normal;
								}
								
								.ticker, .ticker a strong{
									color:#a29681;
									font-weight:bold;
								}
							
								
							.preview_images a img{
								border: 1px solid #131E27;
								background-color: #425B70;
								}
								
							.preview_images .current_prev img{
								border: 1px solid #CDD4DA;
								background-color: #FFFFFF;
								}
								
							.pointer{
								background:transparent url(../images/pointer.png) no-repeat scroll left top;
								}
								
/*****************************
4.) breadcrumb navigation
/****************************/	
								
			
			.breadcrumb{
				color:#a29681;
				font-weight:bold;
				}
				
						.breadcrumb a{
							text-decoration:none;
							color:#97b4cf;
							font-weight:normal;
							}
							
						.breadcrumb a:hover{
							text-decoration:underline;
							color:#fff;
							}
						
						.current_crumb{
							color:#fff;
							font-weight: normal;
							}
/*****************************
5.) content area below slider and on subpages
/****************************/	
						
			.content_top{
				background:transparent url(../images/bg_slice2.png) left top no-repeat;
				}	
				
			#content{
				background:transparent url(../images/bg_slice2.png) repeat-y scroll center top;
				}
			.content_bottom{
				background:transparent url(../images/bg_slice2.png) right bottom no-repeat;
				}
			.page_bottom{
				background:transparent url(../images/bg_page_bottom.png) center bottom no-repeat;
				}
				
/*****************************
6.) Portfolio Page (no sidebar)
/****************************/	
					
						
							.portfolio_item{
								border:1px solid #ddd;
								}
								
							
							
/*****************************
7.)pages with sidebar
/****************************/								

										.entry img {
										border-color:#342e2b;
										}
										
										.entry-head {
											color:#423e30;
											}
										
										.categories a {
											background-color:#d3e1f4;
											color:#1c3a53;
											border-color:#bdd1d9;
											}
										
											.categories a:hover {
												background-color:#bdd1d9;
												color:#1c3a53;
												}
										
										.comments a {
											background-color:#caca90;
											color:#2f2b23;
											border-color:#b0b068;
											}
										
											.comments a:hover {
												background-color:#b0b068;
												color:#2f2b23;
												}
										
										
									
										/*
										.categories, .comments, .entry-head a, .more-link, #top .portfolio_item h3 a{
											background-color:#d3e1f4;
											color:#1c3a53;
											border:solid 1px #bdd1d9;
											}
										
											
											.entry-head a:hover, .more-link:hover, #top .portfolio_item h3 a:hover{
											background-color:#eaeaea;
											color:#747474;
											}
											
										*/
								
					
					
				
					#top .bg_sidebar{
						background:transparent url(../images/bg_sidebar.png) repeat-y scroll center top;
						}
					
					#sidebar{
						background:transparent url(../images/sidebar_gradient.png) no-repeat left top;
						}
				
				
						
						
/*****************************
7.) Small Boxes and Sidebar "Widgets"
/****************************/	
				
							
							.small_box h3{
								color: #c7b299;
							}
							.small_box h3 a {
								color: #3f3b32;
								background:url(../images/arrow.png) 0 3px no-repeat;
								padding-left:15px;
							}
								
							.small_box img{
								border-color:#342e2b;
								}
								
							#sidebar .widget_pages ul,
							#sidebar .widget_categories ul,
							#sidebar .widget_recent_comments ul, 
							#sidebar .widget_recent_entries ul,
							#sidebar .widget_tag_cloud div,
							#sidebar .pages ul,
							#sidebar .categories ul,
							#sidebar .tags p
							{
								border:solid;
								border-width:1px 0;
								border-top-color:#1f1d19;
								border-bottom-color:#686153;
								width:257px;
							}
							
							#sidebar .widget_tag_cloud div,
							#sidebar .tags p {
								padding: 15px 0;
								}
							
							#sidebar .widget_categories a, #sidebar .widget_pages a, #sidebar .widget_archive a,
							#sidebar .widget_recent_entries a, #sidebar li.recentcomments, .widget_meta a,
							#sidebar .categories a, #sidebar .pages a, #sidebar .archives a
							{
							border:solid;
							border-width:1px 0;
							border-top-color:#686153;
							border-bottom-color:#1f1d19;
							background:url(../images/submenu_arrows.png) no-repeat 5px 14px;
							color:#fff;
							}
							
							#sidebar li.cat-item, #sidebar .widget_tag_cloud a, .widget_recent_comments a,
							#sidebar .tags a {
								color:#97b4cf;
								}
							
							
								
								
							#sidebar .widget_categories a:hover, #sidebar .widget_pages a:hover, #sidebar .widget_archive a:hover,  
							#sidebar .widget_recent_entries a:hover, #sidebar li.recentcomments:hover, #sidebar .widget_meta a:hover,
							#sidebar .categories a:hover, #sidebar .pages a:hover, #sidebar .archives a:hover
							{
							background:#201f1a url(../images/submenu_arrows.png) no-repeat 5px 14px;
							color:#fff;
							}
							
							#sidebar .current_page_item a {
							border-top-color:#97907c;
							border-bottom-color:#484239;
							background:url(../images/submenu_arrows.png) #78715d no-repeat -251px 14px;
							color:#fff;
							}
							
							#wp-calendar th, #prev a, #next a{
							background-color:#282828;
							color:#fff;
							border-top-color:#87816f;
							border-bottom-color:#201f1a;							
							}
				
		a.facebook, a.newsletter, a.giftvoucher{
			display:block;
			width:167px;
			height:48px;
			padding: 13px 20px 0px 70px;
			font-weight: bold;
			color: #1E3A52;
			font-size: 15px;
			line-height: 17px;
		}
		a.facebook {
			background:url(../images/facebook.jpg) 0 0 no-repeat;
		}
		
		a.newsletter {
			background:url(../images/newsletter.jpg) 0 0 no-repeat;
		}
		
		a.giftvoucher {
			background:url(../images/giftvoucher.jpg) 0 0 no-repeat;
		}
		
		a.facebook:hover, a.newsletter:hover, a.giftvoucher:hover{
			color: #1E3A52;
			background-position:0 -61px;
			text-decoration: none;
			}
							
		
		#news {
			background: url(../images/news_bg.png) left top repeat-y;
			margin: 4px 0;
			width: 940px;
			float: left;
			color: #97b4cf;
			font-size: 10px;
		}
		.newsTop {
			background: url(../images/news_top.png) left top no-repeat;
			width: 925px;
			padding:0 0 0 15px;
			float: left;
		}
		.newsBottom {
			background: url(../images/news_bottom.png) left bottom no-repeat;
			width: 940px;
			float: left;
			height: 5px;
		}
			.newsText {
				float: left;
				display: block;
				width: 275px;
				margin: 0 30px 0 0;
			}
				.newsPic {
					float: left;
					width: 71px;
					margin: 3px 0px 0px 0;
				}
				.newsText h5 {
					color: #FFFFFF;
					font-size: 15px;
					font-weight: normal;
					clear: none;
					padding: 20px 0px 0px 0px;
					margin: 0px;
				}
				a.news {
					color: #97b4cf;
					text-decoration: none;
					display: block;
					line-height: 12px;
				}
				a.news:hover, a.news:hover h5 {
					color: #fff;
					text-decoration: underline;
				}
		
		#footer {
			font-size: 11px;
			line-height: 15px;
			color: #000000;
		}
			#footer .footerLogo {
				float: left;
				padding:0 15px 0 0;
			}
			#footer .footerText {
				float: left;
				padding: 5px 25px 0px 0px;
			}
		
				#footer a.ph{
					float: left;
					background: url(../images/ph.png) left bottom no-repeat;
					padding: 8px 0 0 52px;
					width:55px;
					height: 37px;
					color: #605d4c;
					text-decoration: none;
					display: block;
					float: left;
					margin: 0 0 10px 0;
				}
				#footer a.ph:hover{
					color:#000;
				}
					
				
				
/*****************************
Subpage
/****************************/

#subpage_gallery {
	background:#000 url(../images/imageflow_bg.gif) repeat-x 0 0;
	color:#fff;
	}
	
img.karta {
	float: right;
	border: 0px;
	margin: 8px;
}

img.right {
	float: right;
	border: 0px;
	margin: 8px;
}

img.left {
	float: left;
	border: 0px;
	margin: 8px;
}
	
/*****************************
Hotel
/****************************/

#hotel_content {
	float: left;
	width: 563px;
}
#hotel_info {
	float: right;
	width: 207px;
	background: #3F3B32 url(../images/hotel_info_bg.gif) top center no-repeat;
	border: 1px solid #221F1A;
	color: #ffffff;
	margin-left: 20px;
	margin-bottom: 10px;
}
#hotel_info .hotel_content {
	margin: 12px 15px 8px 15px;
	background: none;
}
#hotel_info .hotel_content + .hotel_content {
	padding-top: 10px;
	margin: 8px 15px 6px 15px;
	background: url(../images/hotel_info_line.jpg) top center no-repeat;
}
#hotel_info span {
	color: #a29681;
	font-weight: bold;
}
#hotel_info a {
	color: #97b4cf;
}
#hotel_info a.list {
	color: #97b4cf;
	background: url(../images/hotel_info_arrow.jpg) left 5px no-repeat;
	padding-left: 15px;
	display: block;
	line-height: 16px;
	margin-bottom: 5px;
}
#hotel_info a.book {
	background: url(../images/hotel_info_button.gif) left 0 no-repeat;
	display: block;
	height: 48px;
	width: 187px;
	margin: 5px 0 12px 10px;
	color:#10253A;
	font-size:15px;
	font-weight:bold;
	line-height:48px;
	text-align:center;
}

#hotel_info a.book:hover {
	text-decoration:none;
	background-position:0 -48px;
}

#hotel_gallery {
	float: left;
	width: 531px;
	background: #ebebd5;
	border: 1px solid #bdbdbd;
	padding: 15px 15px 11px 15px;
	margin-top: 20px;
}
#hotel_gallery a {
	margin-left: 0px;
}
#hotel_gallery a + a {
	margin-left: 16px;
}

/*****************************
#basic & common styles	
/****************************/

h1 a, h2 a, h3 a, h4 a, h5 a h6 a{
	color:#5B5A5A;
	}

a{
	color:#287ec6;
	text-decoration:none;
	}

a:hover{
	color:#287ec6;
	text-decoration:underline;
	}
	


h1, legend{
	color:#a3a250;
	}

h2,h3,h4,h5,h6, {
	color:#202020;
	}

	#featured h2, #featured h2 a{
		color:#fff;
		}
		
	#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a, #page_content h2, #page_content h2 a{
		color:#202020;
		}


.aligncenter{
border-bottom:1px solid #ddd;
border-top:1px solid #ddd;
}

.meta{
	color:#a0a0a0;
	}
	
.read-more, .show-next{
	background:transparent url(../images/read_more.png) no-repeat scroll right top;
	color:#555;
	}
	
	
.read-more:hover, .show-next:hover{
	background:transparent url(../images/read_more.png) no-repeat scroll right bottom;
	color:#666;
	}
	
.entry ul, .entry ol{

	border-top:1px solid #ddd;
	}
	
	
.entry li{
	border-bottom:1px solid #ddd;
	}
	
blockquote{
	background:transparent url(../images/quotes.png) no-repeat scroll left 6px;
	color:#555555;
	}
	
	
/*CONTACT FORM*/	
.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #EE2A00;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}


#s, .text_input, .text_area, textarea, #commentform input{
	border:1px solid #ababab;
	color:#333;
	}


#searchsubmit, #send, #top #submit{
	border:1px solid #ababab;
	background-color:#333;
	cursor:pointer;
	color:#fff;
	
	}
	
#searchsubmit:hover, #send:hover, #top #submit:hover{
	background-color:#999;
	color:#333;
	}

	
/*.corner_left, .corner_right{
	background:transparent url(../images/jquery_corners.png) no-repeat scroll top left;
	}
	
#top .corner_right{
	background:transparent url(../images/jquery_corners.png) no-repeat scroll top right;
	}*/
	


/*naviagation*/
.navwrap{
	background:transparent url(../images/menu.png) no-repeat left top;
	}

#top #nav{
	background:transparent url(../images/menu.png) right -42px no-repeat;
	border-color: #b8b873;
}


#top #nav a{
	color:#2f2b23;
	text-shadow: #e4e4c7 1px 1px 0px;
}

#top #nav li{
	border-color:#b8b873;
}

#top #nav li ul a{
	border-bottom:1px solid #fff;
	border-top:1px solid #DFDFDF;
}

#top #head #nav ul a, #top #head #nav ul li{
	background-color:#f5f5f5;
	background-image:none;
}

#top #head #nav ul a:hover, #top #head #nav ul a:focus {
	background-color:#fff;
	color:#555;
}

#top #head #nav a:hover, #top #head #nav a:focus {
	color:#000;
	background: url(../images/menu.png) 0 -84px repeat-x;
}

#top #nav .current_page_item, #top #nav .current_page_parent{
	background: url(../images/menu.png) 0 -126px repeat-x;
}

#top #nav .current_page_item a, #top #nav .current_page_parent a{
	color:#fff;
	text-shadow: #81803c -1px -1px 0px;
}

#top #nav .current_page_item a:hover, #top #nav .current_page_parent a:hover{
	color:#fff !important;
	background:inherit !important;
}

#top #nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:1px solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:#444;
	
}


/*top naviagation*/

.topnavwrap{
	background:transparent url(../images/topmenu.png) 100% 0 no-repeat;
	color: #1c3a53;
	}

#top #topnav{
	background:transparent url(../images/topmenu.png) 0 -36px no-repeat;
}

#top #topnav a{
	color:#294f6e;
}

#top #topnav ul {
	border-top:none;
}

#top #topnav ul li ul a{
	border-bottom:1px solid #fff;
}

#top #head #topnav ul a:hover, #top #head #topnav ul a:focus {
	color:#fff;
}

#top #head #topnav a:hover, #top #head #topnav a:focus {
	color:#000;
}

#top #topnav .current_page_item{
}

#top #topnav .current_page_item a{
	background:#eaf1f9;
	border:#b6c7db solid 1px;
}

#top #topnav .current_page_item a:hover{
	color:#fff !important;
	background:inherit !important;
}

#top #topnav .current_page_parent .current_page_item a, #top #topnav .current_page_item ul a{
	border-right:1px solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:#444;
}

#topnav input#searchsubmit {
	background: #39536a url(../images/searchbutton_bg.png) 0 0 repeat-x;
}

#topnav input#searchsubmit:hover {
	background: #456c8d url(../images/searchbutton_bg.png) 0 -20px repeat-x;
	color: #fff;
}



/* ---------------------- Pagination -------------------*/

.pagination span, .pagination a{
	border:1px solid #333;
	color:#fff;
	background-color:#999;
}

.pagination a:hover{
	border:1px solid #333;
	color:#fff;
	background:#747474;
}
.pagination .current{
	border:1px solid #333;
	color:#fff;
	background-color:#747474;
}

/*****************************
Front page booking	
/****************************/	

#bookingForm {
	background: #f6f6f6;
	float: left;
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	color: #375268;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 8px;
}
#bookingForm .blueBg {
	font-weight: bold;
	background: #d1e0f3;
	float: left;
	width: 330px;
	margin: 8px 8px 0px 8px;
	padding: 5px 7px 5px 7px;
}
#bookingForm .text {
	background: #d1e0f3;
	float: left;
	width: 310px;
	margin: 8px 8px 0px 8px;
	padding: 15px 17px 15px 17px;
}
#bookingForm .text span {
	font-size: 15px;
	font-weight: bold;
}
#bookingForm .blueBg .floatLeft {
	float: left;
}
#bookingForm .blueBg .floatRight {
	float: right;
	text-align: right;
}
#bookingForm .blueBg #arrivalDiv,
#bookingForm .blueBg #departureDiv
{
	float: left;
	width: 302px;
}
#bookingForm .blueBg #departureDiv {
	padding-top: 5px;
}
#bookingForm #gotoPackageButton,
#bookingForm #gotoBookingButton,
#bookingForm #gotoGiftCardButton
{
	background: url(../images/book_button.jpg) repeat-x;
	float: right;
	height: 28px;
	color: #FFF;
	line-height: 28px;
	padding: 0px 15px 0px 15px;
	border: 1px solid #1c3a53;
	cursor: pointer;
	margin: 8px 8px 0px 8px;
}
.bookingArrow {
	background: url(../images/book_button_arrow.jpg) left 8px no-repeat;
	padding-left: 20px;
}
#bookingForm #packageDiv {
	width: 360px;
	float: left;
}
label {
	margin-left: 4px;
}
.childAgesDiv div {
	padding-top: 4px;
}
.room {
	padding-bottom: 4px;
}