/*
Theme Name: sonus1
Description: Clarisonus experimental theme
Author: John Atwood
Version: 0.1
*/

/***************************************************************************/
/* HTML Tags */
/***************************************************************************/

body {
	background-color:#FDF5E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
}

h1 {
	margin:0px;
	padding:0px;
	
}

h2 {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}	

a:link {
	color: #773339;
}

a:visited {
	color: #773339;
}

a:hover {
	text-decoration:underline;
	color:#377FCC;
}

/***************************************************************************/

.page {
	max-width: none;
	min-width: 750px; 

  	font-size:8pt;
	position:relative;
	padding:0px;
	margin:0 auto;
	text-align:left;
}

/***************************************************************************/

.post-title:link, .post-title:visited, .post-title:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15pt;
	font-weight: bold;
	letter-spacing: 0.03em;
	color:#000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px
}

.post-content, .comment-content {
	font-size:10pt;
}

.post-time, .post-author {
	font-size:9pt;
	color:#003366;
	padding: 5px 0px 0px 15px;
	background-color: #FFFFFF;
}

.post-metadata {
	font-size:8pt;
	color:#003366;
	background-color: #FFFFFF;
	padding-left:3em;
}

/***************************************************************************/

.left-sidebar {
	width:155px;
	left:0px;
	font-size:8pt;
	top:110px;
	position:absolute;
}

.right-sidebar {
	width:178px;
	right:0px;
	font-size:8pt;
	top:107px;
	position:absolute;
}

.left-title {
 	color:#000000;
	background-color:#FAF0E6;
	border-color:#AAAAAA;
	width:145px;
	border-width: 1px 0px 0px 0px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 5px 5px 5px 5px;
	margin-bottom:0px;
}

.left-text {
	color:#000000;
	background-color:#FAF0E6;
	border-color:#AAAAAA;
	width:144px;
	border-width: 0px 0px 0px 0px;
	border-style:solid;
	padding: 1px 5px 5px 7px;
	margin-bottom:0px;
}

.right-title {
	color:#000000;
	background-color:#FAF0E6;
	border-color:#AAAAAA;
	width:168px;
	border-width: 1px 0px 0px 0px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 5px 5px 5px 5px;
}

.right-text {
	color:#000000;
	border-color:#AAAAAA;
	background-color:#FAF0E6;
	width:168px;
	border-width: 0px 0px 0px 0px;
	border-style:solid;
	padding: 1px 5px 5px 5px;
	font-size:8pt;
	margin-bottom:0px;
}

.center-title {
	color:#000000;
	background-color:#FFFFFF;
	border-color:#C5C4BC;
	margin-left:155px;
	margin-right:178px;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;	
}

.center-text {
	border-color:#C5C4BC;
	margin-left:155px;
	margin-right:178px;
	color:#000000;
	background-color:#FFFFFF;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	padding:1em;
	margin-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
}

.left-text ul, .right-text ul {
	list-style-type:none;
	padding-left:7px;
	margin-top:0px;
	margin-left:0px;
}

.left-text li,  .right-text li {
	margin-top:3px;
}

.footer {
	margin-left:155px;
	margin-right:178px;
	font-size:10px;
	text-align:center;
	position: relative;
	color:#000000;
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	margin-bottom:5px;
	margin-top:0px;
}

/* Comments Styles */

.comment-header {
	border:0px;
	padding:5px 10px;
	border-style:solid;
	background-color:#e7e6de;
}

.comment-text {
        padding:0px 10px;
	border-color:#e7e6de;
	border-width:1px;
	border-style:solid;
	background-color:#f8f7ef;
}

.comment-list .odd-comment, 
.comment-list .even-comment {
	font-size:12px;
	margin-bottom:15px;
}

.comment-list {
	font-size:12px;
	padding:0px;
	margin:0px;
}

.comment-date{
 	color:#999999;
 	font-size:7pt;
}

.comment-edit-link {
 	color:#999999;
 	font-size:7pt;
}
.comment-metadata {
	font-size:8pt;
	color:#003366;
	background-color: #FFFFFF;
  padding-left:3em;
}

.comment-instructions {
	border-color:#C5C4BC;
	margin-left:155px;
	margin-right:178px;
	color:#000000;
	background-color:#FFFFFF;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	padding:1em;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}


/* Single post */
.single-post-metadata {
/*	font-size:8pt; */
	/*font-style:italic;*/
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding:1em;
	clear:both;
	color:#003366;
	background-color: #F8F7EF;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC
}

img {
	border-width:0px;
	padding: 0;
	max-width: 100%; 
}

img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline; 
}

img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.right { float: right; }
.left { float: left; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h3#respond, h3#comments {
	color:#000000;
}

.even-comment {
}

.odd-comment, .even-comment{
	/*background-color:#f8f7ef;*/
}

.bottom-page-nav, .top-page-nav {
	font-size:10pt;
	color:#003366;
	text-align:center;
	background-color:#FFFFFF;
}


/***************************************************************************/
/* Dum, dum dum dum, Don't touch this! */
/***************************************************************************/
/* IE Hack (http://www.positioniseverything.net/easyclearing.html) - Begin */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* IE Hack - End */
/***************************************************************************/


.header {
	margin: 0px; 
	height: 107px; 
	width: 1122px;

/*	_width: 750px;  */
	background-color:#AABBCC;   
	margin-bottom:0px;
	border-width: 0px;
	padding-left: 2px;
}

.blog-name {
	color: #FFFFFF;
	font-family:'Times New Roman', Times, serif;
	letter-spacing: 0.05em;
	font-size:34pt;
	font-weight:bold;
	text-decoration:none;
	top: 40px;
	padding-top: 0px;
	padding-left: 20px;
}

.blog-description {
	color: #FFFFFF;
	font-family:'Times New Roman', Times, serif;
	font-size:14pt;
	font-weight:normal;
	padding-left: 25px;
}
