	/*
    Theme Name: Cube Aerial
    Theme URI: http://cube.auroraproject.net/
    Description: A lighter theme for my blog
    Version: 0.5
    Author: Ian [Atrus] Gazzotti
    Author URI: http://cube.auroraproject.net/
  */

body {
	background:#fff url(images/bottom.jpg) bottom right no-repeat;
	font-family: Verdana, "Verdana Ref", Arial, sans-serif;
	color: black;
	text-align:left;
	margin:0px;
	padding:0px;
}

A	{
	text-decoration:none;
	color:#336699
}
A:visited {
	color:#003366
}
A:hover	{
	color:#c00;
	text-decoration:underline;
}
a img {
	border: none;
}

H1 {
	text-align:center;
	font-weight:700;
	font-size:2.8em;
	margin:auto;
	text-transform:uppercase;
}
H2 {
	font-size:1.2em;
	font-weight:700;
	margin:1em 0px;
	text-align:left;
	clear:right;
}
H3 {
	font-size:1em;
	font-weight:700;
	text-align:left;
}

IMG {
	max-width:100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

FORM {
	margin:0px;
}
OPTION {
	padding:.1em;
	font-size:.9em;
}
SELECT {
	font-size:.8em;
}

#header {
	margin:auto;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background:transparent;
}
#header H1 {
	margin:auto;
	text-align:center;
	margin-bottom:0px;
}
#description {
	font-size:.8em;
	font-weight:bold;
	margin-top:0px;
}

#menu	{
	background:transparent;
	position:absolute;
	left:0px;
	top: 225px;
	border: dotted #01d thin;
	margin:.5em;
	padding:.3em;
	max-width:12em;
}

#menu UL {
	margin:0px;
	padding:2px .2em .2em .2em;
	list-style-type:none;
}
#menu LI {
	margin:0px;
	padding:0px .2em;
	list-style-type:none;	
}
#menu LI H2 {
	font-weight:bold;
	font-size:.8em;
	margin-bottom:.2em;
	margin-top:.2em;
}
#menu A:link, #menu a:visited, #menu a:hover {
	font-size:.7em;
	text-decoration:none;
}

#content {
	background:transparent;
	padding: 1em 1em 3em 1em;
	font-size:90%;
	margin: 0px 2em 280px 13.2em;
}

#commentlist {
	font-size:90%;
}

#footer {
	text-align:left;
	margin-top:.5em;
	background:transparent;
	font-size:80%;
	margin-left:.6em;
	clear:both;
}
#footer HR {
	margin-left:0px;
	max-width:27%;
	color:black;
	border: thin solid #111;
	background: #222;
}

.post {
	background: url(images/cubeline4.jpg) 0% 100% no-repeat;
	padding-bottom:54px;
	margin-bottom: .4em;
}
.post h2:before { 
	content: "\5b87 \0020"; 
	font-size:110%
}
.navigation {
	padding-bottom:1.5em;
	font-size:90%;
	border-top: dotted #01d thin;
	border-bottom: dotted #01d thin;
}
.entry {
	margin-left:1em;
}
.postmetadata {
	font-size:80%;
}
.alignleft {
	float:left;
	margin-right:.5em;
	margin-bottom:.5em;
}
.alignright {
	float:right;
}
.cleft {
	clear:left;
}
.cright {
	clear:right;
}
.cboth {
	clear:both;
}