/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF RESETS */

body {
background-image: url(./img/greenstripbg.gif);
background-color: #c8e19d;
}

p {
font-family: Arial, serif;
font-size: 15px;
letter-spacing:1px;
color: black;
text-align: left;
margin: 10px;
}

#container {
margin: auto;
text-align: center;
width: 920px;
margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
background: white;
-moz-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 0px 0px 08px 0px #262626;
-webkit-box-shadow: 0px 0px 08px 0px #262626;
box-shadow: 0px 0px 08px 0px #262626;
background-image: url(./img/whitestripedbg.gif);
}

#header {
background-image: url(./img/header.png);
background-position: center;
background-repeat: no-repeat;
width: 920px;
height: 137px;
margin-bottom: 10px;
}

#content {
background: transparent;
width: 910px;
height: 100%;
text-align: left;
}

#title {
margin-bottom: 10px;
font-family: 'Sancreek', cursive;
font-size: 34px;
}

#thumbnails {
margin-bottom: 15px;
}

#sidebar {
width: 450px;
height: 100%;
margin-left: 20px;
float: right;
margin-bottom: 5px;
}

#bio {
padding-top: 10px;
padding-bottom: 10px;
width: 450px;
height: 100%;
background: #c8e19d;
-moz-border-radius: 15px;
border-radius: 15px;
background-image: url(./img/lightstripedbg.gif);
margin-bottom: 3px;
}

#links {
margin-top: -75px;
height: 90px;
padding-top: 10px;
padding-bottom: 10px;
}

#headerlinkscontainer {
display: inline-block;
height: 120px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
}

#headerlinks {
width: 155px;
height: 105px;
padding: 5px;
margin: 5px;
background: #c8e19d;
-moz-border-radius: 15px;
border-radius: 15px;
background-image: url(./img/lightstripedbg.gif);
float: left;
}

#headerlinks img {
height: 100px;
width: 150px;
}

#banner {
width: 450px;
height: 114px;
float: right;
background: #c8e19d;
-moz-border-radius: 15px;
border-radius: 15px;
background-image: url(./img/lightstripedbg.gif);
margin-bottom: 3px;
}

#banner img {
width: 430px;
height: 94px;
margin: 8px;
}

#footer {
margin-top: 35px;
padding-bottom: 20px;
margin-bottom: 10px;
height: 20px;
width: 920px;
clear: both;
color: #262626;
}

#footer p {
font-size: 13px;
text-align: center;
}


a:link {
	text-decoration: none;
	color: #262626;
	
}

a:visited {
	text-decoration: none;
	color: #262626;
}

a:hover {
	text-decoration: none;
		color: #6d6d6d;
}

a:active {
	text-decoration: none;
		color: #3b3b3b;
}

a img{
	border: 2px transparent solid;
}

a.reverse:link {
	text-decoration: none;
		color: #6d6d6d;
}

a.reverse:visited {
	text-decoration: none;
		color: #6d6d6d;
}

a.reverse:hover {
	text-decoration: none;
	color: #262626;
}

a.reverse:active {
	text-decoration: none;
		color: #3b3b3b;
}

a:hover img .old{
	border-color: #5dc31f;
}

a:hover img.new {
border-color: black;
}

.new {
width: 75px;
height: 75px;
border: 2px #5dc31f solid;
}

.old {
width: 75px;
height: 75px;
border: 2px #262626 solid;
}

.biglink {
font-family: 'Irish Grover', arial, serif;
font-size: 24px;
text-shadow: 0px 1px 1px #fff;

}

hr {
border: 1px #262626 dashed;
width: 80%;
}

.center {
text-align: center;
}

.special {
font-weight: bold;
}

.indent {
margin-left: 25px;
}

.caption {
font-family: Arial, serif;
font-size: 13px;
letter-spacing: 1px;
color: black;
text-align: center;
display: block;
}

img.floatLeft { 
margin: 10px;
    float: left; 
border-style: double;
border-width: 4px;
border-color: #262626;


}
img.floatRight { 
margin: 10px;
    float: left; 
border-style: double;
border-width: 4px;
border-color: #262626;
}