/*  
Theme Name: friendsonly.org
Theme URI: http://friendsonly.org/
Description: Custom theme for friendsonly.org.
Version: 2.0
Author: Jiun Wei Chia
Author URI: http://friendsonly.org/
*/

body {
	background: #EEEEEE url(images/body-background.gif) top left no-repeat fixed;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 24px 48px;
}

#all {
	background: white url(images/all-background.gif) right repeat-y;
	width: 960px;
}
	
	#all-inner {
		background: url(images/all-inner-background.gif) top left no-repeat fixed;
	}
	
	#all-inner-2 {
		background: url(images/all-inner-2-background.gif) top right no-repeat;
	}
	
	#all-inner-3 {
		background: url(images/all-inner-3-background.gif) bottom repeat-x;
	}
	
	#all-inner-4 {
		background: url(images/all-inner-4-background.gif) bottom left no-repeat;
	}

	#all-inner-5 {
		background: url(images/all-inner-5-background.gif) bottom right no-repeat;
	}

#header {
	color: gray;
	margin-bottom: 14px;
	padding: 12px 38px 1px 28px;
}

	#header-inner {
		border-bottom: 1px solid silver;
	}

	#header a {
		color: gray;
		text-decoration: none;
	}

	#header h1 {
		font-family: Georgia, serif;
		font-size: 36px;
		font-weight: normal;
		margin: 14px 0;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
		text-transform: uppercase;
	}
	
		#header h1 a {
			color: #111111;
		}
	
		#header h1 a:hover {
			color: silver;
		}

	#header h2 {
		display: none;
	}
	
	#header ul {
		float: right;
		list-style: none;
		margin-left: 0;
		margin-top: -64px;
	}
	
	#header li {
		font-family: Helvetica, sans-serif;
		float: left;
		padding-left: 7px;
		text-transform: uppercase;
	}
	
		#header li a {
			background: #EEEEEE;
			display: block;
			padding: 32px 14px 7px 14px;
		}
		
		#header li a:hover {
			background: silver url(images/navigation-hover-background.gif) top repeat-x;
			color: white;
		}
	
	/* #header ul {
		float: right;
		margin-left: 0;
		margin-top: -32px;
	}
	
	#header li {
		display: inline;
		font-family: Helvetica, sans-serif;
		padding-left: 12px;
		text-transform: uppercase;
	} */

#content {
	padding: 0 38px 0 28px;
}

#sidebar {
	border-left: 1px solid silver;
	color: gray;
	float: right;
	line-height: 2em;
	margin-bottom: 14px;
	padding-left: 24px;
	width: 200px;
}

	#sidebar h1 {
		color: silver;
		font-family: Georgia, serif;
		font-size: 18px;
		letter-spacing: -2px;
		text-transform: lowercase;
	}
	
	#sidebar h1, #sidebar p, #sidebar form {
		margin: 14px 0;
	}
	
		#sidebar p a {
			color: gray;
		}
	
		#sidebar p a:hover {
			color: silver;
		}

	#sidebar hr {
		border: 0;
		border-top: 1px solid silver;
		height: 1px;
	}
	
	#sidebar ul {
		margin-left: 0;
		padding: 0;
	}
	
	#sidebar li {
		border-bottom: 1px solid white;
		list-style: none;
	}
	
		#sidebar li a {
			background: #EEEEEE;
			color: gray;
			display: block;
			margin-bottom: 7px;
			padding: 2px 8px;
			text-decoration: none;
		}
		
		#sidebar li a:hover {
			background: silver url(images/sidebar-hover-background.gif) top repeat-x;
			color: white;
		}

#twitter_update_list { }

	#twitter_update_list li {
		display: block;
		text-decoration: none;
	}

	#twitter_update_list li a {
		background: none;
		color: gray;
		display: block;
		margin: 0;
		padding: 0;
		text-decoration: underline;
	}

	#twitter_update_list li a:hover {
		background: none;
		color: silver;
	}

#text {
	border-right: 1px solid silver;
	color: #111111;
	margin-right: 224px;
	padding-right: 24px;
}

	#text a {
		color: gray;
	}
	
	#text a:hover {
		color: silver;
	}

	#text p, #text li {
		line-height: 2em;
	}
	
		#text p.byline {
			border-top: 1px solid silver;
			font-size: 12px;
		}
		
		#text p.summary {
			color: silver;
			font-size: 12px;
		}
		
			#text p.summary a {
				color: silver;
			}

		#text p.secondary {
			color: gray;
		}

	#text h1 {
		color: gray;
		font-family: Georgia, serif;
		font-size: 24px;
		font-variant: small-caps;
		font-weight: normal;
	}
	
	#text h2 {
		border-bottom: 1px solid silver;
		color: gray;
		font-family: Georgia, serif;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
	}

		#text h2 a {
			text-decoration: none;
		}

	#text h3 {
		color: gray;
		font-family: Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		letter-spacing: 6px;
		text-transform: uppercase;
	}

	#text h1, #text h2, #text h3, #text p, #text ul, #text ol, #text form {
		margin-bottom: 14px;
		margin-top: 0;
	}
	
	#text h2, #text h3 {
		padding-top: 4px;
	}
	
	#text hr {
		border: 0;
		border-top: 1px solid silver;
		height: 1px;
		margin: 14px 0;
	}
	
	#text img {
		border: 1px solid silver;
	}
	
		#text img.alignleft {
			float: left;
			margin: 0 14px 14px 0;
		}
	
		#text img.alignright, #text img.float {
			float: right;
			margin: 0 0 14px 14px;
		}
	
	#text code {
		background: #EEEEEE;
		padding: 2px 4px;
	}
	
	#text div.navigation {
		background: #EEEEEE;
		font-size: 12px;
		height: 1em;
		line-height: 1em;
		padding: 7px 14px;
		text-align: right;
		text-transform: uppercase;
	}

		#text div.navigation div.alignleft {
			float: left;
		}

		#text div.navigation a {
			text-decoration: none;
		}
		
	#text div.comments div {
		background: #EEEEEE;
		border: 1px solid silver;
		margin: 14px 0;
		padding: 12px 14px 0 14px;
	}
	
	#text div.comments img {
		border: 0;
	}
	
	#text table.layout {
		border-spacing: 0;
	}
	
		#text table.layout td {
			padding: 0;
			vertical-align: top;
		}
	
	#commentform { }
	
		#commentform table {
			border-left: 1px solid silver;
			border-top: 1px solid silver;
			width: 99%;
		}
	
		#commentform th, #commentform td {
			border-bottom: 1px solid silver;
			border-right: 1px solid silver;
			padding: 14px;
		}
	
		#commentform th {
			background: #EEEEEE;
		}
	
		#commentform td {
			width: 450px;
		}
	
		#commentform input.text, #commentform textarea {
			width: 450px;
		}
	
	#jobs { }
	
		#jobs .job {
			background: #EEEEEE;
			border: 1px solid silver;
			margin: 14px 0;
			padding: 12px 14px 0 14px;
		}
		
			#jobs .job h3 {
				float: right;
			}
	
#footer {
	color: gray;
	clear: both;
	margin-top: 14px;
	padding: 1px 38px 22px 28px;
}

	#footer-inner {
		background: url(images/footer-inner-background.gif) bottom left no-repeat;
		border-top: 1px solid silver;
	}

	#footer a {
		color: gray;
		text-decoration: none;
	}

	#footer ul {
		float: left;
		list-style: none;
		margin-left: 0;
		padding: 0;
	}

	#footer li {
		font-family: Helvetica, sans-serif;
		float: left;
		padding-right: 7px;
		text-transform: uppercase;
	}
	
		#footer li a {
			background: #EEEEEE;
			display: block;
			padding: 32px 14px 7px 14px;
		}
		
		#footer li a:hover {
			background: silver url(images/navigation-hover-background.gif) top repeat-x;
			color: white;
		}
		
	#footer p {
		text-align: right;
		padding-top: 32px;
	}

	/* #footer li {
		display: inline;
		font-family: Helvetica, sans-serif;
		padding-right: 12px;
		text-transform: uppercase;
	} */