/*
Theme Name: robot
Theme URI: http://bbpressraw.com/categories/themes/
Description: bbPress blank 1-column theme with fixed width.
Version: 1.1
Author: agentmaximus
Author URI: http://bbpressraw.com/
*/

/* Clean up for browser compatibility
================================== 

@import url("initial.css");
@import url("layout.css");
*/
/* initial.css sets the margins oddly for ordered lists */
ol { margin: 1em 0.3em }

/* Global Styles
=================================== */

hr {
	display: none;
}



/* Default table structure
=================================== */

/* 100% is a good starting width for most tables - this is a forum! */
table { width: 100% }


/* Login form (header.php)
=================================== */

.login { 

}

.login p {

}

.login label {

}

.login #submit {

}

p.login {

}

form.login input { 

}


/* Breadcrumbs (most templates)
=================================== */
.bbcrumb {
	margin-bottom: 15px;
}


/* Notice (profile.php)
=================================== */

.notice { 

}

.notice p { 

}



/* Front Page
=================================== */

#front-page #hottags { 

}

#front-page #discussions { 

}

/* hot tags! */
.frontpageheatmap {

}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {

}

#front-page #discussions ul {

}

.sticky {
	background-color: #ffffd0;
}


/* Topic Page (topic.php)
=================================== */

/* wrapper for topic */
.infobox {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

ul.topicmeta {
	display: block;
	margin-left 1.0; padding-left: 0em;
}

.topicmeta li {
	display: list-item;
	list-style: square inside;
}

#topic-info h2 {
	border: 0px;
	margin: 0px;
}

#topic-info {
	float: left;
}

#topic-tags {
	top: 1.0em;
	margin-top: 2.0em;
	float: right;
}

/* .nav used by topic.php & tag-single.php */
.nav {

}

.nav span {

}

.nav span, .nav a {

}

#thread {

}

#thread li {
	margin-bottom: 1.0em;
}

#thread li ol, #thread li ul {

}


#thread li ol li, #thread li ul li {

}

/* following are used by post.php */
.threadauthor {
	margin-left: -0px;
	overflow: hidden;
	width: 115px;
	position: absolute;
}

.threadpost {
	margin-left: 130px;
	width: 370px;
	background-color: #f5f5f5;
	padding: 10px;
}

.poststuff {
	font-size: 0.8em;
	border-top: 1px solid #e5e5e5;
}

.num, #forumlist small {

}


.postform {
	background: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 96%;
	display: block;
}

.postform label { display: block; }

.rssfeed { line-height: 20px; padding-left: 23px; background: url( "images/feed-icon-16x16.png" ) center left no-repeat; }

#manage-tags { 

}

#manage-tags li {

}

.submit {

}

.topiclink {

}

.topictitle {

}

#topic-move {
	margin-bottom: 1.0em;
}

/* Content - specific to the main content div
=================================== */

#content .frontpageheatmap a {

}

#content .infobox li {

}

#content .nav a {

}

#content .nav a:hover {

}

#content a:visited {

}


/* Profile Page
=================================== */

#profile-menu {
	padding-top: 0.5em;
	list-style: none;
	border-bottom: 2px solid #ccc;

}

#profile-menu ul {
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	margin: 0px;
	display: inline;
	position: relative;
	top: -3px;
}

#profile-menu li.current {
	background-color: #ccc;
}

#userinfo {

}

#userinfo dt {

}

#userinfo dd {

} 

#useractivity {

}

.user-recent {

}

.user-recent .alt {
	background-color: transparent;
}

.user-recent ol {

}

.user-recent ol li {

}

/* Profile Edit
=================================== */

fieldset { 

}

legend { 

}

fieldset table { 

}

fieldset table td { 

}

fieldset p { 

}

.bb-root td {font-size: 14px;}


/* Other
=================================== */

#front-search {

}

#latest td, #forumlist td, #favorites td {
	border: 1px solid #f5f5f5;
}

#forumlist tr td div.nest {

}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover {

}

#latest th, #forumlist th, #favorites th {
	background-color: #e9ede8;
	border: 1px solid #f5f5f5;
}

#latest, #forumlist, #favorites {
	margin-bottom: 15px;
}

.alt {
	background-color: #f9f9f9;
}

.bozo {

}

.alt.bozo {

}

.deleted {

}

.alt.deleted {

}

body {
	margin: 0;
	padding: 0;
	background: #f1f1f1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #464646; 
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a {
	color: #21759b;
}

a:visited {
	color: #288DAE;
}

a:hover, a:active {
	color: #d54e21;
}



img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;

}

/* Header */

#header {
	width: 980px;
	margin: 0 auto;
	height: 270px;
	background: url(/layout/header.gif) no-repeat 573px 6px;	
}

#bordertop {
	width: 980px;
	margin: 0 auto;
	height: 6px;
	background: url(/layout/bordertop.gif) no-repeat top left;	
}

#bottom {
	width: 980px;
	margin: 0 auto;
	height: 14px;
	background: url(/layout/borderbottom.gif) no-repeat top left;	
}

/* Menu */

#menu {
	width: 980px;
	height: 55px;
	margin: 0 auto;
	background: url(/layout/nav.gif) no-repeat top left;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 55px;

}

#menu a {
	display: block;
	height:55px;
	padding: 15px 25px 0px 25px;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 16px;
}

#menu .current_page_item a {
	color: #d54e21;
}

/** LOGO */

#logo {
	width: 980px;
	height: 80px;
	margin: 0 auto;
}

#tagline {
	width: 550px;
	height: 200px;
	padding: 5px 20px;

	font-size: 18px;

}

#tagline span.t1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, serif;	
}
#tagline span.t2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;	
}
#tagline span.t3 {
	font-size: 18px;
	font-family: Georgia, serif;	
	font-weight: bold;	
	color:#21759b;
}


#logo h1 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	line-height: normal;
}

#logo h1 {
	padding: 20px 0 0 20px;
	font-size: 24px;
}

#logo h1 a {
	text-decoration: none;
	color: #BA9F5A; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 50px 0 0 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #28313A;
}

#logo p a {
	text-decoration: none;
	color: #28313A;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: url(/layout/border.gif) repeat-y top left;		
}

#innerpage {
	background: url(/layout/robotlegs.gif) no-repeat 619px 0px;	
}

#bottomrobo {
	height: 141px;
	background: url(/layout/robotbottom.gif) no-repeat 483px 0px;
}

/* Content */

#content {
	float: left;
	padding: 25px 40px 0 25px;
	width: 620px;
}

/* Post */

.post {
	margin-bottom: 0px;
}

.buyboxbetween {
	clear:both;
	border-bottom: 1px dotted #464646;
	text-align: center;
	font: 13px Arial, Helvetica, sans-serif;	
	font-variant:small-caps;
}

.bigbuybox {
	border: 1px dotted #464646;
	margin: 0 10px 20px 10px;
	padding: 10px;
}

.buybox {
	border: 1px dotted #464646;
	width:260px;
	margin: 10px;
	padding: 10px;
	float:left;
}

.buybox p,.bigbuybox p {line-height: 17px;text-align: left;margin: 0 0 0 0;}
.buybox p.price {font-size: 16px;margin-top: 5px;background:#f1f1f1;padding: 2px;}
.bigbuybox p.price {font-size: 16px;background:#f1f1f1;padding: 2px;}
.buybox p.price  span.price,.bigbuybox p.price span.price {font-weight: bold;}
.buybox h3 {text-transform:uppercase;}
.bigbuybox p.button {float:right;}

.bv {float:right;color:#d54e21;font-weight:bold;}
.bs {color:#21759b;}
/* Sidebar */

#sidebar {
	float: right;
	width: 235px;
	margin: 0;
	padding: 25px 6px 25px 0;
	height: 100%;
}

.box {
	background: #eff8ff;
	border-right:15px solid #dff1ff;
	padding: 15px;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;	
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #DFE1E0;
}

#x {
	padding: 3px;
	border: none;
	background: #0A5688;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 880px;
	margin: 0 auto;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #595959;
}

#legal a {
	font-weight: normal;
}

/* Tables */
.ordertab {width: 100%;font-size: 14px;font-weight:bold;}
.ordertab td {padding: 6px 10px;}
.ordertab td.ok {background: url(/layout/ok.gif) no-repeat 10px 8px;padding: 6px 10px 6px 30px;}
.ordertab tr {background: #f1f1f1;}
.ordertab tr.dark {background: #eaeaea;}
.ordertab tr.last td {background: #eaeaea;border-top: 2px dashed #464646;color:#21759b;padding: 10px;}
.ordertab tr.last td.oldprice {text-decoration: line-through;}
.ordertab tr.last td.ok2 {padding: 6px 10px 6px 30px;}

.ordertab tr.lastlast td.left {background: #fff;padding: 10px;text-align:right;}
.ordertab tr.lastlast td.newprice {background: #eaeaea;color:#d54e21;font-size: 18px;}
.ordertab tr.lastlast td.newprice span {color:#464646;font-size: 14px;font-weight:normal;}

.ordertab tr.lastlastlast {background: #fff;}

/* HEADER BAR */

#headerbar {background:#404040;text-align:center;padding-top: 8px;font-size:125%;}
#headerbar a.lslink {float:left;}
#headerbar ul {margin:0;padding:0;list-style-type:none;text-align:center;}
#headerbar ul li {margin: 0 30px;display: inline;}

#headerbar ul li a {display: inline-block;padding: 0px 10px 2px 10px;text-decoration: none;color:#fbb843;}
#headerbar ul li a:hover {background:#eff8ff;color:#404040;text-decoration: underline;}
#headerbar ul li a.selected {background:#f1f1f1;color:#404040;text-decoration: none;}
#headerbar ul li a.selected:hover {text-decoration: none;}

#headerbar ul li a span {display:none;font-weight:normal; padding: 10px; margin:0; line-height: 17px;text-align:left;}/* -40px width:230px; */
#headerbar ul li a:hover span{display:block; position:absolute; margin-left:-11px; margin-top:1px; background:#eff8ff; border:1px solid #404040; border-top: 0; color:#404040;}

