/* -- Yahoo CSS Reset ------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

em {
	font-style: italic;
}


/* -- Fun in Jammies CSS --------------------- */

body {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	background: url('../images/bkgd_page.gif') repeat-x top;
}

a {
	color: #4c4c7c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

#container {
	margin: 0 auto;
	width: 800px;
	/*height: 1000px;*/
	position: relative;
}
#header {
	/*background: url('../images/banner.jpg') no-repeat;*/
	height: 130px;
}
#title {
/*	background: url('../images/funinjammies.jpg') no-repeat;
	width: 264px;
	height: 27px;
	position: absolute;
	left: 526px;
	top: 73px;*/
	background: url('../images/funinjammies_logo.jpg') no-repeat;
	width: 197px;
	height: 92px;
	position: absolute;
	left: 595px;
	top: 8px;
}
#title span {
	display: none;
}

#links {
	padding-top: 100px;
	width: 800px;
	text-align: right;
}
#links span {
	display: none;
}
#links li {	
	display: inline;
	text-align: right;
}

#links a {
	display: block;
	float: right;
}
a#link_home {
	background: url('../images/link_home.gif') no-repeat top;
	width: 53px;
	height: 30px;
}
a#link_home:hover {
	background: url('../images/link_home.gif') 0 -30px no-repeat;
}
a#link_archive {
	background: url('../images/link_archive.gif') no-repeat top;
	width: 69px;
	height: 30px;
}
a#link_archive:hover {
	background: url('../images/link_archive.gif') 0 -30px no-repeat;
}
a#link_cast {
	background: url('../images/link_cast.gif') no-repeat top;
	width: 47px;
	height: 30px;
}
a#link_cast:hover {
	background: url('../images/link_cast.gif') 0 -30px no-repeat;
}
a#link_about {
	background: url('../images/link_about.gif') no-repeat top;
	width: 58px;
	height: 30px;
}
a#link_about:hover {
	background: url('../images/link_about.gif') 0 -30px no-repeat;
}
a#link_linkage {
	background: url('../images/link_linkage.gif') no-repeat top;
	width: 67px;
	height: 30px;
}
a#link_linkage:hover {
	background: url('../images/link_linkage.gif') 0 -30px no-repeat;
}
a#link_store {
	background: url('../images/link_store.gif') no-repeat top;
	width: 55px;
	height: 30px;
}
a#link_store:hover {
	background: url('../images/link_store.gif') 0 -30px no-repeat;
}
a#link_forum {
	background: url('../images/link_forum.gif') no-repeat top;
	width: 59px;
	height: 30px;
}
a#link_forum:hover {
	background: url('../images/link_forum.gif') 0 -30px no-repeat;
}
a#link_donate {
	background: url('../images/link_donate.gif') no-repeat top;
	width: 64px;
	height: 30px;
}
a#link_donate:hover {
	background: url('../images/link_donate.gif') 0 -30px no-repeat;
}
a#link_downloads {
	background: url('../images/link_downloads.gif') no-repeat top;
	width: 90px;
	height: 30px;
}
a#link_downloads:hover {
	background: url('../images/link_downloads.gif') 0 -30px no-repeat;
}

#updates {
	color: #6669aa;
	font-size: 13px;
	line-height: 30px;
}

#content {
	padding-top: 10px;
}

#main {
	float: left;
	width: 600px;
}
#main_wide {
	float: left;
	width: 800px;
}

#sidebar {
	margin-left: 20px;
	float: left;
}

.news {
	font-size: 11px;
	padding: 6px 5px;
	border-bottom: 1px solid #b3b3d0;
}
.news strong {
	font-weight: bold;
	padding-right: 10px;
}

#linkage p, #vote p {
	text-align: center;
	line-height: 2em;
	font-size: 11px;
}

#vote p {
	margin: 5px 0;
}

#rss p {
	margin: 5px;
	font-size: 11px;
}
#rss img {
	margin-right: 5px;
	vertical-align: bottom;
}
#rss a {
	font-weight: normal;
}

#donate form {
	margin-top: 4px;
	margin-left: 4px;
	padding: 0;
}

#store_sidebar a {
	display: block;
	margin-top: 3px;
	margin-left: 3spx;
	text-align: center;
}

#twitter {
	background: #fff;
	margin-bottom: 5px;
}

.ad {
	padding-top: 7px;
	padding-bottom: 2px;
	text-align: center;
}



#footer {
	clear: both;
	padding-bottom: 40px;
	text-align: center;
	font-size: 11px;
	color: #999;
}
#footer p {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.cast {
	clear: left;
	padding-top: 10px;
}
.cast h4 {
	margin-top: 5px;
	padding: 2px 0;
	background: #e0e0f0;
}
.cast img {
	padding: 0 5px 5px 0;
}
.cast p {
}

/* -- Float classes -------------- */

.floatleft {
	float: left;
	margin-right: 5px;
}
.floatright {
	float: right;
}
.clearleft {
	clear: left;
	margin-top: 10px;
}
.clearright {
	clear: right;
	margin-top: 10px;
}
.clearboth {
	clear: both;
	margin-top: 10px;
}
.center {
	text-align: center;
}

/* ------------------------------- */

.textcolumn {
	padding: 0 10px;
	font-size: 13px;
	color: #333;
}
.textcolumn h4 {
	font-size: 14px;
	font-weight: bold;
}
.textcolumn p {
	line-height: 140%;
	margin: 1em 0;
}

h3.heading {
	background: url('../images/page_title.gif') no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
}

#main_wide h3.heading {
	background: url('../images/page_title_wide.gif') no-repeat;
}

.archive_entry {
	width: 275px;
	float: left;
	margin: 10px 10px 0 0;
}
.archive_entry h4 {
	font-size: 13px;
	background: #e0e0f0;
	padding: 2px 0;
	margin-bottom: 5px;
}
.archive_entry p {
	font-size: 12px;
	padding: 0 5px;
	margin-bottom: 1em;
}
.archive_thm {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 10px;
}

.archive_nav {
	margin: 10px 0 5px 0;
}
.archive_nav_btn {
	background: #e0e0f0;
	padding: 2px 5px;
	border: 1px solid #b0b0d0;
}

/* -- Project Wonderful Ads -------------- */
.ad_skyscraper {
	padding-left: 10px;
}


/* -- Store ------------------------------ */

.store_cart {
	margin-bottom: 10px;
	width: 800px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #7272aa;
}

.store_item {
	background: #e9eaf5;
	font-size: 12px;
	padding: 10px;
}
.alt_row {
	background: #d6d7ec;
}

.store_item img {
	padding-bottom: 5px;
}
.store_item p.item_img {
	width: 100px;
	text-align: center;
	float: left;
	padding-right: 10px;
	padding-top: 1px;
}

.store_item h4 {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #a2a2d0;
}
.store_item p.item_type, .store_item p.item_id, .store_item p.item_cost, .store_item p.item_shipping, .store_item p.item_qty, .store_item p.item_remove, .store_item p.item_grand_total, .store_item p.item_subtotal {
	width: 50px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
}
.store_item p.item_qty, .store_item p.item_remove, .store_item p.item_cost, .store_item p.item_shipping, .store_item p.item_type {
	width: 70px;
	text-align: right;
}
.store_item p.item_subtotal, .store_item p.item_remove {
	width: 100px;
	text-align: right;
}
.store_item p.item_subtotal, .store_item p.item_shipping {
	font-size: 14px;
}

.store_item .heading {
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

.store_item .item_smalltext {
	font-size: 10px;
}

.store_item input.item_qty_input {
	width: 25px;
}

.store_item p.item_grand_total, .item_grand_total .heading {
	padding-top: 10px;
	width: 640px;
	font-size: 14px;
	text-align: right;
}

.store_item p.item_subtotal, .store_item p.item_shipping, .store_item p.item_grand_total {
	font-weight: bold;
}

.totals {
}
.totals h4 {
	text-transform: uppercase;
	border-bottom: 2px solid #9597ae;
}

.action_bar {
	background-color: #adbbe0;
	border: 1px solid #9597ae;
	border-left: 0;
	border-right: 0;
}
.store_btn {
	display: block;
	padding-right:10px;
}
a.store_btn {
	cursor: pointer;
}

.sidebar_cart_item {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.cart_btn {
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}




.store_listing {
	width: 350px;
	margin: 0 10px 10px 10px;
	padding: 10px;
	border: 1px solid #cdcde8;
	background: #e9e9f4;
	float: left;
	text-align: center;
}
.store_listing img {
}
.store_listing h4 {
	font-size: 14px;
	font-weight: bold;
	color: #7272aa;
	padding-bottom: 1em;
}
.store_listing p.desc {
	width: 200px;
	text-align: left;
	float: left;
	font-size: 12px;
	padding: 1em;
}
.store_listing p.price {
	font-size: 11px;
	padding: 1em 0;
}
.store_listing p.price strong {
	font-size: 14px;
}

.store_listing_full {
	margin-top: 10px;
	width: 750px;
	text-align: left;
}
.store_listing_full p {
	font-size: 12px;
	padding-bottom: .5em;
}

.downloads {
	font-size: small;
}


.box_valentines {
	width: 800px;
	height: 200px;
	background: url('../images/bkgd_valentines.jpg') no-repeat;
	margin-top: 10px;
}
.box_valentines p {
	line-height: 140%;
	padding: 20px 30px 0 120px;
	margin-bottom: 1em;
	font-size: small;
}
.centerbox {
	padding: 10px 0;
	text-align: center;
}