 /* The CSS style sheet for Emma's Architectem Website */
/* Peter Whitworth July 2010 */
/* Updated April 2012 */

/* set global styles for the whole website */

@font-face {font-family: 'futura lt bt'; font-style: normal; font-weight: normal;
 src: url('FuturaLightBT.ttf'), url('FUTURAL0.eot');}

body {font-family: 'futura lt', 'futura lt bt', arial, sans-serif; font-size: large; color: #ffffff;
      background-color: #000000; margin: 0px; padding: 0px;}

/* This structure is used to centre the page on larger screens */
.page {position: relative; width: 1000px; margin-left: auto; margin-right: auto; margin-top: 10px;}

/* All main headings centred and in white*/
h1 {color: #ffffff; font-weight: normal; text-align: center;}

/* Indents used for all paragraphs */
 p {margin-left: 0.6em;}

/* Remove underlines to links and change link colours */
a {text-decoration: none;}
a:link {color: #ffffff;}
a:visited {color: #ffffff;}
a:hover {color: #ff0000;}
a.em {color: #999999;}
a.em:hover {color: #ff0000;}

/* Styles for images used more than once on the site */
img.left {float: left; margin: 10px; margin-left:10px; vertical-align:top;}
/* img.center {position: absolute; left: 150px; margin: 10px; vertical-align:top;} */
img.center {position: absolute; left: auto; margin: 10px; vertical-align:top;}
img.homepage {position: absolute; left: 100px; top: -50px;}
img.right {float: right; margin: 10px; vertical-align:top;}

/* Styles for the horizontal navigation bar */
.navbar {width: 1000px;  position: absolute; top: 535px; left: 100px;
padding: 0.0em; margin-top: 0.1em; margin-bottom: 0.2em; 
margin-left: -0.2em; color : #ffffff; background-color: #000000;}

/* Style for the navigational buttons */
.buttons {border: solid 0px #ffffff; border-left : solid 0px;
          padding-left: 0.6em; padding-right: 0.6em; 
          padding-bottom: 0.1em; padding-top: 0.1em; margin: 0.0em;
          color: #ffffff; background-color: #000000;}

/* Reversal of colour of the button for the current page */
.here {border: solid 0px #333333; font-weight:bold;
       padding-left: 0.6em; padding-right: 0.6em; padding-bottom: 0.0em; padding-top: 0.0em; 
       margin: 0.0em; color : #000000; background-color:#ffffff;}


/* +++++++++++++++++++++++++++ Styles for Title Divs on All Pages +++++++++++++++++++++++++++++++++ */

.title1 {width: 1000px; position: absolute; top: 345px; left: 0px;
         text-align: center; font-size: 132pt;
         color : #ffffff; padding: 0px; border: 0px; margin: 0.0em; }
.changecol {color: #999999;
	    padding: 0px; border: 0px; margin: 0.0em; }
.header {font-size: larger;}
.textbody {padding-top: 0.3em;}
.typetitle {text-align: center; font-size: 200%; padding-top: 0.5em; border-top: solid 3px #ffffff;}


/* ++++++++++++++++++++++++++++ Styles for Divs on the Contact and Contents Pages ++++++++++++++++++++++++++++++++++ */

.details {position: absolute; top: 20px; left: 330px; width: 600px; color : #ffffff;}
.EPhoto {position: absolute; top: 45px; left: 60px; width: 500px;}
.EPhoto2 {position: absolute; top: 110px; left: 60px; width: 500px;}
.firstline {font-size: 24pt;}
.rightbox {position: absolute; left: 500px; width: 300px; font-size: 20pt;}
.title2 {width: 1000px; position: absolute; top: 20px; left: 0px;
         text-align: center; font-size: 48pt;
         color : #ffffff; padding: 0px; border: 0px; margin: 0.0em; }
.detail2 {position: absolute; top: 110px; left: 350px; width: 600px; color : #ffffff; font-size: 24px;}
.content2 {position: absolute; top: 170px; left: 350px; width: 600px; color : #ffffff; font-size: 30px;}

/* ++++++++++++++++++++++++++++ Styles for Divs on the Aged Care Page ++++++++++++++++++++++++++++++++++ */

.textbox {position: absolute; top: 120px; left: 740px; width: 400px; font-size: 20pt; color : #ffffff;}


.detailsbox {position: absolute; top: 270px; left: 740px; width: 400px; font-size: 20pt;}
.leftarrow {position: absolute; top: 270px; left: 880px; width: 60px; font-size: 36pt; font-weight:bold; color : #ffffff; }
.rightarrow {position: absolute; top: 270px; left: 950px; width: 60px; font-size: 36pt; font-weight:bold; color : #ffffff; }

/* ++++++++++++++++++++++++++ End of Styles File EmmaWeb.css +++++++++++++++++++++++++++++++++ */