@charset "utf-8";
/* Global */

body {
	font-size:15px;
	line-height:160%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #E7DFD5;
	background-image: url(images/stone-bg.jpg);
	background-attachment:fixed;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
}

img {border:0}

h1 {font-size:24px; color:#000; margin:0px;}
h2 {font-size:20px;	color:#000; margin-top: 5px; margin-bottom: 0px;}

a:link {color:#FFFFFF; text-decoration:underline;}
a:visited {color:#FFFFFF; text-decoration:underline;}
a:active {color:#FFFFFF; text-decoration:underline;}
a:hover {color:#CCCCCC; text-decoration:underline;}
a:visited:hover {color:#CCCCCC; text-decoration:underline;}

.links a:link {color:#000; text-decoration:underline;}
.links a:visited {color:#000; text-decoration:underline;}
.links a:active {color:#000; text-decoration:underline;}
.links a:hover {color:#000; text-decoration:underline;}
.links a:visited:hover {color:#000; text-decoration:underline;}



/* IDs */

#header {background-image:url(images/header-bg.png); background-repeat:repeat-x;}
#content {background-image:url(images/paper-bg.png); background-repeat:no-repeat;}
#content2 {background-image:url(images/paper-bg2.png); background-repeat:repeat-y;}
#footer {background-image:url(images/footer-bg.png); background-repeat:repeat-x; height:293px; color:#FFFFFF;}
#footer a:link {color:#fff; text-decoration:none;}
#footer a:visited {color:#fff; text-decoration:none;}
#footer a:active {color:#fff; text-decoration:none;}
#footer a:hover {color:#fff; text-decoration:underline;}
#footer a:visited:hover {color:#fff; text-decoration:underline;}
#bullets {font-size:18px; font-weight:bold;}


/* Classes & Such */
.img-brdr {	border:2px solid #fff;}
.telephone {font-size:22px; color:#fff;}
.email {font-size:22px; color:#fff;}
.captions {color:#FFFFFF;}
.white {color:#FFFFFF;}

/* Blog Specific */

#main a:link {color:#333; text-decoration:underline;}
#main a:visited {color:#333; text-decoration:underline;}
#main a:active {color:#333; text-decoration:underline;}
#main a:hover {color:#999; text-decoration:underline;}
#main a:visited:hover {color:#999; text-decoration:underline;}

#sidebar a:link {color:#333; text-decoration:underline;}
#sidebar a:visited {color:#333; text-decoration:underline;}
#sidebar a:active {color:#333; text-decoration:underline;}
#sidebar a:hover {color:#999; text-decoration:underline;}
#sidebar a:visited:hover {color:#999; text-decoration:underline;}
#sidebar li { list-style-type:none;}