/* CSS Document */

/* -------------------
->	HTML/BODY
------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
body {
    line-height:1;
	background-position:top center;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* -------------------
->	CALENDAR
------------------- */
ul.calendar_dors {
	padding:0px;
	width:810px;
	margin:0px auto;
}
	ul.calendar_dors li {
		float:left;
		display:block;
		width:100px;
		height:100px;
		margin:16px 0 0 16px;
		padding:3px;
	}
	
	ul.calendar_dors li a {
		float:left;
		width:100%;
		height:100%;
		border:#666 1px solid;
		font-size:24px;
		text-align:center;
		line-height:100px;
		cursor:default;
		text-decoration:none;
		padding:3px;
	}
	
	ul.calendar_dors li.open a {
		font-size:13px;
		text-align:left;
		line-height:normal;
		cursor:default;
	}
	
	ul.calendar_dors li.today a {
		cursor:pointer;
	}
	
	ul.calendar_dors li.today a:hover {
	}

/* -------------------
->	QUESTION
------------------- */
.overlay {
}

#exit {
	float:right;
}

.pane {
	padding:10px;
}

label {
	display:block;
	width:250px;
	margin:7px 2px;
	font-size:14px;
}

#regform label {
	text-align:right;
}

#mC {
	position:relative;
	width:810px;
	margin:20px auto;
	background-color:#FFF;
	display:table;
}

.frontpage #mC {
	background:transparent none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.pane.left {
	margin-left:10px;
	margin-top:40px;
	font-size:15px;
}

	.pane.left h1 {
		font-size:20px;
	}
	.pane.left p {
		margin-top:15px;
	}

.pane .overlay {
	font-size:10px;
	color:#666;
}

.imageC.bottom {
	margin-top:12px;
}

.fangate {
	background-color:rgba(255,255,255,0.3) !important;
	padding:80px 10px;
	top:120px;
}
	.fangate .like_arrow {
		position:absolute;
		display:block;
		border-color:rgba(0,0,0,0.8) rgba(0,0,0,0);
		border-style:solid dotted;
		border-width: 50px 25px;
		border-top:none;
		top:-50px;
		right:10px;
	}
