body {	
	background-image: url(images/rose3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000}

#container {
	margin-left: auto; 
	margin-right: auto; 
	width: 800px; 
	text-align: left
	}

#logo {
	 
	height: 250px; 
	position: relative; 
	background-image: url(images/Emma2.png);
	}



#content {
	width: 58%; 
	position: relative; 
	padding-top: 5px;
	padding-bottom: 5px;
	left: 12%; 
	background-color: #ffffff;
	padding-left: 17%;
	padding-right: 2%;
	font-family: arial, verdana, sans-serif;
	font-size: 14px
	}

#photo {
	width: 20%;
	position: absolute;
	z-index: 1
	}

#sidenav {
	width: 200px;
	z-index: 1;
	position: absolute;
	font-family: arial, verdana, sans-serif;
	background-color: #ffffff}

.feedback {
	font: 90%/175% ;
	
}


ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
 
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175%;
	
}
#tagline {
	color: #aba;
	display: block;
	font-size: 0.475em;
	letter-spacing: 0.2em;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */



#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu li {float:left; margin-right:1px;}
#menu li.red a {display:block; float:left; height:40px; line-height:40px; background:#f66; color:#000000; text-decoration:none; font-size:85%; font-weight:bold; padding:0 30px 0 20px;} /*changes styling of non-drop down menu*/


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li.red a:hover {z-index:200; position:relative; color:#fff; background-color:#dd0000;} /*changes hover colour of non-drop down */

#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a.sub {color:#ffffff; background-color:#dd0000;} /*changes hover colour of drop down */

#menu li.red a {color:#000000; background:#f66;} /*changes colour of non drop down*/

#menu li a.sub {background: #f66 url(down-arrow.gif) no-repeat right center;} /* changes colour of drop down */

#menu :hover ul {left:0; top:40px; width:120px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #fff;} /* changes colour of lines separating drop down menu items */
#menu :hover ul li a {width:120px; padding:0; text-indent:10px; background:#f66; color:#000000; height:30px; line-height:30px;} /*changes colour of menu items with no right arrow */


#menu :hover ul li a.fly {background:#f66 url(right-arrow.gif) no-repeat right center;} /* changes colour of menu items with right arrow */


#menu :hover ul :hover {background-color:#cc0033; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#dd0000; color:#fff;} /* changes hover colour of menu items with right arrow */


#menu :hover ul :hover ul li a {width:140px; padding:0; text-indent:10px; background:#f66; color:#000000;} /* changes colour of sub menu */

#menu :hover ul :hover ul :hover {background-color:#dd0000; color:#fff;} /*changes hover colour of sub menu */


 

/* defaults required for IE */
a, a:visited, a:hover, a:active, a:focus {color:#000;}
 
#holder {position:relative; background:transparent url(pic1b.gif) 175px 54px no-repeat; margin-bottom:10px; z-index:1;}
#scrollbox {width:400px; height:80px; background:#f4f4f4; overflow:auto; border:1px solid #aaa; margin-left:5%;}
a.gallery, a.gallery:visited {display:block; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:47px; margin:3px; float:left; font-size:11px;}
a.slidea {background:url(images/thumb1.jpg);}
a.slideb {background:url(images/thumb2.jpg);}
a.slidec {background:url(images/thumb3.jpg);}
a.slided {background:url(images/thumb4.jpg);}
a.slidee {background:url(images/thumb5.jpg);}
a.slidef {background:url(images/thumb6.jpg);}
a.slideg {background:url(images/thumb7.jpg);}
a.slideh {background:url(images/thumb8.jpg);}
a.slidei {background:url(images/thumb9.jpg);}
a.slidej {background:url(images/thumb10.jpg);}
 
 
a.gallery span {display:block; position:absolute; left:150px; top:-1px; width:1px; height:1px; overflow:hidden; background:#efedec; z-index:100; font-size:11px;}
a.gallery:hover {white-space:normal; border:1px solid #fff;}
a.gallery:hover img {border:1px solid #000; z-index:100;}
a.gallery:active img, a.gallery:focus img {border:1px solid #000; z-index:50;}
 
a.gallery:hover span {display:block; position:absolute; width:402px; height:380px; top:10px; left:10px; padding:5px; font-style:italic; color:#000; background:#fff; z-index:100; font-size:11px;}
a.gallery:active {border:1px solid #eee;}
a.gallery:active span, a.gallery:focus span {display:block; position:absolute; width:402px; height:380px; top:170px; left:10px; padding:5px; font-style:italic; color:#000; background:#fff; z-index:50;}
 
#thumbs {width:840px; height:60px;}
#pad2 {height:420px; width:100px;}





