html, body
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial;
	color: #666;
	/*background: url("../images/top_stripes2.png") left top repeat-x;
	padding-top: 32px;*/
}
a, img, fieldset
{
	border: 0;
}
a
{
	text-decoration: none;
	font-weight: bold;
	color: #3366cc;
}
.clearer
{
	clear: both;
}
#topbar
{
	background: #cc3333;
	color: white;
	padding: 4px;
	text-align: left;
}

#advertise
{
	float: right;
}

#header
{
	margin-top: 24px;
	text-align: center;
	margin-bottom: 24px;
}
#footer
{
	clear: both;
	font-size: 75%;
	text-align: center;
	margin-top: 16px;
	border-top: 1px solid #666;
	padding: 8px;
}
#about
{
	text-align: center;
	font-size: 130%;
}
#menu
{
	text-align: center;
	margin-bottom: 12px;
}
#menu a
{
	display: inline-block;
	background: #33cc33;
	color: white;
	height: 32px;
	line-height: 32px;
	width: 180px;
	margin: 4px;
	text-decoration: none;
	border: 1px solid white;
}
#menu a:hover
{
	border: 1px solid #3366cc;
	color: #3366cc;
	background: white;
}

#page
{
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#content
{
	padding: 16px;
	margin: auto;
}

#widget_form
{
	width: 500px;
	float: left;
}
#widget_form input
{
	font-size:180%;
	text-align: center;
	display: block;
	color: #003366;
	width: 100%;
	margin-bottom: 12px;
}
#widget_form label
{
	font-size: 150%;
	color: #3366cc;
	text-align: left;
	
}
#widget_create
{
	margin-top: 28px;
	width: 40%;
}
.field_error
{
	display: block;
	color: red;
	font-size: 130%;
}
.field_hint
{
	padding: 4px;
	color: #666;
	font-size: 80%;
	display: none;
}
.visible
{
	display:block;
}


.right_bar
{
	float: right;
	width: 260px;
	background: #3366cc;
	text-align: center;
	clear: right;
	padding: 8px;
	color: white;
	text-align: left;
	min-height: 200px;
}
.right_bar a
{
	color: #33cc33;
	font-weight: bold;
	text-decoration: none;
}

/* FAQ */


#faq_title
{
	margin: auto;
}
#faq_content
{
	padding: 4px;
	font-size: 100%;
	text-align: left;
}
.faq_q
{
	font-weight: bold;
}
.faq_a
{
	margin-bottom: 8px;
}

/* gallery */

#gallery
{
	width: 600px;
}

.gallery_widget a
{
	font-weight: normal;
	font-size: 80%;
}
.gallery_widget
{
	float: left;
	padding: 8px;
	text-align: center;
	margin: 4px;
}
.widget_icon
{
	width: 88px;
	height: 88px;
}

/* donate */
#donate
{
	margin-top: 18px;
	font-size: 80%;
	border-top: 1px solid white;
	text-align: center;
	display: block;
}

/* social */
#social
{
	text-align: center;
}
#social ul
{
	list-style-type: none;
}
#social li
{
	display: inline;
}


/* tweet */
#tweetthis
{
	text-align: center;
}
