/*  
Theme Name: AO Notes
Theme URI: http://www.aonotes.com
Description: AO Notes Theme
Template: ao_notes
Version: 1.0
Author: Kathryn Swan / Chem Lab Design
Author URI: http://www.chemlabdesign.com
*/

html {
	min-width: 900px;
}

img {
	border: 0;
}

.suppress { display: none }


h1 {
	color: #000066;
	font: 21px tahoma, verdana, helvetica, arial, sans-serif;
	margin-bottom: 4px;
	margin-top: 0;
}

h2 {
	color: #000066;
	font: 19px tahoma, verdana, helvetica, arial, sans-serif;
	margin-bottom: 14px;
	margin-top: 0px;
}

h3 {
	color: #000066;
	font: 15px tahoma, verdana, helvetica, arial, sans-serif;
	margin-bottom: 6px;
	margin-top: 0;
}

h4 {
	color: #000066;
	font: 13px tahoma, verdana, helvetica, arial, sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
}


h5 {
	color: #000066;
	font: 15px tahoma, verdana, helvetica, arial, sans-serif;
}


h6 {
	color: #000066;
	font: 13px tahoma, verdana, helvetica, arial, sans-serif;
}

p {
	color: #000066;
	font: 14px tahoma, verdana, helvetica, arial, sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
}


a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


/* Body
---------------------------------- */
body {
	text-align: left;
	margin: 0;
	padding: 0;
	background: #B6CBDB;
}



/* Container
---------------------------------- */
#container {
    float: left;
    display: inline;
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: url(img/swirls.gif) no-repeat bottom right;
}

/* Container - Inner
---------------------------------- */
#container_in {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: url(img/swirls.gif) no-repeat top left;
}


/* Header
---------------------------------- */
#header {
	text-align: left;
	height: 127px;
	margin-left: 160px;
}


/* Footer
---------------------------------- */
#footer {
	clear: both;
	text-align: center;
	background: #B6CBDB;
	margin-top: 15px;
	padding-bottom: 10px;	
	border-top: 2px solid #ffffff;
	margin-left: 145px;
}

#footer h5 {
	font-size: 14px;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer h6 {
	font-size: 13px;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer p {
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Mailing List
---------------------------------- */
#ml {
	clear: both;
	text-align: center;
	width: 700px;
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;	
	border: 1px dashed #F5FAFC;
	color: #666666;
}



/* Columns
---------------------------------- */

#col1 {
	float: left;
	display: inline;
	width: 500px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 185px;
}






/* Begin Sidebar 
---------------------------------- */
#sidebar
{
	margin-top: 0px;
	margin-right: auto;
	margin-left: 720px;
	padding: 0px;
	text-align: right;
	border-left: 2px solid #F5FAFC;
	border-bottom: 2px solid #F5FAFC;
	}

#sidebar form {
	margin: 0;
	}


		
/* Begin Searchform 
---------------------------------- */
.searchform input {
  width: 90%;
  color: #666666;
  text-align: right;
}


/* Comments 
----------------------------------*/

#commentlist {
	margin: 5px;
	padding: 0;
	list-style-type: none;
}
#commentlist li {
	margin: 5px;
	padding: 0 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(img/comment.gif) repeat-y;
}
.commentalt {
	background: url(img/commentalt.gif) repeat-y !important;
}
.commentauthor {
	margin: 1em 0 0 0;
}
.commentauthor a {
	font-weight: bold;
}
.commentmeta {
    border-bottom: 1px solid #ffffff;
	margin-top: 0;
	margin-bottom: 10px;
}
#comment {
	width: 98%;
}

