body {
background:url("http://www.adammcquaid.ca/adamlayouts2/22/backgroundheader.png") repeat-x,
url("http://adammcquaid.ca/adamlayouts4/56/zigzag.png") repeat;
background-color:#E3E3E3;
font-size: 12px;
font-family: Verdana;
color: #333;
letter-spacing: 0px;
}
#navigation {
position: fixed;
top: 18px;
left: 870px;
width: 150px;
height: 170px;
}
#header {
position: absolute;
top: 20px;
left: 100px;
}
#container {
position: relative;
margin: 20px auto 10px;
width: 800px;
margin-top: 25px;
margin-left: 25px;
padding: 3px;
background-color:#f7f7f7;
border:1px solid #E6E2E2;
overflow: hidden;
}
#box1 {
position: absolute;
top: 165px;
left: 100px;
width: 550px;
height: 140px;
background-color: #e3e3e3;
}
#sidebar {
position: absolute;
top: 20px;
left: 655px;
width: 210px;
background-color: #e3e3e3;
border:1px solid #CECCCC;
}
#content {
position: absolute;
top: 172px;
left: 100px;
width: 550px;
background-color: #e3e3e3;
border:1px solid #CECCCC;
}
b {color: #333333;}
i {color: #333333;}
u {color: #333333;}
s {color: #333333;}
big {
font-family: georgia;
font-size: 19px;
color: #333333;
letter-spacing: -1px;
text-style: normal;
text-transform: uppercase;
}
small {
font-family: arial;
font-size: 11.4px;
color: #333333;
}
h1 {
margin: 0px;
font-family: times;
font-size: 20px;
color: #333333;
letter-spacing: 0px;
font-weight: normal;
text-align: center;
text-transform: lowercase;
font-style: italic;
margin-bottom: 2px;
background-color:#E3E3E3;
border:1px solid #CECCCC;
}
blockquote {
background-color: #e3e3e3;
border-left: 8px solid #cfcece;
color: #989898;
width: 470px;
padding: 3px;
}
textarea {
background-color: #e3e3e3;
border:1px solid #CECCCC;
color: #989898;
text-align: center;
padding: 3px;
border-radius: 10px;
}
a:active, a:visited, a:link {
color: #333333;
font-style: normal;
text-decoration: none;
font-weight: normal;
letter-spacing: 0px;
}
a:hover {
color: #989898;
}
a.s1 {
font-family: arial;
font-size: 11.4px;
color: #333333;
font-style: normal;
display: block;
background-color: #e6e6e6;
margin: 0px;
padding: 2px;
text-align: center;
letter-spacing: 0px;
border-right: 3px solid #cfcece;
border-left: 3px solid #cfcece;
}
a.s1:hover {
color: #fff;
background-color: #ddd;
}
a.navi {
margin: 1px;
font-family: times;
font-size: 20px;
color: #333;
letter-spacing: 0px;
font-weight: normal;
text-align: center;
text-transform: lowercase;
font-style: italic;
padding: 5px;
width: 135px;
display: inline-block;
background-color: #e6e6e6;
}
a.navi:hover {
color: #fff;
background-color: #ddd;
}
#content img, #content a img {
background: url(http://adammcquaid.ca/adamlayouts2/89/scroll.png) bottom center;
padding: 4px;
opacity: 0.9;
margin: 2px;
border-radius: 5px;
border: 1px solid #CECCCC;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-border-radius: 5px;
}
#content img:hover, #content a:hover img {
background: url(http://adammcquaid.ca/adamlayouts2/89/scroll.png) top center;
opacity: 1;
border-radius: 5px;
border: 1px solid #CECCCC;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-border-radius: 5px;
}