/*___ layout.css: Positioning and Layout Styles ___*/

/*___ Section 1: Global Positioning/Layout Styles ___*/

html 
{
}

body 
{
	position		: relative;
}

h1 
{
	padding-top		: 85px;
	margin-bottom	: 30px;
	max-width		: 700px;
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
	padding-bottom		: 14px;
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Positioning/Layout Modules ___*/

/*___ Section 3: Unique Element-Specific Position/Layout Styles ___*/

/*___ DIV _________________________________________________________________*/
.flickr_badge_image
{
	position		: absolute;
	display			: inline;
}

.flickr_badge_image:first-child
{
	top				: 0;
	left			: 0;
}

.flickr_badge_image:nth-child(3)
{
	top				: 100px;
	right			: 0;
}

.flickr_badge_image:nth-child(4)
{
	top				: 220px;
	left			: 50px;
}

.clear
{
	height			: 1px;
	clear			: both;
}

/*___ HEADER _________________________________________________________________*/
header
{
	position		: relative;
	display			: block;
	width			: 960px;
	margin			: 0 auto;
	z-index			: 2;
}

/*___ FOOTER _________________________________________________________________*/
footer
{
	position		: relative;
	display			: inline-block;
	width			: 100%;
	margin			: 0 auto;
}

/*___ NAV _________________________________________________________________*/
nav#main
{
	position		: absolute;
	top				: 0;
	left			: 10px;
}

/*___ SECTION _________________________________________________________________*/
#content
{
	position		: relative;
	display			: block;
	width			: 950px;
	padding			: 170px 0 0 10px;
	margin			: -170px auto 0 auto;
	z-index			: 1;
}

#primary
{
	position		: relative;
	display			: inline-block;
	vertical-align	: top;
	width			: 700px;
	margin-right	: 5px;
}

#secondary
{
	position		: relative;
	display			: inline-block;
	width			: 220px;
	padding			: 70px 10px 10px 10px;
	margin-top		: -170px;
}

#secondary.chat
{
	min-height		: 750px;
}

#opening
{
	position		: relative;
	display			: inline-block;
	vertical-align	: top;
	width			: 290px;
	margin-right	: 5px;
	text-align		: right;
}

#flickr
{
	position		: relative;
	display			: inline-block;
	width			: 400px;
	min-height		: 490px;
}

#featured
{
	display			: block;
	padding			: 10px;
}

#contact,
#join,
#where
{
	position		: relative;
	display			: block;
	padding			: 10px 10px 0 10px;
	margin			: 0 0 10px 0;
}

#contact
{
	margin			: -17px 0 10px 0;
}

#map
{
	width			: 100%;
	height			: 310px;
	display			: block;
	margin-bottom	: 10px;	
}

/*___ SPAN _________________________________________________________________*/
h1 span
{
	display			: block;
	padding-bottom	: 20px;
	margin-left		: -26px;	
}

.login label span
{
	display			: inline-block;
	width			: 68px;
}

span.vcard,
span.adr,
span.street-address
{
	display			: block;
}

span.vcard
{
	margin-bottom	: 14px;
}

#contact li span
{
	display			: inline-block;
	vertical-align	: middle;
	width			: 135px;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
#featured h2
{
	margin			: -35px 0 0 -10px;
}

footer h2
{
	width			: 960px;
	margin			: -25px auto 0 auto;
}

#secondary > h2
{
	position		: relative;
	z-index			: 3;
}

/*___ H3 _________________________________________________________________*/
footer h3
{
	padding-bottom	: 10px;
}

.login h3
{
	padding-bottom	: 0;
}

.elsewhere
{
	margin			: 20px 0 10px 0;
	padding-bottom	: 0;
}

.chatwall h3
{
	margin-bottom	: 5px;
}

.staff h3
{
	margin-top		: -25px;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
.staff p
{
	overflow		: hidden;
}

/*___ UL _________________________________________________________________*/
.chatwall
{
	position		: relative;
	height			: 544px;
	overflow		: hidden;
	margin-top		: -10px;
	z-index			: 2;
}

.html
{
	display			: inline-block;
	vertical-align	: middle;
	width			: 90px;
	margin			: 0 5px 0 10px;
}

#contact ul
{
	margin			: 0 0 14px 0;
}

footer > ul
{
	position		: relative;
	display			: block;
	width			: 960px;
	padding-top		: 30px;
	margin			: -30px auto 0 auto;
}

.elsewhere ul
{
	margin			: 0 -10px;
}

.staff
{
	margin			: 0 0 30px 0;
}

.fanart #content ul
{
	margin-bottom	: 35px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
nav#main li
{
	display			: inline-block;
	vertical-align	: middle;	
	text-align		: center;
	width			: 120px;
	height			: 50px;
	padding-top		: 10px;
	margin-left		: 115px;	
}

nav#main li:first-child
{
	margin-left		: 60px;
}

.chatwall li
{
	padding			: 10px;
	margin-top		: 10px;
}

.chatwall li:first-child
{
	margin-top		: 0;
}

.html li
{
	display			: inline-block;
	vertical-align	: middle;
	text-align		: center;
	padding-left	: 5px;	
}

.html li:before
{
	content			: "|";
	padding-right	: 5px;	
}

.html li:first-child
{
	padding-left	: 0;	
}

.html li:first-child:before
{
	padding-right	: 0;
	content			: none;
}

footer > ul > li
{
	display			: inline-block;
	vertical-align	: top;
	width			: 220px;
	padding			: 0 0 5px 10px;
	margin			: 0 0 0 5px;
	height			: 265px;
}

footer > ul > li:first-child
{
	margin-left		: 0;
}

.login
{
	margin			: -30px 0 0 7px;
	padding			: 30px 10px 5px 10px;
}

#twitter_update_list li
{
	padding-bottom	: 10px;
}

.elsewhere li
{
	display			: inline-block;
	vertical-align	: center;	
	text-align		: center;
	width			: 32%;
}

#wikiLinks li,
.forum li
{
	padding-bottom	: 10px;
}

#contact li
{
	line-height		: 18px;
	margin-bottom	: 5px;	
}

.staff li
{
	margin-top		: 20px;
	padding			: 10px 10px 0 10px;
}

.fanart #content li
{
	display			: inline-block;
	width			: 19%;
	text-align		: center;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
#twitter_update_list li > a
{
	display			: block;
	margin-top		: 10px;
}

.elsewhere .twitter a
{
	display			: block;
	width			: 64px;
	height			: 53px;
	margin			: 0 auto;
	text-indent		: -9999em;
}

.elsewhere .facebook a
{
	display			: block;
	width			: 65px;
	height			: 57px;
	margin			: 0 auto;
	text-indent		: -9999em;
}

.elsewhere .delicious a
{
	display			: block;
	width			: 64px;
	height			: 50px;
	margin			: 0 auto;
	text-indent		: -9999em;
}

.rss
{
	display			: block;
	padding			: 16px 60px 0 0;
	height			: 38px;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/
.flickr_badge_image img
{
	margin			: 10px;
}

#featured img
{
	float			: left;
	margin-right	: 10px;	
}

.chatwall img
{
	float			: left;
	width			: 40px;
	height			: 40px;	
	margin			: 0 8px 0 0;	
}

.staff img
{
	float			: left;
	margin-right	: 10px;	
}

.staff li:nth-child(even) img
{
	float			: right;
	margin-left		: 10px;
	margin-right	: 0;	
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
.submit
{
	cursor			: pointer;
}

#secondary input.submit
{
	display			: inline-block;
	width			: 110px;
	padding			: 1px 0 2px 0;
	margin-top		: 3px;
}

.login input[type="text"],
.login input[type="password"]
{
	display			: inline-block;
	vertical-align	: middle;	
	width			: 130px;
	height			: 18px;
	padding			: 3px 10px 1px 10px;
	margin			: 0 0 5px 0;
}

.login .submit
{
	position		: absolute;
	top				: 120px;
	right			: 10px;
	padding			: 1px 2px 4px;
}

/*___ LABEL _________________________________________________________________*/

/*___ TEXTAREA _________________________________________________________________*/
#secondary textarea
{
	display			: block;
	width			: 200px;
	height			: 73px;
	margin-top		: -12px;
	padding			: 10px;
}

/*___ BUTTON _________________________________________________________________*/
#chat-up
{
	position		: relative;
	display			: block;
	width			: 17px;
	height			: 10px;
	margin-left		: 90%;
	margin-top		: -7px;
	cursor			: pointer;
	text-indent		: -9999em;
	z-index			: 3;
}

#chat-down
{
	position		: relative;
	display			: block;
	width			: 17px;
	height			: 10px;
	margin-left		: 96%;
	margin-top		: -10px;
	cursor			: pointer;
	text-indent		: -9999em;
	z-index			: 3;
}

/*___Group/Section/Class_________________________________________________________________*/
