/*
 * Styles for WVCC
 *
 * Default style settings
 *
 */
body {
	background-color: #333;
	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 0.8125em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 130%;
}

.column {
	float:left;
}

a:link {
	color: #c7dcb4;
}


a:visited {
	color: #e39564;
}

/*
 * Center the main page
 */
#main {
	width: 820px;
	margin:0 auto;
}

/*
 * Banner style
 */
#banner {
	width:800px;
	padding: 0px 0px 5px 0px;
}
#ie_banner {
	width:800px;
	padding: 0px 0px 10px 0px;
}


/*
 * Page content styles
 */
#content {
	width: 600px;
	border-right: 1px solid #777;
}

/*
 * Flickr gallery settings
 */
#gallery {
	width: 180px;
	padding: 0px 0px 0px 5px;
	text-align: center;
	border-right: 1px solid #777;
}

#ie_gallery {
	padding: 10px 0px 0px 0px;
}

#gallery p {
	font-size: 0.7125em;
}

.flickr_badge_image {
	margin: 0 10px 10px 10px;
}

.flickr_badge_image img {
	border: 0px !important;
}

/*
 * Contacts info style
 */
#contacts {
	width: 160px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	border-top: 1px dashed #777;
}

#contacts p {
	font-size: 0.7125em;
}

#club-wall {
	padding: 8px 0px 0px 5px;
	border-top: 1px dashed #777;
}

/*
 * Info div is the right side of the screen
 * Photo Competition and Supporting organisations style 
 */
#info {
	width: 130px;
	text-align: center;
	padding: 0px 15px 0px 15px;
}
#ie_info {
	padding: 10px 0px 10px 0px;
}
#info  p {
	font-size: 0.7125em;
}

#photo-comp img {
	border: 0px !important;
	padding: 5px 0px;
}
#photo-comp {
	border-bottom: 1px dashed #777;
}

#links {
	border-bottom: 1px dashed #777;
}
#ie_links {
	padding: 20px 0px 10px 0px;
}
#links img {
	border: 0px !important;
	padding: 5px 0px;
}

#suggestion {
	width: 120px;
	text-align: left;
	border-bottom: 1px dashed #777;
}

#committee {
	text-align: left;
}
#ie_committee {
	padding: 10px 0px 10px 0px;
}

/*
 * RSS news feed style
 */
#news {
	width: 380px;
	padding: 0px 15px 0px 15px;
	border-bottom: 1px dashed #777;
}
#ie_news {
	padding: 10px 0px 10px 0px;
}
#news p {
	font-size: 0.7125em;
}

#wvcc {
	width: 380px;
	padding: 0px 15px 0px 15px;
}
#ie_wvcc {
	padding: 10px 0px 15px 0px;
}
/*
 * menu style
 */
#menu {
	font-family: Georgia,Times,serif;
	font-size: 1.1em;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	float: left;
	height: 2.4em;
	width: 800px;
	border-bottom: 2px solid #777;
	border-top: 2px solid #777;
	padding: 20px 0px 0px 0px;
}

#menu ul {
	margin:	0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu li {
	display: inline;
	margin-right: 30px;
}

#menu li a {
	color: #ddd;
	text-transform: uppercase;
	text-decoration: none;
	padding: .2em 0.9em;
}

#menu ul li a:hover {
	color: #eee;
	background-color: #444;
	border-bottom: 4px solid #999;
}

#members {
	width: 380px;
	padding: 0px 15px 0px 15px;
}

/*
 * Copyright and disclaimer section
 */
#copyright {
	width: 800px;
	font-size: 0.7125em;
	padding: .2em 1em;
	text-align: center;
	border-bottom: 2px solid #777;
	border-top: 2px solid #777;
}
#site_by {
       float: right;
}

