/* 

    Author  : Morning Bell Media
    Website : http://www.morningbellmedia.com
       
*/


/* =Fonts
-------------------------------------*/
@font-face {
    font-family: Clean;
    src: url('fonts/clean.ttf') format("truetype");
}

@font-face {
  font-family: "menu";
  src: url(fonts/commersial_script.ttf) format("truetype");
}


/* =Global Elements
-------------------------------------*/
body {
    background-color: #383330;
    color:#fff;
    font-family: arial, sans-serif;
    font-size: .8em;
    text-align: center;
}

#wrapper1 {
    width: 900px;
    margin: auto;
}

#wrapper2 {
    width: 900px;
    margin: auto;
}

a {
    color: #e67929;
}

a img {
    border: none;
}

/* =Header
-------------------------------------*/
#header {

}
#nav {
    text-align: right;
    vertical-align:text-bottom;
    color:#fff;
    margin-bottom: -75px;
    font-weight: bold;
    font-size: 1.1em;
    padding-right: 10px;
    padding-top: 20px;


}
#nav a {
    text-decoration: none;
    color:#fff;
}

#nav a:hover {
    text-decoration: none;
    color:#e67929;
}

#stripe {
    height: 70px;
    background-color: #fff;
    width: 120%;
    margin-left: -10px;

}
#logo {
    background: transparent url(../images/logo.jpg) left no-repeat;
    height: 70px;
	width:360px;
    position: relative;
    top: 75px;
    left: 10px;
	text-indent:-9999px;
	display:block;
}

#homelink {
	height:70px;
	width:360px;
	dsplay:block;
}

/* =Content
-------------------------------------*/
#main {
    margin-top: 30px;
    padding-top: 20px;

}

#copy {
    border-right: 1px solid #fff;
    padding-right: 25px;
    margin-right:-10px;
}
#content {
    width: 250px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 40px;
    float:left;
}

#content2 {
    width: 250px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 40px;
    float:left;
}

#content h2 {
    font-family: Clean, Helvetica, Arial, Sans-Serif;
    font-size: 2em;
}
#content .first-word {
    color: #fff;
}

#content .second-word {
    color:#e67929;
}

h3 {
    color: #d0d0d0;
    margin-bottom: -13px;
}

h3 a {
    color: #d0d0d0;
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
}

/* =Photos
-------------------------------------*/
#photo {
    width: 580px;
    height:388px;
    padding-top: 80px;
    float: right;
}

#hostels ul{
    float: left;
}
#hostels li{
    list-style: none;
    float: left;
    margin-left: -40px;
    margin-top: -13px;
}

#tobys {
    background: url(../images/properties/sirtobys.jpg) no-repeat;
    height:388px;
    width:145px;
}

#tobys:hover {
    background: url(../images/properties/sirtobys1.jpg) no-repeat;
}

#sophies {
    background: url(../images/properties/misssophies.png) no-repeat;
    height:388px;
    width:185px;
}

#sophies:hover {
    background: url(../images/properties/misssophies1.png) no-repeat;
}

#czechinn {
    background: url(../images/properties/czechinn.png) no-repeat;
    height:388px;
    width:185px;
}

#czechinn:hover {
    background: url(../images/properties/czechinn1.png) no-repeat;
}

#mosaic {
    background: url(../images/properties/mosaichouse.png) no-repeat;
    height:388px;
    width:185px;
}

#mosaic:hover {
    background: url(../images/properties/mosaichouse1.png) no-repeat;
}




/* =Contact form
----------------------------------------*/
label {
    font-family: clean, arial, sans-serif;
    font-size: 1.5em;
    color: #d0d0d0;
    margin-right: 10px;
}

#cf {
    text-align: left;
    font-size: 1.2em;
    margin-top:-30px;
}
input {
    width: 450px;
    height:35px;
    padding: 7px;

}

.submit input{
    width: 100px;
    text-align: right;
    float:right;
}

.sub {
     background: url('../images/submit1.png') center no-repeat;
     border: none;
     margin: 10px;
}

.sub:hover {
     background: url('../images/submit2.png') center no-repeat;
}

textarea {
    width: 450px;
    height: 200px;
    padding: 7px;
}
/* =Footer
-------------------------------------*/
#footer {
    text-align: right;
    color: #e67929;
    font-size: .75em;
    height: 150px;
    float: right;
    padding-top: 0px;
    width: 900px;
}

