/* @override http://levitationdesign.com/wp/wp-content/themes/levitation/style.css */

/*
Theme Name: Levitation
Theme URI: http://levitationdesign.com/
Description: Used for portfolio site at LevitationDesign.com
Version: 1.0
Author: Aaron Leavitt
Author URI: http://levitationdesign.com/
*/

html, body {
	height: 100%;
}


/*

Footer styles from themaninblue.com

*/

* {
  padding: 0;
  margin: 0;
}

* html .wrapper {
	height: 100%;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #5598c6;
}

a:hover {
	text-decoration: underline;
}

h2 {
	clear: both;
	font-size: 18px;
	font-weight: normal;
}

h2 a:hover, h2 a:visited, h2 a {
	text-decoration: none;
	color: #5598c6;
}

small {
	font-size: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#wrapper {
	width: 875px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0;
	overflow: hidden;
	min-height: 100%;
}

#headerimg {
	position: absolute;
	top: 0;
	right: 0;
}

#headerlines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 87px;
	background-image: url(http://levitationdesign.com/wp/wp-content/themes/levitation/images/HeaderLines.png);
}

#headerwrap {
	top: 0;
	left: 0;
	height: 87px;
	width: 100%;
	margin-bottom: 20px;
	background-image: url(http://levitationdesign.com/wp/wp-content/themes/levitation/images/HeaderLines.png);
}

#content {
	margin-left: 95px;
	margin-right: 30px;
	width: 560px;
	float: left;
	margin-bottom: 116px;
}

#commentform {
	margin-left: 25px;
	margin-right: 30px;
	width: 560px;
}

.post {
  margin-bottom: 20px;
}

.post p {
  line-height: 18px;
  margin-bottom: 10px;
}

.postmetadata {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
}

.postmetadata a {
  color: #666666;
}

#sidebar {
	font-size: 12px;
	margin-top: 30px;
	margin-right: 5px;
	width: 185px;
	float: right;
}
#sidebar ul {
	list-style: none;
	margin-bottom: 20px;
}
#sidebar li {
	margin-bottom: 15px;
}
#sidebar p {
	margin-bottom: 3px;
}
#sidebar h2 {
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 3px;
}

#footerwrap {
	position: relative;
	margin-top: -116px;
	height: 116px;
	clear: both;
	background-position: left;
	background-image:  url(http://levitationdesign.com/wp/wp-content/themes/levitation/images/FooterRepeat.png);
}
#footer {
	width: 800px;
	height: 116px;
	background-image:  url(http://levitationdesign.com/wp/wp-content/themes/levitation/images/FooterLeft.png);
}
#footer p {
	margin-left: 95px;
	padding-top: 35px;
	font-size: 9px;
}

/*Nav menu*/
#navlist {
	width:403px;
	height:52px;
	margin:0;
	padding:0;
	position:relative;
	left: 70px;
	top: 25px;
	background:url(http://levitationdesign.com/wp/wp-content/themes/levitation/images/Menu.png);
}
#navlist li {
	list-style:none;
	position:absolute;
	top:0;
}
#navlist li, #navlist a {
	height:52px;
	width: 101px;
	display: block;
	text-indent:-300em;
	line-height: 52px;
	overflow:hidden;
}
#nav01 {
	left:0px;
	width:101px;
}
#nav01 a:hover {
	background: transparent url(http://levitationdesign.com/wp/wp-content/themes/levitation/images/Menu.png) 0px -52px;
}
#nav02 {
	left:101px;
	width:101px;
}
#nav02 a:hover {
	background: transparent url(http://levitationdesign.com/wp/wp-content/themes/levitation/images/Menu.png) -101px -52px no-repeat;
}
#nav03 {
	left:202px;
	width:101px;
}
#nav03 a:hover {
	background:transparent url(http://levitationdesign.com/wp/wp-content/themes/levitation/images/Menu.png) -202px -52px no-repeat;
}
#nav04 {
	left:302px;
	width:101px;
}
#nav04 a:hover {
	background:transparent url(http://levitationdesign.com/wp/wp-content/themes/levitation/images/Menu.png) -303px -52px no-repeat;
}

/* Search form */
#searchform {
  text-align: left;
  width: 100%;
  margin: 10px auto;
}

.narrowcolumn .portfolio {
	float: left;
	width: 140px;
	text-align:center;
	margin:0 0 15px;
	padding:0;
}
.narrowcolumn .portfolio a {
	font-size:16px;
}
.narrowcolumn .portfolio img {
	margin: 10px 3px;
}

.bigimg {
	margin: 5px auto 12px;
}
