/* Brian Fleming's Antigua General Stylesheet September 2009 written by Peter King - Rules by Classes */


/*  BELOW ARE GENERAL STYLE RULES RELATING TO ALL PAGES  */


 body { 

background-color:#485965;
font-family:'Trebuchet MS',Tahoma,Verdana,Helvetica,Garuda,sans-serif;
text-align:center;
direction: ltr;

} 


#content {

width:850px;
background-color:transparent;
margin-left:auto;
margin-right:auto;

}

/* Defines width of content in page  */
 

#title {

padding-top:25px;
padding-bottom:10px;
text-align:left;

}

/* Title at head of every page */


#copyright {

font-size:11px;
color:#ffffff;
padding-top:10px;
padding-bottom:10px;

}

/* Copyright Statement at foot of every page */


#webdesign {

margin:10px;
border:1px solid #eeeeff;

}

/* Margin and border around webdesign image at foot of every page */


a {

color: #ffffff;
text-decoration:none;

}

/* Text links not underlined unless specifically stated */


a:hover {

text-decoration:underline;

}

/* Underline on text links when mouse hovers unless specifically stated */


a img {

border:none;

}

/* No borders on image links */


.spacer {

clear:both;

}

/* Divs or parapgraphs used as spacer elements clearing both sides */


/*  BELOW ARE RULES RELATING TO NAVIGATION BAR AT HEAD OF PAGE  */ 
	   


#navbar {

width:100%;
margin:0 0 30px 0;
padding:10px 0 10px 0;
background-color:#485965;
border:1px solid #cccccc;

}

/* Div holding ul #navlist */


#navlist {

list-style:none;
padding:0;
margin:0;
text-align:left;

}


#navlist li {

display:inline;
font-size:24px;

}


#navlist a {

font-size:24px;
text-decoration:none;
color:#cccccc;
padding:10px 20px 10px 20px;

}


#navlist a:hover {

color:#ffffcc;
background-color:#556677;

}


#navlist a#active {

color:#ffffff;
background-color:#485965;

}


/*  BELOW ARE RULES RELATING TO THE HOMEPAGE ONLY  */


#rightwrap {

margin-left:550px;

}

/* Wrapper div of right-hand section with 550px left margin */


#right{

vertical-align:top;
text-align:center;
margin-left:25px;
padding-bottom:60px;
background-color:#949ea5;
border: 1px solid #cccccc;

}

/* Div within the above with border */


#mainwrap { 

width:540px;
float:left;

}

/* Wrapper div of main section 540px wide */


#main { 

vertical-align:top;
text-align:justify;

}

/* Div containing main body of text within the above */


 h1 {

font-size:21px;
font-weight:normal;
color:#ffffff;

}

/* Section header text */


/*  BELOW ARE RULES RELATING TO GALLERY PAGES */
		 
		 
#gallerywrap {

width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
background-color:transparent;

}	 
		 
		 
#gallery {

width: 100%;
list-style-type: none;
margin-left: 0;
padding-left: 0;
display:inline;

}


#gallery li {

background: #eeeeee;
border-color: #dddddd #bbbbbb #aaaaaa #cccccc;
border-style: solid;
border-width: 1px;
color: inherit;
display: inline;
float: left;
margin-right: 3px;
margin-top: 3px;
padding: 4px;
position: relative;

}


#gallery img {

background: #ffffff;
border-color: #aaaaaa #cccccc #dddddd #bbbbbb;
border-style: solid;
border-width: 1px;
padding: 2px;
vertical-align: top;
width: 150px;
height: 150px;

}


/*  BELOW ARE RULES RELATING TO TEXT AND CAPTIONS */


.text {

font-size:15px;
color:#ffffff;

}

/* Regular captions & text  */


#warning {

font-size:13px;
font-weight:bold;
color:#ff0000; 
padding-bottom:10px;

}

/* Warning text at head of pages regarding use of javascript */



        


/*  PK 10th September 2009  */


        

        





