/*
THEME NAME: delta
THEME URI: http://www.upstartblogger.com/wordpress-sandbox-theme-upstart-blogger-takimata
DESCRIPTION: A sandbox theme based on Takimata by Robert Ellis
VERSION: 0.2
AUTHOR: Robert Ellis
AUTHOR URI: http://www.upstartblogger.com/
TEMPLATE: sandbox
TAGS: one column, two column, three column, elastic width, fixed width, yellow, red
*/


.Readability {
font-family : Times New Roman, Times, Serif;
font-weight:400;
font-size: 26px;
line-height:	36.4px;
text-align:	justify;
width:	50%;
top:	auto;
right:	auto;
bottom: auto;
left:	auto;
margin-top	: 26px;
margin-right :	0;
margin-bottom :	16px;
margin-left	: 0;
padding:	0;
-moz-box-sizing	:content-box;
}


/* @group Layout */

html * {
	margin: 0;
	padding: 0;
}

body {
	background: #dcdcd7;
	color: #444;
	font-size:16px; 

	font-family: Georgia, "Times New Roman", Times, serif;
text-align: justify;
}

#wrapper {
}

div.skip-link {
display:none;
}

#access {
	/*margin-left: -9999px;*/
}

#menu {
	display: none;
}



#blog-title {
	font-size: 4em;
	font-weight: bold;
	letter-spacing: -.14em;
	margin: .16em 0 0 -.2em;
	text-transform: uppercase;
	word-spacing: .2em;
}

#blog-title a:link, #blog-title a:visited {
	color: #5f9ead;
	text-decoration: none;
}

#blog-title a:hover {
	color: #444;
	letter-spacing: normal;
}

#blog-description {
	color: #666;
	font-size: 1.5em;
	font-weight: bold;
	margin: -.4em 0 0;
	text-align: left;
}


#primary {
	float: left;
	margin: 50px 0 0 50px;
	text-transform: uppercase;
}

#secondary {
	float: left;
	margin: 0 0 0 50px;
	text-transform: uppercase;
}

#footer {
	clear: both;
	font-size: .68em;
	margin-left: 50px;
	padding: 50px 0 25px;
	text-align: left;
}

/* @end */

/* @group Comments */

#comments {
	clear: both;
	font-size: .8em;
	margin: 0;
	padding: 50px 0 0;
	width: 468px;
}

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

form#commentform span.req-field {
	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;
}

.comments ol li {
	line-height: 1.4em;
	list-style-position: inside;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
}

li.comment {
	padding: 20px 0 0;
}


#respond {
	padding-top: 50px;
}

#comments ol {
	margin: 0;
}

.comment-author {
	font-size: 1.2em;
}

/* @end */

/* @group Entries */

.entry-title:before {
}

.entry-title {
}


.entry-date {
}


#content {
	float: left;margin:20px;
	
}

.entry-content { padding: 0 0 30px 30px ; margin:30px 0 0 30px;
}


 #post- { float:left;}

.sixty {width:60%;}


.entry-meta, entyry-meta a {
display:none;


}

.comments-link { display:none; }


.meta-sep {
	color: #5e5b50;
}

.comments-link {
	color: #5e5e5e;
}

abbr.published {
	border: none;
	cursor: default;
}

/* @end */

/* @group Archive & Search */

.archive, .search {
	background: #B8B8B8;
}

.archive .post, .search .post {
}

.archive #nav-above, .search #nav-above {
	/*position: absolute;
	left: 720px;
	top: 300px;
	width: 242px;*/
}

.archive #nav-below, .search #nav-below {
	padding-top: 50px;
}

.archive #search, .search #search {
	background: #c4c4c4;
}

/* @end */


/* @group Single */

.single .post {
	float: left;
	padding: 0;
}

.single #nav-above {
	position: absolute;
	right: 15px;
	top: 2px;
	width: 200px;

}

.single #nav-below {
	padding-top: 50px;
}

.single .entry-meta {
}

.single .entry-meta a {
}
/* @end */



/* @group Page */

.page {
	background: #9AAAB8;
	padding-left: 0;
}

.page #search {
	background: #a4b5c4;
}

.page .entry-content ul li {
	list-style-type: none;
	margin-left: 0;
}

/* @end */

/* @group Images */

img {
	border: none;
	overflow: hidden;
}

img.alignright {
	margin-left: 15px;
}

img.alignleft {
	margin-right: 15px;
}

img.center {
	text-align: center;
}

/* @end */

/* @group Links */

a:link, a:visited {
	color:  #5f9ead;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a img {
	border: 8px solid #eaeaea;
}

a:hover img {
	border-color: #b5d5ff;
}

.entry-content a {
	font-weight: bold;
}

/* @end */

/* @group Lists */

.entry-content ul, ol {
	margin-left: 20px;
}

.entry-content ul li {
	list-style-type: square;
	margin-left: 20px;
}

.entry-content ol li {
	margin-left: 20px;
}

dl {
	padding: 0 40px 20px 0;
}

dt {
	font-weight: bold;
	padding: 20px 0 0 20px;
}

dd {
	padding: 0 20px 10px 20px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: #464646;
	padding-top: 2em;
}

/* @end */

/* @group Nav */

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

#nav-below {
	clear: both;
	width: 654px;
}

/* @end */

/* @group Sidebars */



.sidebar {
	clear: both;
	font-size: .72em;
	line-height: 1.6em;
	margin: 0 0 30px 50px;
/*	width: 654px;
*/}

.sidebar, .sidebar ul,.sidebar li {
	display: inline;
}

.sidebar li h3 {
	color: #5e5e5e;
	/*display: inline;*/
	font-size: 1em;
	padding-right: 15px;
	text-transform: uppercase;
	padding-left: 15px; 
margin-top:13px; 
}

.sidebar li h3:before {
	color: #000000;
	content: "////////////\\ ";
}
.sidebar input#s {
	width: 10em;
}

.sidebar ul li ul li:before {
	color: #000000;
	content: "_";
}

.sidebar ul li ul li {
	padding-right: 5px;
}

li#pages, li#pages, li#categories, li#archives, li#linkcat, li#rss-links, li#meta, li#search {
	clear: both;
	display: block;
	float: left;
	/*width: 654px;*/
}



/* @end */

/* @group Etc. */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	border-bottom: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
	font-family: georgia;
	font-weight: bold;
	margin: 25px;
	padding: 0 20px 5px;
}

.center {
	text-align: center;
}

p {
	padding: 10px 0;
}

code, pre {
	background: #d4d4d4;
	overflow: auto;
	padding: 4px;
}

h2.page-title {
	text-transform: uppercase;
	color: #5e5e5e;
}

small {
	font-size: 0.85em;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

label {
	cursor: pointer;
}




div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery, div.gallery dl{
width:100%;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}



/* @end */
