/*  
Theme Name: gpoelaw
Description: A two-column fluid-witdh theme, released free by <a href="http://wpthemeshop.com" title="WordPress Theme Shop" target="_blank">WordPress Theme Shop</a>. Modified for gpoelaw.com by <a href="http://larryaronson.com">Larry Aronson</a>.
Version: 1.0
Author: Sadish Bala
Author URI: http://sadish.net
*/

/* basic element styles */

body {
	margin: 0;
	padding: 0;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size:0.77em;
	color: #455;
	background:#fff;
	text-align: justify;
}

h1, h2, h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
	color: #333;
	font-family:Georgia, Times, serif;
	text-align: left;
}

h2, h3 {
	font-size: 1.6em;	
	line-height:1.2em;
	margin-bottom:0.5em;
}

p {
	margin: 0 0 1em 0;
	line-height: 2em;
}

ul, ol {
	margin: 0 2em;
	padding: 0 1em;
	line-height: 1.8em;
	list-style-type: square;
	text-align: left;
}

dl {
	margin:1em 0px;
	text-align: left;
}
dt {
	font-weight:bold;
}
dd {
	margin:0.5em 1em;
	padding:0;
}

a {
	color: #6A8296;
	text-decoration: underline;	
}
a:link, a:visited {
	color: #6A8296;	
}

a:hover, a:active {
	color: #7B838C;
}

img {
	border: none;
}

img.left, img.alignleft {
	float: left;
	margin-right: 15px;
}

img.right, img.alignright {
	float: right;
	margin-left: 15px;
}

blockquote {
/*	font-style:italic; */
	padding-left:24px;
	padding-right:24px;
}


/* Form styles */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 1em;
	color: #333333;
	margin:3px 0;
	padding:3px;
	text-align: left;
}


/* styles for the various containers */


/* Header */

#header {
	margin: 0 auto;
	padding:0 2%;	
	background:#7186a5 url(images/gregory-l.poe-masthead.jpg) no-repeat top left;
}

#logo {
	margin:0 auto;
	height: 125px;
	padding:10px 0;
}

#logo h1 {
	width: 240px;
	margin:0;
	padding:0;
	font-size: 1.9em;
	font-variant:small-caps;
	letter-spacing: 1px;
}

#logo h1 a {
	color: #eee;
	border:none;
}

#logo h2 {
	position: absolute;
	top: 24px; right: 46px;
	width: 400px;
	font-size: 1.3em; 
	color: #ddd;
}

#logo a {
	text-decoration: none;
}

#menu {
	position: relative;
	top: -30px;
	height:36px;
	line-height:36px;
	margin:0 auto;
	padding:0;
	background: transparent;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width:85%;
}
#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 28px;	
	padding: 6px 0 0 20px;
	font-weight: bold;
	text-decoration: none;
	color:#7186a5;
	margin:0;
	border:0px;
}

#menu a:hover, 
#menu a:active {
	color:#203459;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background:url(images/rss.gif) no-repeat 10px 50%;
}

#menu #rss a:hover {
	color: #203459;
}

 html #rss {
	position: absolute;
	top: 0px;
	right: 25px;
}


/* wrap */

#wrap {
	width: 98%;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 60%;
	margin:0 1% 0 0;
	padding:0 3% 2% 9%;
	background:#fff;
	border: 1px #d7e0ff solid;
	border-style: none solid none none;
}

#wrap .navigation {
	margin:0;		
	padding:1em;
}

.alignleft {
	float: left;
	margin:1em 0;
}

.alignright {
	float: right;
	margin:1em 0;
}

/* Post */

.post {
	clear:both;
	margin-bottom:2em;
}

.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform:none;
	line-height:1.6em;
	background: url(images/postbg.gif) repeat-x left bottom;
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	border:none;
	color: #333;
}

.post .title a:hover {
	border-bottom:1px solid;
}
.post .title span {
	float:right;
	font-size:0.55em;
	color:#999;
	margin:0 0 0 1em;
	text-transform:none;
	font-family:Verdana, Arial, Serif;
}
.post .entry {
}

.post .meta {
	font-size:0.9em;
	padding: 10px 0 5px 0;
	background: url(images/dotborder.gif) repeat-x;
	text-align: left;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}
.post .meta .category {
	padding: 0 20px 0 12px;
	background: url(images/category.gif) no-repeat left center;
}

.post .meta .comments {
	float:right;
	padding-left: 16px;
	background: url(images/comments.gif) no-repeat left center;
}
.post .meta .user {
	padding:0 14px;
	background: url(images/user.png) no-repeat left center;
}

/* Comments */

#commentform {
	margin:0;
	padding:10px;
	background:#fff;
}
#content .commentlist {
	margin: 0;
	padding: 0;
	border-top:#ddd 1px solid;
}
#content .commentlist li {
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#ddd 1px solid;
	font-size:0.9em;
}
#content .commentlist li .cmtinfo {
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#content .commentlist li .cmtinfo em {
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
	color:#999;	
}
#content .commentlist li cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#content .commentlist li.alt {
	background:#f8f8f5;	
}
#content .commentlist li.authorcomment {
	border:#ecc 1px solid;	
}
#content .nocomments {
	font-size:0.9em;
	color:#999;
	text-align:center;
}
.commentlist .avatar {
	float:right;
	margin:0 0 0.5em 0.5em;
}
input.textbox {
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:5px;
	width:150px;
}
textarea {
	width: 500px;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus {
	background:#fff;
	border:#999 1px solid;
}

/* Sidebar */

#sidebar {
	float: right;
	margin-right: 1%;
	width: 21%;
	padding:2%;
/*	background:#e7f0ff; */
	background-color: #eee7d0;
	text-align: left;
}

#sidebar h2 {
 font-size: 1.4em;
 color: #333;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar ul ul {
	margin-left:1em;
}

#sidebar li li {
	margin: 0;
}

#sidebar h2, #sidebar h3 {
	margin-bottom: 10px;
/*	background: url(images/dotborder.gif) repeat-x bottom; */
/*	text-transform: lowercase; */
}

/* Footer */

#footer {
	text-align:center;
	padding: 10px 0;	
	margin:0 auto;
	width:80%;
	font-size:0.9em;
}

#footermenu {

}

#footermenu a {
	text-decoration: none;
	color:#7186a5;
	margin:0;
	border:0px;
}

#footermenu a:hover, 
#footermenu a:active {
	color:#203459;
}


/* Author Template*/

ul.authorposts {
	margin:0;
	padding:0 2em;
}
ul.authorposts li {
	margin:0;
	padding:5px;	
}
ul.authorposts li em {
	float:right;
	font-style:normal;
}

/* various */

.addthis_container {
	padding: 5px 0 5px 20px;
	float: right;
}
