/***************************************************
 * Club Yowie Bay - CSS Stylesheet
 *
 * @author Chris Boulton
 * @media screen
 * @copyright Copyright 2006 Club Yowie Bay
 **************************************************/

/* Main */

body {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.6;
	background: #444;
	text-align: center;
}

a {
	color: #3187AA;
}

/* Page Container */

#container {
	width: 63em;
	padding-top: 21px;
	margin: auto auto;
	text-align: left;
}

/* Header */

#header {
	background: url(images/header_bg.gif) repeat-x;
}

#inner_header {
	background: url(images/header_right.gif) no-repeat top right;
}

#inner_header2 {
	height: 77px;
	padding: 1px 20px;
	position: relative;
	background: url(images/header_left.gif) no-repeat;
}

#header h1 {
	background: url(images/header_logo.gif) no-repeat;
	text-indent: -900000em;
	cursor: pointer;
	margin: 0;
	color: #fff;
height: 70px;
}

/* Menu */

#menu {
	float: left;
	width: 14em;
	background: #efefef url(images/menu_top.gif) top right no-repeat;
	margin-top: 15px;
	padding: 0;
}

#menu ul {
	background: url(images/menu_bottom.gif) bottom right no-repeat;
	list-style: none;
	padding: 4px;
	margin: 0;
}

#menu li {
	padding: 0;
	margin: 0;
}

* html #menu li {
	height: 1%;
}

#menu a {
	text-decoration: none;
	display: block;
	padding: 3px;
	margin: 6px;
	border: 1px solid #efefef;
}

#menu .active a {
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fff;
}

#menu a:hover {
	background: #fff;
	border: 1px solid #ddd;
}

/* Content Areas */

#main {
	background: #fff;
	border: 1px solid #CBF0FD;
	border-top: 1px solid #777;
	padding-top: 10px;
}

#content {
	float: left;
	width: 45em;
	padding: 15px 20px 0 20px;
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
}

/* Headings */

h2 {
	margin: 0 0 5px 0;
	color: #3187AA;
}

h3 {
	font-size: 1.1em;
	margin: 0;
}

/* Forms */

form {
	border: 0;
	margin: 0;
}

form .form_container, fieldset {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 0.2em 0.7em 0.5em;
	margin-bottom: 1em;
}

/* Fix IE fieldset backgrounds */
* html fieldset {
	position: relative;
	margin-top:1em; 
	padding-top:.75em;
}


legend {
	font-weight: bold;
}

dl, dt, dd {
	border: 0;
	margin: 0;
	padding: 0;
}

dl {
	margin: 0.7em 0 1em 0;
}

dd {
	margin: 0.4em 0;
}

dt {
	margin-top: 0.9em;
	font-weight: bold;
}


input.textbox {
	border: 1px solid #ccc;
	width: 37em;
	font-size: 1em;
	padding: 0.4em;
}

input.captcha {
	width: 6em;
}

textarea {
	padding: 0.4em;
	width: 37em;
	font-size: 1em;
	font-family: Verdana;
	border: 1px solid #ccc;
}

div.submit {
	border-top: 2px solid #000;
	padding-top: 0.3em;
	margin-top: 0.4em;
	text-align: center;
}

div.submit input {
	font-size: 1.1em;
	font-weight: bold;
}

input.inline_submit {
	font-weight:  bold;
}

form p.legend {
	margin-bottom: 1em;
}

form p.legend em { 
	color: #C00; font-style: normal;
}

div.form_container label em, fieldset label em {
	font-style: normal;
	color: #C00;
}

div.error {
	margin: 1em 0;
	padding: 0.5em 1em;
	border: #FC6 1px solid;
	background-color: #FFC;
}

div.error p {
	margin: 0;
}

div.error p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

div.success{
	margin: 1em 0;
	padding: 0.5em 1em;
	border: #080 1px solid;
	background-color: #E8FCDC;
}

div.success p {
	margin: 0;
}

div.success p em {
	color: #080;
	font-style: normal;
	font-weight: bold;
}

/* Welcome Block */

#welcome_block {
	position: absolute;
	float: right;
	right: 9px;
	bottom: -2px;
	background: #fff url(images/welcome_block_left.gif) no-repeat top left;
}

#welcome_block, #welcome_block a {
	color: #000;
}
#welcome_block p {
	margin: 0;
	float: left;
	height:24px;
	background: #fff url(images/welcome_block_right.gif) no-repeat top right;
	margin-left: 18px;
	padding: 4px 14px 4px 0;
	font-size: 90%;
}

* html #welcome_block p {
	margin-left: 10px;
}

#outer_footer p {
	text-align: right;
	color: #777;
	font-size: 90%;
	margin: 0;
}

#outer_footer a {
	color: #777;
}

/* Topic Listing */

.topic_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.topic {
	margin: 0 0 0.7em 0;
	border-bottom: 1px solid #ccc;
	padding:  0 0.5em;
}
.topic .meta {
	margin-top: 0.4em;
}


.topic h3, .topic h2 {
	display: inline;
}

.topic .comment_count {
	font-size: 1.1em;
	display: inline;
	padding-left: 0.7em;
}

.topic .comment_count a {
	color: #666;
	text-decoration: none;
}

/* Comment List */

.comment_list {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
}

.comment_list .comment {
	padding: 1em 1em 1em 3em;
	overflow: hidden;
	position: relative;
}

.comment_list .alt {
	border: 1px dotted #ccc;
	background: #f1f1f1;
}

.comment_list .comment_count {
	position: absolute;
	left: 0.2em;
	font-size: 1.2em;
}

.comment_list .comment_count a {
	display: block;
	text-decoration: none;
	background: #efefef;
	padding: 0.3em 0.7em;
}

.comment_list .alt .comment_count a {
	background: #fff;
}

/* Meta Data */

.comment_list .comment .meta, .topic .meta, .event_list .meta, .event .meta{
	border-bottom: 1px dotted #444;
	overflow:auto;
	font-size: 11px;
	color: #444;
}
.comment_list .comment .meta .author, .topic .meta .author {
	float: left;
	padding-bottom: 0.5em;
}

.comment_list .comment .meta .date, .topic .meta .date {
	float: right;
	padding-bottom: 0.5em;
}

/* Photo List */

.photo_list {
	width: 100%;
	padding: 0;
	margin: 0;
}

.photo_list td {
	width: 50%;
}

.photo_list td.photo {
	padding-bottom: 10px;
}

.photo_list .title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 4px;
}

.photo_list .title a {
	text-decoration: none;
}

.photo_list img {
	border: 0;
}

.photo_list .meta {
	font-size: 90%;
	color: #444;
}

/* Photo Album List */

.album_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.album_list li.album {
	clear: left;
	padding-top: 10px;
}

.album_list .title {
	font-size: 110%;
	font-weight: bold;
}

.album_list .image {
	float: left;
	margin-right: 10px;
	background: #fff;
}

.album_list .image img {
	border: 1px solid #ccc;
}

#slideshow {
	text-align: center;
}

/* Single Photo View */
.single_photo img {
	border: 1px solid #000;
}

.single_photo .meta {
	color: #444;
	font-size: 90%;
}

.single_photo .meta a {
	color: #444;
}

/* User Statistics */

.statistics {
	float: right;
	width: 220px;
	border: 1px solid #c4c4c4;
	background: #efefef;
	margin-top: 10px;
}

.statistics h3 {
	background: #ddd;
	border-bottom: 1px solid #c4c4c4;
	padding: 4px;
	margin: 0;
}

.statistics dl {
	margin: 0;
	padding: 4px;
}

.statistics dt {
	margin: 0;
}

.statistics dd {
	margin-left: 20px;
}

/* Members List */

.member_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.member_list li {
	border: 1px solid #ccc;
	width: 250px;
	float: left;
	margin-right: 10px;
	padding: 10px;
	margin-top: 10px;
}

.member_list li a {
	font-weight: bold;
}
.member_list li .meta {
	height: 75px;
	color: #444;
	font-size: 90%;
}

/* Events List */

.event_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.event_list li h3, .event h2 {
	display: inline;
}

.event_list li .attendee_count, .event .attendee_count {
	font-size: 1.1em;
	display: inline;
	padding-left: 0.7em;
}

.event_list li .attendee_count a, .event .attendee_count a{
	color: #666;
	text-decoration: none;
}

.attendees li {
	float: left;
	width: 49%;
}

/* Misc */

p {
margin-top: 0;
}

a img {
	border: 1px solid #3187AA;
}

hr {
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: 0;
}


.pagination {
	margin-top: 10px;
}

.pagination .pages {
	font-weight: bold;
}

.recent_activity ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.recent_activity li {
	color: #777;
	clear: both;
	margin-left: 20px;
	margin-bottom: 10px;
}

.recent_activity ul ul {
	float: left;
}

.recent_activity li li {
	color: #000;
	margin-bottom: 6px;
	margin-left: 10px;
}

.recent_activity .time {
	float: left;
	margin-top: 2px;
	clear: left;
	font-size: 90%;
	width: 70px;
}

.recent_activity h3 {
	clear: left
}

div.since_last_visit {
	margin: 1em 0;
	padding: 0.5em 1em;
	border: #3187AA 1px solid;
	background-color: #CFDFE9;
}

div.since_last_visit p {
	margin: 0;
}

div.since_last_visit p em {
	color: #3187AA;
	font-style: normal;
	font-weight: bold;
}