/*
Theme Name: Structure
URI: http://justintadlock.com
Description: The Structure theme for bbPress.
Version: 0.1 Alpha
Author: Justin Tadlock
Author URI: http://justintadlock.com
*/

* { margin: 0; padding: 0; }

ul li { list-style-type: none; }

p { margin: 7px 0; }

img { padding: 3px; background: #eee; border: 1px solid #ccc; }

/* Left, right, and center alignment */
.left { float: left; margin: 0 10px 10px 0; }
.right { float: right; margin: 0 0 10px 10px; }
.center { margin: 10px auto; display: block; }

a { color: #0C386E; text-decoration: none; }
a:hover { color: #000; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #474F0F; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none;
	color: #0C386E;
	}

/* Code */
pre {
	width: 96%;
	overflow: auto;
	margin: 0 0 15px 0;
	padding: 10px 2%;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
pre, code, pre code { font-size: 1.1em; }

.forum_feed {
	text-align: right;
}

.rss-link {
	padding-left: 20px;
	background: url(images/feed-icon-16x16.gif) no-repeat 0 0;
	}
.breadcrumb { margin-bottom: 10px; margin-top: 10px;}
.breadcrumb .section-header { font-size: 1.1em; }

/* Body */
body {
	background:#072B43 none repeat scroll 0 0;
	color:#424A0A;
	font-family:Verdana,sans-serif;
	font-size:13px;
	margin:0 auto;
	padding-top:0;
	}
#body-container {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	background: #c0c888;
	}


/************************************************
	Header
************************************************/
#header {
	clear: left;
	float: left;
	width: 1000px;
	background:#AFC22D none repeat-x scroll 0 0;
	}
#header h1 {
	display: inline;
	float: left;
	width: 650px;
	font-size: 2.5em;
	font-weight: bold;
	}
	
#header img {
	padding: 0px;
	border: 0px;
}

/************************************************
	Navigation
************************************************/
#navigation { overflow: hidden; width: 637px; display: block; }
#nav, #nav ul { 
	background:transparent url(http://www.wallyhood.org/wp-content/themes/mill/images/nav_back.jpg) no-repeat scroll 0 0;
	color:#474F0F;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0 0 0 0px;
	text-align:left;
          background-color: #afc22d;
}
#nav li { float: left; display: inline; }
#nav a, .no_link {display: block;}
#nav li a, #nav li .no_link  {
	color:#474F0F;
	font-size:12px;
	height:29px;
	line-height:29px;
	margin:0;
	padding:0 11px;
	text-align:left;
	border-right: 1px solid #fff;
	}
	
#nav li.last a  {
border-right: none;
}
#nav li a:hover, #nav li a:active { text-decoration: underline; }
#navigation ul li.current_page_item a { background: #0c386e; }

#nav li ul {
	position: absolute;
	width: 12.5em;
	left: -999em;
	margin-left: -1px;
}

#nav li ul li {
		background: black url(http://www.wallyhood.org/wp-content/themes/mill/images/second-level-background.jpg) repeat-x scroll 0 0;
		border-right: 1px solid white;
		border-left: 1px solid white;
		width: 100%;
}

#nav li ul li a {
	border: none;
}

#nav li:hover ul {
	left: auto;
}

/************************************************
	Search form (navigation)
************************************************/
#search form {
	width: 235px;
	display: inline;
	padding: 0; margin: 0;
	background: transparent;
	border: none;
	}
#search input#s {
	width: 235px;
	padding: 5px;
	margin: 2px 0;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333;
	}
#search input#search-submit { display: none; }

/************************************************
	Containers
************************************************/
/* Container for content and sidebar */
#container {
	float: left;
	width: 1000px;
	overflow: hidden;
	background:#beca2f none repeat-x scroll 0 0;
	padding:5px 10px 25px 5px;
	}

#content, #forums { width: 637px; }

#forums.right, #content.right, #sidebar.right { float: left; margin: 0 0 0 22px; }
#forums.left, #content.left, #sidebar.left { float: left; margin: 0; }

#topic-page #forums { width: 690px; padding: 0; }

/************************************************
	Content
************************************************/
.section-header {
		margin: 0 0 10px 0;
		padding: 7px 0 7px 5px;
		background: #fff;
		border: 1px solid #ccc;
	}
.section-header.first {
	margin-top: 36px;
}

.section-header a, .section-header a:visited, .menu h2 a { font-weight: bold; }

.sponsors  {
font-size:90%;
text-align:center;
}

/************************************************
	Tables
************************************************/
table {
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
	}
tr {
	background: #fff;
	}
#profile-page table {
	border: none;
	}
#profile-page tr {
	background: transparent;
	}

tr.alt {
	background: #f9f9f9;
	}
tr:hover {
	background: #f9f9f9;
	}
td {
	padding: 2px 7px;
	}
th {
	color: #fff;
	background: #474F0F;
	border-bottom: 1px solid #333;
	padding: 4px 7px;
	font-size: .95em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	}
th a, th a:visited  {
	color: #fff;
	font-size: .95em;
	font-weight: bold;
	}
th.topic { width: 58%; }
th.post, th.last-post, th.freshness, th.remove { width: 10%; }

.sticky, .super-sticky { font-size: .9em; font-weight: bold; }

#forumlist {
	margin-top: 10px;
}

/************************************************
	Topics (threads)
************************************************/
.infobox {
	overflow: hidden;
	display: block;
	margin: 0 0 10px 0;
	padding: 15px 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
#topic-info h3, #topic-tags h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}
#topic-info {
	float: left;
	width: 550px;
	}
#topic-info li {
	padding: 10px 0 0 0;
	}
#topic-tags {
	width: 310px;
	overflow: hidden;
	}
#topic-tags #othertags {
	float: left;
	width: 40%;
	padding-left: 10%;
	}
#topic-tags ul {
	margin-top: 10px;
	}
#topic-tags #tag-form {
	width: 100%;
	}

#thread {
	width: 100%;
	margin: 0;
	list-style-type: none;
	}
#thread li {
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
#thread .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 10px 5px 0;
	}
#thread .author {
	float: left;
	width: 150px;
	margin-top: 5px;
	}
#thread .byline {
	float: left;
	padding: 0;
	margin: 0;
	font-size: .95em;
	}
#thread .entry {
	width: 675px;
	float: left;
	}


/************************************************
	Profile page
************************************************/
.profile {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
#profile-page .avatar {
	float: left;
	margin-right: 20px;
	}
#profile-page dl {
	float: left;
	width: 80%;
	margin: 0 0 15px 0;
	padding-top: 0;
	}
#profile-page dd {
	margin-left: 10px;
	}
#profile-page ol {
	margin: 15px 0 15px 35px;
	}
#profile-page ol li {
	margin: 2px 0;
	}
#profile-page ol li a {
	font-weight: bold;
	}
#profile-page ol li .freshness {
	font-size: .95em;
	color: #555;
	display: block;
	}
#profile-page .notice {
	clear: both;
}

/************************************************
	Forms
************************************************/
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}
form {
	display: block;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
.infobox form {
	display: inline;
	padding: 0;
	background: transparent;
	border: none;
	}
input {
	color: #333;
	padding: 5px 10px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
textarea {
	padding: 10px;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

#topic-tags input {
	color: #333;
	padding: 5px;
	margin: 14px 0 0 0;
	background: #f7f7f7;
	}
#topic-tags #tagformsub {
	color: #333;
	border: 1px solid #ccc;
	}

#postform {
	background:transparent url(images/cover.jpg) repeat-y scroll 0 0;
	margin: 0;
}

form#postform {
	border: none;
}
#postform input, #postform label, #postform textarea {
	width: 594px;
	}
#topic-page textarea {
	width: 630px;
	}
#postform input, .login input, #profile-page input, .submit input {
	padding: 5px 10px;
	}
#postform input, .login input {
	margin: 2px 0 0 0;
	}
#profile-page input {
	padding: 2px 5px;
	}
h2.post-form {
	margin: 15px 0 0px 0px;
	background:transparent url(images/title_fold.jpg) no-repeat scroll 0 0;
	height: 31px;
	padding: 10px 0 0 7px;
	color: #353535;
}
.login input#submit, input#postformsub, .submit input {
	width: 100px;
	margin-right: 15px;
	cursor: pointer;
	}
#tagformsub, #resolvedformsub {
	cursor: pointer;
	}
#profile-page legend {
	margin-bottom: 15px;
	font: 1.2em Georgia, "Times New Roman", serif;
	color: #0c386e;
	}

.login input {
	width: 50%;
	}
.login #remember {
	width: 10px;
	margin: 5px 0 0 5px;
	}
	
.new_topic {
	
}

.paper_foot {
	background:transparent url(images/meta.jpg) no-repeat scroll 0 0;
	height:35px;
	clear: both;
	padding: 0 0 0 10px;
}

/************************************************
	Sidebar
************************************************/


.sponsors a {
	font-size: 10px;
}
#sidebar {
	overflow: hidden;
	width: 320px;
	}
.menu {
	overflow: hidden;
	float: left;
	width: 265px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	}
.menu li, .tabbed .tab-content li { padding: 0 5px 0 0; }
#sidebar .menu li a, #widget-blocks .menu li a, .tab-content li a { width: 97%; display: block; padding: 2px 0 2px 10px; }
.menu ul li a:hover, .tabs-block .tabbed div li a:hover { text-decoration: underline; }
#sidebar .tab-content p, #widget-blocks .tab-content p { margin: 5px; }

/* Ads */
#sidebar .ads img { width: 125px; height: 125px; margin: 1% 1% 1% 1%; }

.sponsors {
text-align: center;
font-size: 90%;
}

.sponsors img {
margin: 5px 8px 2px 8px;
}

.sponsor {
    margin-bottom: 7px;
      display: inline;
height: 170px;
}

.sponsor.first {
float: left;
}

.sponsor.second {
float: right;
}

.subtitle {
font-size: 10px;
display: inline;
font-style: normal;
}

.subtitle a:link, .subtitle a:visited {
color: #922C03;
}

.about_text {
	padding: 2px 10px;
	margin:0;
}

#sidebar h2.widgettitle {
	height:29px;
	line-height:29px;
	font-size:16px;
	color:#474F0F;
	margin:0;
	background: url(http://www.wallyhood.org/wp-content/themes/mill/images/h3.jpg);
	background-repeat:no-repeat;
	padding:0px 0 0 5px;
	text-align:left;
	}
	
#sidebar li  {
		list-style-type: none;
		margin: 0 0 15px 0;
		padding: 0;
		background: #F7EFE4;
		height: 750px;
		}
	
		#sidebar ul  {
			list-style-type: none;
			margin: 0 ;
			padding: 0;
			}

		#sidebar .section-header, #sidebar .menu h2 {
			border: none;
			}

.sponsors img {
	padding: 0;
	margin: 5px 8px 2px 8px;
	}
	
/************************************************
	Footer
************************************************/
#footer {
  background: #c0c778;
	color: #474F0F;
	clear: both;
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #660000;
	}
#footer p {
	float: left;
	width: 50%;
	margin: 0 auto;
	padding: 5px 0 0 5px;
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 50%;
	height: 30px;
	}
#footer img { border: none; padding: 0px; }
#footer a { color: #474F0F; font-weight: bold; }
#footer a:hover { text-decoration: underline; }
#footer img { margin: 0 10px; border: none; }





#latest {
	margin-top: 1em;
}

#new_topic_main .new_topic {
	
}

/*
	Pure CSS Buttons.
	Learn more ~ http://www.halmatferello.com/lab/pure-css-buttons/

	Licensed under GPL and MIT.
*/

.buttonize .new-topic, .buttonize .new-topic span {
	background: url('images/secondary.png') no-repeat;
	height: 23px;
	line-height: 23px;
	padding: 3px 0 7px 0;
}

.buttonize .new-topic, .buttonize a.new-topic:link, .buttonize a.new-topic:visited {
	color: #333;
	font-size: 11px;
	padding-left: 14px;
	text-decoration: none !important;
}
/* ie 6 hack */
* html div#frame .buttonize .new-topic {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
/* ie 7 hack */
*:first-child+html .buttonize .new-topic {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

.buttonize .new-topic span {
	background-position: right -599px;
	padding-right: 14px;
}

.buttonize a.new-topic, .buttonize a.new-topic:link, .buttonize a.new-topic:visited, .green-active-button, .green-disabled-button {
	color: black !important;
	font-size: 12px;
	font-weight: bold;
}

.buttonize a.new-topic {
	background-position: left -273px;
	padding-top: 3px;
}
a.new-topic span {
	background-position: right -545px;
	padding-top: 3px;
}
a.new-topic:hover {
	background-position: left -246px;
}
a.new-topic:hover span {
	background-position: right -572px;
}
a.new-topic:active, .grey-active-button {
	background-position: left -273px;
}
a.new-topic:active span, .grey-active-button span {
	background-position: right -599px;
}

.account-teaser {
	margin-top: 20px;
	text-align: center;
}


#jqb_object img{ 
	border: none;
}

#jqb_object a {
	text-decoration: none;
}

#jqb_object { 
	position:relative;
	width:320px; height:335px; 
	overflow:hidden;
	font-size: 12px;
}


#jqb_object .jqb_bar{
	position:absolute;
	width:320px; height: 30px;
	left:0px;
	bottom:0px;
	background:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	color: #ffffff;
	font-family: Verdana, Sans-Serif;
}

#jqb_object .jqb_slide{
	position:absolute;
	width:310px; height:335px; 
	text-align: left;
	padding: 7px;
	background-color: #F7EFE4;
}

#jqb_object .jqb_info{
	position:absolute;
	padding: 2px 10px 2px 10px;
	float: left;
	font-size: 11pt;
}

#jqb_object .jqb_btn{
	width: 15px; height: 14px;
	margin: 10px 5px 2px 2px;
	float: right;
}
#jqb_object .jqb_btn_next{
	background-image:url(http://www.wallyhood.org/wp-content/themes/mill/jqbanner/img/btn_next.gif);
}
#jqb_object .jqb_btn_prev{
	background-image:url(http://www.wallyhood.org/wp-content/themes/mill/jqbanner/img/btn_prev.gif);
}
#jqb_object .jqb_btn_pause{
	background-image:url(http://www.wallyhood.org/wp-content/themes/mill/jqbanner/img/btn_stop.gif);
}
#jqb_object .jqb_btn_play{
	background-image:url(http://www.wallyhood.org/wp-content/themes/mill/jqbanner/img/btn_play.gif);
}

.text-sponsors {
	background-color: #F7EFE4;
}
