
/* 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;}
}
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-left:70px;
margin-right:70px;
margin-top:15px;
margin-bottom:15px;
line-height:1.3;
text-shadow: 1px 1px  1px #aaa;
}

h1 
{
text-align:right;
color:#333;
font-size:50px;
font-family:AlexBrushRegular;
margin:20px;
text-shadow: 2px 2px  3px #ddd;
}

h2 
{

color:#000;
font-size:20px;
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;
}



/* center the entire website  and define width*/
#website
{position:relative;width:900px; height:920px;margin:0 auto; background-color:#fff;

}






/* container within website enabling free positioning of elements within - not necessarily centered*/

#container
{
width:900px;
height:900px;
padding:0px;
background-image:url('bubble.jpg');
background-size:900px 900px;
background-repeat:no-repeat;
}


#logo
{
position:relative;
left:30px;
top:10px;
display:block;
width:170px;
}

/*title text*/
#titletext
{
position:absolute;
top:20px;
right:20px;
padding:20px;
font-size:50px;
font-family:AllerLightRegular;
font-style:italic;
letter-spacing:-2px;
color:#000;
text-shadow: 4px 4px 2px #aaa;
}

#subtitle
{
position:absolute;
top:55px;
right:00px;
width:300px;
padding:0px;
font-size:0.2em;
font-family:arial;
color:#000;
font-style:normal;
letter-spacing:0px;
}
#strapline
{

}

#jennipic
{float:right;
margin:20px;
border-style:solid;
border-width:5px;
border-color:#aaa;
}

#contactroompic
{float:left;
margin:20px;
border-style:solid;
border-width:5px;
border-color:#aaa;
}

#bookpic
{float:right;
margin:20px;
border-style:solid;
border-width:5px;
border-color:#aaa;
max-width:25%;
}



#transpic
{float:right;
margin:20px;
}

/* Navigation menu code including animation stuff*/

#menu {
position:absolute;
top:180px;
left:20px;
width:190px;
padding:0px; margin:0px;
background-color:#fee;
box-shadow:2px 2px 2px #aaa;
}


#menu li 
{
list-style-type: none;
height:25px;
width:120px;
margin:20px;
padding:10px;
font-size:16px;
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;
}

.menutext
{
text-align:left;
}



#menu li:hover{
background-color:rgba(100,100,100,1);
border-style:solid;
border-width:1px;
border-color:#ccc;
text-decoration:none;
box-shadow:0px 0px 5px #2a2;
text-shadow:0px 0px 5px #e66;
color:#fff;
}


 


/*main content window*/

#window
{
position:absolute;
top:130px;
left:200px;
height:765px;
width:640px;
overflow-y: auto; 
-webkit-overflow-scrolling: touch;
margin: 0px 30px 0px 30px;
border-style:solid;
border-width:0px;
border-color:#aaa;
box-shadow: 5px 5px 15px #888;
border-radius: 5px 5px 5px 5px;
background-color: rgba(250,255,250,0.9);
}


#homelist
{
color:#000;
font-size:14px;
font-family:AllerLightRegular;
margin-left:100px;
margin-top:20px;
margin-bottom:20px;
line-height:1.3;
}

#counsellingroompic
{
margin:20px;
float:right;
}

.itemised
{

margin:40px;
border-style:solid;
border-width:1px;
border-color:#eee;
border-radius:20px 20px 20px 20px;
background-color:#fff;
min-height:70px;

}

.tick
{

float:right;
height:50px;

}

.sociallogo
{

width:80px;
margin:2em;
}
.sociallogowide
{

height:80px;
margin:2em;
}
.margin2em
{
margin:2em;
}
