/*
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/
*/

* {
  padding: 0;
  margin: 0;
}

* html #content {
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;
}

h1 {
	font-size: 21px;
	font-weight: normal;
}

h2 {
	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: 70px;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}

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

#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: 25px;
	margin-right: 30px;
	width: 560px;
	float: left;
}

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

.post {
  clear: both;
  margin-bottom: 20px;
  margin-top: 35px;
}

.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;
	width: 185px;
	float: right;
}
#sidebar ul {
	list-style: none;
	margin-bottom: 20px;
}
#sidebar h2 {
	font-weight: normal;
	font-size: 14px;
}

#footerwrap {
	/*margin: -116px auto 0 auto;*/
	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 {
	margin:0 0 15px 0;
	padding:0;
}

.narrowcolumn p, .widecolumn p {
	margin: 10px 0 15px 0;
}

.narrowcolumn .portfolio h2 {
	margin: 0 0 5px 0;
}

.narrowcolumn .portfolio img {
	margin: 0 0 7px 0;
}

.narrowcolumn .portfolio hr {
	width: 442px;
}

.widecolumn .entry ul {
	padding-left: 35px;
}

#comment {
	width: 560px;
}

.commentlist .comment {
	margin: 5px;
	padding: 5px;
	/*border-color:  #6f6f6f;
	border-style: solid;
	border-width: 1px;*/
}

.commentlist {
	list-style: none;
}

.commentlist .author_comment {
	background-color: #d6d6d6;
	margin: 5px;
	padding: 5px;
	border-color:  #d0d0d0;
	border-style: solid;
	border-width: 1px;
}

.commentlist .commenthead {
	width: 100%;
	border-bottom-style: solid;
	border-color: #6e6e62;
	border-width: 1px;
	margin-bottom: 15px;
}

.commentlist p {
	margin-bottom: 10px;
}

.commentlist .avatar {
	float: right;
}

.comments_author {
	font-size: 105%;
	border-bottom-style: solid;
	border-width: 1px;
	border-color:  #bfbfaa;
}

.linklist {
	list-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.linktitle {
	padding-top: 15px;
}

/*Contact sheet text area*/
#your-message {
	color: #F00;
	width: 560px;
}