/* @override http://localhost/thinstack/static/css/style.css */

/* @override http://localhost/thinstack/design_mock/style.css */

html {
	background-color: #eee;
}

body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #222;
}

.container {
	padding: 10px;
}

/* !Normal Tag Thingies */

h1, h2, h3, h4 {
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
	padding: 3px 0;
}

h3 {
	font-size: 120%;
	margin-top: 10px;
}

h4 {
	font-size: 110%;
}

.page_title {
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	font-weight: bold;
}

a {
	color: #08356C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strong em, b i {
	font-weight: bold;
	font-style: italic;
}

.column.double a
{
	font-weight: bold;
}

/* !Header */

#header {
	background-image: url('../images/bg-x.png');
	background-repeat: repeat-x;
	height: 40px;
	margin-bottom: 10px;
}

#header .center {
	margin: 0px auto;
	width: 800px;
}

#header .left {
	float: left;
	clear: none;
}

#header .right {
	float: right;
}

#header .right ul.links {
	margin-top: 0px;
	display: inline;

}

#header .right ul.links li {
	display: inline;
	margin-left: 10px;
}

#header .right ul.links li.first
{
	margin-left: 0px;
}

#header .right ul.links a, #header .right ul.links a:link, #header .right ul.links a:visited {
	color: #bbb;
	text-decoration: none;
}

#header .right ul.links li a.active, #header .right ul.links li a:hover {
	color: #fff;
}

#header .right .nav
{
	color: #bbb;
	padding-right: 10px;
	display:inline;
	
}
#header .right .separator
{
	color: #7D7D7D;
	font-size: 140%;
	padding: 0px 5px;
	padding-bottom: 15px;
	display: inline;
}

#header .right .nav a
{
	color:  #bbb;	
}

#header .right .nav a:hover
{
	color: #fff;
}

/* !Content */

#content, #footer {
	background-color: #fff;
	margin: 0 auto;
	width: 700px;
}

/* !Front Page Image */
.town {
	margin-bottom: 10px;
}

.overlay {
	background-image: url('../images/pic_overlay.png');
	width: 310px;
	height: 120px;
	margin-left: -30px;
	margin-top: 180px;
	position: absolute;
}

/* !Posts */

.post {
	margin: 5px 0;
}

.post h3 {
	font-size: 110%;
}

.post.summary h3 {
	font-size: 102%;
	font-weight: bold;
}

.body {
	line-height: 22px;
}

.body p, .post .body ul, .post .body ol, .post .body blockquote, .post .body img {
	margin-bottom: 10px;
}

.body ul, .post .body ol, .post .body blockquote {
	margin-left: 10px;
	margin-top: 10px;
}

.body ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

.body ul li {
	list-style-position: inside;
	list-style-type: disc;
}

.more_link {
	margin-top: 5px;
	display: block;
}

/* Content Columns */
.column {
	width: 210px;
	margin-right: 25px;
	float: left;
}

.column.double {
	width: 500px;
}

.column.last {
	margin: 0;
}

.column.right {
	text-align: right;
}

.column h2.section_title {
	color: #4c2d1e;
}

.column h2.section_title.sidebar {
	color: #4b8825;
}

.column h2.section2_title a, .column h2.section2_title a:hover {
	color: #8f2d33;
}

.column.sidebar
{
	width: 130px;
}
.column.sidebar ul {
	margin-left: 15px;
	margin-top: 5px;
}

.column.sidebar ul li {
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
	margin-bottom: 5px;
}

.column.sidebar ul li a.active {
	font-weight: bold;
}

.group_10 {
	margin-bottom: 10px;
	clear: both;
}

.space_10 {
	width: 100%;
	height: 10px;
}

.block
{
	padding-bottom: 10px;
}

.three_column .column.last
{
	width: 210px;
}

/* !Forms */
form label {
	display: block;
	width: 80px;
	float: left;
	font-size: 83%;
	margin-top: 5px;
	color: #000;
}

form div {
	margin-bottom: 10px;
}

form input {
	border: 1px solid #ddd;
	font-size: 110%;
	padding: 3px;
}

form button {
	background: none;
	border: 1px solid #ddd;
	font-size: 100%;
/*	margin-left: 80px; /* The width of a form label */
	padding: 4px 8px;
}

/* !Forms */
.form_wrapper {
	margin-top: 10px;
}

.form_wrapper label {
	display: block;
	float: left;
	width: 80px;
	color: #505050;
	font-weight: bold;
	margin-top: 5px;
	font-size: 93%;
}

.form_wrapper div {
	margin-bottom: 10px;
}

.form_wrapper input, .form_wrapper textarea, .form_wrapper button, .form_wrapper select {
	padding: 3px;
	border: 1px solid #aaa;
}

.form_wrapper input {
	width: 340px;
	font-size: 125%;
}

.form_wrapper select
{
	padding-left: 0px;
}
.form_wrapper textarea, .comment_form textarea {
	width: 500px;
	font-family: "Courier";
}

.form_wrapper button {
	font-weight: bold;
	padding: 2px 5px;
	font-size: 110%;
	background: none;
}
.settings_form button {
	margin-top: 20px;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 110%;
	background: none;
}

.settings_form label
{
	display: block;
	float: left;
	width: 300px;
	color: #505050;
	font-weight: bold;
	margin-top: 5px;
	font-size: 105%;
}
.settings_form label .small
{
	font-size: 70%;
	display: block;
	width: 250px;
	padding: 2px 0;
	text-align: left;
}
.settings_form input
{
	width: 70%;
	font-size: 125%;
}
.settings_form div
{
	margin-top: 15px;
	clear: both;
}
.settings_form input, .settings_form textarea, .settings_form button {
	padding: 3px;
	border: 1px solid #aaa;
}

.group button
{
	margin-left: 80px;
}

.two_column .column.last input
{
	width: 130px;
	font-size: 90%;
}
/* News Items*/
.news-meta
{
	font-size: 80%;
}

/* Quotes */
.quote pre, pre.quote_body
{
	white-space: normal;
	padding: 5px 0;
	font-size: 12px;
}

.quote .meta
{
	font-size: 90%;
	color: #494949;
}
.quote_body
{
	white-space: normal;
	padding: 10px 0;
}

.quote
{
	margin: 15px 0;
}
/* !Misc */
.avatar 
{
	float: right;
}

.float_fix {
	height: 1px;
	display: block;
	clear: both;
}

span.admin_links
{
	padding: 0 5px;
}
.links
{
	text-align: center;
}

p.news
{
	margin: 10px 0;
	line-height:18px;
}

#avatar label 
{
  padding-left: 20px;
width: 200px
}
#avatar img
{
	float:left;
}
#avatar label.empty
{
  font-weight:bold;
  padding-left: 0;
  clear:both;
  display:block;

}
#avatar.empty p
{
  clear:both;
  padding-top:4px;

}
.note {
	font-style: italic;	
	font-size: 93%;
	font-family: Georgia;
	margin-bottom: 15px;
	display: block;
	color: #aaa;
	padding: 10px 0;
}

.note a {
	color: inherit;	
}


pre
{
	white-space: normal;
}

/* !Footer */
#footer {
	background: none;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 73%;
	font-family: Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #444;
}


/* News */
.news_item
{
	padding: 10px 0;
}
.news_item a h4 , h2.news, .news_item a h2
{
	text-transform: capitalize;
	color: #8f2d33;
}
.news_item a:hover
{
	text-decoration: underline;
}
span.news-meta, span.meta
{
	font-size: 90%;
	color: #9f9f9f;
}
.news_item p
{
	padding-top: 3px;
}


/* Channel Pages */
h4.channel
{
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 100%;
	font-weight: bold;
}
span.irc_link
{
	padding-top:3px;
	font-size:100%;
	color: #9f9f9f;
}

/* Notifications */
.message {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 93%;
	color: #fff;
}

.message p {
	margin-bottom: 0px;
	padding: 2px 4px;
	float: left;
}

.message.error p {
	background-color: #C40000;
}

.message.success p {
	background-color: green;	
}

.message.info p {
	background-color: #C88117;
}


/* Tables */
table 
{
	margin: auto;
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: auto;
	margin-left: 0px;
	margin-right: auto;
	}

th
{
	padding: 0 0.5em;
	text-align: left;
	font-weight: bold;
}

tr.yellow td 
{
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

td 
{
	border-bottom: 1px solid #CCC;
	padding: 0 1em;
	
}

td:first-child 
{
	width: 10px;
}

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}


/*Channels*/
.channel_list .channel img
{
	padding-bottom: 3px;
	padding-left: 3px;
	float: right;
	max-width: 50px;
	max-height:50px;
}
.channel_list .channel 
{
	padding-bottom: 20px;
	clear: both;
}
.channel_list .channel p
{
	width: 210px;
	word-wrap: break-word;
	font-size:95%;
}
.channel_list .channel h3
{
		color: #8f2d33;
}               
.channel_list hr
{
	clear:both;
}

#help p
{
	padding: 10px 10px;
}
em strong
{
	font-size: 150%;
	clear:both;
}

/*Access Denied View*/
body.access_denied
{
	width: 400px;
	margin: auto;
	margin-top: 30px;
	background: white;
	border: 8px solid #989898;
	text-align: center;
}
body.access_denied h2
{
	color: red;
}

/*Bugs*/
#bug_list
{
	padding: 0px 10px;
}
#bug_list .bug
{
	margin: 10px 0;
}

/*Bugs*/
.bug_wrapper div
{
	padding: 5px 0px;
}

.bug_wrapper span
{
	font-weight: bold;
	clear:both;
	float: left;
	width: 120px;
}
.bug_wrapper blockquote
{
	width: 400px;
	margin-left: 120px;
}

.bug_wrapper button

{
	font-weight: bold;
	padding: 2px 5px;
	font-size: 110%;
	background: none;
	border: 1px solid #aaa;
}

/*Comments*/
.comment_form
{
	margin-top: 20px;
}
.comment_form textarea
{
}

#comments .comment span.meta
{
	width: 100%;
	color: #939393;
	font-size: 85%;
}
#comments .comment
{
	border: 1px solid #eee;
	margin: 10px 0;
	padding: 10px;
}
.comment_form button.secondary
{
  margin-left: 10px;
}