@charset "UTF-8";
/* general cafevertigo.be stylesheet  */

/* ______________ TAGS ______________ */

body {
	font-family: Candara, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c7c4bd;
	margin: 0px;
	position: relative;
	text-align: center;
	background: #000 url(../_images/layout/bodyBack.jpg) top center repeat-y;
	overflow-y: scroll;
}
a {
	color: #f1b335;
}

a:hover {
	color: #f1b335;
}



/* ______________ BLOCKS ______________ */


#container {
	margin: 0px auto 0px auto;
	position: relative;
	text-align: left;
	width: 1000px;
}
/***************************/
#header {
	height: 250px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 1000px;
}

#header H1 {
	height: 250px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 1000px;
	background: url(../_images/layout/header.jpg) top center no-repeat;

}

#header H1 span{
	display: none;
}

#header H1 ul{
	display: none;
}


/******************/
#main {
	left: 0px;
	position: relative;
	top: 0px;
	min-height: 400px;
	width: 1000px;
	padding-top: 50px;
}
/******************/


#intro {
	margin-left: 150px;
	font-size: 12px;
	width: 300px;
	float: left;
	padding-bottom: 40px;
}
#intro H2 {
	width: 270px;
	height: 75px;
	position: relative;
}
#intro H2.vertigo{
	background: transparent url(../_images/layout/titleVertigo.jpg) left top no-repeat;
	height: 100px;
}
#intro H2.menu{
	background: transparent url(../_images/layout/titleMenu.jpg) center top no-repeat;
}
#intro H2.contact{
	background: transparent url(../_images/layout/titleContact.jpg) center top no-repeat;
}
#intro H2 span{
	display: none;
}

#intro P {
	line-height: 17px;
        font-size: 12px;
	text-align: left;
        margin-bottom: 1em;
}



/******************/


#socials {
	position: relative;
	width: 185px;
	height: 48px;
	margin-left: 15px;
	margin-bottom: 30px;
}

#socials span{
	display: none;
}

#myspace{
	position: absolute;
	width: 105px;
	height: 48px;
	top: 0px;
	left: 0px;
	background: transparent url(../_images/layout/socials.jpg) 0px 0px no-repeat;
}

#myspace:hover{
	background: transparent url(../_images/layout/socials.jpg) 0px -48px no-repeat;
}

#facebook{
	position: absolute;
	width: 80px;
	height: 48px;
	top: 0px;
	left: 105px;
	background: transparent url(../_images/layout/socials.jpg) -105px 0px no-repeat;
}

#facebook:hover{
	background: transparent url(../_images/layout/socials.jpg) -105px -48px no-repeat;
}

/******************/


#menu {
	position: relative;
	width: 360px;
	margin-left: 490px;
	padding-top: 25px;
}

#menu ul li{
	position: relative;
	line-height: 16px;	
	font-size: 14px;
	font-weight: bold;
	color: #ebbe62;
	margin-bottom: 20px;
	padding-left: 20px;
}

#menu ul li a, #menu ul li a:hover{
	text-decoration: none;
	color: #ebbe62;
}

#menu .menuTitle{
	background: url(../_images/layout/menuLi.png) left top no-repeat;
}

#menu .menuTitleA{
	background: url(../_images/layout/menuLiA.png) left top no-repeat;
}


#menu .date{
color: #fff;
font-size: 120%;
margin-right: 5px;
}

#menu .act{
text-transform: uppercase;
}

#menu .support{
font-size: 10px;
font-weight: normal;
display: block;
text-transform: uppercase;
}

.description{
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	margin-top: 10px;
	color: #c7c4bd;
}

.slogan{
	font-style: italic;
	margin-top: 5px;
	font-size: 120%;
	color: #c7c4bd;
	font-size: 12px;
}

.members{
	margin-top: 5px;
	color: #999;
	font-size: 11px;
}

/******************/

#messageContainer {
	position: absolute;
	width: 400px;
	left: 450px;
	top: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#messageContainer .error{

	border-bottom: dotted 1px #f44e4e;
	color: #fff;
}

#messageContainer .succes{

	border-bottom: dotted 1px #9bd753;
	color: #fff;
}

#contact {
	position: relative;
	width: 350px;
	margin-left: 500px;
}

label{
	display: inline-block;
	width: 140px;
	font-size: 12px;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	clear: left;
}
label .error{
	display: inline-block;
	font-size: 10px;
	color: #d75353;
}

input{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	background: #353334 url(../_images/layout/inputBack.png) top left repeat-y;	
	color: #fff;
	border: solid 1px #4b4a45;
        font-family: Candara, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

input[type="radio"]{
	vertical-align: middle;
	background: none;
	border: none
}
input[type="text"]{
-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright	: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft	: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.radiobtn{
	 vertical-align: middle;
	 margin: 0 3px 10px 3px;
         line-height: 18px;
         display: inline-block;


 }

select{
	border: 0;
	font-size: 11px;
	line-height: 18px;
	height: 20px;
	margin-bottom: 10px;
	background: #353334 url(../_images/layout/inputBack.png) top left repeat-y;	
	color: #fff;
	width: 200px;
        -moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright	: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft	: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input.long{
	width: 200px;
}

textarea.long{
	width: 200px;
        max-width: 380px;
	height: 100px;
	background: #353334 url(../_images/layout/inputBack.png) top left repeat-y;	
	color: #fff;
	border: solid 1px #4b4a45;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	vertical-align: middle;
        -moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright	: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft	: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
        font-family: Candara, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

input.medium{
	width: 100px;
}

input.short{
	width: 50px;
}

input.submit{
	background: #f1b335;
	color: #000;
	padding: 3px 6px 3px 6px;
	border: solid 1px #ffae00;
	overflow: visible;
        -moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright	: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft	: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.submit{
	width: 350px;
	text-align: right;
}

/******************/
#images {
	margin-left: 100px;
	width: 800px;
	float: left;
}
#photoNav {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 30px;
}
#photoNav img{
	vertical-align: middle;
}
#nrs {
	display: inline-block;
	width: 100px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	color: #666;
}

#img_holder{
	width: 800px;
	min-height: 366px;
        height: auto;
	text-align: center;
	font-style: italic;
	color: #666;
}

/******************/
#footer {
	right: 0px;
	bottom: 0px;
	position: fixed;
	width: 150px;
	height: 12px;
	padding: 10px;
	color: #444;
	text-align: right;
        text-shadow: 0px 1px -1px #000;
        font-size: 10px;
}


#footer a, #footer a:hover, #footer a:link, #footer a:visited{
	text-decoration: none;
	color: #666;
	font-size: 10px;
}
