/*
Theme Name: Sougen Gathering
Theme URI: http://sougengathering.com/
Description: The theme for Sougen (Meadow) Gathering.
Version: 1.0
Author: Michael Long
Author URI: http://uxdesignermike.com/
Tags: simple

	Sougen Gathering v1.0
	 http://sougengathering.com/

	This theme was designed and built by Michael Long,
	whose blog you will find at http://openscreens.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background: rgb(0,0,0) url('images/PatternBG.gif');
	color: rgb(226,226,226);
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
}

table {
	border: 0;
	width: 576px;
	table-layout: auto;
	margin: auto;
}

td {
	text-align: left;
	vertical-align: top;
	padding-top: 55px;
}

a, a:link {
	border: 0;
	text-decoration: none;
	color: rgb(226,226,226);
	display: block;
}

#twitter_div {
	width: 220px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#facebook_badge {
	text-align: left;
}

h2.sidebar-title {
	font-size: x-small;
	text-transform: uppercase;
}

#twitter_update_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: large;
}

#twitter_update_list a, #twitter_update_list a:link {
	color: rgb(128,128,128);
}

img {
	border: 0;
}