/*
THEME NAME: TTL
THEME URI: http://gunslingers.tiedtheleader.com
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 3.0
AUTHOR: Jim Stitzel and Tim Crowson
AUTHOR URI: http://gunslingers.tiedtheleader.com
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/2c-l.css');

body{
	background: #ffffff url(images/bg.jpg) repeat-x;
	font-family: Verdana, Helvetica, Arial;
	font-size: 1em;
	color: #313029;
}
ol, ul {
	list-style: none;
}
div#wrapper{
	width: 850px;
	margin: 0 auto;
}
a {
	color: #424542;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 0;
}
:focus {
	outline: 0;
}


/* Just some example content */
div#header{
	width: 850px;
	height: 165px;
	text-align:center;
}
span.home-link{
	width: 850px;
	height: 165px;
}
h1#blog-title, div#blog-description{
	display: none;
}
div#access {
	width: 850px;
	margin: 0 auto;
}
div#access div.skip-link{
	position:absolute;
	top:1em;
	right:1em;
}
div#menu{
	font-size:0.7em;
	color: #281608;
	height:1.5em;
	margin-left: 250px;
	padding-top:0.3em;
}
div#menu ul a{
	font-weight:7;
	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;
	padding-right: 1em;
}
div#menu ul li a{
	padding:0.3em 0.5em;
	margin: 0 auto;
}
div#menu ul ul{
	display:none;
}
div#menu ul ul li{
	float:none;
}
div#menu ul 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:#f5f5f5;
	border:none;
	display:block;
	padding:0.1em;
	width:10em;
}

/* Main Content Area */

.entry-title{
	clear:both;
	font-size: 1.2em;
	line-height: 1.1em;
}
div#container,div.sidebar{
	margin-top:2em;
}
div#content {
	padding-right: 40px;
}
div#content ul {
	list-style: disc;
}
div#content ol {
	list-style: decimal;
}
div#nav-above,div#nav-below{
	width:100%;
	height:1em;
	font-size: 0.7em;
}
div#nav-above{
	margin-bottom:1em;
}
div#nav-below{
	margin-top:1em;
}
.alignleft,div.nav-previous{
	float: left;
}
.alignright,div.nav-next{
	float: right;
}
div.entry-date, div.entry-meta {
	font-size: 0.7em;
}
div.entry-date {
	margin-top: -1em;
}
div.entry-content {
	font-size: 0.8em;
}
div.entry-content a {
	color: #8c3029;
}
div.entry-meta {
	margin: 0.5em 0 3em 0;
	padding: 0.4em;
	background: #ffffff url(images/metabg.jpg) repeat-y;
}

.comments-link {
	display: none;
}
form#commentform .form-label{
	margin:1em 0 0;
}
form#commentform span.required{
	background:#fff;
	color:red;
}
form#commentform,form#commentform p{
	padding:0;
}
input#author,input#email,input#url{
	width:50%;
}
input#author,input#email,input#url,textarea#comment{
	padding:0.2em;
}
div.comments ol li{
	margin:0 0 3.5em;
}
textarea#comment{
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

/* Page-specific CSS */

body.pageid-213 div.entry-content img, body.pageid-21 div.entry-content img {
	border: 1px solid #424542;
}

/* Sidebar */

div.sidebar {
	font-size: 0.7em;
	text-align: right;
}
div.sidebar a {
	color: #424542;
	margin-right: 0;
	padding-right: 10px;
	background-image: url(images/menublock.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div.sidebar a:hover {
	margin-right: 0;
	padding-right: 10px;
	background-image: url(images/menublock_rollover.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{
	margin:0;
	padding:0;
}
div.sidebar h3{
	font-size:1.2em;
}
div.sidebar input#s{
	width:7em;
}
div.sidebar li{
	list-style:none;
	margin-right: 0;
}
div.sidebar li form{
	margin:0.2em 0 0;
	padding:0;
}
div.sidebar ul ul{
	margin:0 0 0 1em;
}
div.sidebar ul ul li{
	padding-right: 15px;
	margin:0;
}
div.sidebar ul ul ul{
	margin:0 0 0 0.5em;
}
div.sidebar ul ul ul li{
	list-style:circle;
}

div#footer{
	margin: 1em;
	padding: 3em 0 2em 0;
	text-align:center;
	font-size: 0.7em;
}

/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */

div.gallery{
	clear:both;
	float:left;
	width:100%;
}
div.gallery dl{
	float:left;
	text-align:center;
}
div.gallery dl dt{
	margin:0;
}
div.gallery dl dd{
	margin-left:0;
}
div.entry-attachment,div.entry-caption{
	text-align:center;
}
div.entry-attachment img,div#nav-images div img{
	overflow:hidden;
}
body.attachment div#nav-images{
	clear:both;
	width:100%;
}
body.attachment div#nav-images div{
	padding:1em 0;
	width:50%;
}
body.attachment div#nav-images div.nav-previous{
	text-align:left;
}
body.attachment div#nav-images div.nav-next{
	text-align:right;
}
body.attachment div.entry-meta,body.attachment div#comments{
	clear:both;
}

/* Flexible Upload */

.imageframe { margin: 10px; padding: 5px; border: 1px solid #aaa; }
.alignleft { float: left; }
.alignright { float: right; }
.centered { margin-left: auto; margin-right: auto; } 