/* -- YUI 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;
}



/* -- Fun in Jammies Stylesheet - Main ------------------------------------- */

body {
	background: url('../images/bkgd_fij.jpg') no-repeat fixed top center;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4 {
	color: white;
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
}

/* -- Body styles ---------------------------------------------------------- */

#container {
	background: url('../images/bkgd_black_20.png');
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#content {
	margin: 20px;
	margin-bottom: 0;
}

#main {
	float: left;
	margin-right: 20px;
	width: 600px;
}

/* ------ Header ------------------- */

#header {
	background: url('../images/banner_carmenmoo.jpg') no-repeat top left;
	width: 960px;
	height: 200px;
}

#logo {
	background: url('../images/fij_logo.png') no-repeat top left;
	display: block;
	overflow: hidden;
	position: absolute;
		left: 30px;
		top: 5px;
	text-indent: -9999px;
	width: 250px;
	height: 120px;
}

/* ------ Main Navigation ---------- */

#nav {
	background: url('../images/bkgd_black_50.png');
	height: 40px;
	padding-left: 460px;
}
#nav li {
	float: left;
	width: auto;
}
#nav a {
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	line-height: 40px;
	padding: 10px;
	text-decoration: none;
}
#nav a:hover {
	background: url('../images/bkgd_black_50.png');
}

/* ------ Footer ------------------- */

#footer {
	background: url('../images/bkgd_black_20.png');
	color: #fff;
	padding: 20px;
}

/* ------ Sidebar / Modules  ------- */

#sidebar {
	float: left;
	width: 300px;
}

.module {
	background: url('../images/bkgd_black_30.png');
	color: #fff;
	margin-bottom: 20px;
}
.module h3 {
	background: url('../images/bkgd_black_30.png');
	padding: 8px 10px 6px 10px;
}
.module_body {
	font-size: 11px;
	padding: 10px;
}
.module_body a {
	color: #d28cff;
	text-decoration: none;
}

/* ------ Comic Block -------------- */

#comic h3 {
	background: none;
	float: left;
}

	/* -- Top Nav -- */

#comic_nav_top {
	background: url('../images/bkgd_black_30.png');
	height: 30px;
}
#comic_links_top {
	color: #fff;
	float: right;
	line-height: 30px;
	padding-right: 10px;
}
#comic_links_top a {
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
}
#comic_links_top a:hover {
	background: url('../images/bkgd_black_30.png');
}
#comic_links_top #date {
	padding-left: 20px;
}

	/* -- Bottom Nav -- */

#comic_nav_btm {
	background: url('../images/bkgd_black_30.png');
	height: 40px;
	width: 600px;
}
#comic_nav_btm li {
	float: left;
	width: auto;
}
#comic_nav_btm a {
	color: #fff;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
	width: 120px;
	height: 28px;
}
#comic_nav_btm a:hover {
	background: url('../images/bkgd_black_50.png');
}

/* ------ Social Block ------------- */

#social li {
	float: left;
	margin-bottom: 10px;
}
#social li a {
	color: #fff;
	display: block;
	width: 130px;
	margin: 0 5px;
	line-height: 20px;
	text-decoration: none;
}
#social li a:hover {
	background: #0c8c97;
	background: url('../images/bkgd_black_30.png');
}
#social li a img {
	margin-right: 10px;
	vertical-align: middle;
}

#social li.bottom {
	margin-bottom: 0;
}

/* ------ Shared Link Styles ------- */

a.store_item_name, a.recommended_link, a.ad_skyscraper {
	background: url('../images/bkgd_black_30.png');
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 10px;
	text-decoration: none;
}
a.store_item_name:hover, a.recommended_link:hover, a.ad_skyscraper:hover {
	background: url('../images/bkgd_black_50.png');
}
a.store_item_name img, a.recommended_link img {
	display: block;
	position: relative;
		left: -10px;
		top: -10px;
}

/* ------ Recommended Block -------- */

.recommended_link {
	display: block;
	margin-left: 40px;
	width: 180px;
}
.recommended_link img {
	display: block;
}
.recommended_all {
	margin-top: 10px;
	text-align: right;
}
.recommended_all a {
	color: #fff;
}
.recommended_all a:hover {
	text-decoration: underline;
}
#recommended_items a.recommended_link {
	float: left;
	margin: 20px;
	margin-bottom: 0;
}

/* ------ Twitter Block ------------ */

#module_twitter, #twitter_div {
	background: url('../images/bkgd_twitter.png') no-repeat 10px 10px;
	position: relative;
}
.twitter_text {
	color: #000;
	font-size: 11px;
	padding: 5px 10px;
	height: 55px;
	width: 195px;
	position: relative;
		left: 65px;
	margin-bottom: 10px;
}
.twitter_time {
	font-size: 11px;
	padding-top: 5px;
}
a.twitter_follow {
	background: url('../images/twitter_follow.png') no-repeat top left;
	display: block;
	float: right;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	width: 160px;
}

/* ------ Twitter's HTML Badge Styles (twitter doesn't allow much id/class customization here =() -- */

#twitter_div {
	height: 118px;
}
#twitter_div span {
	color: #000;
	display: block;
	font-size: 11px;	
	margin-bottom: 10px;
	padding: 5px 10px;
	position: relative;
		left: 75px;
		top: 10px;
	width: 195px;
	height: 55px;
}
#twitter_div a {
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	margin-top: 15px;
	margin-left: 10px;
}
#twitter_div span a {
	float: none;
}
a#twitter-link {
	background: url('../images/twitter_follow.png') no-repeat top left;
	display: block;
	float: right;
	height: 18px;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	width: 160px;
}

/* ------ News Block (above comic) - */

#module_news { 
	background: url('../images/icon_news.png') no-repeat 10px 10px;
	padding-left: 60px; 
}
#module_news h4 {
	margin-bottom: 5px;
}
#module_news a:hover {
	text-decoration: underline;
}

/* ------ Sub-Comic Block (Guest Info, etc.) -- */

#sub_comic {
	background: url('../images/bkgd_black_20.png');
}

/* ------ Appearances Block -------- */

.appearances_event {
	clear: both;
	margin-bottom: 10px;
}
.appearances_event .event_title {
	float: left;
}
.appearances_event .event_details {
	float: right;
}
.event_details a:hover {
	text-decoration: underline;
}

/* ------ Ad Blocks (PW / AdSense) - */

.ad_skyscraper, .ad_google_skyscraper, .project_wonderful_skyscraper {
	margin-bottom: 10px;
	margin-left: 50px;
	width: 160px;
}
.ad_sponsorlink {
	text-align: right;
}
.ad_sponsorlink a {
	color: #fff;
}
.ad_sponsorlink a:hover {
	text-decoration: underline;
}
.ad_google_skyscraper, .project_wonderful_skyscraper {
	background: url('../images/bkgd_black_30.png');
	padding: 10px;
}

/* ------ FIJ Blog Block ----------- */


.blog_post {
	margin-bottom: 20px;
}
h4.post_title {
	background: url('../images/bkgd_black_20.png');
	padding: 8px 10px;
}
.blog_post p.post_meta {
	font-size: 9px;
}
.blog_post p {
	font-size: 11px;
	margin: 10px;
}
.blog_post a:hover {
	text-decoration: underline;
}
.blog_post p.post_status {
	font-size: 9px;
	text-align: right;
	font-style: italic;
}
.blog_post .post_options {
	font-size: 10px;
	text-align: right;
}

/* -- Page Styles ---------------------------------------------------------- */

/* ------ Archive Page ------------- */

a.archive_nav_btn {
	background: url('../images/bkgd_black_30.png');
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	text-align: center;
	width: 42px;
}
a.archive_nav_btn:hover {
	background: url('../images/bkgd_black_50.png');
}

.archive_issue {
	float: left;
	width: 280px;
	margin-right: 10px;
}
.archive_issue h4 {
	margin-top: 10px;
}
.archive_issue a {
	background: url('../images/bkgd_black_30.png');
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.archive_issue a:hover {
	background: url('../images/bkgd_black_50.png');
}

/* ------ Community Page ----------- */

.download_item {
	float: left;
	margin-right: 20px;
	width: 240px;
}
.download_links {
	text-align: center;
}
.download_links a {
	background: url('../images/bkgd_black_30.png');
	color: #fff;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 5px 10px;
	width: 100px;
}
.download_links a:hover {
	background: url('../images/bkgd_black_50.png');
}

.share_item {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

/* ------ About Page --------------- */

.cast_item {
	clear: left;
}
.cast_item h4 {
	background: url('../images/bkgd_black_20.png');
	font-size: 12pt;
	margin-bottom: 10px;
	padding: 5px;
}
.cast_item img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.cast_item img.bottom {
	margin-bottom: 0;
}

#author_text p, #contact_body p {
	margin-bottom: 1em;
}
#author_text img {
	float: left;
	margin: 0 20px 20px 0;
}