/* styles specific to homepage (mostly) */

#leftWrapper {
	width: 450px;
	float: left;
}

#rightWrapper {
	width: 450px;
	float: left;
}

.largeBox { /* 2 col wide box */
	width: 450px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.fixedHeight { /* to fix the height of the top 2 .largebox elements (headline and video content) */
	height: 360px;
	border-bottom: 1px dashed #CCC;
}

.center {
	text-align: center;
}


ul.headlines { /* basic list styling for headline box */
	text-indent: 0;
	display: block;
	font-family: Georgia;
	margin-right: 8px;
}

li#mainHeadline { /* main headline */
	list-style-type: none;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

li.smallerNews { /* smaller bullet-pointed headlines */
	list-style-type: square;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 20px;
}

li#mainHeadline a, li.smallerNews a {
	color: #333;
}

li#mainHeadline a {
	text-decoration: underline;
}

li#mainHeadline a:hover, li.smallerNews a:hover {
	color: #FFF;
	background-color: #333;
	text-decoration: none;
}


.more:hover { /* hover colour for more news section */
	background: #CC0000;
	color: #FFF;
}

.narrowColumn { /* 1/4 page column */
	width: 210px;
	float: left;
	overflow: hidden;
}

.leftMargin {
	margin-left: 8px;
}

.rightMargin {
	margin-right: 10px;
}

img.google { /* can be deleted when googleads installed */
	padding: 10px 0 10px 0;
	width: 200px;
}

img.listing { /* local listing image style */
	padding: 4px;
	background-color: #00D294;
	margin: 5px 0 10px 0;
	width: 185px;
}

img.listing:hover {
	background: #009769;
}

.underline {
	text-decoration: underline;
}

.local:hover {
	background: #EAFAFF;
}

.interest:hover {
	background: #DFFFBF;
	color: #000;
}

a.continue { /* styling for button with 'go!' image */
	display: block;
	background: url(images/testimages/go-button.gif) right top no-repeat;
	padding-right: 40px;
	line-height: 25px;
	height: 25px;
	margin: 5px 10px 5px 0;
	text-align: right;
	font-family: Georgia;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
}

a:hover.continue {
	background: url(images/testimages/go-button.gif) right bottom no-repeat;
	font-weight: bold;
}

#flickr {
	background: #FFF;
	width:100%;
}
#flickr img {
	float:left;
	margin:0 8px 8px 0px;
	background: #FFFFCC;
	padding:6px;
	width:75px;
	height:75px;
	border: none;
}
#flickr img:hover {
	background: #FFCC00;
}


.bottomMargin {
	margin-bottom: 10px;
}

.notBold {
	font-weight: normal;
}
