/*
Theme Name: WordPress Default (modified for EverythingOK)
Theme URI: na
Description: custom
Version: 1.0
Author: David M
Tags: custom

*/







/* Wordpress specific code */
    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }


.textbox {
background-color:white;
background-image:url('/scapes/field.png');
background-repeat:repeat-x;
font-family: Courier New,monospace;
font-size:9pt;
padding:2px;
border:1px dotted black;
width:286px;
}

.textArea {
width:286px;
height:10em;
background-color:white;
background-image:url('/scapes/textarea.png');
background-repeat:repeat-x;
font-family: Courier New,monospace;
font-size:9pt;
padding:2px;
border:1px dotted black;
}

.captchaBox {
position:relative;
top:-7px;
background-color:white;
background-image:url('/scapes/field.png');
background-repeat:repeat-x;
font-family: Courier New,monospace;
font-size:9pt;
padding:2px;
border:1px dotted black;
width:5em;
}

.button {
background-color:white;
background-image:url('/scapes/field.png');
background-repeat:repeat-x;
color:black;
font-family: Courier New,monospace;
font-size:9pt;
padding:10px;
border:1px dotted black;
position:relative;
left:14px;
}

.formDescription {
font-style:italic;
vertical-align:top;
}


.indent
{ margin-left: 45px; }


		a:link {
		color: #4c474a;
		text-decoration:underline;	
		}
		
		a:link img {
		border-color:#252525;
		}
		
		a:hover img {
		border-color:#332c2c;
		}		

		a:visited {
		color: #252525;
		text-decoration:underline;	
		}

		a:hover {
		color: #332c2c;
		text-decoration:none;
		}


.copyrightBox {
background-color:#f5f5f5;
border: 1px dotted black;
font-family: Courier New, monospace;
font-size:8pt;
text-align:center;
}

.content {
background-color: #f0f0f0;
font-size:10pt;
font-family: Courier New, monospace;
color:black;
line-height:1.4em;
}

.contentBoxPad {
padding-top:20px;
padding-bottom:20px;
}

.debugme {
background-color:red;
}

/* Compatibility fixes for Shinternet Explorer */

.spacerLeft {
width:8%; }

.spacerRight {
width:12%; }

/* End fixes */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #e5e5e5;
	text-align: center;
	margin-top:0px; margin-left:0px; margin-right:0px, margin-bottom:0px;
	}

.topheaderBG {
/* background: #ffd9f3 url('/scapes/top_citybg.jpg'); */
/* Modified in August 2011 */
background: black;
}

#topHeaderImage {
/*background: #ffd9f3 url('/scapes/top_citybg.jpg');*/
/*background-color:blue;*/
height:300px;
}

#topHeaderLogo {
width:540px;
/*background-color:red; */
padding-top:50px;
}

#menuBar {
width:240px;
/*background-color:green;*/
}


/* Quote mark box */

.QuoteBox {
align:center;
text-align:center;
width:80%;
margin-left:10%;
margin-right:20%;
}

.QuoteMark {
width:30px;
vertical-align:top;
}

.theQuote {
font-family: Georgia;
color:#574d53;
font-size:12pt;
font-style:italic;
text-align:justify;
padding-left: 8px;
padding-right: 12px;
}

.quotePerson {
font-family: Georgia;
color:black;
text-align:right;
font-size:12pt;
}

/* These are the rollover buttons */

/* ********************** HOME ***************** */
a.homeRO {  
     display: block;  
     width: 240px;  
     height: 34px;  
     background: url(/scapes/ro/home.png) no-repeat 0 0;  
 }  

 a:hover.homeRO {  
     background-position: 0 -35px;  
 }  
   
 a:active.homeRO {  
     background-position: 0 0px;  
 } 
 
/* ********************** ABOUT ***************** */
a.aboutRO {  
     display: block;  
     width: 240px;  
     height: 34px;  
     background: url(/scapes/ro/about.png) no-repeat 0 0;  
 }  

 a:visited.aboutRO {  
     background-position: 0 0px;  
 }  
 
 a:hover.aboutRO {  
     background-position: 0 -35px;  
 }  
   
 a:active.aboutRO {  
     background-position: 0 0px;  
 }  
 
/* ********************** PUBLICATION ***************** */
a.publicationRO {  
     display: block;  
     width: 240px;  
     height: 34px;  
     background: url(/scapes/ro/publication.png) no-repeat 0 0;  
 }  

 a:visited.publicationRO {  
     background-position: 0 0px;  
 }  
 
 a:hover.publicationRO {  
     background-position: 0 -35px;  
 }  
   
 a:active.publicationRO {  
     background-position: 0 0px;  
 }  
 
/* ********************** EXP ***************** */
a.expRO {  
     display: block;  
     width: 240px;  
     height: 34px;  
     background: url(/scapes/ro/exp.png) no-repeat 0 0;  
 }  

 a:visited.expRO {  
     background-position: 0 0px;  
 }  
 
 a:hover.expRO {  
     background-position: 0 -35px;  
 }  
   
 a:active.expRO {  
     background-position: 0 0px;  
 }

/* ********************** FTV ***************** */
a.ftvRO {  
     display: block;  
     width: 240px;  
     height: 34px;  
     background: url(/scapes/ro/ftv.png) no-repeat 0 0;  
 }  

 a:visited.ftvRO {  
     background-position: 0 0px;  
 }  
 
 a:hover.ftvRO {  
     background-position: 0 -35px;  
 }  
   
 a:active.ftvRO {  
     background-position: 0 0px;  
 }


/* ********************** RESEARCH ***************** */
a.researchRO {  
     display: block;  
     width: 240px;  
     height: 34px;  
     background: url(/scapes/ro/research.png) no-repeat 0 0;  
 }  

 a:visited.researchRO {  
     background-position: 0 0px;  
 }  
 
 a:hover.researchRO {  
     background-position: 0 -35px;  
 }  
   
 a:active.researchRO {  
     background-position: 0 0px;  
 }
 
/* ********************** CONTACT ***************** */
a.contactRO {  
     display: block;  
     width: 240px;  
     height: 34px;  
     background: url(/scapes/ro/contact.png) no-repeat 0 0;  
 }  

 a:visited.contactRO {  
     background-position: 0 0px;  
 }  
 
 a:hover.contactRO {  
     background-position: 0 -35px;  
 }  
   
 a:active.contactRO {  
     background-position: 0 0px;  
 }

 /* ********************** LINKS ***************** */
a.linksRO {  
     display: block;  
     width: 240px;  
     height: 34px;  
     background: url(/scapes/ro/links.png) no-repeat 0 0;  
 }  

 a:visited.linksRO {  
     background-position: 0 0px;  
 }  
 
 a:hover.linksRO {  
     background-position: 0 -35px;  
 }  
   
 a:active.linksRO {  
     background-position: 0 0px;  
 }

