/*
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: 2em;
	background-image: url(../../../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

/** Set the site width */
.group {
	width: 950px;
}

/** #head */
#head {
	top: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0.25em;
	margin-left: auto;
	height: 210px;
	width: 950px;
}

#head .name        {
	font-size: 300%;
	line-height: 1em;
	top: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0.25em;
	margin-left: auto;
}
#head .description { font-size: 115%; font-style: italic; margin: 0 0 1em; }
#head .navi        { border-color: #ccc; border-style: solid; border-width: 1px 0;float: left; list-style: none; margin: 0 0 1em; padding: 0; width: 100%; }
#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;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.comic .navi .current-comic { display: none; }



/** #foot */
#foot {
	border-top: 1px solid #ccc;
	margin: 0em;
	padding: 0em;
}