Description: Theme base for Aspect - Comic Genesis
Author URI: http://aspectstory.comicgenesis.com

* { margin:0; padding:0; }

html,body { height: 100%;
	margin:0;
	width: 100%;
	padding:0;
	text-algin: center;
}

body
{
	background: #006;
	color:	#DFF;
	font-family: "Myriad Pro","Gill Sans", Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
}

p { text-indent: 2em; margin-top: 1em; margin-bottom: 0; }

a {
	color:	#3FF;
	text-decoration: none;
}
a:hover {
	color:	#FFF;
	text-decoration: underline;
}

a:visited {
    color: #3CC }

#hdr0 {
	background: #FFF;
	margin: 0 px auto;
}

#hdr {
	background: #4a6388 url('images/background.png') repeat-x center top;
	margin: 0px auto;
	height:	175px;
}

ul {
    background: #006 url('images/button.png');
	list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 275 px;
    left: 3em }
    
ul li {
    padding: 0.75em;
    spacing: 5 px;
    border-bottom: .25em solid #4a6388;
    border-top: .25em solid #4a6388 }

#comment {
		text-align: left;
		padding-left: 1em;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-right: 1em;
		}

#comic {

    background: #000066 url('images/button.png');
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
    padding-bottom: 1em;
    text-align: center;
}

#sig {
    margin-top: 1em;
	margin-left: 3em;
	margin-right: 3em;
	bottom: 1em;
    padding-top: 1em;
    border-top: thick dotted;
    text-align: left;

    }
    
