/* 

CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* style.css */

body {
	font-family: 'Cinzel', serif;
/*	background: url(images/bg/body_image_3.jpg) fixed 50% top no-repeat;} */

	/* Fluid Background */
	/* background: url(images/bg/body_image_3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cinzel', serif;}
	
p {
	font-size: 15px;
	font-family: 'Cinzel', serif;}

p.sub_title {
/*	font-size: 15px; */
	font-family: 'Cinzel', serif;
	font-weight: bold;
	color: black;}

a {
	font-weight: 500;
	font-size: 14px;
	font-family: 'Cinzel', serif;}

a.link-more {
	font-weight: bold;
	font-size: 14px;}
	
a:active {
	font-weight: bold;
	color: #83ADD6;}

.container p {
	font-size: 12px;}
	
.dropdown li ul {
	text-transform: none;}
	
.head_name {
	text-transform: none;
    height: 95px;}

.head_name strong {
	font-family: 'Pinyon Script', cursive;
	font-size:52px;
	}

.head_name em {
    display: block;
	font-family: 'Pinyon Script', cursive;
    font-size: 30px;
	font-weight: normal;}

.head_name_left {
    left: 16px;}

.head_name_right {
    right: 16px;}	

.text_big a {
	font-size: 17px;
	font-weight: bold;}

.text_center span.text-black {
	color: black;}	

.dropdown li ul.submenu-1 {
	left: -26.5px;
	}

/* blue-pink.css */
::-moz-selection { 
	background: #83add6;}
::selection {
	background: #83add6;}


h1 span, h2 span, h3 span ,h4 span, h5 span, h6 span,
a:hover, a:focus,
.sub_title {
	color:#83add6;}

.comment-form .btn-submit {
	background:url(images/button_bg.png) 0 -60px repeat-x #83add6;}

.entry a:hover,
.entry .link-more {
	color:#83add6;}
	
.entry .text_big p {
	margin: 0px;}
	
.link-reply {
	color:#83add6;}

.cusel .cuselActive {
	color: #83add6 !important;}

/* Index */
.text_big a {
	font-size: 20px;
	color: #404040;
	}

.more_info p {
	font-size: 13px;
}

.more_info a {
	font-size: 13px;
	color: #83ADD6;
	font-weight: bold;
}


/* Form */
.comment-form .inputtext, 
.comment-form .textarea,
.comment-form .select_styled,
select {
	font-family: 'Cinzel', serif;
}

select {
	color:#a6a6a6;
	font-size:13px;
	line-height:18px;
	padding:10px;
	width:216px;
	height: 38px;
	margin:3px 0;}

/* RSVP */

.comment-form .bot_box {
	font-family: 'Cinzel', serif;
	font-style: italic;
	text-align: center;
	padding-top: 20px;}
	
.comment-form .bot_box p {
	font-weight: normal;}

.bot_box p, 
.bot_box h1,
.bot_box .bot_box_inner {
	font-family: 'Cinzel', serif;}

.bot_box strong {
	font-weight: bold;}
	
.bot_box .bot_box_inner p {
	font-size: 13px;
	font-weight: normal;}
	
/* Accomodation */
.hotel-item .item_descr p {
    font-size: 12px;
	color: #666;
}

.hotel-item a {
    font-size: 13px;
	color: #36F;}
	
