/*  
Theme Name: HashOut
Theme URI: http://hashout.org
Description: The HashOut theme.
Version: 1.0
Author: HashOut
Author URI: http://hashout.org
*/

body {
	margin: 0;
	padding: 0; 
	background: #EEE url(http://hashout.googlepages.com/body_shadow.gif) repeat-y top center;
	color: #333;
	font: normal normal 80% Arial, Verdana, 'Lucida Grande', Sans-Serif;
	text-align: center;
	}

#page {
	width: 775px;
	margin: 0 auto;
	padding: 0;
	background: url(http://hashout.googlepages.com/bg.jpg) bottom center no-repeat fixed;
	text-align: left;
	}

html>body #page {
	width: 774px;
	}

.Leaderboard	{
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:90px;
	background:#000;
	text-align:center;
	vertical-align:middle
	}

#header {
	padding: 0 10px 10px 10px;
	} 

#header h1 {
	display: none;
	} 

#header .description {
	font: italic bold 100% 'Trebuchet MS', Trebuchet, Arial, Sans-serif;
	} 

/* Start Menu */
#menu {
	float: right;
	margin: 0 20px 10px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: lowercase;
	border-right: 1px dotted #999999;
	font-size: 90%;
}

#menu .menu-item {
	float: left;
	padding-right: 18px;
	width: 135px;
	border-left: 1px dotted #999999;
	}

#menu .menu-item td {
	height: 100px;
	vertical-align:bottom;
	}

.menu-item p {
	margin: 0px;
	}

#menusearch #searchform {
	text-align: left;
	}

#menusearch #searchform #s {
	width: 120px;
	}

#menusearch #searchform #b {
	display: none;
	}

.subscribe	{
	padding: 0 0 0 17px;
	background: url("http://hashout.googlepages.com/icoFeed-12.gif") 0 0 no-repeat;
	}

.contact	{
	padding: 0 0 0 17px;
	background: url("http://hashout.googlepages.com/icoEmail-12-B.png") 0 0 no-repeat;
	}

/* End Menu */

#content-wrapper {
	clear: both;
	margin: 10px;
	}

#content {
	margin-bottom: 10px;
	}

#footer {
	clear: both;
	width: 752px;
	margin:10px 0 0 0;
	padding: 10px;
	border-top:1px dotted #999999;
	text-align: center;
	}

.center {
	text-align: center;
	}

.vMiddle, .vMiddle img {
	vertical-align: middle;
	}

.clearfloat {
	clear: both;
	}

.navigation {
	clear: both;
	margin: 10px 0;
	text-align: center;
	}

h1, h2, h3 {
	margin: 0 0 1em 0;
	}

h1, h2, h3, h4 {
	font: normal normal 100% Georgia, Serif;
	}

h1 {
	text-align: center;
	font-size: 180%;
	}

h2 {
	font-size: 160%;
	}

h2.pagetitle {
	margin: 0 0 1em 0;
	border-top: 1px Solid #999999;
	border-bottom: 1px Solid #999999;
	font-size: 140%;
	font-style: italic;
	text-align: center;
	}

h3 {
	font-size: 150%;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4 {
	font-size: 130%;
	}

h1, h1 a, h1 a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
#headerimg .description, #headerimg .description a, #headerimg .description a:visited {
	color: #333;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite,
#headerimg .description, #headerimg .description a, #headerimg .description a:hover, #headerimg .description a:visited {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #168;
	text-decoration: none;
	}

a:hover {
	color: #396;
	text-decoration: underline;
	}

a img {
	border: none;
	}

hr {
	display: none;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

.narrowcolumn {
	float: left;
	width: 410px;
	}

.widecolumn {
	float: left;
	width: 410px;
	}

.post {
	clear: both;
	margin: 0 0 2em 0;
//	text-align: justify;
	}

.narrowcolumn .post {
	font-size: 95%;
	}

.post h2 {
	margin:0;
	}

.widecolumn .post h2 {
	border-bottom:1px dotted #999999;
	}

.byline {
	margin:0;
	padding:0;
	color:#999999;
	font: italic normal 90% Times, Serif;
	}

.post hr {
	display: block;
	}

.entry {
	line-height: 1.4em;
	}

.narrowcolumn .entry p {
	margin: 0;
	padding: 0;
	}

/* Begin Entry Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, .sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */

.postfooter, .postfooter p {
	font-style: italic;
}

.postmetadata {
	clear: left;
	margin: 1em 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#commentform p {
	margin: 5px 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Comments */


/* Begin Sidebar */
#sidebar-wrapper {float:right; width:315px;}
html>body #sidebar-wrapper {float:right; width:320px;}
#sidebar1, #sidebar-primary-home, #sidebar-primary-inside-pages {margin:10px 10px 0 10px;}
#sidebar2 {float:left; width:124px; margin:0 10px 10px 10px;}
#sidebar3 {float:right; width:150px; margin:0 10px 10px 0;}
html>body #sidebar2, html>body #sidebar3 {width:145px;}

.sidebar h2 {
	margin: 5px 0 0;
	border-bottom: 1px dotted #aaa;
	padding: 0 0 0 5px;
	background: #eee;
	color: #b50;
	font-size: 120%;
	font-weight: bold;
	text-transform: lowercase;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.sidebar form {
	margin: 0;
	}

/* End Sidebar */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	padding: 5px 3px;
	text-align: center;
	}
#searchform #s {
	width: 250px;
	}
/* End Form Elements */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar caption {
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */

.nicefield {border:0;border-bottom:solid 2px #999;color:#666;}
