/* 
	Class used inside 'a' tag when on same page. This stops the cursor changing to the
	'hand' when hovering over.
*/
.active {
	cursor: default;
	background-color: #EEE;
	font-weight: normal !important;
}

/* 
	Floats div to the left. Use this if you wish to have two divs next to each other. 
*/
.left {
	float: left;
}

/* 
	Floats div to the right. Use this if you wish to have two divs next to each other. 
*/
.right {
	float: right;
}

/* 
	Increases font size.
*/
.large {
	font-size: 20px;
	letter-spacing: 1px;
}

.medium {
	font-size: 12px;
}

/* 
	Decreases font size.
*/
.small {
	font-size: 10px;
}

/* 
	If adding new items to menu, add this class to the link contained in the LI.
	This allows the styles of the list to be added to the new item.
*/
.menu-item {
	display: block;
	width: 190px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header-med {
	font-size: 14px;
	letter-spacing: 1px;
}

.thumb {
	padding: 5px 5px 5px 5px;
	border: 1px solid #666;
}

.caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #000;
	color: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.caption-content {
	font-weight: bold;
	padding: 15px;
	margin: 0px;
}