/*  
Theme Name: ComicPress
Theme URI: http://mindfaucet.com/comicpress/
Description: A customizable theme for publishing comics.
Version: 2.1
Author: Tyler Martin
Author URI: http://mindfaucet.com/

	ComicPress 2.1
	 http://mindfaucet.com/comicpress/

	This theme was based on the WordPress default Kubrick theme.
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* MAIN SECTIONS */

body {
  margin: 0;
  background: #000000;
  background-image: url(http://giantspacelizard.com/images/Starry.jpg);
  background-position: top left;
  background-repeat: repeat;
  color: #000;
  font: 10px Arial, Sans-Serif;
  text-align: center;
  /* Uncomment to make the background non-scrolling
  background-attachment:fixed; */
  }
	
#header {
  margin: 0 auto;
  width: 760px;
  text-indent: 205px;
  text-transform:uppercase;
  }

#headerbar {
  margin: 0 auto;
  width: 760px;
  /* padding: 10px 0 10px 300px; */
  background: #2d4337;
  /* border-bottom: 1px solid #252525;
  background-image: url(http://giantspacelizard.com/images/LizardScalesBar.jpg);
  background-position: top center;
  background-repeat: no-repeat;  */
  }

#comic {
  margin: 0px auto;
  width: 760px;
  background: #CCCCCC;
  /* border-bottom: 1px solid #C0C0C0; */
  }

#page {
  margin: 0px auto;
  width: 760px;
  background-color: #CCCCCC;
  text-align: left;
  }
    
#sidebar {
  margin: 0 0 0 545px;
  padding: 7px 0 10px 10px;
  width: 190px;
  border-left: 2px groove #C0C0C0;
  border-bottom: 2px groove #C0C0C0;
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  }

#footer {
  margin: 20px 0 0 0;
  padding: 10px 0;
  padding-top: 50px;
  width: 760px;
  height: 100px;
  /* border-top: 1px solid #C0C0C0; */
  background-color: #CCCCCC;
  text-align: center;
  font-size: x-small;
  background-image: url(http://giantspacelizard.com/images/BottomBar.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
/*  background-image: url(http://www.giantspacelizard.com/images/LizardScales.jpg);
  background-position: top left;
  background-repeat: repeat; */
  color: #999999;
  }

#footerclear {
  clear: both;
  }

#comicarchiveframe {
  margin: 20px 0 10px 0;
  padding: 5px 0 5px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #aaa;
  border-bottom: 2px solid #555;
  border-left: 2px solid #777;
  width: 400px;
  }
  
#comicarchiveframe a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: .50;
  opacity: .50;
  }

a.teeth {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Sans-Serif;
}

table.TopOfMain {
  background-image: url(http://www.giantspacelizard.com/images/TopOfMain.jpg);
  background-position: 216px 0px;
  background-repeat: no-repeat;
}

/* POST STRUCTURE */

.narrowcolumn {
  margin: 0;
  padding: 5px 0 0px 20px;
  float: left;
  width: 500px;
  }
  
.blogheader {
  margin: 0;
  padding: 0;
  float: left;
  width: 545px;
  border-top: 2px groove #C0C0C0;
  }

#leftcontainer {
  margin: 0;
  padding: 0;
  float: left;
  width: 545px;
  }



.post {
  margin: 0;
  text-align: justify;
  }

.post .entry a:or(not([href^="http://giantspacelizard.com"]),not([href^="http://creativecommons.org"])) {
  display:inline-block;
  padding-right:14px;
  background:transparent url(http://giantspacelizard.com/images/ExternalLink.gif) center right no-repeat;
  }


.commenttext {
  font-size: 12px;
}

.commenttext a:not([href^="http://giantspacelizard.com"]) {
  display:inline-block;
  padding-right:14px;
  background:transparent url(http://giantspacelizard.com/images/ExternalLink.gif) center right no-repeat;
}

.narrowcolumn .postmetadata {
  padding-top: 5px;
  }


/* HEADERS */

h1, h1 a, h1 a:hover {
  text-indent:-1000em;
  margin: 0;
  padding: 0 0 0 5px;
  color: #FFFFFF;
  font-family: Times, Serif;
  font-size: 50px;
  font-weight: normal;
  text-align: left;
  letter-spacing: -2px;
  display:block;
  height:100%;
  }

h2 {
  margin: 0;
  font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
  font-weight: bold;
  font-size: 19px;
  }

h2.pagetitle {
  margin: 10px 0 0 0;
  padding: 0 0 5px 0;

  text-align: left;
  font-size: 19px;
  }

#sidebar h2 {
  margin: 5px 0 0;
  padding: 0;
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  }

h3 {
  margin: 30px 0 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
  font-weight: bold;
  }

.post h3 {
  border-bottom: 2px solid #7D7D7D;
  }

h3.comments {
  margin: 40px auto 20px ;
  padding: 0;
  }

/* FONTS */

a {
  color: #000000;
  text-decoration: underline;
  }

a:hover {
  color: #FF6666;
  text-decoration: none;
  }

.headernav {
  margin: -15px 5px -10px 0;
  float: right;
  font-size: 40px;
  font-weight: bold;
  }

.headernav a {
  color: #FF0000;
  }

.footer p,a{
  /* color: #999999; */
}

.footer p,a:hover{
  /* color: #999999; */
}

.headernav a:hover {
  color: #FFFFFF;
  text-decoration: none;
  }
  
.headerbarlinks {
  padding: 4px 0 0 10px;
  color: #2d4337;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 4px;
  }

.headerbarlinks a{
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  }

.headerbarlinks a:hover{
  color: #FF6666;
  text-decoration: none;
  letter-spacing: 0;
  }

.comicnav {
  padding: 3px 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  float: right;
  }

.comicnav a {
  color: #333;
  }

.comicnav a:hover {
  color: #FF6666;
  text-decoration: none;
  }

.comicdate {
  font-size: 15px;
  font-weight: bold;
  }
  
#content {
  font-size: 12px;
  }

.narrowcolumn .postmetadata {
  text-align: right;
  }

.alt {
  }

small {
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  }

.description {
  margin: -3px 0 0 0;
  padding: 0px 0 10px 30px;
  color: #555555;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 2px;
  text-align: left;
  }

.commentlist li, #commentform input, #commentform textarea {
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  }
  
.commentlist li {
/*  font-weight: bold;*/
  overflow: auto;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  }

.commentlist p {
  font-weight: normal;
  text-transform: none;
  }

.commentmetadata {
  font-weight: normal;
  }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  color: #7D7D7D;
  }
  
code {
  font-family: 'Courier New', Courier, Fixed;
  font-size: 12px;
  }

acronym, abbr, span.caps {
  font-size: 10px;
  }

p img {
  padding: 0;
  max-width: 100%;
  }

.navigation {
  margin: 10px 0 30px 0;
  text-align: center;
  display: block;
  }


/* LISTS */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px; 
  list-style: none; 
  padding-left: 10px;
/*  text-indent: 30px; */
  } 

html>body .entry li {
  margin: 7px 0 8px 10px;
  }

.entry ol {
  margin: 0;
  padding: 0 0 0 108px;
  }

.entry ol li {
  margin: 0;
  padding: 0;
  }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }
  
#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
  margin: 0 0 15px 0;
  list-style-type: none;
  list-style-image: none;

  }



#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;

  }

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;

  }

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;

  }

ol li, #sidebar ul ol li {
  list-style: decimal outside;

  }

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
  list-style-type: circle;
  color: #000000;
  }

#sidebar_on_page li {
  padding: 0px 100px 0px 100px;
  list-style-type: none;
}

#sidebar_on_page li li {
  margin: 3px 0 0;
  padding: 0;
  list-style-type: circle;
  color: #000000;
}


/* FORMS */

#commentform textarea, #s, #author, #email, #url, select, textarea {
  padding: 2px;
  background: #FFFFFF;
  color: #555555;
  border: 1px solid #BBBBBB;
  }
  
#commentform #submit, #searchsubmit, #searchsubmitclear, #sortsubmit {
  color: #7F0000;
  background: #DDDDDD;
  border: 1px solid #BBBBBB;
  }
  
#commentform #submit:hover, #searchsubmit:hover, #searchsubmitclear:hover, #sortsubmit:hover {
  color: #FF0000;
  background: #7F0000;
  }

#searchsubmitclear {
  margin: 0 0 0 3px;
  }

#commentform #submit {
  margin: 0;

  float: right;
  }
  
#commentform input {
  margin: 5px 5px 1px 0;
  padding: 2px;
  width: 170px;
  }

#commentform textarea {
  width: 100%;
  }

#commentform p {
  margin: 5px 0;
  }

#sidebar #searchform #s {

  padding: 2px;
  width: 108px;
  }

#sidebar #searchsubmit {
  padding: 1px;
  }

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align: center;
  }

select {
  width: 130px;
  }

#sidebar form {
  margin: 0;
  }


/* COMMENTS */

.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
  }

.commentlist p {
  margin: 10px 5px 10px 0;
  }

.nocomments {
  margin: 0;
  padding: 0;
  text-align: center;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }


/* VARIOUS */

hr {
  height: 2px;
  background-color: #7D7D7D;
  color: #7D7D7D;
  border: 0px;
  }

a img {
  border: none;
  }

.center {
  text-align: center;
  }

acronym, abbr, span.caps {
  cursor: help;
  }

acronym, abbr {
  border-bottom: 1px dashed #999;
  }

blockquote {
  margin: 10px;
  padding: 5px 10px 5px 20px;
  border: 1px solid #ddd;
  border-left: 5px solid #ddd;
  }

blockquote cite {
  margin: 5px 0 0;
  display: none;
  }

.commentlist {
  margin: 0;
  }
  
.narrowcolumn .postmetadata.alt {
  text-align: left;
  background: #F7F7F7;
  border-top: 1px solid #7D7D7D;
  border-bottom: 1px solid #7D7D7D;
}


/* SIDEBAR WIDGETS */


.latestcomics {
  font-family: Arial, Sans-Serif;
  }

select.archivedropdown {
  width: 150px;
  border: 1px solid #BBBBBB;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 11px;
  color: #333333;
  }

li.archivedropdown {
  padding-left: 19px;
  }


/* CALENDAR */

#wp-calendar a {
  text-decoration: none;
  }

#wp-calendar caption {
  padding: 0;
  width: 100%;
  color: #7D7D7D;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;

  }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  }

#wp-calendar {
  margin: 0 auto 0;
  width: 155px;
  empty-cells: show;
  }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  background: #DDDDDD;
  display: block;
  }

#wp-calendar a:hover {
  background: #7F0000;
  }

#wp-calendar td {
  padding: 0;
  text-align: center;
  border: 1px solid #BBBBBB;
  }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; }

/* Thompkins added the following. */

img.clickablecomic {
  border: 3px black solid;
}

img.clickablecomicnoborder {
}

/* END */
