/*
Theme Name: Archimedies
Theme URI: http://maikeruon.com/webcomic/
Description: The perfect starter theme for building your own <a href="http://maikeruon.com/webcomic/">Webcomic</a> powered site.
Version: 1.0.0
Author: Michael Sisk
Author URI: http://maikeruon.com/
*/

/** Load the Cascade Failure CSS Framework */
@import url( 'includes/css/cf-reset.css' );
@import url( 'includes/css/cf-layout.css' );
@import url( 'includes/css/cf-typography.css' );

/** Page settings */
html    { margin: 0; background-color: #999; background-image:url('http://ghosts.digitalmidnight.org/images/graypattern.jpg'); background-repeat:repeat;}

/** Links */
a:link {color:#097720}      /* unvisited link */
a:visited {color:#10492c}  /* visited link */
a:hover {color:#13c196}  /* mouse over link */
a:active {color:#13c196}  /* selected link */

/** Set the site width */
.group { width: 899px; background-color: #224320; background-image:url('http://ghosts.digitalmidnight.org/images/whole-back.gif'); background-repeat:repeat-y; }
.innergroup { width: 630px; margin: auto; padding: 20px 10px 50px 10px; }

/** #head */
#head { height: 264px; }
#head .name        { font-size: 300%; line-height: 1em; margin: 0 0 .25em }
#head .description { font-size: 115%; font-style: italic; margin: 0 0 1em; }
#head .navi        { border-color: #176227; border-style: solid; border-width: 1px; list-style: none; margin: 0 0 15px 144px; padding: 0; width: 612px; float:left;}
#head .navi li     { float:left; }
#head .navi a      { display: block; padding: 1em; }
#head .navi ul     { display: none; }

/** .comic */
.comic .navi a              { margin: 0 0 0 1em; }
.comic .navi .current-comic { display: none; }

/** .blog-title */
.blog-title { font-size: 250%; margin: 10px 0 .5em; margin-left: 20px;}
.entry-text { margin-left:10px; margin-bottom:10px; padding:10px; border:2px dotted #807a52;}

/** .sidebar */
.sidebar { list-style: none; margin: 0; padding: 20px 0 0 0; text-align:right;}

.nav_links { margin: auto; width: 400px; }

#comic_start { float:left;}
#comic_end { float:right;}
#chapter_link { margin:auto; text-align:center; width:612px; }

p.side { font-size: 125%; width:210px; border:none}
p.bottom { padding-top:30px; }


/** #foot */
#foot { margin: 0; padding: 0; height: 80px; background-color:#224320; background-image:url('http://ghosts.digitalmidnight.org/images/footer-back.gif'); background-repeat:no-repeat; }