/* @override http://deptofheartsandflowers.com/Main.css */

html, body {
	background-color: white;
	background-image: url(/images/Background-Paper.png);
	margin: 0;
}

#content a, #a:link {
	color: rgb(155, 183, 0);
	text-decoration: none;
}

#wrapper {
	
}

#menu {
	width: 180px;
	float: left;
	clear: both;
}
#sidebar {
	display: none;
	width: 180px;
	font-family: Helvetica, Arial;
	font-size: 10pt;
}
#footer {
	display: none;
}
hr {
	display: none;
}
#menu ul {
	list-style: none;
}

#content .entry {
	background-color: white;
	color: gray;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 15px;
}

#content .entry img, .slideshow-images img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 15px;
}

#menu ul li img {
	display: inline;
}

#menu ul li a {
	display: block;
}

#menu ul li {
	float: left;
}

#logo {
	clear: both;
	margin: 20px;
	background-image: url(images/Header-Logo.png);
	width: 199px;
	height: 140px;
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	width: 650px;
	left: 270px;
	top: 93px;
	line-height: 175%;
	border: solid 2px silver;
	background-image: url(/images/Background-PaperLight.png);
	padding: 35px;
	font-family: 'Droid Serif',Georgia, Serif;
	font-size: 11pt;
	
}

#content.photos {
	width: 800px;
	position: absolute;
	height: 700px;
	padding: 0;
}

/* Overriding the default Slideshow thumbnails for the vertical presentation */

.slideshow-images {
	height: 95%;
	width: 65%;
}

.slideshow-images img {
	display: block;
	border: solid 5px white;
	-webkit-border-radius: 0;
}

.slideshow-thumbnails {
	height: 100%;
	width: 30%;
	right: 0;
	left: auto;
	bottom: auto;
	top: 0;
}

.slideshow-thumbnails ul li {
	margin-top: 0;
	margin-bottom: 5px;
}

.slideshow-thumbnails ul {
	width: 100%;
	padding: 0;
}

#show {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
}

.slideshow-captions {
	top: 0;
	left: 5px;
	position: absolute;
	text-align: center;
	bottom: auto;
	height: 10%;
	background-color: white;
	margin-right: auto;
	color: magenta;
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 13pt;
	text-shadow: #000;
	left: 23%;
	border: solid 5px white;
	height: 20%;
}
