/* ass4.css - stylesheet */

body { 
font-family: Helvetica, Arial, sans-serif; 
font-size: 100%;
background-image: url(images/rip-bg.gif);
background-repeat: repeat-x;
margin: 50px 0 0 0;
padding: 0;
}

h1,h2,h3,h4,h5  {
color: #a7013a; 
font-weight:normal;
}

h1 {
font-size: 1.5em;
margin: 20px 0px 20px 0px;
}

h2 {
font-size: 1.3em;
margin: 20px 0px 10px 0px;
}

h3,h4,h5 {
font-size: 1.1em;
margin: 0px 0px 10px 0px;
}

p {
color: #52443c;
font-size: 0.9em;
line-height: 1.4em;
margin: 0px 0px 10px 0px;
}

ol {
color: #52443c;
font-size: 0.9em;
line-height: 1.4em;
margin: 0px 0px 10px 0px;
padding-left: 20px;
}

ul {
list-style: disc;
color: #52443c;
font-size: 0.9em;
line-height: 1.4em;
margin: 0px 0px 10px 0px;
padding-left: 20px;
}

li {
padding-bottom: 6px;
}

/* links */
a {
   outline: none;
   text-decoration: none;
}

a:link {color: #e44d6f;}
a:visited {color: #e44d6f;}
a:hover, a:active, a:focus {color: #ff9900;}
a:active {color: #e44d6f;}

/* local navigation menu style */
ul.local li {
list-style: none;
font-size: 1em;
margin: 0px 0px 10px 0px;
padding: 0;
}

/* global navigation */
#menubar {
width: 750px;
height: 70px;
margin: 0;
padding: 0;
}

/* menu style for image replacement */
#menubar ul{
list-style: none;
margin: 0;
padding: 0;
}

#menubar li{
display: inline;
margin: 0;
padding: 0;
}

#menubar a{
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
text-indent: -1000em;
overflow:hidden;
}

#menu2 a {
background-position: -150px 0px;
}

#menu3 a {
background-position: -300px 0px;
}

#menu4 a {
background-position: -450px 0px;
}

#menu5 a {
background-position: -600px 0px;
}

#menu1 a:hover {
background-position: 0px -70px;
}

#menu2 a:hover {
background-position: -150px -70px;
}

#menu3 a:hover {
background-position: -300px -70px;
}

#menu4 a:hover {
background-position: -450px -70px;
}

#menu5 a:hover {
background-position: -600px -70px;
}

#menubar li#active1{
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: 0px -140px;
text-indent: -1000em;
}

#menubar li#active2{
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -150px -140px;
text-indent: -1000em;
}

#menubar li#active3{
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -300px -140px;
text-indent: -1000em;
}

#menubar li#active4{
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -450px -140px;
text-indent: -1000em;
}

#menubar li#active5{
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -600px -140px;
text-indent: -1000em;
}

#activelink1 a {
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: 0px -140px;
text-indent: -1000em;
}

#activelink2 a {
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -150px -140px;
text-indent: -1000em;
}

#activelink3 a {
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -300px -140px;
text-indent: -1000em;
}

#activelink4 a {
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -450px -140px;
text-indent: -1000em;
}

#activelink5 a {
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -600px -140px;
text-indent: -1000em;
}

#activelink1 a:hover {
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: 0px -210px;
text-indent: -1000em;
}

#activelink2 a:hover {
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -150px -210px;
text-indent: -1000em;
}

#activelink3 a:hover {
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -300px -210px;
text-indent: -1000em;
}

#activelink4 a:hover {
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -450px -210px;
text-indent: -1000em;
}

#activelink5 a:hover {
float: left;
width: 150px;
height: 70px;
background-image: url(images/ripmenu.gif);
background-position: -600px -210px;
text-indent: -1000em;
}

#content {
width: 750px;
margin: 0;
padding: 0;
}

#leftcol { 
width: 175px; 
float: left;
margin: 0;
padding: 20px 0px 0px 20px;
}
/* padding top 20px to match h1 top padding */

#rightcol { 
width: 550px; 
float: right;
margin: 0;
padding: 0;
}

/* The sum of the left and right column do not equal the content div. This is because the left and right float will allow a 25px gutter in compliant browsers and avoid the extra padding rendered in IE6 forcing the divs out of line */


/* Background image of post-it to contain email and contact form */
#note {
width: 400px;
height: 330px;
margin: 0;
padding: 55px;
background-image: url(images/note.gif);
background-repeat: no-repeat;
}

/* Style for the form text to align right within a fixed width space. All fields can then neatly align. I found this refered to on css-tricks.com with labels, but had to modify it to a p.form class as labels are invalid in XTML strict  */

label {
color: #52443c;
font-size: 0.9em;
line-height: 1.4em;
float: left;
text-align: right;
margin: 0px 10px 0px 0px;
width: 80px;
}

/* Style to make input text the same colour as p style */
input
{
color: #52443c;
}

#footergraphic {
width: 100%;
margin: 0;
float: left;
clear: both;
padding: 25px 0px 0px 0px;
background-image: url(images/footergraphic.gif);
background-repeat: repeat-x;
}

#footertext {
width: 750px;
text-align: center;
padding: 0;
margin: 0;
}

img {
border: none;
margin: 0px 0px 10px 0px;
}

img.floatright { 
float: right; 
margin: 0px 0px 20px 20px;
clear: both;
}

img.floatleft { 
float: left;
margin: 0px 20px 20px 0px;
clear: both;
}

/* inline list for thumbnails in the galleries*/
ul.thumblist {
list-style: none;
margin: 0;
padding: 0;
}

ul.thumblist li{
display: inline;
margin: 0;
padding: 0;
}

img.thumb {
float: left;
margin: 0px 10px 10px 0px;
}

.video {
margin: 10px 0px 10px 0px;
}

.clear {
clear: both;
}