/*  
Theme Name: Life by Linda v5.0
Description: My diary, based on Pink for October by Teresa Jones of http://scribblescratch.com
Version: 5.0
*/



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
    height: 100%;
	background: #ffffff url(images/background.jpg);
        background-repeat: repeat;
        background-position: top left;
	font-size: 11;
	font-family: tahoma;
	color: #111;
	text-align: center;
}
html>body {
	font-size: small;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.1em 0;
	font-family: Tahoma;
}
h1, h2 {
	font:normal 20px Tahoma;
	font-weight: bold;
	color:#3E3864;
	border-bottom: 2px dashed #3E3864;
	padding-bottom:5px;
	margin-bottom:5px;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link {
	color: #111;
	text-decoration: none;
}
a:visited, a:active {
	color: #111;
	text-decoration: none;
}
a:hover {	
	color: #3E3864; 
	text-decoration: none;
}
input, textarea, select {
	background-color: #ffffff;
	color: #111111;
	border: 1px solid #999;
	font-size: 1.0em;
	font-family: Tahoma;
}
blockquote {
	background-color: #F3F3F3;
	margin: 0 10px;
	padding: 0 10px;
	border-left: 5px solid #A6A6A6;
	border-right: 0px dotted #A6A6A6;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}



/* Layout */

#wrapper {
	width: 900px;
	margin: 0;
	background: url(images/bg.png) repeat-y;
	text-align: justify;
}
#header {
	width: 950px;
	height: 350px;
	background: url(images/header.png) no-repeat;
}

	/* Header Styles */
	
	#title {
		float: left;
		margin: 38px 0 0 9px;
		border-bottom: 1px dotted #9e2251;
		padding: 1px;
	}
	#title h1 {
		margin: 0;
		padding: 5px 15px;
		border: 0;
		background-color: #222;
		color: #f9b7d5;
	        font-size: 0.92em;
		line-height: 32px;
		letter-spacing: 1px;
	}
	#title h1 a {
		color: #ccd46e;
		text-decoration: none;
	}
	
#content {
	float: left;
	padding: 0 20px 0 20px;
	margin: 0;
	width: 810px;

} 
html>body #content {
	width: 810px;

}
#sidebar {
	background: url(images/navigation.png) no-repeat top center;
	float: left;
	width: 50px;
	height: 520px;
	padding: 0;
	color: #808080;
    text-align: justify;
	width: 242px;
} 
html>body #sidebar {
	width: 50px;
        margin-bottom: 0px;
}

#footer {
	width: 900px;
	clear: both;
	background: url(images/background.jpg) top left;
	margin: 0 0 20px 0;
	text-align: right;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
	color:#3E3864;
}
#footer a:hover {
	color:#111;
}
#footer-top {
	background: url(images/footer.png) no-repeat;
	margin: 0 0 10px 0;
	height: 25px;
}
#footer-bottom {
	margin: 0 0 20px 0;
	padding: 0 50px 0 0;
}


	

/* Blog Styles */

.post {
	width:500px;
	margin-left:310px;
	position:relative;
}
.post h2.post_header {
	font:normal 20px Tahoma;
	font-weight: bold;
	color:#3E3864;
	border-bottom: 2px dashed #3E3864;
	margin:0;
	padding-bottom:5px;
}
.post h2.post_header a:link, .post h2.post_header a:visited, .post h2.post_header a:hover {
	color: #3E3864;
}

.post_date
{
	width:200px;
	position:absolute;
	left:-310px;
	margin-top: 18px;
	top:0;	
	color:#111;
}
.post_date a:link, .post_date a:visited, .post_date a:active{
	color: #3E3864;
	font-weight: bold;
	text-decoration: none;
}
.post_date a:hover {	
	color: #111; 
	font-weight: bold;
	text-decoration: none;
}
.pagetitle {
	margin: 0.6em 0 1.2em 0;
}
.commentauthor {
	margin: 1.2em 0 0 0;
	border-bottom: 1px dotted #888685;
	font-size: 1.1em;
}
.commentauthor a {
	text-decoration: none;
}
.commentmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
	font-size: 0.92em;
}
#comment {
	width: 98%;
}

.postnav {
	width: 500px;
	padding: 0 0 0 310px;
	overflow: auto;
	font-weight: bold;
}
.postnav a:link {
	color: #3E3864;
	text-decoration: none;
}
.postnav a:visited, .post_nav a:active {
	color: #3E3864;
	text-decoration: none;
}
.postnav a:hover {	
	color: #111; 
	text-decoration: none;
}
.prev {
	float: left;
}
.next {
	float: right;
}

/* Widgets and Etc */

.widget_calendar h2 {
	display: none;
}
.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 1px;
	width: 0px;
}

/* Image Borders */

div.image {
	margin: 1.2em 0;
}

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}
div.imagecenter img {
	margin: 0 auto;
}

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	padding: 5px;
	border: 1px solid #888685;
	background: #FFF;
}



/***** Global Classes *****/

.clear         { clear:both; overflow:hidden; width:0px; height:0px;}
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }

.width100 { width: 100%; } 
.width75 { width: 75%; } 
.width50 { width: 50%; }
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
