/* STUFF HAPPENS (template) */

/* General Stuff */

body{
    font: 12px arial, sans-serif;
    color: #000;
    margin: 0; padding: 0;
    margin-bottom: 50px;
    background: url(http://stuffhappens.comicdish.com/gfx/background.gif) repeat;
    }

.button a
{
  color: #000;
  background-color: #f0f0f0;
  padding: 2px 11px;
  border: 2px outset #fafafa;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

/* Logo */

h1 {
    font-family: Comic Sans MS, cursive;
    text-align: left;
    font-size: 16pt;
    display: block;
    height: 80px;
    width: 696px;
    background-image: url(http://stuffhappens.comicdish.com//gfx/Logo_default.gif);
    }

.logo_storyline {
    float: right;
    margin-top: 4px;
    clear: both;
    height: 30px;
}

.logo_title {
    float: right;
    margin-top: 20px;
    clear: both;
    height: 40px;
}

.storyline_drop select {
  color: #000;
  background-color: #f0f0f0;
}


/* Links */

.button a:link {
		color: Red;
	}

.button a:visited {
		color:  Maroon;
	}

.button a:active {
		color: Blue;
		background-color: #FEFF66;
	}

.button a:hover {
		color: Red;
		background-color: Yellow;
	}

#holder{
    position: relative;
    left: 50%; top: 0;
    width: 720px; height: auto;
    margin-left: -375px; margin-bottom: 50px;
    padding-bottom: 25px;
    text-align: center;
    }

#header{
    width: 700px;
    vertical-align: bottom;
    text-align: center;
    margin: 0px 0px 7px 0px;
    }

#TopStuff {
    font-size: 8pt;
}

h2 {
    text-align: left;
    margin-right: 220px;
    }

/* Comic Image */

.comic_container {
	float:left;
	position:relative;
	left:50%;
	padding-top:10px;
}
.comic_center {
	float:left;
	position:relative;
	left:-50%;
}
.comic_outerwrap {
	position:relative;
	overflow:hidden;
}

.outer {
    background-color:#D9D9D9;
    margin:0.4em;
    border: 1px thin red;
    }

.inner {
    position:relative;
    top:-0.4em;
    right:0.4em;
    background-color:#CCFF99;
    border: 1px solid black;
}

.comicshadow {
    margin: 4px 0px 0px 5px;
    width: auto;
    background: url(http://hypergraphia.comicdish.com/gfx/shadowdark.gif) repeat;
    position: relative; /*IE needs this to show float properly*/
    }

.comiccontent{
    position: relative;
    padding: 2px;
    top: -5px; /* these two define the shadow 'offset'*/
    left: -5px; /*...*/
    background: #C4E1C7;
    color: black;
    border: 1px solid #2E595C;
    background-color: #FFF;
    }

.floatclear {
    display:inline-block;
    width:100%;
}
/* Hide from IE-mac \*/
* html .floatclear {
    height:1%;
    width:auto;
}
.floatclear {
    display:table;
}
/* End hide from IE-mac */

.img-shadow {
    float:left;
    background: url(http://stuffhappens.comicdish.com/gfx/shadowAlpha.png) no-repeat bottom right !important;
    background: url(http://stuffhappens.comicdish.com/gfx/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

/* Author Notes */

.notes_container {
    text-align: right;
    font-size: 12pt;
    border: 1px solid black;
    }

.notes_odd,
.notes_even {
    display: block;
    width: 130px;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_blank.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

.notes_even {
    float: right;
}
.notes_body {
    margin-left: 145px;
    display: block;
    width: 400px;
    text-align: left;
    font-size: 12pt;
    padding-bottom: 5px;
    }

.notes_image_art,
.notes_image_alternative,
.notes_image_cinema,
.notes_image_photography,
.notes_image_hypergraphia,
.notes_image_laura,
.notes_image_links,
.notes_image_people,
.notes_image_pegasus,
.notes_image_queerstuff,
.notes_image_slurl,
.notes_image_talesofthegalli,
.notes_image_tdor {
    height: 100px;
}

.notes_image_art {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_art.gif);
}

.notes_image_alternative {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_alternative.gif);
}

.notes_image_cinema {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_cinema.gif);
}

.notes_image_photography {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_photography.gif);
}

.notes_image_hypergraphia {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_hypergraphia.gif);
}

.notes_image_laura {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_laura.gif);
}

.notes_image_links {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_links.gif);
}

.notes_image_queerstuff {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_queerstuff.gif);
}

.notes_image_people {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_people.gif);
}

.notes_image_slurl {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_slurl.gif);
}
.notes_image_talesofthegalli {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_talesofthegalli.gif);
}

.notes_image_tdor {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_tdor.gif);
}

.notes_image_pegasus {
    background-image: url(http://stuffhappens.comicdish.com/gfx/notes_pegasus.gif);
}



.hidden_notes_image_art,
.hidden_notes_image_alternative,
.hidden_notes_image_cinema,
.hidden_notes_image_photography,
.hidden_notes_image_hypergraphia,
.hidden_notes_image_laura,
.hidden_notes_image_links,
.hidden_notes_image_pegasus,
.hidden_notes_image_people,
.hidden_notes_image_queerstuff,
.hidden_notes_image_slurl,
.hidden_notes_image_talesofthegalli,
.hidden_notes_image_tdor {
    visibility: hidden;
}

.invisible_if_notes__map,
.invisible_if_notes__description
{
    display: none;
}

#BottomStuff{
    text-align: center;
    font-size: 10pt;
    background-color: #d3d3d3;
    }

/* Comments */

.comments {
    font-size: 8pt;
    border: none;
    border-spacing: 10px;
    }


.comments_text_even {
	color: maroon;
	font-size: 11pt;
	margin: 5px;
	font-family: serif;
}

.comments_text_odd {
	color: blue;
	font-size: 11pt;
	margin: 5px;
	font-family: Tahoma, Arial, sans-serif;
}

.comments tr > td:first-child {
    text-align: right;
    margin: 5px;
    }

/* Comments form */

#comment_form {
    font-size: 8pt;
    color: #996666;
    font-weight: bold;
 }


textarea,
select {
 background-color: #FFF5EE;
 color: #996666;
}

/* c */

.links_link {
	font-variant: small-caps;
	font-size: 12pt;
}

.links_text {
	font-family:  sans-serif;
	font-size: 10pt;
}

.hidden_default
    {
    display: none;
    }

.text_section, .plain_text {
    display: block;
    visibility: visible;
    text-align: left;
    font-size: 14pt;
    font-family:  serif;
    }


#footer_bar{
    display: block;
    height: 38px;
    width: 692px;
    background-image: url(http://hypergraphia.comicdish.com/gfx/Footer.gif);
    }