::-webkit-scrollbar-thumb {
border-radius:5px;
background-image: url("http://adammcquaid.ca/adamlayouts2/89/scroll.png");
background-repeat: repeat-y;
background-color: #E3E3E3; }
::-webkit-scrollbar {
background-image: url("http://adammcquaid.ca/adamlayouts2/89/scroll.png");
background-repeat: repeat-y;
width: 5px; height: 2px;
border-radius:5px;
background: #E3E3E3;}
body {
background:url("http://www.adammcquaid.ca/adamlayouts2/22/backgroundheader.png") repeat-x,
url("http://www.adammcquaid.ca/adamlayouts1/38/background.png") repeat;
background-color:#E3E3E3;
overflow-x:hidden;
font-family: calibri;
text-align:justify;
font-size: 10px;
color: #777;
margin: 0px;
padding: 0px;}
#navigation {
position: relative;
width: 750px;
background-color: #e3e3e3;
border-radius: 10px;
margin-bottom: 7px;
}
#sitename {
position: absolute;
top: 55px;
left: 415px;
font-family: georgia;
font-size: 70px;
color: #777;
text-shadow: #bbb 1px 1px
}
.sidebar {
position: relative;
float: right;
width: 200px;
background-color: #e3e3e3;
}
.content {
position: relative;
float: left;
width: 540px;
background-color: #e3e3e3;
}
.container {
width: 750px;
position: center;
margin: 0 auto;
background-color: #e3e3e3;
padding: 5px;
margin-left: 178px;
margin-top: 130px;
overflow: hidden;
border: 1px solid #CECCCC;
border-radius: 20px;
}
b {color: #777;}
i {color: #777;}
u {color: #333333;}
s {color: #333333;}
big {
font-family: georgia;
font-size: 19px;
color: #777;
letter-spacing: -1px;
text-style: normal;
text-transform: uppercase;
}
small {
font-family: arial;
font-size: 11.4px;
color: #777;
}
h1 {
margin: 0px;
font-family: times;
font-size: 20px;
color: #777;
letter-spacing: 0px;
font-weight: normal;
text-align: center;
text-transform: lowercase;
font-style: italic;
margin-bottom: 2px;
background-color: #cecccc;
border-bottom: 3px solid #bbb;
}
blockquote {
background-color: #cecccc;
border-left: 8px solid #bbb;
color: #777;
width: 470px;
padding: 3px;
}
textarea {
background-color: #e3e3e3;
color: #777;
text-align: center;
padding: 3px;
border-radius: 10px;
}
a:active, a:visited, a:link {
color: #777;
font-style: normal;
text-decoration: none;
font-weight: normal;
letter-spacing: 0px;
}
a:hover {
color: #fff;
}
a.s1 {
font-family: arial;
font-size: 11.4px;
color: #777;
font-style: normal;
display: block;
margin: 0px;
padding: 2px;
border: 1px solid #CECCCC;
text-align: center;
letter-spacing: 0px;
}
a.s1:hover {
color: #fff;
background-color: #ddd;
}
a.navi1 {
margin: 0px;
margin-left: 0px;
font-family: times;
font-size: 19px;
color: #777;
letter-spacing: 0px;
font-weight: normal;
text-align: center;
text-transform: lowercase;
font-style: italic;
padding-right: 0px;
padding-left: 0px;
padding-top: 3px;
padding-bottom: 3px;
width: 121px;
line-height: 30px;
display: inline-block;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background-color: #cecccc;
}
a.navi1:hover {
box-shadow:inset 120px 0px 0px #ddd;color:#fff;
}
a.navi2 {
margin: 0px;
margin-left: 0px;
font-family: times;
font-size: 19px;
color: #777;
letter-spacing: 0px;
font-weight: normal;
text-align: center;
text-transform: lowercase;
font-style: italic;
padding-right: 0px;
padding-left: 0px;
padding-top: 3px;
padding-bottom: 3px;
width: 121px;
line-height: 30px;
display: inline-block;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background-color: #cecccc;
}
a.navi2:hover {
box-shadow:inset 120px 0px 0px #ddd;color:#fff;
}
a.navi3 {
margin: 0px;
margin-left: 0px;
font-family: times;
font-size: 19px;
color: #777;
letter-spacing: 0px;
font-weight: normal;
text-align: center;
text-transform: lowercase;
font-style: italic;
padding-right: 0px;
padding-left: 0px;
padding-top: 3px;
padding-bottom: 3px;
width: 121px;
line-height: 30px;
display: inline-block;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background-color: #cecccc;
}
a.navi3: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;
}
HEADER