/*
Theme Name: bb-Bluesands
Theme URI: http://shamuswrites.com/downloads/bb-bluesands/
Description: The companion theme for Bluesands for WordPress
Version: 1.0
Author: Jim Stitzel
Author URI: http://shamuswrites.com/
*/

@import url('sandbox-layouts/3c-r.css');

/* Global reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height:1.1em;
	color: black;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	padding:0.5em 0;
	margin-bottom: 1.0em;
}

a {
	color:#9225ff;
}

a:link {
	color: #9225ff;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

a:hover {
	color: #9225ff;
	text-decoration: underline;
	border: none;
}

a:visited:hover {
	color: #448ABD;
	text-decoration: underline;
	border: none;
}

a:visited {
	color: #448ABD;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

blockquote {
	margin:0 50px;
	padding:10px;
	background:#ffc263;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Global Settings */

h1 {
	font-size:3em;
}

h2 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 0 3px;
	margin: 5px 0 6px 0;
	text-align: left;
	border-bottom: 8px solid #330066;
}

div.sidebar h2 {
	font-size:1.6em;
	font-type:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#ff9900;
	text-decoration:none;
	background:#330066;
	text-align:center;
	padding:10px 0 10px 0;
	border-bottom:none;
}

h2 a {
	color:#ff9900;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

h2 a:visited {
	color:#ff9900;
	text-decoration:none;
}

h3 {
	font-size:1.5em;
	font-type:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

h3.entry-title {
	font-size:1.4em;
	font-type:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#ff9900;
	text-decoration:none;
	background:#330066;
	text-align:center;
	padding:10px 0 10px 0;
}

h3 a {
	color:#ff9900;
	text-decoration:none;
}

h3 a:hover {
	text-decoration:underline;
}

h3 a:visited {
	color:#ff9900;
	text-decoration:none;
}

h4 {
	font-size:1.2em;
	font-type:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
}

h5 {
	font-size:1em;
	font-type:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}
h6 {
	font-size:1em;
	font-type:Verdana,Arial,Helvetica,sans-serif;
	font-style:italic;
	text-decoration:underline;
}


.alt { background: #fff; }

.delete:hover {
	background: #c00;
	color: #fff;
}

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

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

abbr {
	border-bottom:1px black dotted;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

img {
	max-width:600px;
	border:0;
}

/* Main Content Area Format and Layout */

div#header {
	text-align:left;
	margin:0;
	padding:10px 10px;
	background:#330066;
	color:#ff9900;
}

div#blog-title {
	padding:0.2em 0 0.4em 0;
}

div#header a, div#access a {
	color:#ff9900;
	text-decoration:none;
}

div#header a:hover, div#access a:hover {
	text-decoration:underline;
}

div#header a:visited, div#access a:visited{
	color:#ff9900;
}

div#access {
	border-top:2px solid #ff9900;
}
div#access div.skip-link {
	position:absolute;
	top:1em;
	right:1em;
	font-size:0.7em;
}

div#menu {
	font-size:0.9em;
	height:1.5em;
	padding-top:0.3em;
	background:#330066;
	width:100%;
}

div#menu ul a {
	font-weight:700;
	text-decoration:none;
}

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

div#menu ul li {
	float:left;
}

div#menu ul li a {
	padding:0.3em 0.5em;
}

div#menu ul ul {
	display:none;
}

div#menu ul ul li {
	float:none;
}

div#menu ul li ul li a {
	margin:0;
	padding:0;
}

div#menu ul li:hover ul {
	display:block;
	font-size:0.9em;
	padding-top:0.5em;
	position:absolute;
}

div#menu ul li:hover ul li a {
	background:#330066;
	border:none;
	display:block;
	padding:0.3em;
}

div#container, div.sidebar {
	margin-top:0.2em;
	overflow:hidden;
}

div#content {
	margin-left:20px;
	font-size: 12px;
	margin-right:420px;
}

div#primary {
	margin-top:1em;
	font-size:0.5em;
}

div#secondary {
	margin-top:1em;
	font-size:0.5em;
}

div#nav-above, div#nav-below {
	width:100%;
	height:1em;
	font-size:0.8em;
	padding-top:5px;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #448abd;
	letter-spacing: 1px;
	padding: 5px 0 20px;
	text-decoration:none;
}

.bbcrumb a:link, .bbcrumb a:visited {
	color: #448abd;
}

/* Login Form */

.login { 
	font-weight: bold;
	color: #444;
}

.login p { padding: 0 0 5px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

.login #submit {
	font-size: 1.2em;
	margin-top: 13px;
	float: left;
}

p.login {
	font-weight: normal;
	font-size: 1.2em;
}

form.login input { 
	margin-top: 3px;
	border: 1px solid #999;
}

/* Front Page */

#front-page #hottags { 
	position: absolute;
	top: 25px;
	left: 225px;
	width: 150px;
	overflow: hidden;
}

#front-page #discussions { 
	margin-left: 0;
	margin-right: 0;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
	overflow: hidden;
}

#front-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { 
	background: #27506e; 
	color: #fff;
}

/* Other */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}

#content .nav a:hover {
	border: 1px solid #999;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest table, #forumlist table, #favorites table { border: 3px; }

#latest td, #forumlist td, #favorites td { padding: 5px 20px; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #c3def1; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #330066;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	padding: 10px 10px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	color: #ff9900;
}

#latest, #forumlist, #favorites {
	background: #ffffff;
	margin-bottom: 2em;
	width: 99%;
	overflow: hidden;
}

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
	overflow: hidden;
	width: 96%;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
	width: 95%;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	background: #eee;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	padding: 5px 0;
}

.postform {
	background: #fff;
	padding: 1em;
	width: 95%;
}
	
.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 95%;
	display: block;
}

.postform label { display: block; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

/* Profile Page */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
}

#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit */

fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}

.alignleft, div.nav-previous {
	float: left;
}

.alignright, div.nav-next {
	float: right;
}

.post { 
	margin:1em 0;
}
.entry-date {
	font-size:0.7em;
	font-weight:bold;
	color:#ffffff;
	background:#14568a;
	text-align:center;
	padding-bottom:10px;
}

.entry-content {
	padding:10px;
	font-size:0.8em;
}

.entry-content a {
	background:#c3def1;
	padding:0 2px;
	text-decoration:none;
}

.entry-content a.image {
	background:none;
}
.entry-content ul, .entry-content ol {
	margin:0 2em;
	padding:0;
	list-position:outside;
}

.entry-content ul {
	list-style:disc;
}

.entry-content ul ul {
	list-style:circle;
}

.entry-content ol {
	list-style:upper-roman;
}

.entry-content ol ol {
	list-style:upper-alpha;
}

.entry-content ol ol ol {
	list-style:decimal;
}

.entry-content ol ol ol ol {
	list-style:lower-roman;
}

.entry-content li {
	margin:0;
	padding-bottom:0;
	line-height:1.2em;
}

.entry-title {
	clear:both;
}

.entry-meta {
	padding:3px 10px;
	font-size:0.7em;
	border-top:1px #14568a solid;
	border-bottom:1px #14568a solid;
}

.more-link {
	margin:5px 0;
}

/* Footer Format and Layout */

div#footer {
	margin-top:2em;
	padding:10px 0 20px 0;
	text-align:center;
	font-size:0.8em;
	background:#330066;
	color:#ff9900;
}

div#footer a {
	color:#ff9900;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footer a:visited {
	color:#ffffff;
}

