/*
Name: AKIO Backend Theme
Author: BigFish Creative
Author URI: http://bigfish.rs
Version: 1.0
*/

* {
  margin: 0;
}

html, body {
	height: 100%;
}

img, div, li { behavior: url("css/iepngfix.htc") }

body {
	background: #a10f0f;
	color: #555;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
	text-align: center;
}

#wrap {
	margin: 80px auto 0;
	text-align: left;
	width: 820px;
}


/* @group header */
/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header {
	background-color: black;
	height: 100px;
	overflow: hidden;
}

#logo {
	display: inline;
	float: left;
}

#logo a {
	background: url(../img/logo.jpg) no-repeat 0 0;
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 220px;
}
/* @end */


/* @group menu */
/* MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#menu {
	display: inline;
	float: right;
}

#menu ul li {
	cursor: pointer;
	display: inline;
	float: left;
	height: 100px;
	width: 80px;
}

#menu ul li a {
	display: block;
	height: 100px;
	text-indent: -9999px;
}

#menu ul li#m_home {
	background: url("../img/m.home.jpg") no-repeat 0 0;
}

#menu ul li#m_restoraunt {
	background: url("../img/m.restoraunt.jpg") no-repeat 0 0;
}

#menu ul li#m_accomodation {
	background: url("../img/m.rooms.jpg") no-repeat 0 0;
}

#menu ul li#m_services {
	background: url("../img/m.services.jpg") no-repeat 0 0;
}

#menu ul li#m_gallery {
	background: url("../img/m.gallery.jpg") no-repeat 0 0;	
}

#menu ul li#m_contact {
	background: url("../img/m.contact.jpg") no-repeat 0 0;
}
/* @end */


/* @group mid */
/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#mid {
	background: #fff;
	display: block;
	text-align: left;
}

div.lc {
	display: inline;
	float: left;
	width: 400px;
}

div.rc {
	display: inline;
	float: left;
	height: 340px;
	overflow: auto;
	padding: 20px;
	width: 360px;
}

p {
	line-height: 160%;
	margin: 15px 0q;
}

div.lc img {
	display: block;
}

#mid a {
	color: #a10f0f;
}
/* @end */


/* @group gallery */
/* GALERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#gallery {
	padding: 10px;
}

#gallery h1 {
	padding: 20px 20px 10px;
}

#gallery div.image {
	display: inline;
	float: left;
	margin: 10px;
	width: 140px;
}
/* @end */


/* @group footer */
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#footer {
	background: url("../img/shadow.jpg") no-repeat 0 0;
	color: #ff7f7f;
	height: 10px;
	padding: 10px 0;
	text-align: center;
}
/* @end */


/* @group elements */
/* ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Verdana, sans-serif, Georgia;
	font-weight: bold;
}

h1 { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	letter-spacing: -2px;
	color: #A80000;	
	padding: 5px 0 20px;
}

h2 {
	color: #333;
	font-size: 1.8em;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.4em;
}

h4 {
	color: #999;
	font-size: 1.2em;
}

h5 {
	
}

h6 {
	
}

strong {
	font-weight: bold;
}

p {
	line-height: 140%;
	margin: 15px 0;
}
/* @end */


/* @group form */
/* FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
input.field {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #848484;
	color: #222;
	padding: 3px;
}

input.button {
	margin: 10px 0 0;
}

input.radio {
	margin: 5px 0;
}

input.checkbox {
	margin: 3px 0;
}

textarea {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #848484;
	color: #222;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
}

select {
	padding: 2px 0;
}

input.field.selected {
	background: #e8f6ff;
}

/* non-floating form item */
div.item {
	clear: both;
	margin: 10px 10px 0;
}

/* floating form item */
div.itemf {
	float: left;
	margin: 10px;
}

div.lc div.item,
div.rc div.item {
	margin: 10px 10px 10px 0 !important;
}

div.lc div.itemf,
div.rc div.itemf {
	float: left;
	margin: 10px 10px 10px 0 !important;
}


div.item div.label,
div.itemf div.label {
	color: #777;
	padding: 2px;
	margin-top: 1px;
}

div.item div.label span,
div.itemf div.label span {
	font-size: 9px;
	padding: 2px 3px;
	text-transform: uppercase;
}

div.item div.label span.required,
div.itemf div.label span.required {
	background: #e10000;
	color: #fff;
}

div.item div.label span.attention,
div.itemf div.label span.attention {
	background: #ffcc00;
	color: #333;
}

.tiny {
	width: 30px;
}

.small {
	width: 60px;
}

.large {
	width: 120px;
}

.big {
	width: 180px;
}

.extra {
	width: 240px;
}

.wide {
	width: 325px;
}

.huge {
	width: 480px;
}

form h3 {
	border-bottom: 1px solid #d5d5d5;
	clear: both;
	color: #666;
	font-size: 16px;
	margin: 20px 10px 10px !important;
	padding: 5px 0;
}

div.lc form h3,
div.rc form h3 {
	margin: 20px 0 0 !important;
}

fieldset {
	margin: 10px;
	padding: 0 10px 5px;
}

div.lc fieldset,
div.rc fieldset {
	margin: 10px auto;
}
/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}

.l {
	float: left;
	display: inline;
}

.r {
	float: right;
	display: inline;
}

img a:hover {
	margin-bottom: -5px;
}

.hidden {
	display:none;
}
/* @end */
