/* 	====================================================================
	Refer to:
	
	- column_controller.css;
	- www.positioniseverything.net/articles/onetruelayout/examples
	==================================================================== */

/* 	====================================================================
	HTML primitives
	==================================================================== */

table {
	padding: 1px;
	background-color: white;
	-moz-border-radius: 0px;
	border: inset;
}

select {
	font-size: 10px;
	line-height: 1.5em;
}

img {
	border: none;
}

/* 	====================================================================
	General formatting classes
	==================================================================== */

.indent {
	margin-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 0px none;
}

.big {
	line-height: 15px;
}

.very_big {
	line-height: 30px;
}

.small {
	line-height: 8px;
}

.very_small {
	line-height: 5px;
}

.top_spacing {
	margin-top: 100px;	
}

.bottom_spacing {
	margin-bottom: 100px;	
}

.small_column {
	margin-left: 12px;
}

.float_img_left {
	float: left;
	margin-top: 10px;
	margin-left: 28px;
	margin-right: 28px;
	margin-bottom: 10px;
}

.float_img_top_left {
	float: left;
	margin-top: 50px;
	margin-left: 28px;
	margin-right: 3px;
	margin-bottom: 10px;
}

.float_img_right {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 40px;
	margin-left: 8px;
}

.float_img_right_blank {
	float: right;
	margin-top: 10px;
	margin-bottom: 140px;
	margin-right: 40px;
	margin-left: 8px;
}


.float_img_around {
	float: none;
	margin-top: 20px;
	margin-bottom: 10px;
}

.no_border {
	border: none;
}

.right {
	text-align: right;	
}

/* 	====================================================================
	Base containers
	==================================================================== */

#header {
	height: 100px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url(../img/layout/main_header.gif) no-repeat;
}

#footer {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	height: 60px;
	background: url(../img/layout/footer_bg.gif) no-repeat;
	color: white;
}

#content_wrapper {
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	border-top: 10px solid #333;
	background: white;
}

/* 	====================================================================
	Welcome page selector table
	==================================================================== */

table.intro {
	margin-left: 38px;
	margin-top: 50px;
	border-spacing: 0px;
	border-collapse: separate;
	border: none;
}

table.intro th {
}

table.intro tr {
	vertical-align: top;
	height: 70px;	
}

table.intro td {
	padding: 0px 2px;
}

	
/* 	====================================================================
	"Where to Eat", restaurant menu table
	==================================================================== */

table.restaurant_menu {
	border-spacing: 0px;
	border-collapse: separate;
	border: 2px solid #999999;
	margin-top: 10px;
	margin-bottom: 15px;
}

table.restaurant_menu td {
	padding: 10px;
}

	
/* 	====================================================================
	In-line-text tables
	==================================================================== */

table.general {
	font-size: 11px;
	margin: 10px;
	margin-left: 30px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 380px;
}

table.general tr {
	vertical-align: top;
	border-top: 1px solid grey;
}

table.general td {
	width: 50%;
}

/*	--------------------------------------------- */

table.in_line_text {
	font-size: 11px;
	border: 0px solid gray;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.in_line_text td {
	border: 1px solid gray;
	padding: 2px;
	-moz-border-radius: 0px;
}

/*	--------------------------------------------- */

table.cib {
	font-size: 11px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: 45px;
}

table.cib td {
	padding: 2px 3px;
	-moz-border-radius: 0px;
}

table.cib td.rh {
	text-align: right;
	padding-left: 15px;
}

/* 	====================================================================
	Simple gallery table
	==================================================================== */

table.thumb_gallery {
	width: 375px;
	border: none;
	border-spacing: 0px;
	border-collapse: separate;
	margin-left: 30px;
}

table.thumb_gallery tr {
	vertical-align: top;
}

table.thumb_gallery td {
	padding: 5px;
}

table.thumb_gallery td.pic {
	width: 85px;
	padding-right: 15px;
}

table.thumb_gallery td.desc {
	font-size: 11px;
	font-weight: bold;
}


/* 	====================================================================
	Left sidebar column
	==================================================================== */

#sidebar_left {
	margin: 0px;
	padding: 10px 0px 20px 10px;
	border-right: 1px solid #a9a9a9;
	background-color: #B8CCCC;	
}

	
/* 	====================================================================
	Centre column
	==================================================================== */
	
#centre_column {
	padding: 0px 0px 20px 0px;
}

#centre_column ul {
	list-style: disc;
	margin: -5px 15px 0px 8px;
}

#centre_column li {
	font-size: 11px;
	line-height: 1.5;
	padding-top: 8px;
}

#centre_column news {
}

#centre_column news ul {
	list-style: disc url(none);
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

	
/* 	====================================================================
	Right sidebar column
	==================================================================== */

#sidebar_right {
	font-size: 11px;
	margin: 0;
	padding: 20px 5px 20px 5px;
	border-left: 1px solid #a9a9a9;
}

#sidebar_right li {
	font-size: 10px;
	line-height: 15px;
}

#sidebar_right ul.newsitems {
	list-style: disc url(none);
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#sidebar_right ul.quicklinks {
	list-style: disc url(none);
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* 	====================================================================
	Inset material
	==================================================================== */

#inset {
	float: right;
	width: auto;
	height: auto;
	margin: 20px 10px 20px 20px;
	background-color: #B4C3E1;
	border: 1px solid #999999;
}

#inset p {
	font-weight: bold;
}

#inset ul {
	/*
	margin: 10px 0px;
	padding: 0px 5px 2px 8px;
	*/
	margin: 10px 5px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}


/* 	====================================================================
	Misc.
	==================================================================== */

#embeded_fl {
	width: 416px;
	height: 241px;
	padding: 12px 2px 0px 2px;
	margin-left: 25px;
	border: 3px solid #000;
	background-color: #333;
}
