/*  
Theme Name: chaotic
Theme URI: http://tevanalexander.com/
Description: A minimalist design.
Version: 0.1
Author: Tevan Alexander
Author URI: http://tevanalexander.com/
*/

@charset "utf-8";
/* CSS Document */

* {
margin:0;
border:0;
outline:0;
padding:0;
}

h2 {
font-size:21px;
font-weight:bold;
}

body {
background:#bfc4a4 url(/notes/images/bg-top.jpg) repeat-x center top;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-size:16px;
color:#2f3221;
}

#wrapper {
margin: 0 auto;
width:1000px;
}

#header {
background:url(/notes/images/bg-header.jpg) no-repeat center top;
height:240px;
}

#logo {
	width:1000px;
	text-indent: -30000px;
}

#logo h1 a {
	display:block;
	height:240px;
	width:1000px;
	background-color:transparent;
}

#content {
background:url(/notes/images/bg-content-top.jpg) no-repeat center top;
padding:65px 150px;
}

p {
margin-top:15px;
}

a {
text-decoration:none;
color:#116FE1;
}
a:visited {
text-decoration:none;
color:#116FE1;
}
a:hover {
text-decoration:none;
color:#116FE1;
}
a:active {
text-decoration:none;
color:#116FE1;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.clear {
clear:both;
}
