/*
Theme Name: Bliss Nine
Theme URI: http://www.blissnine.com/
Description: Wordpress theme for Bliss Nine
Author: San Arena
Author URI: http://www.sanarena.com/
*/


body{
padding:0px;
margin:0px;
}

.san_page{
padding: 10px;
}
#san_page{
padding: 10px;
}
.nav_section a{
text-decoration: none;
}



/* Begin Typography & Colors */

	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 14px;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Tahoma', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 16px;
	text-transform: none;
	}

#commentform p {
	font-family: 'Arial', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 10px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 10px;
	}

a, h2 a:hover, h3 a:hover {
	color: #676767;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 8pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 9pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0px;
	text-align: justify;
	width: 545px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0px;
	}



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.postmetadata ul, .postmetadata li {
	display: inline;
	}

/* End Entry Lists */



/* Begin Form Elpxents */
#searchform {
	margin: 0px;
	padding: 5px 0px; 
	}
#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes thpx look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elpxents */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar #searchform #s {
	width: 110px;
	padding: 2px;
	}
#sidebar #searchform #searchsubmit {
	width: 60px;
	padding: 2px;
	}

form {
	margin: 0;
}


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	pxpty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

	
	
	
/* San Arena */


.navigation, #navigation{
font-size:9pt;
font-family: Verdana, Arial;
}

.linebr {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #9A9A9A;
	width: 100%;
	height: 1px;
	line-height: 1px;
}


.tempnav2 {
	BACKGROUND-POSITION: 50% 50%; BACKGROUND-IMAGE: url(http://www.blissnine.com/bn-headerback2.gif);
}
BODY {
	FONT-SIZE: 14px; COLOR: #5d471c; FONT-FAMILY: Garamond, Georgia, "Times New Roman", serif;
	background: #f6fbd9;
	margin: 0;
	padding: 0;
}
A:link {
	COLOR: #8ada4b; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #8ada4b; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #64b29f; TEXT-DECORATION: none;
}
A:active {
	COLOR: #64b29f; TEXT-DECORATION: none;
}
.u {
	FONT-SIZE: 14px; COLOR: #5d471c; FONT-FAMILY: Garamond, Georgia, "Times New Roman", serif; TEXT-DECORATION: underline;
}
.intro {
	FONT-SIZE: 14px; COLOR: #5d471c; FONT-FAMILY: Garamond, Georgia, "Times New Roman", serif;
}
.footer {
	FONT-SIZE: 10px; COLOR: #5d471c; FONT-FAMILY: "Century Gothic", "Trebuchet MS", Verdana, Arial;
}
.footer A:link {
	FONT-SIZE: 10px; COLOR: #8ada4b; FONT-FAMILY: "Century Gothic", "Trebuchet MS", Verdana, Arial; TEXT-DECORATION: none;
}
.footer A:visited {
	FONT-SIZE: 10px; COLOR: #8ada4b; FONT-FAMILY: "Century Gothic", "Trebuchet MS", Verdana, Arial; TEXT-DECORATION: none;
}
.footer A:hover {
	FONT-SIZE: 10px; COLOR: #64b29f; FONT-FAMILY: "Century Gothic", "Trebuchet MS", Verdana, Arial; TEXT-DECORATION: none;
}
.footer A:active {
	FONT-SIZE: 10px; COLOR: #64b29f; FONT-FAMILY: "Century Gothic", "Trebuchet MS", Verdana, Arial; TEXT-DECORATION: none;
}
.i {
	FONT-SIZE: 14px; COLOR: #5d471c; FONT-STYLE: italic; FONT-FAMILY: Garamond, Georgia, "Times New Roman", serif;
}
.blogheader {
	FONT-SIZE: 14pt; TEXT-TRANSFORM: none; COLOR: #63b29f; FONT-FAMILY: "Century Gothic", "Trebuchet MS", Verdana, Arial; FONT-VARIANT: small-caps;
}
.blogheader a {
	FONT-SIZE: 14pt; TEXT-TRANSFORM: none; color: #63b29f; FONT-FAMILY: "Century Gothic", "Trebuchet MS", Verdana, Arial; FONT-VARIANT: small-caps;
}
.blogheader a:visited {
	FONT-SIZE: 14pt; TEXT-TRANSFORM: none; color: #63b29f; FONT-FAMILY: "Century Gothic", "Trebuchet MS", Verdana, Arial; FONT-VARIANT: small-caps;
}
.blognavheader {
	FONT-SIZE: 18px; TEXT-TRANSFORM: lowercase; COLOR: #63b29f; FONT-FAMILY: "Century Gothic", "Trebuchet MS", Verdana, Arial;
}
#sidebar h2 {
	FONT-SIZE: 18px; TEXT-TRANSFORM: lowercase; COLOR: #63b29f; FONT-FAMILY: "Century Gothic", "Trebuchet MS", Verdana, Arial;
}


#sidebar ul{
padding: 0px;
list-style: none;
}
#sidebar ul li ul{
padding: 0 0 0 40px;
list-style: disc;
}

#sidebar {
padding:0px;
margin:0px;
margin-top:-15px;
}