/* CSS Style Sheet for Pixelpost Slidebox Template*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	margin:0px;
	color:#333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 85%;
	background-color: #FFFFFF;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
.img_right {
	float:right;
	padding:5px;
	background:#fff;
	margin:0 0 20px 20px;
	border:1px solid #eee;
}
.img_left {
	float:left;
	padding:5px;
	background:#fff;
	margin:0 0 20px 20px;
	border:1px solid #eee;
}
.right {
	float:right;
}
.left {
	float:left;
}
p {
	margin:15px 0;
	line-height:19px;
}
img {
	padding:5px;
	background:#fff;
	border:1px solid #eee;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#header {
	cursor: pointer;
	padding:4px;
	background-color: #768DA1;
	border-bottom: 3px solid #999999;
	margin-bottom: 30px;
}
#header h1 {
	text-align:center;
	font-style:normal;
	color:#FFFFFF;
	margin-top:5px;
	font-family: "Helvetica", "Trebuchet MS", sans-serif;
	font-size: 142%;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 3px;
	margin-bottom: 5px;
}
#header h2 {
	text-align:center;
	text-transform:lowercase;
	letter-spacing:2px;
	color:#FFFFFF;
	font-family: "Helvetica", "Trebuchet MS", sans-serif;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#footer {
	font-family: "Courier New", Courier, monospace;
	color:#666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-transform: lowercase;
	width: 700px;
}
#footer a {
	color:#aaa;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	color:#660000;
	text-decoration:underline;
	font-weight:bold;
}
.header:hover {
	background-color:#666;
}
#header h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
#header h1 a:hover {
	color:#660000;
}
.selected {
	background-color:#F00;
	color:#FFF;
}
.content {
	background:#FFF;
	padding:4px;
}
.accordion_child a {
	color:#660000;
}
.accordion_child a:hover {
	text-decoration:none;
}
.accordion_child ul.links li {
	background:url(../images/link.gif) left no-repeat;
}
.accordion_child ul.info li {
	background:url(../images/infobullet.png) left no-repeat;
}


/* Comments (although not these css comments!) */

#comment-top {
	background:#fff;
	border-bottom:1px solid #eee;
	padding:5px;
	margin-bottom:25px;
	height:15px;
}
#comments {
	margin:0px auto;
	width:95%;
	text-align:left;
}
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
}
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#444;
	text-decoration:none;
	padding:10px;
	border:1px solid #eee;
}
#comments li a {
	color:#444;
	text-decoration:none;
}
#comments li:hover {
	background:#f5f5f5;
}
#comments li a:hover {
	background:#f5f5f5;
}
#comment-middle {
	background:#fff;
	border-top:1px solid #eee;
	padding:5px;
	margin-top:25px;
	height:15px;
}
#addcomment {
	width:90%;
	text-align:left;
	padding:10px;
	border:1px solid #eee;
	background:#f5f5f5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
label {
}
.input {
	width:45%;
	font-size:10px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
}
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
}
.comment-button {
	background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
}
/* End Comments */
	
	
	
	
blockquote {
	background: url(../images/closequote.gif) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
	color:#888;
	margin:20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	line-height: 1.5em;
}
blockquote:first-letter {
	background: url(../images/openquote.gif) no-repeat left top;
	padding-left: 18px;
}
.accordion_child ul {
	margin:25px 0 25px 0px;
}
.accordion_child ul li {
	list-style:none;
	padding-bottom:5px;
	line-height:17px;
	padding-left:20px;
	margin:10px 0;
	background:url(../images/bubblebullet.png) left no-repeat;
	border-bottom:1px solid #eee;
}
table {
	width:100%;
	padding:5px;
}
td {
	background:#eee;
	padding:4px;
	text-align:center;
	background:url(../images/td.jpg) top repeat-x;
}
h2 {
	clear:both;
}
h2 a {
	color:#333;
	text-decoration:none;
}
h2 a:hover {
	color:#660000;
	text-decoration:underline;
}
.accordion_child h2 {
	color:#6699CC;
	font-family: "Helvetica", Trebuchet MS, sans-serif;
	font-size: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-style: italic;
}
#accordian {
	padding:5px;
	width:700px;
	z-index:2;
	margin:0 auto;
}
.accordion_headings {
	padding:7px 10px;
	background:url(../images/acchead_bg.jpg) top no-repeat;
	color:#FFFFFF;
	margin-top:2px;
	cursor:pointer;
	font:110% "Helvetica", Trebuchet MS, sans-serif;
	letter-spacing:2px;
	clear:both;
}
.accordion_headings:hover {
	background:url(../images/acchead_bg_hover.jpg) top no-repeat;
}
.header_highlight {
	background:url(../images/acchead_bg_hover.jpg) top no-repeat;
}
.accordion_child {
	padding:20px 30px;
	background-color: #FFFFFF;
	border: 2px solid #f4f4f4;
}
#photobox {
	text-align:center;
}
#photo {
	text-align: center;
	padding:5px;
	border:1px solid #ccc;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.imageheading {
	font-weight: bold;
}
.archive_active_page_number { /* class for active page number */
	font-weight: bold;
	padding: 10px;
}
.archive_page_number { /* class for inactive page numbers */
	font-weight: normal;
	padding: 10px;
}
