 /* Biojewellery Diary Stylesheet ****************************************/

body {
	margin: 10px 10px 0px 0px;
	background: #90AEB6;
	font-family: Arial, Helvetica, sans-serif;
	
	/*
	font-family: 'Courier New', Courier, mono;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	*/
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #90AEB6;
}

a:visited {
	color: #90AEB6;
}

a:active {
	color: #90AEB6;
}

a:hover {
	background-color: #90AEB6;
	color: white;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* container id **********************************************************/

#container {
	margin-right: auto;
	margin-left: auto;

	padding: 0px;
	width: 620px;
	
	text-align: left;
	
	background-color: white;
}

/* banner id *************************************************************/

#banner {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	height: 100px;
	width: 271px;
	
	/*
	background-image:url(images/logo.gif);
   background-repeat:no-repeat;
   background-position: 0px 0px;
	*/
}

/* stuff id */

#stuff {
	width: 620px;
	margin: 0px;
	padding: 0px;

	background-color: white;
	text-align: left;
	
	float: left;
}

/* content id ************************************************************/

#content {
	width: 420px;
	margin: 0px;
	padding: 0px;

	float: left;
}

	/* headline */
#content h3 {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	
	margin-bottom: 5px;
}

	/* date */
#content h2 {
	font-size: 11px;
	text-align: left;
	
	margin-bottom: 10px;
}

#content p {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

#content p.posted {
	border-top: 1px solid #90AEB6;
	text-align: left;
	
	padding: 3px 0px 0px 0px;
	margin-top: 12px;
	margin-bottom: 20px;
}

#content blockquote {
}

#content li {
	line-height: 150%;
}

/* entry class ***********************************************************/

.entry {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	/*
	float: none;
	margin-left: 180px;
	width: 420px;
	*/
}

/* sidebar id ************************************************************/

#sidebar {
	padding-left: 20px;
	width: 160px;

	text-align: left;
	line-height: 150%;
	
	float: left;
	margin-bottom: 20px;
}

#sidebar .section {
	margin-bottom: 20px;
}

#sidebar h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	
	/*
	text-transform: uppercase;
	letter-spacing: .3em;
	*/
}

#sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

#sidebar ul ul {
	margin-bottom: 0px;
}

#sidebar li {
	text-align: left;
	
	list-style-type: none;
}

/* nav id ****************************************************************/

#nav {
	margin-bottom: 20px;
}

/* comment stuff *********************************************************/

#comment-data {
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
	width: 80%;
}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}


/* search class **********************************************************/

.search {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#trackbacks {
	font-weight: bold;
	
	margin-top: 20px;
	margin-bottom: 10px;
}

#comments {
	font-weight: bold;

	margin-top: 20px;
	margin-bottom: 10px;
}