div.box div.portlet-header { display:none; position: absolute; }
div.box:hover div.portlet-header { display:block; position: absolute; }

.spacebar{
	clear: both;
}

.imgleft{
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}

.imgright{
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
}


.editable_hover{
background-color: #FFC;
}

* { margin: 0; padding: 0;}

html {
	background: url(img/bg-spring.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
line-height: 22px;
}

#wrapper{
width: 940px;
margin: 0 auto;
margin-top: 60px;
box-shadow: 5px 5px 5px #333333;
margin-bottom: 45px;
}

#header{
height: 219px;
border: 0;
}

#menu{
background-image: url(img/menuback.jpg);
margin-top: 0;
margin-bottom: 0;
height: 55px;
}

#content{
background-image: url(img/paper.jpg);
min-height: 600px;
}

#maincontent{
width: 704px;
margin: 0 auto;
padding-top: 25px;
padding-bottom: 45px;
}

h2{
/* font-family: "french-canon-sc"; */
font-family: "grad-sc-osf",sans-serif;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #37060c;
margin-bottom: 5px;
font-weight: normal;
}

p{
color: black;
}

#menu ul{
list-style-type: none;
}

#menu ul li{
	display: inline;
	display: inline-block;

	padding-top: 15px;
	margin-left: 24px;
}

table{
padding-left: 15px;
}

table td{
padding-top:5px;
padding-bottom:0px;

}

#menu ul{
padding-left:6px;
}

#menu ul li a, table td a{
/* font-family: "french-canon-sc"; */
font-family: "grad-sc-osf",sans-serif;
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
color: white;
text-decoration: none;
}

.selected{
color: #b27b3a !important;
}

.gallery_wrap{
margin-top: 15px;
margin-bottom: 10px;
clear: both !important;
}

.gallery img{
margin: 1px;
margin-left: 0;
margin-bottom: 0;
}

.gallery a{
text-decoration: none;
}

hr{
background-image: url(img/ornament.png);
background-repeat: no-repeat;
height: 23px;
border: 0;
margin-top: 20px;
margin-bottom: 20px;
}

.portlet_footer{
margin-bottom: 25px;
}

img{
	max-width: 100%;
}

a.thumb{
  display: inline-block;
  width: 125px !important;
  height: 125px !important;
  overflow: hidden !important;
  margin-right: 10px;
  margin-bottom: 5px;
  background-size: cover !important;
}

img.half{
	max-width: 50%;
}
