/*
Theme Name: Leggnet
Theme URI: http://leggnet.com
Description: Tweaked Blogger theme ported to WordPress for Rich Legg's "Leggnet's Digital Capture" photoblog.
Version: 1.0
Author: Sawyer Pangborn
Author URI: http://anesticreative.com
Tags: white, two column, widgets, anesticreative, anesti

*/
 
html {
	background:#bbbbbb;
	font-family:Georgia,Times,Times New Roman,sans-serif;
	font-size: small;
}

/*
 * Link Styles
 */
 
a:link {
	color:#473624;
	text-decoration:underline;
}
a:hover {
	color:#956839;
	text-decoration:underline;
}
a:visited {
	color:#716E6C;
}

/*
 *	Structural Styles
 */
 
#container {
	width: 1000px;
	margin: 10px auto;
	text-align:left;
	overflow:hidden;
	background: white;
	border: 2px solid #000000;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
}
#header {
	width: 1000px;
	height: 200px;
	text-align:center;
        padding-top: 10px;
}
#header a img {
	border: none;
}
#header img {
	margin: 20px 0px 0px 0px;
	width: 891px;
	text-align: center;
	
}
#main {
	position: relative;
	float: left;
	width: 1000px;
}

/*
 *	Sidebar
 */
#sidebar {
   	position: relative;
   	left: 50px;
   	float: left;
   	width: 200px;
	font-family:Verdana,sans-serif;
	font-size: 0.85em;
}
.sidebar-block {
	margin: 0px 0px 30px 0px;
}
#searchform {
       padding: 0px 0px 10px;
}
/*
 * Author Profile
 */
 
#author-profile h3 {
	padding: 0px;
	margin: 0px;
}
#author-profile h4 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
 
/* 
 * Site Feed
 */
 
#site-feed ul {
	margin: 10px 0px;
	padding: 0;
}
#site-feed ul li {
	list-style-type: none;
	margin: 5px 0px;
}


/*
 *	Recent Posts
 */
 
#recentposts ul {
	margin: 10px 0px;
	padding: 0;
}
#recentposts ul li {
	list-style-type: none;
	margin: 5px 0px;
}
 
/*
 * Archives
 */
 
#archives ul {
	margin: 10px 0px;
	padding: 0;
}
#archives ul li {
	list-style-type: none;
	margin: 5px 0px;
}

/* 
 * Bookmarks/Links
 */
 
#bookmarks ul {
	margin: 10px 0px;
	padding: 0;
}
#bookmarks ul li {
	list-style-type: none;
	margin: 5px 0px;
}

/*
 * 	Blog posts, pages, and main content
 *
 */
 
#content {
	position: relative;
	right: 50px;
   	float: right;
   	width: 640px;
   	padding: 0px 0px 20px 0px;
}
#content div.post {
	margin: 0px 0px 20px 0px;
}
#content h2.post-date {
	font-size:90%;
	font-weight:normal;
	letter-spacing:0.1em;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#content h2.post-title {
	color:#1B0431;
	font-size:140%;
	font-weight:normal;
	margin:0;
	padding:0;
}
#content h2.post-title a {
	text-decoration: none;
	color: #1B0431;
}
#content div.post-meta {
	border-top:1px solid #BFB186;
	color:#211104;
	font-family:Verdana,sans-serif;
	font-size:74%;
	padding-top:6px;
	margin: 0px 0px 30px 0px;
	clear:both;
}
#content a:link {
	color:#473624;
	text-decoration:underline;
}
#content a:hover {
	color:#956839;
	text-decoration:underline;
}
#content a:visited {
	color:#716E6C;
}
#content div.post-content {
	line-height: 1.5em;
	margin: 10px 0px;
        color: #29303B;
}
#content div.post-content p {
        margin: 1.5em 0;
}
#content div.post-content a img, #content div.post-content img {
	border: 0;
	margin: 5px;
}
#content div.post-content blockquote {
	padding: 10px;
	background:#eeeeee;
	
}


/**
 *	Footer
 *
 */
 
#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
	clear: both;
	font-family:Verdana,sans-serif;
	font-size: 0.7em;
	background:url('images/divider.gif') no-repeat;
	background-position: top center;
}
/**
 *	Special Styles
 *
 */
 
/* Hides the title and description so that the image can show */
.dnd {
	display: none;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.navigation {
	padding: 20px 0px 20px 0px;
}
.blogger-post-footer {
        display: none;
}
