/*
Theme Name: Ghost Jail
Theme URI: http://www.dec0de.org
Description: Ghost Jail Theatre Co. 
Version: 2.0
Author: Taylor Neill
Author URI: http://www.dec0de.org
*/


<title>Ghost Jail Theatre</title>
<IMG SRC="devin and tegan.jpg"
images/bg3.gif
url(http://www.ghostjail.com/images/bg3.gif)

body {
	margin: 0;
	padding: 0;
	background: transparent left top repeat;
	font-size: 13px;
	text-align: left;
}

body, th, td, input, textarea, select, option {
	font-family: Lucida Sans Unicode, Lucida Grande, Times, serif;
}

h1, h2, h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, Times, serif;
	font-weight: normal;
	color: #EEEEEE;
}

h1 {
	letter-spacing: -1.0px;
	font-size: 3em;
}

h2 {
	letter-spacing: -0.5px;
	font-size: 18px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 180%;
}

blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Lucida Sans Unicode, Lucida Grande, Times, serif;
	color: #66A342;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color:#EEEEEE;

}

a:hover {
	color:#2893c8;
}


hr {
	display: none;
}

/* Header */

#topbg {
	width: 800px;
	height: 7px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 800px;
	height: 309px;
	margin: 0 auto;
	background: url(http://www.ghostjail.com/home/wp-content/uploads/2010/10/alistair-Kaitlin-email-200x300.jpg) repeat left top;  
}


#header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 52px;
	padding: 190px 0 0 35px;
	color: #EEEEEE;
}

#header p {
	margin-top: -20px;
	padding: 0 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	font-family: Lucida Sans Unicode, Lucida Grande, Times, serif;
	color: #EEEEEE;
	text-transform: lowercase;
}

#header a {
	text-decoration: none;
	color: #EEEEEE;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	min-height: 100px;
	padding-top: 20px;
	background: url(images/trans.png) repeat left top;
	overflow:hidden;
}

/* Content */

#content {
	background: transparent;
	float: left;
	width: 530px;
	margin: 0;
	padding-left: 30px;
	color: #EEEEEE;
}

.post {
	padding: 0px 0 0 0;
}

.title {
	padding: 0 20px 5px 0px;
	font-size: 26px;
	border-bottom: 2px #666666 dashed;
	margin-right: 20px;
}

.title a {
	text-decoration: none;
	color: #EEEEEE;
}

.title h1 {
	padding: 0;
	margin: 0;
}

.pagetitle {
}

.byline {
	margin: -10px 20px 0 0px;
	text-align: right;
}

.meta {
	text-align: left;
	padding: 0px 20px 5px 0;
	font-family: Lucida Sans Unicode, Lucida Grande, Times, serif;
	font-size: 12px;
	margin-right: 20px;
}

.meta .more {
}

.meta .comments {
	background: url(images/img07.jpg) no-repeat left 50%;
	padding-left: 25px;
}

.meta a {
	/* color: #66A342; */
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding: 0px 20px 0px 0px;
}

.last {
	border: none;
}

/* Sidebar */
#sidebar {
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 6000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#333333',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('GhostJail').start();
</script>
}
#sidebar {
	float: right;
	width: 210px;
	margin-bottom: 10px;
	padding-right: 30px;
	background: transparent;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding-top: 16px;

}

#sidebar li ul {

	margin-left: 20px;
	padding: 0;
}

#sidebar li li {
	margin: 0 0 0 0;
	line-height: 25px;
	border-bottom: 1px #444444 dotted;
}

#sidebar h2 {
	margin: 3px 3px 0 20px;
	height: 35px;
	font-size: 18px;
	border-bottom: 2px #666666 dashed;
}

#sidebar a {
	font-size: 14px;
	letter-spacing: -0.3px;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
	background: #FFFFFF url(images/img05.gif) repeat-x;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	color: #EEEEEE;
	opacity: 0.7;
	background: url(images/img01.gif) no-repeat left top;
	margin-bottom: 0px;
}

#footer p {
	margin: 0;
}

#footer p a {
	/* color: #69B536; */
}

#castTable td {
	padding-bottom: 30px;
}

img { border: none; }

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

