/*
Theme Name: w00t
Description: Son of Sandbox Child Theme for w00tstock
Author: DanCoulter
Author URI: http://dancoulter.com/
Template: sos
Version: 0.1
*/

@import url("../sos/style.css");

body {
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

#wrapper {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}
#header h1, #header div#blog-description {
	display: none;
}
#header #social-links {
	position: absolute;
	bottom: 7px;
	right: 75px;
	width: 70px;
}

#header #social-links div {
	text-align: right;
	margin-bottom: 2px;
}

#header {
	cursor: pointer;
	height: 110px;
	background-image: url(images/w00tbanner.gif);
	background-repeat: no-repeat;
	background-position: 75px 11px;
	position: relative;
}

#featuring {
	font-weight: bold;
	padding: 4px 75px;
	background-color: #e6e6e6;
	font-size: 11pt;
}

div#menu {
	padding: 4px 75px;
	font-size: 12pt;
	background-color: white;
}

div#menu ul a {
	border: 1px solid #777;
	padding: 9px 23px;
	text-transform: lowercase;
	color: black;
	font-weight: bold;
	margin-right: 5px;
}

div#menu ul li.current_page_item a, div#menu ul li.current_page_parent a  {
	color: white;
	background-color: red;
	padding-bottom: 30px;
}

div#menu ul li.current_page_item a {
	color: white;
	background-color: red;
	padding-bottom: 30px;
}

h2.entry-title {
	border-bottom: 3px solid red;
	padding-bottom: 5px;
	font-size: 30px;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 163px;
	position: relative;
}

#footer form {
	position: absolute;
	top: 48px;
	left: 375px;
}

#footer form input.submit {
	vertical-align: middle;
}

#footer form input.input {
	border: 1px solid black;
	height: 20px;
	width: 400px;
}

a img {
	border: 0px;
}

div#container {
float:left;
margin:0 -350px 0 75px;
width:100%;
}

div#content {
margin:0 350px 0 0;
}

#primary {
float:right;
overflow:hidden;
width:160px;
margin-right: 75px;
background-color: #F0F0F0;
padding: 10px;
}

div#footer {
clear:both;
width:100%;
}
#primary ul ul li {
	list-style: none;
	margin-bottom: 4px;
}

.guest {
	padding-top: 1em;
	clear: both;
}

.guest h2 {
	margin: 0px;
}

.guest .thumb {
	float: left;
	clear: left;
}

.guest .thumb img {
	margin-right: 5px;
}

.guest .info {
	clear: right;
}

.clear {
	clear: both;
}