/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;margin:0px;padding:0px; background-color:#fff; background-image:url('bubble.jpg');}
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link {color:#c66; text-decoration:none;} 
a:visited{ color:#c66;text-decoration:none;} 
a:hover {color:#c66; text-decoration:none;}






/* Text styling throughout the website*/
@font-face {
    font-family: 'AllerLightRegular';
    src: url('aller_lt.eot');
    src: url('aller_lt.eot') format('embedded-opentype'),
         url('aller_lt.woff') format('woff'),
         url('aller_lt.ttf') format('truetype'),
         url('aller_lt.svg#AllerLightRegular') format('svg');
}

@font-face {
    font-family: 'AlexBrushRegular';
    src: url('alexbrush-regular.eot');
    src: url('alexbrush-regular.eot') format('embedded-opentype'),
         url('alexbrush-regular.woff') format('woff'),
         url('alexbrush-regular.ttf') format('truetype'),
         url('alexbrush-regular.svg#AlexBrushRegular') format('svg');
}

p 
{
color:#000;
font-size:15px;
font-family:AllerLightRegular;
margin:1em;
line-height:1.3;
text-shadow: 1px 1px  1px #aaa;
}

h1 
{
text-align:right;
color:#333;
font-size:2em;
position:relative;
top:0.5em;right:0.5em;
font-family:AlexBrushRegular;
margin:0.7em;

text-shadow: 2px 2px  3px #ddd;
}

h2 
{

color:#000;
font-size:1em;
font-family:AllerLightRegular;
font-weight:bold;
margin:20px;

}
h3 
{
color:#000;
font-size:16px;
font-family:AllerLightRegular;
font-weight:bold;
margin-left:50px;
margin-top:30px;
margin-bottom:30px;
}

#logo
{
position:relative;
margin: 0 auto;
display:block;
width:10em;
}


/*title text*/
#titletext
{
display:none;
}

#menu {

width:100%;
height:6em;
padding:0px; margin-top:1em;
background-color:#fee;
box-shadow:2px 2px 2px #aaa;
}
#menu li 
{
list-style-type: none;
float:left;
margin:0.5em;
padding:0.2em;
font-size:0.8em;
border-style:solid;
border-width:1px;
border-color:#0c0;
font-family:AllerLightRegular;
font-weight:bold;
letter-spacing:0px;
background-color:#eee;
-webkit-transition:all  0.1s ease-in-out;
  -moz-transition:all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#window
{

background-color: rgba(250,255,250,0.9);
}

#homelist
{
color:#000;
font-size:0.9em;
font-family:AllerLightRegular;
margin-left:2em;
margin-top:1em;
margin-bottom:1em;
line-height:1.3;
}
#jennipic
{
float:right;
width:30%;
margin:0.5em;

}
#contactroompic
{
float:left;
width:30%;
margin:0.5em;

}

#bookpic
{float:right;
margin:0.5em;
max-width:25%;
}

#transpic
{
float:right;
width:30%;
margin:0.5em;
}
.sociallogo
{

width:80px;
margin:1em;
}
.sociallogowide
{

height:80px;
margin:1em;
}
