/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
*/

/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
div#container {
float:right;
margin:0 0 0 -200px;
width:100%;
}

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

div.Twitter {
float:left;
overflow:hidden;
width:180px;
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
}

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
padding-left: 192px;
font-weight: bold;
letter-spacing: .1em;
background:#D62919;
height:1.5em;
margin:1em 0;
width:100%;
}

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

div#menu ul a {
display: inline;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

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%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}




div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}




/* Sidebar */

.sidebar {
	border-right: 1px solid #D62919;
	background-color: #F7F7D6;
	color: #D62919;
	font-family: 'Courier New', serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
}

.cat-item li {
	list-style-type: none;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #D62919;
}

.sidebar a:hover {
	color: #FF281E;
	text-decoration: none;
}

#meta {
	display: none;
}

/* Content */

body {
	font-family: 'Courier New', serif;
	background-color: #D62919;
        color: #ffffff;        

}



a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #F7F7D6;
	text-decoration: underline;
}

/* Header */
#header {

	background-color: #F7F7D6;
	border-bottom: 10px solid #D62919;
	background-image: url(http://www.nogotell.com/images/ngtlogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/* Post Date */

.postDate {
	font-size: 11px;
	text-align: right;
	width: 70%;
	border-bottom: #F7F7D6 dotted 1px;
}


/* Footer */

#footer {
	font-size: 11px;
}

/* entry */
.hentry {
	font-size: 13px;
	}

/* byline */
.entry-meta {
	font-size: 10px;
	}