/* Miscellaneous | memOree
----------------------------------- */

/* -- Visibility & display -- */

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.hidden {
	display: none;
}

.full-width {
	width:100%;
}

/* -- Align -- */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/* -- float -- */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* -- clear -- */

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.clear-none {
	clear: none;
}

/* -- emphase -- */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* Buttons
----------------------------------- */

.sliderOpen, .sliderClose {
	width: 30px;
	height: 12px;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url("/images/buttons/slider.png");
}

.sliderOpen {background-position: top left;}
.sliderOpen:hover {background-position: bottom left;}
.sliderClose {background-position: top right;}
.sliderClose:hover {background-position: bottom right;}

/* Buttons
----------------------------------- */

hr.separator {
	clear: both;
	margin: 0;
	padding: 0;
	background: none;	
	border: none;
}

/* Base 
----------------------------------- */
/* Header 
----------------------------------- */
/* Content 
----------------------------------- */
/* Footer 
----------------------------------- */