/*  
Theme Name: Picture me Perfect
Description: Photos and more of Lori's zany world. Picture me Perfect is a sacrastic theme to go along with Lori's witty blog. NOTE: Sidebar Must be active on all pages for the theme to work 
Version: 1.0
Author: Lachelle Talbot/LT Web Design
Author URI: http://www.ltwebdesign.net/
*/


/*****************
Stylesheet by LTwebdesigns.net

Primary Colors:
===============
#bfd2df  (light blue)
#81081d  (drk red)
#224e6b  (drk blue)

*****************/

/**** General ****/

html {
height: 100%;
margin-bottom: 1px;
}

body {
font-family: Arial,sans-serif;
line-height: 1.3em;
font-size: 12px;
background: url(./images/bg.jpg) repeat-x left top #224e6b;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #81081d;
}

a:hover {
text-decoration: none;
font-weight: bold;
color: black;
border-bottom: 1px dashed black;
}

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }



/**** Structure ****/

#maincontainer {
margin: 0px auto;
margin-top: 0px;
width: 850px;
border: 1px solid #000;
background: url(./images/bg_footer.jpg) repeat-y left top #bfd2df;
}

#top{
margin: 0px;
width: 100%;
height: 126px;
background: url(./images/bg_top.jpg) no-repeat left top #224e6b;
}


#middle{
width: 100%;
height: 204px;
background: url(./images/bg_middle.jpg) no-repeat left top #224e6b;
}

#right{
margin-top: -90px;
float: left;
margin-left: -298px;
width: 298px;
min-height: 800px;
height:auto !important;
height: 800px;
}

#sidebar{
padding: 10px;
color: white;
text-align: right;
}

#contentwrapper{
width: 100%;
float: left;
}

#content{
margin-right: 298px; 
background: url(./images/bg_content.jpg) no-repeat left top #bfd2df;
padding: 5px;
padding-left: 10px;
}

#footer{
clear: left;
height: 30px;
color: #666666;
font-size: 10px;
text-align: left;
padding-left: 5px;
}

#datesquare{
float: left;
width: 59px;
height: 71px;
background: url(./images/bg_date.png) no-repeat left top;
margin-left: 19px;
}
	.datemonth{
	margin-right: 2px;
	margin-top: 13px;
	text-transform: uppercase;
	color: #81081d;
	text-align: center;
	font-weight: bold;
	font-size: .9em;
	}
	.dateday{
	margin-right: 2px;
	margin-top: 9px;
	color: #81081d;
	text-align: center;
	font-size: 3em;
	}

/**** Elements ****/

ul{
list-style: square inside;
padding-left: 8px;
}

img{
border: 0px;
}

a, a:hover{
color: #3e392a;
}

h1, h2, h3 {
font-family: Trebuchet MS;
font-weight: none;
}

h2 a, h3 a{
text-decoration: none;
}


.post{
padding-right: 9px;
}

.post h2{
color: #81081d;
margin-bottom: 8px;
}

.entry{
line-height: 18px;
width: 98%;
padding-left: 20px;
}

.postmetadata{
font-size: 10px;
text-align: right;
padding-top: 10px;
background: url(./images/bg_post_sep.jpg) no-repeat center bottom;
min-height: 81px;
height:auto !important;
height: 81px;
}
	.postmetadata a:link, .postmetadata a{
	font-weight: bold;
	}

#sidebar h2{
font-size: 1.5em;
padding-top: 10px;
padding-right: 7px;
margin-bottom: -8px;
text-align: right;
width: 278px;
color: ddd;
background: url(./images/sidebar_title.png) no-repeat left top;
height: 60px;
}

#sidebar a:link, #sidebar a{
color: #bfd2df;
}


/**** WordPress Specific ****/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background: url(./images/bg_com_even.jpg) repeat-x;
	width: 467px;
	border: 1px solid #9ac4d8;
	}


.even {
	margin: 0;
	padding: 10px;
	background: url(./images/bg_com_even.jpg) repeat-x #c7d3d1;
	width: 467px;
	border: 1px solid #9ac4d8;
	}

.odd {
	margin: 0;
	padding: 10px;
	background: url(./images/bg_com_odd.jpg) repeat-x;
	width: 467px;
	border: 1px solid #9ac4d8;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #81081d;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	color: #81081d;
	}
/* End Various Tags & Classes*/