@import url(base-weblog.css);

/*
name: RAWK!
designer: Liz Lubowitz
designer_url: http://killsmedead.com
description: because even your kid sister's punk band needs a blog
layouts: one-column, two column, three column
*/


/* -------------------------- */
/* ---------- MISC ---------- */
/* -------------------------- */

a { color: #FB1465; text-decoration: underline; }
a:visited { color: #FB1465; }
a:hover { color: #444444; }


h1, h2, h3, h4, h5, h6 {margin: 5px 0px;}

blockquote {
	margin: 10px 30px; 
	padding: 10px 0px 10px 30px; 
	background:url(http://www.ibsaf.org/ibsafblog/images/rawk_img/blockquotebg.gif) 10px 10px no-repeat #fbfbfb;
	border: 1px solid #dddddd;
	}

blockquote p {
	margin: 0px 10px 0px 0px; 
	padding: 0px 30px 0px 10px; 
	background:url(http://www.ibsaf.org/ibsafblog/images/rawk_img/blockquotepbg.gif) bottom right no-repeat transparent;
	}

input, textarea {
	margin: 1px; 
	border: 1px solid #cccccc; 
	background: #ffffff; 
	color: #444444;
	}

/* --------------------------------- */
/* ---------- PAGE LAYOUT ---------- */
/* --------------------------------- */

html {margin: 0px; padding: 0px;}

body {
	margin: 0px; 
	padding: 0px; 
	background: #000000;
	color: #444444;
	font-size: 11px;
	font-family: tahoma, arial, sans-serif; 
	line-height: 22px;
	text-align: center; 
	} 

#container {
	width: 750px;
	margin: 0px auto; 
	padding: 0px;
	color: #444444;
	text-align: left;
	}

#pagebody {margin: 10px 0px; width: auto;}
#pagebody-inner {width: auto;}

#alpha, #beta, #gamma {
	display: inline; 
	position: relative; 
	float: left;
	}

/* ---------------------------- */
/* ---------- HEADER ---------- */
/* ---------------------------- */

#banner {
	height: 134px;
	margin: 0px; 
	background:url(http://www.ibsaf.org/ibsafblog/images/rawk_img/bannerbg.gif) top center no-repeat #000000;
	color: #ffffff;
	}

#banner h1 {
	margin: 0px; 
	padding: 50px 0px 10px 0px;
	font-size: 24px; 
	text-transform: uppercase;
	}

#banner h1 a, #banner h1 a:link {
	color: #FB1465;
	text-decoration: none;
	}

#banner h1 a:hover {background: #FB1465; color: #FFFFFF;}

#banner h2 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold; 
	text-transform: uppercase;
	}

/* ----------------------------- */
/* ---------- CONTENT ---------- */
/* ----------------------------- */

.content-nav {
	margin: 0px 0px 5px 0px; 
	padding: 0px;
	text-align: center;
	}

.content-nav a, .content-nav a:link {
	padding: 3px 5px;
	color: #ffffff;
	text-decoration: none;
	}

.content-nav a:hover {
	padding: 3px 5px;
	background: #FB1465;
	color: #ffffff;
	text-decoration: none;
	}

.date-header {
	margin: 0px;
	padding: 0px;
	color: #FB1465;
	font-size: 18px; 
	line-height: 12px;
	text-align: right;
	text-transform: uppercase;
	}

.entry {
	position: static; 
	overflow: hidden; 
	clear: both; 
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: #ffffff;
	border-bottom: 10px solid #FB1465;
	}

.entry-header {
	margin: 0px; 
	padding: 10px;
	background: #FB1465;
	color: #FFFFFF;
	font-size: 18px; 
	font-family: verdana, tahoma, arial, sans-serif; 
	text-transform: uppercase;
	line-height: 18px; 
	}

.entry-content {position: static; clear: both; padding: 10px;}

.entry-content img {
	padding: 5px; 
	border: 1px solid #FB1465;
	}

.entry-content ul {
	color: #666666;
	}

.entry-content li {
	margin: 10px 0px; 
	}

.entry-footer {
	padding: 10px 10px 0px 0px;
	text-align: right;
	}

.post-footers {
	margin: 3px 0px 0px 0px; 
	padding: 0px 0px 0px 15px;
	background:url(http://www.ibsaf.org/ibsafblog/images/rawk_img/speech_bubble.gif) center left no-repeat transparent;
	}

.trackbacks {
	position: static; 
	overflow: hidden; 
	clear: both; 
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	border-bottom: 10px solid #FB1465;
	}

.comments {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	border-top: 20px solid #000000;
	border-bottom: 10px solid #FB1465;
	}

#trackbacks-info, .trackbacks-content, .comment, .comments-open {	
	padding: 0px 10px; 
	}

.trackback-footer, .comment-footer {
	text-align: right;
	}

h3.trackbacks-header, h3.comments-header  {
	margin: 0px; 
	padding: 10px;
	background: #FB1465;
	color: #FFFFFF;
	font-size: 18px; 
	font-family: verdana, tahoma, arial, sans-serif; 
	text-transform: uppercase;
	line-height: 18px; 
	}

.comments-content {margin: 0px;}

.comment-footer {	
	padding: 0px 0px 10px 0px; 
	}

.entry-more-link {
	padding: 0px 0px 0px 15px;
	background:url(http://www.ibsaf.org/ibsafblog/images/rawk_img/readmore.gif) center left no-repeat transparent;
	}

.trackbacks,
.comments,
.archive {position: static; overflow: hidden; clear: both; width: 100%; margin-bottom: 0px;}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {clear: both; margin: 0px;}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {clear: both;}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer, 
.archive-content {clear: both; margin: 5px 0px 15px 0px;}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {width: 240px;}
#comment-bake-cookie {margin-left: 0px; vertical-align: middle;}
#comment-post {font-weight: bold;}

img.image-full {width: 100%;}
.image-thumbnail {float: left; width: 115px; margin: 0px 10px 10px 0px;}
.image-thumbnail img {width: 115px; height: 115px; margin: 0px 0px 2px 0px;}



/* ----------------------------- */
/* ---------- MODULES ---------- */
/* ----------------------------- */

.module { margin: 0px 0px 20px 0px;
	padding: 0px 0px 38px 0px;
	background:url(http://www.ibsaf.org/ibsafblog/images/rawk_img/modulebottom.gif) bottom left repeat-x;
	}

.module-header {
	margin: 0px;
	padding: 0px;
	border-bottom: 10px solid #FB1465;
	color: #FB1465;
	font-size: 18px; 
	line-height: 12px;
	text-align: right;
	text-transform: uppercase;
	}

.module-content {margin: 0px; padding: 10px; background: #ffffff}

.module-list,
.archive-list {	
	margin: 0px; padding: 0px 0px 0px 0px;
	list-style-type: none;
	}

.module-list-item {
	margin: 0px; padding: 0px;
	}

.module-list a, .module-list a:link {
	display: block;
	width: auto; 
	padding: 3px 5px;
	text-decoration: none;
	}

.module-list a:hover {
	display: block;
	width: auto; 
	padding: 3px 5px;
	background: #FB1465;
	color: #ffffff;
	text-decoration: none;
	}

.module-categories ul.module-list li.module-list-item ul.module-list li.module-list-item {
	margin: 0px 0px 0px 15px;
	}

.module-archives .module-header a {color: #FB1465;}

.module-powered a, .module-powered a:link {font-weight: bold;}

.module-syndicate, .module-powered {border-top: 10px solid #FB1465;}

.module-presence img { vertical-align: middle; }
.module-powered .module-content {margin: 0px; padding: 5px 10px;}
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }
.module-calendar .module-content table {border-collapse: collapse;}
.module-calendar .module-content th, .module-calendar .module-content td {width: 14%; text-align: center;}



/* ------------------------------ */
/* ---------- CALENDAR ---------- */
/* ------------------------------ */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }
.module-mmt-calendar th { text-align: left; }
.module-mmt-calendar td {width: 14%; height: 75px; text-align: left; vertical-align: top;}

.day-photo {width: 54px; height: 54px;}
.day-photo a {display: block;}
.day-photo a img {width: 50px; height: 50px;}



/* ----------------------------------- */
/* ---------- SINGLE COLUMN ---------- */
/* ----------------------------------- */

.layout-one-column #alpha {width: 750px;}


/* -------------------------------------- */
/* ---------- TWO COLUMNS LEFT ---------- */
/* -------------------------------------- */

.layout-two-column-left #alpha {
	display: block;
	position: absolute;
	float: none;
	left: 0px;
	top: 0px;
	width: 200px;
	}
	
.layout-two-column-left #beta{
	display: block;
	float: none;
	width: auto;
	margin-left: 220px;
	}

/* --------------------------------------- */
/* ---------- TWO COLUMNS RIGHT ---------- */
/* --------------------------------------- */

.layout-two-column-right #beta {
	float: right;
	width: 200px; 
	}

.layout-two-column-right #alpha {
	width: 530px; 
	}

.layout-two-column-right #beta-inner {
	background:url(http://www.ibsaf.org/ibsafblog/images/rawk_img/sidebarbg.gif) top left repeat;
	}

.layout-two-column-right #beta a {text-decoration: none;}



/* ----------------------------------- */
/* ---------- THREE COLUMNS ---------- */
/* ----------------------------------- */

.layout-three-column #alpha {
	width: 180px; 
	padding-bottom: 20px; 
	background:url(http://www.ibsaf.org/ibsafblog/images/rawk_img/bannerbg.gif) bottom center repeat-x;
	}

.layout-three-column #beta {
	width: 370px; 
	margin: 0px 10px;
	}

.layout-three-column #gamma {
	width: 180px; 
	padding-bottom: 20px; 
	background:url(http://www.ibsaf.org/ibsafblog/images/rawk_img/bannerbg.gif) bottom center repeat-x;
	}

.layout-three-column #alpha a, .layout-three-column #gamma a {text-decoration: none;}

.layout-three-column #beta .post-footers {
	display: block;
	padding: 0px 15px 0px 0px;
	background:url(http://www.ibsaf.org/ibsafblog/images/rawk_img/speech_bubble.gif) center right no-repeat transparent;
	}

.layout-three-column #beta .separator {display: none;}