@charset "UTF-8";

/* Global Content Formatting and Styles */

body { 
	color: #000; /*type colour*/
	line-height: 2em;
	font-family: Verdana;
	font-size: 16px; /* BASE FONT SIZE - all others "em" are proportional to the base */
	background: #985dBa url("../images/pixel_bg_rough.jpg"); 
	background-image: url("../images/pixel_bg_rough.jpg") repeat-x 0px 0px;
}

.page {
	max-width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #ffffff;
}

h1 { font-size: 2em; font-weight: normal; color: #000; margin: 0 0 5 0; }
h2 { font-size: 1.7em; margin: 0 0 5 0; }
p { margin: 0 0 .25em 0; }
a { color: #985dBa; }
a:hover { color: #3399ff;}

footer { font-size: 0.85em; color: #fff; background-color: #000; padding: 10px 10px 10px 10px; }


nav a {
/* targets links insde the nav area*/
	color: #985dBa;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block; /* makes anchors like an img tag with dimensions */
	font-weight: bold;
	font-size: 0.9em;
}

nav a:hover { color: #3399ff;}

.squishy { width: 100%; max-width: 400px;}
.squishycomic { width: 100%; max-width: 700px;}

.promo { text-align: center;}

.clear-fix { clear: both; line-height: 1px; }

#tweecool {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#tweecool img { 
	border:1px solid #000;
	float: left;
	margin: 0px 10px 20px 0px;
}

#tweecool ul li {
	clear: both;
	list-style: none;
	font-size: 0.9em;
	color: #000;
	background: #C19ED6;
	border: 1px solid #fff;
	min-height: 50px;
	padding: 5px;
}

.tweets_text {
	clear: both;
}

#tweecool ul li span {
	display: block;
	font-style: italic;
	font-size: 0.8em;
}

.bookslider {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#lightSlider img {
	border: 1px solid #333;
	box-shadow: 5px 5px 5px #999;
	max-height: 250px;
	max-width: 100%;
}
#lightSlider .lslide {
	text-align: center;
}

#lightSlider p {
	font-size: 0.8em;
	margin-bottom: 1em;
}
#lightSlider ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table {
    border: 1px solid rgb(135, 62, 153);
    padding: 15px;
}
th {
    border: 1px solid;
    padding: 15px;
}
tr {
    border: 1px solid rgb(61, 158, 93);
    padding: 20px;
    margin: 10px;
}
td {
    border: 1px solid;
    padding: 5px;
    text-align:center;
    line-height: 2em;
}

.spoiler, .spoiler2{ 
    color: black; 
    background-color:black;
  }
  
  .spoiler:hover{
    color: white;
    }
  
  .spoiler2:hover { 
    background-color:white; 
    }