/*  
Theme Name: YLRR
Author: Anne
Author URI: http://www.allanne.com
*/

* {
margin: 0px;
padding: 0px;
}

body {
background: #85294f url(bg.gif);
color: #414141;
font: 9pt/1.5em Georgia, Times New Roman, serif;
text-align: center;
}

#wrap1 {
text-align: center;
margin: auto;
background: url(bg2.gif) repeat-y;
width: 800px;
}

#wrap2 {
text-align: left;
margin-bottom: -20px;
}




/* Texts */
h1 {
	text-align: center;
margin: auto;
}
h1 a {
	display: block;
	background: url(head.gif) no-repeat center;
	height: 130px;
	padding: 0 150px;
	border-bottom: 0px;
	overflow: hidden
}

h1 span { display: none; }


h2 {
color: #670a32;
border-top: 2px solid;
border-bottom: 2px solid;
padding: 5px;
margin: 0 0 10px 0;
text-transform: uppercase;
font-size: 13pt;
font-weight: normal;
}

storytitle a, storytitle a:active, storytitle a:visited, storytitle a:hover, h1 a:link, h1 a:active, h1 a:hover, h1 a:visited { border-bottom: 0px; }

#bottom h3 { color: #e0e0e0; }

h3, h4 {
border-bottom: 2px solid;
padding: 5px;
margin: 0 0 10px 0;
text-transform: uppercase;
font-size: 11pt;
font-weight: normal;
}

.storycontent h3 {
text-transform: none;
border-bottom: 0px;
padding: 0px;
margin: 0;
}




p { margin: 10px 0 20px 0; }

em { color: #670a32; }

blockquote {
border: 5px solid #e0e0e0;
margin: 0 40px;
background: #fff;
padding: 0 10px;
}
blockquote p {
background: #f7f7f7;
padding: 10px;
color: #808080;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
color: #808080;
}


.posts-nav {
margin: 20px 0 0 0;
}

p.postmetadata {
font-size: 85%;
border-top: 1px solid;
font-style: italic;
padding: 10px;
}














/* Divs */
#wrap3 {

}

#content {
padding: 20px 40px;
}

#main {
float: left; 
width: 500px;
}

#right {
width: 200px;
float: right;
margin: -20px 40px 0 0;
font-size: 90%;
}

#welcome {
margin: 0 0 20px 0;
background: #85294f;
color: #fcfbf5;
padding: 20px;
}



.entry p, .chronodata {
padding: 0 0 0 10px;
}










p.footer {
text-align: center;
margin: auto;
font-size: 85%;
padding: 10px;
border-top: 1px solid #7d855f;
width: 700px;
}


.avatar {
float: left;
margin: 0 5px 5px 0;
}


.comments { font-size: 80%; }








/* lists */
ol { margin: 10px 0 10px 30px; }
ul {
list-style-type: none;
margin: 0 0 0 10px;
}

#search {
float: left;
margin: 0 0 0 20px;
}




.widget ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.widget ul li a {
display: block;
padding: 3px 7px;
width: 176px;
background-color: #7d855f;
border-bottom: 2px solid #fcfbf5;
}

.widget ul li a:link {
color: #fcfbf5;
text-decoration: none;
}

.widget ul li a:hover, .widget ul li a:visited {
background-color: #989f7f;
color: #fcfbf5;
}





#right ul {
margin: 0 0 20px 5px;
}














.boot {
border-top: 1px solid #7d855f;
font-style: italic;
font-size: 85%;
margin: 0 0 20px 0;
}





.clear {
height: 0;
clear: both;
}


#searchform {
text-align: center;
}




	
	
	
	
	
	
	
	
/* Links */
a {
text-decoration: none;
}

a:link { color: #670a32; }

a:hover { color: #85294f; }

a:active, a:visited { color: #7d855f; }

#bottom a:link { color: #c0c0c0; }










/* -- Misc Styles -- */
.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 {
padding: 2px;
}

#commentform #submit {
margin: 0;
float: right;
}

textarea, input {
padding: 2px;
color: #670a32;
background: #fffef9;
border: 2px solid #f6eed6;
}

textarea:focus, input:focus, textarea:hover, input:hover {
background: #fff;
padding: 2px;
color: #670a32;
border: 2px solid #f6eed6;
}


textarea, textarea#comment {
width: 90%;
}









/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
	}
ol.commentlist { margin: 0 0 0 -5px; }
.commentlist li {
	margin: 15px 0 3px 0;
	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 */





.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
clear: both;
}

.thumbnail img{
border: 1px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
