/*@font-face {
    font-family: 'museo_sans_500regular';
    src: url('/css/mueso/museosans_500-webfont.eot');
    src: url('/css/mueso/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/mueso/museosans_500-webfont.woff') format('woff'),
         url('/css/mueso/museosans_500-webfont.ttf') format('truetype'),
         url('/css/mueso/museosans_500-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans_100regular';
    src: url('/css/mueso/museosans-100-webfont.eot');
    src: url('/css/mueso/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/mueso/museosans-100-webfont.woff') format('woff'),
         url('/css/mueso/museosans-100-webfont.ttf') format('truetype'),
         url('/css/mueso/museosans-100-webfont.svg#museo_sans_100regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans_300regular';
    src: url('/css/mueso/museosans-300-webfont.eot');
    src: url('/css/mueso/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/mueso/museosans-300-webfont.woff') format('woff'),
         url('/css/mueso/museosans-300-webfont.ttf') format('truetype'),
         url('/css/mueso/museosans-300-webfont.svg#museo_sans_300regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

body,html { color:#ffffff;margin:0;padding:0;font-family: 'Open Sans';font-size: 100%; font-weight:400; background-color:#000; }

a:link { color : red; text-decoration : none}
a:visited { color : red; text-decoration : none}
a:hover { color : red; text-decoration : none }

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding: 0 15px;
}
a img { 
	border: none;
} 

.first-image {position:fixed;top:4px;right:15px;width:30px;height:25px;z-index:100;}
.closeButton {position:fixed;top:4px;right:15px;width:30px;height:25px;z-index:100;cursor:pointer; background-color:#333;}

/* blog */
.container {
	width: 960px;
	margin: 50px auto;
	background-color:#000;
}
.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	text-align:center;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
}
aside {
	float: left;
	width: 180px;
	padding: 10px 0;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}


/*.first-image { background-color:green;}
.normalImage { background-color:red; border:#blue solid 1px;}
.largeImage { background-color:red;}*/
/*@media only screen and (min-width: 320px) and (max-width: 1024px) {
}
*/

 /* full screen link */
/*
@media only screen and (min-width: 1024px) {
.largeImage {display:none;}
.normalImage {display:none;}
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
.normalImage {display:none;}
.largeImage {display:none;}
}
*/

@media (max-width : 600px) {
.booking {display:none;}
}
