/*
Theme Name: Custom Raygun Gothic Rocketship Theme 
Theme URI: http://www.raygungothicrocket.com/
Description: Custom theme for Ray Gun Rocketship website.  Original design by <a href="http://www.bussedesign.com/">Busse Design</a>, adapted for WordPress by <a href="http://www.gabrielserafini.com/">Gabriel</a> at <a href="http://www.serafinistudios.com/">Serafini Studios</a>
Version: 1.0
Author: Gabriel Serafini
Author URI: http://www.serafinistudios.com/
Tags: 

*/



/* --------------------------------------------------------
   Title:
   Auther: Yukari Yamano
   url: http://
   Created: 5/05/2009
   Modified: 5/19/2009
   Modified extensively for Wordpress conversion 11/11/2009
   -------------------------------------------------------- */

body {
    font-family:Georgia, Time, "Time New Roman", serif; 
    font-weight:normal;
    font-size: 1em;
    color:#333;
   	text-align:center;
	line-height:140%;
    margin: 0;
    padding: 0;
}


h1 { 
    padding:0 0 20px 0;
    font-family:Georgia, Time, "Time New Roman", serif;
    font-weight:normal;
    font-size: 2.4em;
    color:#000;
	line-height:160%;
	display:block;
	clear:left;
	position:relative;
	top:0px;
	text-align:left;
}

h2 {
	font-family:Georgia, Time, "Time New Roman", serif;
	font-weight:bold;
	font-size: 1.8em;
	color:#333333;
	line-height:200%;
	display:block;
	clear:left;
	position:relative;
	top:0px;
	text-align:center;
	margin: 8px 0;
}

h3 {
	font-family:Georgia, Time, "Time New Roman", serif;
	font-weight:bold;
	font-size: 1.3em;
	color:#000;
	line-height:140%;
	display:block;
	clear:left;
	position:relative;
	top:0px;
	text-align:center;
}


h4 {
	font-family:Trebuchet, Arial, "Verdana", serif;
	font-weight:bold;
	font-size: 1em;
	color:#666666;
	line-height:140%;
	display:block;
	clear:left;
	position:relative;
	top:0px;
	text-align: center;
	margin: 24px 0 0 0;
}

p {
	color:#444;
	font-weight:normal;
	line-height:140%;
	display:block;
	position:relative;
	text-align: left;
	margin: 0 0 12px 0;
	}


#wrapper {
	/*position: relative; */
	text-align:center;
	clear:both;
	position:relative;
} 

#pageHeaderWrapper,
#pageNavWrapper,
#contentWrapper,
#pageFooterWrapper {
	text-align:center;
	clear:both;
}

/* header ID layout */

#pageHeader {
	width:1000px;
    height:102px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
    background:transparent url(images/header_bk.jpg) no-repeat 1px 0;
}

#logo {
	float:middle;
	border:0;
}

/* pageNav ID layout */

#page {
	width: 1000px;
	margin: 0 auto;
	background: url(images/background.jpg) repeat-y;
	}

#pageNav {
	width:1000px;
	height:44px;
	margin: 0 auto;
	text-align:center;
	background:transparent;
	padding: 0 0 24px 0;
}

#pageNav ul {
	margin: 0;
	}

/* Content ID layout */

#content {
	width: 600px;
	float: left;
	margin: 0 0 0 36px;
	text-align: left;
	}

#sidebar {
	width: 320px;
	float: right;
	margin: 12px 8px 0 0;
	font-size: 16px !important;
	border-left: 1px solid #ccc;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar ul li ul {
	margin: 0 0 0 24px;
	}

#sidebar h2 {
	font-size: 16px !important;
	}

.content-homepage {
	width: 500px !important;
	}

.sidebar-homepage {
	width: 400px !important;
	border-left: 0 !important;
	}

.sponsor-badges {
	text-align: center;
	}

.donation-levels em {
	color: #993300;
	font-style: italic;
	}

#comment {
	width: 600px;
	}


/*
#content_home {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding:0 30px 0 30px;
	text-align:center;
    background:transparent;
}

#content {
	width:1000px;
	height:1050px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding:0 30px 05 30px;
	background:transparent url(images/line_bk.gif) repeat-Y scroll center center;
}

#content_long {
	width:1000px;
	height:2400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding:0 30px 0 30px;
    background:transparent url(images/line_bk.gif) repeat-Y scroll center center;
}
*/


/* pageFooter ID layout */

#pageFooter {
	font-size: .8em;
    padding: 40px 0 12px 0;
	width:920px;
    margin-left:auto;
	margin-right:auto;
	text-align: center;
	position:relative;
} 

/* column layout */

#col1 {
	width:50%;
	float:left;
}

#col2 {
	width:380px;
	margin-right:40px;
	float:right;
}

#col1_sub {
	width:580px;
	margin-left:40px;
	float:left;
}

#col2_sub {
	width:280px;
	margin-right:40px;
	padding-left:10px;
	float:right;
}

.img {
    margin-top:15px;
}

.img_a {
    float:left;
    margin:0 15px 0 0;
}

.img_b {
    float:left;
    margin:0 20px 20px 0;
    display:inline;
}

.module {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #aaa;
}


/* column block*/

.column1 {
	display:block;
	text-align:left;
	position:relative;
}


dl.column2 {
	margin-bottom:20px;
	padding-left: 10px;
}

dl.column2 dd {
	margin:0;
	font-size:1.6em;
	line-height:140%;
   	text-align:left;
}

dl.column2 dt {
	clear:left;
	display:block;
	float:left;
	font-size:1.6em;
	padding-right:10px;
}   

.spacer {
    clear:left;
}

.spacer_sectionbottom {
    clear:left;
    height:30px;
}

.spacer_pagebottom {
    clear:left;
}

/* basic text*/



.crewTop {
    padding:0 0 5px 0;
	line-height:160%;
}

.last
    padding-bottom:10px;
}


.intro {
	display:inline;
	color:#333;
	font-family:Georgia, Time, "Time New Roman", serif;
	font-size: 1em;
	font-weight:bold;
	line-height:100%;
}

#col1 p,
#col2 p {
    padding-bottom:20px;
}

#pageFooter p {
    padding-top:10px;
	font-size: 1.1em;
	text-align: center;
	}

/* basic link*/

a {
	text-decoration:none;
	color:#f7663b;
}

a img {
	border:0px;
}

a.selected,
a:hover {
	color:#f7663b;
}

a:visited,
a:visited img {
	border:0px;
}

ol li {
	text-align:left;
	line-height:160%;
	font-size: .9em;
}

ul li {
	list-style-type:disk;
	text-align:left;
	line-height:160%;
	font-size: .9em;
}

.list {
    margin-left:15px;
}

/* pageNave link */

.mainNav {
	margin-left:42px;
	text-transform: uppercase;
}

.rss li {
	list-style-type:none;
	display:inline;
	font-size:1em;
}

.mainNav li {
    margin-top:10px;
	height:20px;
	padding:0 10px 0 10px;
    font-family:Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.0em;
    font-weight:normal;
	color:#f7663b;
	line-height:20px;
	display:block;
	float:left;
	position:relative;
	border-left:1px solid #ccc;
}

.mainNav li a:hover,
.mainNav li a.selected,
.rss li a:hover,
.rss li a.selected {
	color:#000;
	text-decoration:none;
}

.nav_selected {
	color: #000 !important;
	}

.mainNav li.first {
    padding-left:0;
    border:0;
}

.rss {
	margin-right:48px;
}

.rss a {
	height:38px;
    font-family:Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.4em;
    font-weight:normal;
	color:#f7663b;
	line-height:38px;
	display:block;
	float:right;
	position:relative;
}

/* footer text*/

.page_footer {
	border-top:1px solid #aaa;
	font-family:Trebuchet, Arial, "Verdana", serif;
}

#pageFooterWrapper p {
    color:#62605e;
}

/*Rollover_top class */
.rollover_top {
    display:block;
    width:440px;
    height:182px;
    background:url(images/img_rocket_top.gif) no-repeat;
    text-indent:-9999px;
}

a.rollover_top:link, 
a.rollover_top:visited,
a.rollover_top:active {
    background:url(images/img_rocket_top.gif) no-repeat;
}

a.rollover_top:hover {
    background-position:-440px 0;
}

/*Rollover_middle class */
.rollover_middle {
    display:block;
    width:440px;
    height:138px;
    background:url(images/img_rocket_middle.gif) no-repeat;
    text-indent:-9999px;
}

a.rollover_middle:link, 
a.rollover_middle:visited,
a.rollover_middle:active {
    background:url(images/img_rocket_middle.gif) no-repeat;
}

a.rollover_middle:hover {
    background-position:-440px 0;
}

/*Rollover_bottom class */
.rollover_bottom {
    display:block;
    width:440px;
    height:105px;
    background:url(images/img_rocket_bottom.gif) no-repeat;
    text-indent:-9999px;
}

a.rollover_bottom:link, 
a.rollover_bottom:visited,
a.rollover_bottom:active {
    background:url(images/img_rocket_bottom.gif) no-repeat;
}

a.rollover_bottom:hover {
    background-position:-440px 0;
}


/*Rollover_girdle class */
.rollover_girdle {
    display:block;
    width:440px;
    height:186px;
    background:url(images/img_rocket_girdle.gif) no-repeat;
    text-indent:-9999px;
}

a.rollover_girdle:link, 
a.rollover_girdle:visited,
a.rollover_girdle:active {
    background:url(images/img_rocket_girdle.gif) no-repeat;
}

a.rollover_girdle:hover {
    background-position:-440px 0;
}


/*Rollover_leg class */
.rollover_leg {
    display:block;
    width:440px;
    height:229px;
    background:url(images/img_rocket_leg.gif) no-repeat;
    text-indent:-9999px;
}

a.rollover_leg:link, 
a.rollover_leg:visited,
a.rollover_leg:active {
    background:url(images/img_rocket_leg.gif) no-repeat;
}

a.rollover_leg:hover {
    background-position:-440px 0;
}

/*Turn off all browser link outlines*/
a {
    outline:none;
}


/* -------------------- Image viewer CSS ----------------------*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls/gallery/left_right_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#imgScreen {
	background:url(images/img_screen_back.jpg) no-repeat;
	margin:20px 0;
}

#screenOverlay {	
	display:block;
	clear:none;
	float:left;
	position:absolute;	
	z-index:100;
}

#screenMore {	
	clear:both:
	margin:0 auto;
	text-align: center;	
}

#screenMore img {
	margin-top:2px;
}

#gallery {width:380px; position:relative; height:82px; padding-top:306px; margin:0;}

#gallery img.left {width:55px; height:55px; padding:0 17px 0 15px; float:left;cursor:pointer;}
#gallery img.right {width:55px; height:55px; padding:0 0 0 18px; float:left;cursor:pointer;}

#gallery ul {list-style:none; padding:8px 0 0 0 !important; margin:0 !important; float:left;}
#gallery ul li {display:inline; width:36px; height:36px; float:left; margin:0 2px !important; border:1px solid #000; cursor:pointer; padding: 0  !important;}

#gallery ul li.hide {display:none;}

/* using background images */
#gallery ul li {background:#000 url('images/img_screen_thumb00.jpg') no-repeat;}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img { display:block; width:36px; height:36px;}

#gallery ul li.chosen {border-color:#000; cursor:default;}
#gallery ul li.chosen div {position:absolute; left:0; top:0; width:378px; height:298px; border:0; padding:0; overflow:hidden;}
#gallery ul li.chosen div i {display:table-cell; vertical-align:middle; text-align:center;} 
#gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto; border:1px solid #aaa; margin:0 auto;}
#gallery ul li.chosen span {display:block;}

.style1 {font-size: 24px;}
.style2 {font-size: 9px}
.style3 {
	font-size: 14px;
}
.style4 {
	color: #993300;
	font-style: italic;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.press_item {
	display:block;
	text-align:left;
	position:relative;
	line-height: normal;
}

.footer-admin-links {
	text-align: center;
	margin: 12px 0;
	}


.edit-link-container {
	margin: 24px 0px 6px 0px;
	font-family: helvetica, arial, sans-serif;
	clear: both;
	}

.edit-link {
	}

.edit-link img {
	margin: 0px 0px -3px 0px;
	}

.edit-link a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	background: #ff9;
	border-top: 1px solid #cc9;
	border-right: 1px solid #996;
	border-bottom: 1px solid #996;
	border-left: 1px solid #cc9;
	color: #660;
	}

.edit-link a:hover {
	border-top: 1px solid #996;
	border-right: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #996;
	}

.edit-link a span {
	text-decoration: none;
	}

.edit-link a:hover span {
	color: #330;
	text-decoration: none;
	}

.aktt_tweets {
	xfont-size: .9em;
	}

.aktt_tweets li {
	margin: 0 0 12px 0;
	line-height: 1.4em;
	}

.post-date {
	padding: 6px 0 0 0;
	}

.post-title {
	font-size: 1.8em;
	padding: 8px 0;
	margin: 0;
	line-height: 1em;
	}

.cat-post-item .post-title {
	font-size: 1em;
	}

