/*  
Theme Name: BuddyPress Home Theme
Theme URI: http://buddypress.com/
Description: The theme for the home of an install
Version: 0.1
Author: Andy Peatling
Author URI: http://blazenewmedia.com/

*/

html {
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
}

body {
	font-size: 1.2em;
	color: #333;
	width: 760px;
	margin: 0 auto;
	padding: 0.5em;
	line-height: 155%;
}

hr {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

a {
	color: #1c56ab;
}
	a:hover {
		background: #1c56ab;
		color: #fff;
	}

/** HEADER **/

#header h1 {
	font-size: 3em;
	font-family: georgia, times, serif;
	font-weight: normal;
	margin: 0.5em 0 0.1em 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
}
	#header h1 span {
		color: #1c56ab;
	}

#header ul#menu {
	float: left;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0 0 0.3em 0;
	list-style: none;
}

	#header ul#menu li {
		float: left;
		margin: 0 0.75em 0 0;
		font-family: georgia, times, serif;
		text-transform: uppercase;
		font-size: 1.1em;
	}
		#header ul#menu li a {
			color: #555;
			text-decoration: none;
			display: block;
			padding: 0.4em 0.8em;
			background: #fafafa;
		}
			#header ul#menu li a:hover {
				background: #f3f3f3;
			}

/** CONTENT **/

#content {
	margin: 0 auto;
}

#profile-name {
	font-size: 1.6em;
	font-family: georgia, times, serif;
	margin-bottom: 1px;
	padding: 0 0 0.75em 0;
	border-bottom: 1px solid #ccc;
}

	#profile-name h2 {
		font-size: 1.6em;
		font-weight: normal;
		margin: 0;
		padding: 0.2em 0 0.4em 0;
	}
		#profile-name h2 a {
			text-decoration: none;
			color: #555;
		}
		
	#profile-name div.description {
		font-size: 0.8em;
	}
	
.profile-group h3, h3.page-title {
	background: #8b919a;
	color: #fff;
	padding: 0.25em 0.5em;
	margin: 0 0 0.75em 0;
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 1.4em;
}

.profile-group table {
	padding-bottom: 0.75em;
}

.profile-group table td {
	padding: 0 0 1em 0;
	vertical-align: top;
}
	.profile-group table td.label {
		width: 150px;
		color: #555;
	}
	
	.profile-group table td.data {
		padding-left: 0.5em;
	}
	
h2, h3 {
	border-bottom: 1px solid #ccc;
	font-family: georgia, times, serif;
	font-size: 20px;
	padding-bottom: 8px;
	font-weight: normal;
}
/** BLOG **/

.blog h2 {
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 1.6em;	
	margin-bottom: 0.2em;
}
	.blog h2 a {

	}
	
	.blog small {
		font-family: georgia, times, serif;
		font-weight: normal;
		font-size: 1em;
		color: #666;
		padding-bottom: 0.5em;
		display: block;
	}
	
	.post {
		border-bottom: 1px solid #ccc;
		padding: 0 0.5em 1em 0.5em;
	}

	textarea#comment {
		width: 100%;
	}

/** SIDEBAR **/

div#sidebar {
	float: left;
	width: 250px;
	overflow: hidden;
	margin: 0 1.5em 0 0;
}
	
	#profilePic {
		text-align: center;
		margin-bottom: 1.5em;
	}
	
	#profilePic img {
		padding: 5px;
		border: 1px solid #ccc;
		background: #f3f3f3;
	}

	ul#quickLinks, ul#components {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		ul#quickLinks li {
			border-bottom: 1px solid #ccc;
			padding: 0.3em 0;
		}

	ul#components li {
		margin: 2em 0 0 0;
		border-bottom: 2px solid #ccc;
	}
		ul#components li ul li {
			border: none;
			margin: 0;
			padding: 0.3em 0;
		}
		
		ul#components li h2 {
			margin: 0;
			font-family: georgia, times, serif;
			font-weight: normal;
			font-size: 1.4em;
			border-bottom: 1px solid #ccc;
			padding: 0 0 0.2em 0;
		}

/** SIGNUP FIELDS CSS **/

table#extraFields td label, 
div.radio span.signup-label, 
div.checkbox span.signup-label {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 1.2em;
	display: block;
}

table#extraFields td input {
	font-size: 24px;
	width: 100%;
}

table#extraFields td textarea {
	width: 80%;
	height: 120px;
}

table#extraFields td select {
	width: 280px;
	font-size: 1.4em;
}

table#extraFields td div.datefield select {
	width: auto;
}

table#extraFields td div.radio label,
table#extraFields td div.checkbox label {
	display: inline;
	font-weight: normal;
	float: none;
	padding: 0 !important;
	margin-right: 15px;
}

table#extraFields td div.radio input,
table#extraFields td div.checkbox input {
	width: auto;
}

span.desc {
	margin-left: 115px;
	font-weight: normal;
}

div.error {
	font-weight: bold;
}

span.signup-description {
	display: block;
	margin: 5px 0 0 0;
}
