/*YAHOO! RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,em,strong,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*
MAIN
---------------------------------------------------------------------------------------------------------------- */
#top, #bottom, #left, #right {
	position: fixed;
}
	#left, #right {
		top: 0; bottom: 0;
		width: 1em;
	}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 1em;
	}
		#top { top: 0; }
		#bottom { bottom: 0; }

html{
	font-size:16px;
}
body{
	font-size:62.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background:url(grid.gif) top center repeat-y;*/
	padding:0 1.5em;
}
#wrapper{
	width:94em;
	margin:0 auto;
}
#header{
	height:8em;
	padding:2em 0;
}
#header h1 a{
	font-size:7.5em;
	font-variant:small-caps;
	text-decoration:none;
	color:#888;
	display:block;
}
/*
NAVIGATION
---------------------------------------------------------------------------------------------------------------- */
#nav{
	clear:both;
	background:#888;
	height:2.5em;
	margin-bottom:1.8em;
	padding-left:1em;
}
#nav li{
	float:left;
	display:inline;
}
#nav li a{
	display:block;
	color:#fff;
	font-variant:small-caps;
	letter-spacing:0.3em;
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
	padding-top:0.4em;
	height:1.666666666666666em;
}
#navigation{
	clear:both;
	background:#888;
	height:2.5em;
	margin-bottom:1.8em;
	letter-spacing:0.3em;
	padding-left:1em;
	color:#fff;
	line-height:2.5em;
}
#navigation a{
	color:#fff;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
	padding-top:0.4em;
	padding-bottom:0.4em;
}
#navigation a:hover{
	color:#e4e4e4;
}
#navigation a.feed{
	float:right;
	margin-top:-2.6em;
	color:#f90;
	padding-right:0.5em;
}
/*
LEGEND
---------------------------------------------------------------------------------------------------------------- */
#legend{
	font-size:1.2em;
	font-variant:small-caps;
	padding-bottom:2em;
}
#legend li{
	float:left;
	padding:0.41666666666666666666666666666667em;
	margin-right:1.66666666666666666666em;
}
#legend #leg-forum{
	color:#555;
	background:#F0F0DE;
}
#legend #leg-friend{
	background:#E3F9E3;
	color:#555;
}
#legend #leg-resource{
	background:#FF9A36;
	color:#fff;
}
#legend #leg-showcase{
	background:#C46200;
	color:#fff;
}
/*
GRIDS
---------------------------------------------------------------------------------------------------------------- */
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/* 220px */
.twotwenty{
	width:21.9em;
	margin-right:2em;
	margin-bottom:2em;
	float:left;
	height:22.5em;
	overflow:auto;
}
/* 940px */
.nineforty{
	width:94em;
	margin-bottom:2em;
}
.forum{
	border-top:1px solid #E0E0CD;
	border-left:1px solid #E0E0CD;
}
.friend{
	border-top:1px solid #D4E8D4;
	border-left:1px solid #D4E8D4;
}
.resource{
	border-top:1px solid #EB7E11;
	border-left:1px solid #EB7E11;
}
.showcase{
	border-top:1px solid #874E14;
	border-left:1px solid #874E14;
}
/*
TYPOGRAPHY
---------------------------------------------------------------------------------------------------------------- */
.twotwenty p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
	padding-left:0.41666666666666666666666666666667em;
}
/*.twotwenty p:first-line{
	font-variant:small-caps;
	font-weight:bold;
}
.twotwenty p+p:first-line{
	font-variant:normal;
	font-weight:normal;
}*/
.nineforty p{
	color:#555;
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
	padding-left:0.41666666666666666666666666666667em;
}
.nineforty p a{
	font-variant:small-caps;
	color:#EB7E11;
}
.forum h2{
	background:#F0F0DE;
	font-variant:small-caps;
	color:#555;
	font-size:1.5em;
	margin-bottom:0.3em;
	line-height:1.2em;
	padding:0.2em;
	letter-spacing:0.2em;
}
.friend h2{
	background:#E3F9E3;
	font-variant:small-caps;
	color:#555;
	font-size:1.5em;
	margin-bottom:0.3em;
	line-height:1.2em;
	padding:0.2em;
	letter-spacing:0.2em;
}
.resource h2{
	background:#FF9A36;
	font-variant:small-caps;
	color:#fff;
	font-size:1.5em;
	margin-bottom:0.3em;
	line-height:1.2em;
	padding:0.2em;
	letter-spacing:0.2em;
}
.showcase h2{
	background:#C46200;
	font-variant:small-caps;
	color:#fff;
	font-size:1.5em;
	margin-bottom:0.3em;
	line-height:1.2em;
	padding:0.2em;
	letter-spacing:0.2em;
}
h2 a{
	text-decoration:none;
	color:inherit!important;
}
abbr{
	border-bottom:1px dotted #000;
	cursor:help;
}