/*
 * Defaults/Layout
 */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	padding: 25px;
	background: url(/images/bg.png) no-repeat #212324;
	color: #aaa;
}

body, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

a img,:link img, :visited img {
	border: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #eee;
}
a:hover {
	text-decoration: underline;
}

h1, h2 {
	color: #dedcdb;
}
h2 {
	font-size: 1.8em;
	margin: 0 0 8px 0;
}
h2 span {
	font-weight: normal;
}

p, th, td, label, input, textarea, li p {
	font-size: 1.4em;
}
p p,
td label,
td input,
td textarea
{
	font-size: 1em;
}
p.small {
	font-size: 1.1em;
}

p {
	padding-bottom: .9em;
}
.container {
	margin-bottom: -.9em !important;
}

.alt_space p
{
	padding-bottom: .5em;
}
.alt_space .container {
	margin-bottom: -.5em !important;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

:focus {
	outline: none;
}

.clear_block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear_block {
  display: inline-block;
}
* html .clear_block {
  height: 1%;
}
.clear_block {
  display: block;
}

.left {
	float: left;
}
.right {
	float: right;
}

.center_text {
	text-align: center;
}

.hide_text {
	text-indent: -9999em;
}

.normal {
	font-weight: normal;
}
.strong {
	font-weight: bold;
}

#column_1 {
	width: 420px;
	float: left;
}
#column_2 {
	float: left;
}

#column_1 .module {
	width: 368px;
	margin-bottom: 25px;
	overflow: hidden;
}
#column_1 .module .content {
	background: #111;
	padding: 20px 8px;
	position: relative;
}
.content {
	position: relative;
}


/*
 * Feeds
 */
#feed_items {
	padding: 20px 4px 0 0;
	clear: both;
}
#feed .feed_item {
	background-image: url(/images/social_media/feed-16x16.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-bottom: 8px;
	min-height: 18px;
	padding-left: 22px;
}
#feed p {
	clear: both;
}
#feed li {
	display: inline;
}
#feed p img {
	margin: 6px;
}
#feed li img {
	margin: 0 6px 10px 0;
}

#feed .refresh {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 6px;
	top: 6px;
	text-indent: -555em;
	background-image: url(/images/refresh.gif);
	background-repeat: no-repeat;
}

#feed .more {
	display: block;
	text-align: center;
	background: #ccc;
	width: 80px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 22px;
	background: #212324;
	border: 1px solid #666;
}
#feed .more:hover {
	text-decoration: none;
	border: 1px solid #555;
}
#feed .more img {
	display: block;
	margin: 3px auto;
}

#feed_nav {
	position: absolute;
	left: 8px;
	top: 8px;
}
#feed_nav li {
	float: left;
	margin-right: 3px;
}
#feed_nav li a {
	display: block;
	padding: 4px 8px;
	background: #111;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #dedcdb;
}
#feed_nav li a:hover, #feed_nav li a.current {
	text-decoration: none;
	background: #111;
	color: #FFF;
}


/*
 * Quotes
 */
#quote p {
	background: url(/images/icon_quote.png) no-repeat 0 2px;
	padding-left: 22px;
}
#quote p.author {
	background: none;
}

/*
 * Photos
 */
#photos img {
	display: none;
	cursor: pointer;
	border: 1px solid #151515;
}
#photos img.first {
	display: block;
}