/*
Theme Name: Legal Lines
Theme URI: http://tech.hellioness.com/css-templates/legal-lines/
Description: <p><strong>Legal Lines</strong> is a fluid theme built on a 3 columns layout.</p><ul style="list-style:none;"><li>* Left and Right Sidebar</li><li>* Widget Ready</li><li>* Center content auto-adjusts to browser width<li>* Tested on WordPress 2.5</li></ul> <p>Visit the <a href="http://tech.hellioness.com/css-templates/">Theme Page</a> for more themes, updates and other related information.</p>
Version: 1.0
Author: Helene D.
Author URI: http://tech.hellioness.com/

The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License: http://creativecommons.org/licenses/by/3.0/. 
*/

/* General
********************* */
html { 
	height: 100%; 
	/* margin-bottom: 0.1em; */
}
* { 
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #efe;
	font: 80%/1.6em Georgia, "Times New Roman", Times, serif; 
	background-color: #a1b1bf; /* #89a; #9ab; */
}


/* ############################ */
/* ## Layout/Structure       ## */
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	min-height: 115px;
	max-height: 150px;
	background: #145 url(images/bg_header.jpg) repeat-x bottom right;
	border-bottom: 1px solid #bcc;
	/* overflow: hidden; */
}
* #header { height: 115px; } /* for IE6 */
#page {
	min-height: 500px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	color: #ffe; 
	clear:both;
}

#navbar, div#navbar {  
	position: relative;
	margin: 0;
	height: 35px;
	padding: 2px 0 0 0;
	background: #c30 url(images/bg_navbar.png) repeat-x top left;
	border-top: 2px solid #d75; /* #ec3; */
	border-bottom: 1px solid #711;
	text-align:center;
	/* overflow: hidden; */
}

#leftnav {
	font-size: .9em;
	float: left;
	width: 175px;
	margin: 0; 
	padding: 5px 0 0 0;
	text-align: left;
}

#rightnav {
	font-size: .9em;
	float: right;
	width: 175px;
	margin: 0; 
	padding: 5px 0 0 0;
	text-align: left;
}

#content {
	display: block;
	margin: 0 180px 0 180px;
	padding: 3px 0 0 0;
	width: auto;
	text-align: left;
	color: #041414;
}
.widecolumn, div.widecolumn, #content.widecolumn {
	margin: 0 0 0 180px;
	display: block;
}

#footer {
	margin: 0;
	padding: 3px 1em;
	/* width:98%; */
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
	background: #145 url(images/bg_footer.jpg) repeat-x top left;
	border-top: 2px solid #c30;
	clear:both;
}

#archivelist {	/* used search results, tags, and archive pages */
	margin: 0 auto;
	padding: 0 5px 0 5px;
}
/* ############################ */
/* ## Various Tags & Classes ## */
p {
	line-height: 1.5em;
	margin: 0.7em 0;
}
dl { margin: 1em 0; }
dt { font-weight: bold; }
dd { margin: 0.5em; padding: 0; }

hr { display: none; }
a, a:link { color: #03a; text-decoration: none; } /* #046; */
a:visited { color: #d41; text-decoration: none; }
a:hover, a:active { color: #e90; text-decoration: none;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #145;
}
h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	color: #145;
}
h3 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	color: #145;
	padding: 13px 0 0 0; 
}
h4 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	color: #145;
}
h5, h6 {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	color: #145;
}
strong {
	font-size: 1em;
	font-weight: 600;
}
ul { list-style-type: square; }

blockquote {
	width: 90%;
	margin: 1em;
	padding: 0 15px 10px 25px;
	color: #503;
	background: #edb url(images/quote.gif) no-repeat left top;
	border: 1px solid #dc9;
	display: block;
	overflow: auto;
}

pre {
	width: 97%;
	max-height: 350px;
	margin: 10px 0;
	padding: 5px;
	font: 11px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #503;
	line-height: 18px;
	background-color: #edb; 
	border: 1px solid #dc9; 
	overflow:auto;
}

code {
	margin:0;
	padding: 1px 2px;
	width: auto;
	max-height: 420px;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #424;
	background-color: #dee1cc;
	display: inline;
}
code.oneline {
	border: 1px solid #dc9; 
}
.clear { clear: both; }
.alignright { 
	text-align: right; 
}
.alignleft { 
	text-align: left; 
}
.center { text-align: center; }
.centered {
	margin: 0 auto;
	text-align: center;
}
.quote {
	padding-left: 20px;
	color: #366;
	line-height: 1.7em;
	background: transparent url(images/quote.gif) no-repeat top left;
	display:inline;
}


/* End Various Tags & Classes */


/* ############################ */
/* ## Header style           ## */
#headerimg {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 110px;
	background: transparent url(images/laptop.gif) no-repeat top left;
}

#headertext {
	margin: 0;
	padding: 12px 0 0 225px;
	width: auto;
	color: #ffe222;
	line-height: 1.5em;
	text-align: left;
}
#headertext h1 {
	margin: 0;
	padding:0;
	font-size: 2.0em;
	line-height: 1.2em;
	text-shadow: #900 -1px -1px 1px;
}
#headertext h1 a {
	color: #ff9;
}
#headertext h1 a:hover {
	color: #def;
	text-shadow: #ec3 -3px 1px 1px;
}
#headertext .description {
	margin:0;
	padding: 5px 5px 0 5px;
	font-size: 1.3em;
}

#headertext .rss2 { 
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 38px;
}
/* end header style */

/* ############################ */
/* ## Content & post styles    ## */
.navigation {
	width: auto;
	min-height:20px;
	margin: 0;
	padding: 0;
	display: block;
	/* clear:both; */
}
.navigation .alignright { 
	position: relative;
	width: 50%;
	display: block;
	float: right;
}
.navigation .alignleft { 
	position: relative;
	width: 48%;
	height: 15px;
	display: block;
	float: left;
}
.navigation a, .navigation a:link, 
.postmetadata a, .postmetadata a:link { 
	color: #009; 
	text-decoration: none;
}
#content .commentsfeedr {
	padding: 3px 20px;
	background: url(images/feed-plus-16x16.gif) no-repeat; 
}
#content .trackbackr {
	padding: 3px 20px;
	background: url(images/arrow_refresh.gif) no-repeat;
}
.post {
	margin: 0 auto 15px auto;
	padding: 2px 5px 2px 5px;
	display: block;
	background-color: #f4d977; /* #ffe222; #fff199;  #fea #dc7; #ed9; */
	border-top: 1px solid #fff8cc; 
	border-left: 2px solid #fea; 
	border-right: 2px solid #fea;
	border-bottom: 2px solid #fea; /* #ed9;  */
}

.entry, .entrytext {
	margin: 0 auto;
	padding: 5px;
	text-align: justify;
	letter-spacing: .8px;
	line-height: 1.6em;
	background: #ffc url(images/bg_entry.png) repeat;
	border-left: 1px solid #dc7; /* #d83; #ffe222;  */
	border-right: 1px solid #dc7; 
	border-bottom: 1px solid #dc7;
	position: relative;
}

h2.pagetitle {
	margin-bottom: 0;
	text-align: center;
	font: 1.6em Arial, verdana;
	font-weight:	bold;
	line-height: 1.5em;
	color: #ffc; /* f8f8f8; */
	background: #367 url(images/bg_title.png) repeat-x top left;
	border-bottom: 3px solid #c50;
	border-top: 1px solid #ffd444;
	border-left: 1px solid #eb6;
	border-right: 1px solid #eb6;
}

.post h2, .posttitle {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	text-shadow: #303 1px -1px 0px;
	line-height: 1.2em;
	/* background-color: #fd9; */
}
.post h2 a, post h2 a:link {
	color: #06a; /* #156; */
	display: block;
}
.post h2 a:hover {	
	color: #c70;
}
.post h2 a:visited {	
	color: #d41;
}
p.postmetadata {
	margin-bottom: 0 0 10px 0;
	padding: 5px 3px 5px 3px;
}

p.meta {
	width: auto; /* 99.5%; */
	height:22px;
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
	font-size: 90%;
	text-indent: 0;
	color: #367; 
	background-color: #eb6; /* #F4B555; #ed9; #fff199 */
	border-top: 2px solid #c30; /* #c71; */
	border-left: 1px solid #dc7;
	border-right: 1px solid #dc7; /* #d83; */
	border-bottom: 1px solid #dc7;
}

span.timr {
	margin: 0;
	padding: 3px 5px;
	height: 20px;
	width: auto;
	display: block;
	float: left;
	background-color: #c30;
	color: #ffe;
	font-size: 110%;
	text-align: center;
}
span.user {
	margin: 0;
	padding: 3px 3px;
	height: 20px;
	width: auto; /* 100px; */
	display: block;
	float: left;
}
span.catr {
	margin: 0;
	padding: 3px 3px;
	height: 20px;
	width: auto; /* 160px; */
	display: block;
	float: left;
}
span.editr {
	margin: 0;
	padding: 3px 3px;
	height: 20px;
	width: auto; /* 30px; */
	display: block;
	float: left;
}
span.commr {
	margin: 0;
	padding: 0 15px 0 3px;
	height: 20px;
	width: 110px;
	display: block;
	float: right;
	background: url(images/comment.gif) no-repeat top right;
	text-align: right;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post a, .post a:link {
	color: #03a; /* #00c; #45a; */
	text-decoration: none;
}
.post a:hover {
	color: #c70;
	border: none;
}
.post a:visited {
	color: #d41;
}
/* .post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
} */
.post li, .post ul li, 
.entry li, .entry ul li, 
.entrytext li, .entrytext ul li {
	margin:	0 0 0 20px;
	padding:	3px 10px 10px 3px;
	text-indent:	-5px; 
}

.post ul li p, .post li p, 
.entry ul li p, .entry li p, 
.entrytext ul li p, .entrytext li p { 
	margin:	0;
	padding: 2px;
	text-indent:	0;
}

.post ol, .entry ol, .entrytext ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.post ol li, .entry ol li, .entrytext ol li {
	margin: 0;
	padding: 2px 2px 2px 5px;
}
.post .alt, .entry .alt, .entrytext .alt {
	background-color: #fec;
	border: 1px solid #fca;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

/* end post styles */

/* ########################### */
/* ## Images                ## */
img {
	background: transparent;
	border: none;
}

a img { 
	padding: 2px;
	border-bottom:	1px solid #777;
	border-right:	1px solid #777;
	border-top:	1px solid #666;
	border-left:	1px solid #666; 
}

p img {
	max-width: 100%;
	padding: 0px;
	margin: 1px 3px 0px 5px;
}

li img {
	border: none;
	padding: 0;
	background: transparent;
	display: inline;
	vertical-align: middle;
}

.postimg, .postimg-left {
	max-width: 100%;
	min-height: 60px;
	float: left;
	margin: 1px 5px 0px 3px;
	padding: 1px;
	background-color: #69f;
	border-top:	1px solid #259;
	border-left:	1px solid #259;
	border-bottom:	1px solid #036;
	border-right:	1px solid #036; 
}

.postimg-right {
	float: right;
	margin: 15px 2px 5px 5px;
	padding: 1px;
	background-color: #69f;
	border-top:	1px solid #259;
	border-left:	1px solid #259;
	border-bottom:	1px solid #036;
	border-right:	1px solid #036; 
}

.icon {
	margin: 0;
	padding: 0 1px 0px 1px;
	max-width: 30px;
	border:	none;
}

.logo {
	margin: 0;
	padding: 0;
	border:	none;
	vertical-align: bottom;
}

.avatar, p img .avatar {
	height: 32px;
	margin: 0 3px 0 0;
	padding: 0;
	border: none;
	float:	left;
	clear: left;
}
.album {
	margin: 0px;
	padding: 2px;
	background-color: #69f;
	border-top:	1px solid #309;
	border-left:	1px solid #309;
	border-bottom:	1px solid #009;
	border-right:	1px solid #009; 
}

/*	Using 'class="alignright"' on an image will (who would've
 *	thought?!) align the image to the right. And using 'class="centered',
 *	will of course center the image. This is much better than using
 *	align="center", being much more futureproof (and valid)
 */
img.centered {
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	background-color: #47b;
	border-top:	1px solid #259;
	border-left:	1px solid #259;
	border-bottom:	1px solid #059;
	border-right:	1px solid #059;
	display:	block;
}
img.right {
	float: right;
	margin: 10px 0 0 10px;
}
img.left {
	float: left;
	margin: 0 10px 0 0;
}
/* End Images */

/* ########################### */
/* ## Input form styles     ## */
input.textbox, textarea {
	/* background: #fff url(images/shadow_top.gif) repeat-x top; */
	border: 1px solid #ccc;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus {
	/* background: #fff url(images/shadow_top.gif) repeat-x top; */
	border: 1px solid #999;
}

fieldset {
	border: none;
}

input#s, #searchform #s {
	position: relative;
	width: 160px;
	height: 20px;
	margin: 6px 0 0 6px;
	padding: 0;
	background-color: #ddc;
	border: none;
	color: #A73228;
	float: left;
	vertical-align:bottom;
}
input#s:focus, #searchform #s:focus {
	background-color: #ffe;
	color: #A73228;
	border: 1px solid #eb6;
}

/* #submit {
	padding: 3px 5px;
} */
input#searchsubmit {
	margin: 0;
	padding: 3px 0 0 3px;
}
/* End Input forms */

/* ########################### */
/* ## Comments style        ## */
.comment {
	background-color: #ffe;
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	padding: .5em;
	clear:both;
}
.alt {
	background-color: #fec;
}

#avatr {
	border: 1px solid #1A2C30;
}

.MyAvatars {
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}

h3#respond, h3#comments {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#comment {
	/* width: 98%; */
	font-size: .9em;
}
/* end comments style */

/* ########################### */
/* ## Navigation bar style  ## */
#navbar ul {
	height: 35px;
	width: 98%;
	margin: 0;
	padding: 0px 3px;
	list-style: none;
}
#navbar li, #navbar ul li {
	margin: 3px 3px 0 0;
	padding: 0;
	display: inline;
	float: left;
	vertical-align: bottom;
	font-size: 1.3em;
	line-height: 1.5em;
}
#navbar li a, #navbar li a:link {
	height: 30px;
	/* margin: 0 7px 0 0; */
	margin: 0;
	padding: 3px 7px 2px 7px;
	color: #feb; 
	line-height: 1.6em;
	vertical-align: bottom;
	background: #367 url(images/bg_title.png) repeat-x top left; 
	border-top: 1px solid #633;
	border-left: 1px solid #b81;
	border-right: 1px solid #b81;
	border-bottom: 1px solid #b81;
}
/* #navbar li.page_item  a, #navbar li.admintab  a {
	padding: 3px 7px 2px;
	color: #ffe;
	background-color: #3c5566; 
	border: 1px solid #5A1301;
	margin-right: 8px;
} */
#navbar li.current_page_item a, #navbar li.current_page_item a:link {
	color: #45a;
	font-weight: bold;
	background: #fff8cc url(images/bg_title2.png) repeat-x top left; 
	border: 1px solid #638; 
}
#navbar li a:hover {
	background: #fff199 url(images/bg_title3.png) repeat-x top left; 
	color: #45a; 
	border: 1px solid #633;
}
/* #navbar #searchblock {
	width: 240px;
	height: 35px;
	display: inline;
	float:right;
	border: 0px;
	padding: 0;
	margin: 0;
} */
#navbar #searchform {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 230px;
	height: 30px;
	margin: 0 7px 3px 0;
	padding: 0;
	background: transparent url(images/searchblock.png) no-repeat top left;
	border-left: 1px solid #b81;
	border-right: 1px solid #b81;
	border-bottom: 1px solid #b81;
}
/* end navigation bar style */

/* ########################### */
/* ## Sidebars style        ## */
#sidebarleft {
	margin: 0;
	padding: 0 2px 0 2px;
	background: none;
	list-style-type: none;
	color: #577; 
}
#sidebarright {
	margin: 0;
	padding: 0 2px 0 2px;
	background: none;
	list-style-type: none;
	color: #577;
}
#sidebarleft h2, #sidebarright h2 {
	margin: 0;
	padding: 3px 3px 0 3px;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .7px;
	color: #ff9; /* #feb; */
	text-transform: uppercase;
	background: #367 url(images/bg_title.png) repeat-x top left;
	border-bottom: 3px solid #c50;
	border-top: 1px solid #ffd444;
	border-left: 1px solid #eb6;
	border-right: 1px solid #eb6;
}
#sidebarleft h2 a, #sidebarright h2 a { color: #ff9; }

#sidebarright ul, #sidebarleft ul, .st-tag-cloud {
	list-style: none;
	margin: 0 2px 0 2px;
	background-color: #fea; /* #fff8cc; #ff9; */
	padding: 0;
	/* border-top: 1px solid #ffd444;
	border-left: 2px solid #ffd444;
	border-bottom: 2px solid #ffd444;
	border-right: 2px solid #ffd444; */
}
#sidebarleft ul li, #sidebarright ul li {
	padding-left: 5px;
	line-height:1.5em;
	border-left: 1px solid #dc7;
	border-right: 1px solid #dc7;
	border-bottom: 1px solid #dc7;
}
/* #sidebarleft ul > li, #sidebarright ul > li {
	padding-left: 5px;
	line-height:1.5em;
	border-left: 1px solid #dc7;
	border-right: 1px solid #dc7;
	border-bottom: 1px solid #dc7;
} */
.widget {
	list-style: none;
	margin: 0 3px 15px 3px;
	padding: 0 0 2px 0;
	background-color: #ffd444;
}
/* #archives h2 {
	margin: 0;
}
.st-tag-cloud {
	margin-bottom: 15px;
} */
.rss {
	width:auto;
	background: url(images/feed-icon-16x16.gif) no-repeat right center; 
	padding-right: 18px;
}
.rss-plus {
	width:auto;
	background: url(images/feed-plus-16x16.gif) no-repeat right center;
	padding-right: 18px;
}
/* end sidebar style */

/* ########################### */
/* ## Footer style          ## */
#footer ul {
	margin: 0 auto;
	padding: 3px 0;
	list-style-type: none;
	list-style-image: none;
}
#footer li {
	margin: 0;
	padding: 0;
	/* max-width: 100px; */
	display:	inline;
}
#copyright {
	font-weight: normal;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: .9em;
	text-align: center;
	color: #303;
	background-color: #dc7;
	border-top: 1px solid #bc9;
	clear:both;
}
#footer p, #copyright p {
	margin: 3px auto;
	text-indent: 0;
	text-align: center;
	line-height: 1.1em;
}
#footer a, #footer a:link {
 	color: #9cf; 
	text-decoration: none;
 }
#footer a:hover { color: #fb0; }
#footer a:visited { color: #f75; }
/* End Footer */
