@import url(pullquote.css);

* {
	margin: 0; padding: 0;
	}
a img {
	border: 0;
	}
ul, ol { 
	margin: 0 0 0 1em ;
	font-size: 1em;
	color: #333;
	}
li { 
	margin: 0 0 0 1em; 	padding: 0 0 0 1em;
	}
li.nobullet {
	list-style-type: none;
	}
	
.access {
	text-indent: -9999px;
	float: left;
	list-style-type: none;
	}
.alert {
	font-weight: bold;
	color: red;
	}
.validateerror {
	display: block;
	float: none;
	clear: both;
	}
.highlighted {
	background-color: #fec;
	border: 1px solid red;
	}
input:focus, textarea:focus {
	border: 1px solid #666;
	background-color: #ff9;
	}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxCaption{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightbox img{ border: none; } 
#overlay img{ border: none; }

*>#overlay { background-image: url("/i/overlay.png"); }
	


a:link { color: #36f; text-decoration: none;}
a:active { color: #7317F9; text-decoration: none;}
a:visited { color: #333; text-decoration: underline;}
a:hover { color: #000; text-decoration: underline;}
a img { border: 0; }
a:active { outline: none; } /* a little corrective action for FF1.5's new behavior */


body {
	background: #fff url("i/racing_stripe.gif") repeat-y 76% 0;
	font: .95em/2em Helvetica, Arial, sans-serif;
	}
h1 {
	position: absolute;
	top: 1em;  left: 79%;
	width: 18%; height: 114px;
	min-width: 117px;
	text-indent: -9999px;
	background: url("i/pennypacker_logo.png") no-repeat 50% 0;
	}

#pagination {
	}
#pagination li {
	display: inline;
	list-style-type: none;
	float: left;
	text-align: left;
	margin-right: 2em;
	}
#pagination li+li {
	float: right;
	text-align: right;
	}


#side {
	position: absolute;
	top: 11.5em;  right: 0;
	width: 15%;
	margin: 0 5% 0 5%;
	}
#side p {
	margin: 1em 0 0 0;
	font: .7em/2em Helvetica, Arial, sans-serif;
	color: #333;
	}

.pagedesc {
	font: .7em/2.05em Helvetica, Arial, sans-serif;
	border-top: 4px #eee double;
	padding-top: 3em;
	margin: 1em 0 1em 0;
	}

#side h6 {
	font: bold .8em/2em Helvetica, Arial, sans-serif;
	margin: 1em 0 1em 0;
	text-transform: lowercase;
	}
#side ol {
	font: .7em/2em Helvetica, Arial, sans-serif;
	margin: 1em 0 1em 0;
	}
#side li {
	margin: 0; padding: 0;
	list-style-type: none;
	}
#side ul *, #side ol * {
	margin-left: 0;
	}



#side #searchform {
	position: relative;
	padding: 0;
	}
#searchform label {
	position: relative;
	float: left;
	width: 60%;
	margin: 0 5% 0 0;
	padding: 0;
	overflow: hidden;
	}
#searchform input {
	width: 30%;
	border: 0;
	}
#searchform label #find {
	float: left;
	width: 90%;
	margin: 0;
	border: 1px solid #999;
	padding: 2px;
	}

#searchform fieldset {
	margin: 0; padding: 0; border: 0;
	}

#searchform #submit {
	width: 31px;
	}


#badges {
	line-height: 2.5em;
	}
#badges li {
	display: inline;
	}
#badges li a, #badges li a:visited {
	margin: .5em .5em .5em 0;
	padding: .5em;
	border: 1px dotted #ccc;
	color: #ccc;
	text-decoration: none;
	}
#badges li a:hover {
	color: #fff;
	background-color: #eee;
	border-color: #999;
	text-decoration: none;
	}
p#copyright {
	margin: 4em 0 1em 0;
	padding: 3em 0 0 0;
	color: #999;
	border-top: 4px #eee double;
	}

#fullmain, #contactform {
	font-size: .8em;
	position: relative;
	margin: 0 28% 0 5%;
	padding: 8em 0 0 0;
	width: 65%;
	}
#fullmain h3 {
	font-size: 1.5em;
	margin: 0;
	}

#main, #main-gallery {
	font-size: .8em;
	position: relative;
	margin: 0 28% 0 0%;
	padding: 8em 0 0 0;
	width: 74%; /* this is here for IE6's benefit */
	}
html>body>#main { width: 74%; } /* so is this */

#main .article { 
	margin-right: 0;
	}
#main-gallery .article { 
	margin-right: 40%;
	}
	
#headlines {
	position: absolute;
	top: 10.7em; right: 0;
	width: 70%;
	display: none;
	}
*>#headlines {
	width: 35%;
	}
#headlines li {
	list-style-type: none;
	margin-bottom: 2em;
	font: normal 1em/1.5em Helvetica, Arial, sans-serif;
	text-align: right;
	text-transform: lowercase;
	}
#headlines li a {
	padding: .5em 0 0 0;
	}

#side .headlines {
	margin: 0 0 1em !important;
	padding: 0 !important;
}
.headlines li {
	list-style: none;
	font: normal .875em/1.5em Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	clear: left;
	margin: 0 0 .5em !important;
	padding: 0 !important;
	}
.headlines li a:visited {
	text-decoration: none;
	}
.headlines li a:hover {
	text-decoration: underline;
	}


h2 {
	margin: 0 .6em;
	}
#fullmain p, #main p {
	color: #333;
	margin: 0 0 2em 1.1em;
	}
#main #searchform {
	margin: 0 1em;
	}



.article {
	margin-bottom: 2em;
	}
/*
 * Little hack that makes the images scale -- but no larger than they are on modern browsers

.article div {
	max-width: 320px;
	}
.article div img {
	width: 100%;
	}

 * Little hack that makes the images scale -- but no larger than they are on modern browsers
 */
.article h3 {
	margin: 0 .9em;
	font-size: 1.1em;
	}
.article h4 {
	margin: 0 .95em;
	font-size: 1em;
	}
.article h5 {
	margin: 0 1.1em;
	font-size: .9em;
	}


.article dl {
	font-size: .9em;
	margin: 0 1.1em;
	color: #666;
	}
.article dt {
	display: inline;
	margin-right: 0;
	}
.article dd {
	display: inline;
	margin-right: .2em;
	}
.article dd:after {
	content: "; ";
	}

.article dl.block  {
	font-size: 1em;
	overflow: auto;
	line-height: 1.6em;
	margin-bottom: 1.5em;
	}
.article dl.block dt {
	display: block;
	float: left;
	clear: left;
	}
.article dl.block dt:after {
	content: ": ";
	margin-right: 1em;
	}
.article dl.block dd {
	display: block;
	float: left;
	}

.article p img.user {
	display: block;
	}
.art {
	margin-bottom: 3em;
	}
/*
 * COMMENT STYLES
 */
#commentsection {
	position: relative;
	width: 100%;
	margin: 0; padding: 0;
	}

#commentform {
	width: 50%;
	}
#commentsection .follower {
	position: absolute;
	top: 0; right: 0;
	width: 36%;
	}
#commentform div {
	font-size: .8em;
	line-height: 1.2em;
	}
#commentform #c_text {
	display: block; clear: both; float: right; width: 98%; margin: 0;
	}
#commentform label {
	margin: .2em 0;
	}
#commentform input, #commentform textarea {
	border: 1px solid #999;
	padding: 2px 1px;
	font: 1em Helvetica, Arial, sans-serif;
	}
#commentform textarea {
	height: 10em;
	display: block;
	}
#commentsection .comment {
	width: 50%;
	border: 1px solid #ccc;
	font-size: 1em;
	margin: .5em 0 1em;
	line-height: 1.3em;
	}
#commentsection>.comment {
	width: 60%;
	}

.preview {
	border: 1px solid #999;
	background-color: #ff9;
	}
.comment h4 {
	margin: 0 0 .3em;
	padding: 0 1em;
	font-weight: bold;
	background-color: #eee;
	color: #666;
	}
.comment h5 {
	margin: .5em;
	padding: 0 1em;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted #999;
	}

#commentsection .comment p {
	font-size: 1em;
	color: #333;
	margin: 0 4% 1em;
	}
.comment dl {
	font-size: .9em;
	margin: 0;
	padding: 0 0 0 1.5em;
	color: #666;
	border-top: 1px dotted #eee;
	}
.comment dt {
	display: inline;
	margin-right: .2em;
	}
.comment dd {
	display: inline;
	margin-right: 1em;
	}
#commentform #comment div { /* permitted html */
	font-size: .85em;
	}

#thumbnails {
	position: absolute;
	top: 22.5em;  right: 0;
	width: 37%;
	}
#thumbnails li {
	list-style-type: none;
	}
.thumb {
	float: left;
	width: 70px; height: 70px;
	margin: .5em;
	}


#gallerysections {
	float: left;
	border: 1px solid #ccc;
	border-width: 0 0 0 1px;
	padding: 1em 0 .5em 0;
	}
#gallerysections {
	margin: -5.5em 0 2em 4em; /* this is here for IE6's benefit */
	}
html>body #gallerysections { margin: -5.5em 0 2em 8.5em !important; } /* so is this */

#gallerysections li {
	list-style-type: none;
	white-space: nowrap;
	margin: 0; padding: 0;
	}
#gallerysections li a:link, #gallerysections li a:visited {
	display: block;
	background-color: #fff;
	margin: 0;
	padding: 0 .7em;
	line-height: 1.3em;
	color: #36f;
	text-decoration: none;
	}
#gallerysections li a:hover {
	background-color: #eee;
	color: #000;
	}
#gallerysections li a.active {
	color: #000;
	}

.lbreaker { clear: left;}

/*
 * NAV STYLES 
 */


#nav {
	position: absolute;
	top: .5em; left: 5%;
	list-style-type: none;
	}

#nav li {
	margin: 0; padding: 0;
	display: inline;
	}
#nav li a {
	text-indent: -9999px;
	background-image: url("i/nav_sprite.png");
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 2em 0 0;
	height: 22px;
	}
	
#nhome a { background-position: 0 -50px; width: 42px; }
#nhome a:hover, #nhome a.nactive { background-position: 0 0; }

#nart a { background-position: -70px -50px; width: 22px; }
#nart a:hover, #nart a.nactive { background-position: -70px 0; }

#ngene a { background-position: -118px -50px; width: 76px; }
#ngene a:hover, #ngene a.nactive { background-position: -118px 0; }

#nmore a { background-position: -216px -50px; width: 39px; }
#nmore a:hover, #nmore a.nactive { background-position: -216px 0; }

#ncontact a { background-position: -274px -50px; width: 60px; }
#ncontact a:hover, #ncontact a.nactive { background-position: -274px 0; }




fieldset {
	padding: 1em;
	}
/*
 * COMMENT FORM STYLES 
 */
#fullmain form, *  #main form *  {
	font-size: 1em;
	}

form {
	position: relative;
	padding: 0;
	}
fieldset#comment {
	border: 3px double #ccc;
	border-width: 3px 0 0 0;
	padding: 1em;
	}
legend {
	padding: 0 .5em;
	font-weight: bold;
	}
label {
	display: block;
	overflow: auto;
	height: 1%;
	border: 0;
	margin: 0 0 1em 0;
	position: relative;
	}
label span {
	margin: 0; padding: 0; border: 0;
	float: left;
	}
label input, label textarea {
	margin-top: 6px;
	width: 70%;
	float: right;
	border: 1px solid #999;
	padding: 2px;
	}
label.check span {
	}
	
label.check #cc {
	float: none;
	width: auto;
	margin-left: 1em;
	}
#catsection .cats {
	overflow: auto;
	margin: 0; padding: 0;
	}
#admincats li {
	display: inline;
	list-style-type: none;
	}
#catsection .cats label {
	float: left;
	width: 30%;
	margin: 0;
	}
#catsection .cats input {
	float: left;
	margin: .5em;
	width: auto;
	}
#catsection .cats h4.inform {
	display: block;
	clear: both;
	}
select {
	display: block;
	}
textarea {
	height: 15em;
	}	

.newwin {
	margin: 0 .3em;
	}

.nein {
	display: none !important;
	}

.admin * {
	font-weight: bold;
	}
.admin li {
	list-style-type: none;
	}
.admin a:link, .admin a:visited {
	text-decoration: underline;
	color: red;
	}
.admin a:hover {
	color: #000;
	}
.comment span.admin {
	font-size: .9em;
	margin: 0 1.1em;
	}
	
	
#suggestions {
	margin: 0 1em; padding: 0 1em;
	}
#suggestions li{
	margin: 1em 0;
	}

#stats {
	border: 1px solid #999;
	margin: 1em .5em;
	}
#stats * {
	white-space: nowrap;
	}
#stats .odd {
	background-color: #ccc;
	}
#stats th, #stats td {
	padding: .3em .5em;
	}
#statform, #statform fieldset {
	overflow: auto;
	}
	
#statform #start, #statform #finish {
	float: left;
	clear: none;
	margin: 0;
	}
#statform #start *, #statform #finish * {
	float: left;
	margin: 0 .5em 0 0;
	}
blockquote {
	margin: .5em 1em; padding: .5em;
	background-color: #eee;
	font: italic .9em Verdana, Helvetica, Arial, sans-serif;
	}

pre, code, samp {
	font: 1em Monaco, Courier, "Courier New", monospace;
	color: #066;
	display: block;
	margin: 0 1em; padding: .5em;
	}
var {
	color: #006;
	font-style: normal;
	}
ins {
	font-style: italic;
	}
del {
	color: #666;
	}
