/*
Theme Name: Bliss Blog
Theme URI: http://wordpress.org/
Description: Bliss Blog
Version: 0.1
Author: Andrew Crowe
Author URI: http://astekweb.com/
Tags: rotating header, fixed width, two columns, widgets

	BlissBlog v1
	 http://dday.com/

*/



/* Begin Typography & Colors */
html *
	{
	margin:0;
	padding:0;
	}
body {
	margin:0;
	padding:0;
	font-size: 75%; /* Resets 1em to 12px (12/16 = .75) */
	font-family:sans-serif;
	background: #2a6399;
	color: #666;
	text-align: center;
	}

#page {
	width: 969px;
	text-align: left;
	}
	
#supernav{
	font-size:.83em;
}
#supernav a:link { 
	color: #666;
	text-decoration: underline; 
	}
#supernav a:visited { 
	color: #999;
	text-decoration: underline; 
	}
#supernav a:hover { 
	color: #426792;
	text-decoration: underline; 
	}

#content {
	font-size: 1em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font-size: 1.2em;
	line-height: 1.1em;
	font-family:"Times New Roman", Times, serif;
	}

.widecolumn {
	line-height: 1.5em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size: .83333em;
	line-height: 1.2em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	/*border-left: 1px solid #ddd;*/
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	}

h2.pagetitle {
	font-size: 1.5em;
	}

#sidebar h2 {
	color:#69C;
	font-size: 1.5em;
	line-height:1.6em;
	font-weight:normal;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h3 { /* , h2 a:visited, h3 a:visited, h2 a, h3 a */
	color: #000;
	font-weight:normal;
	background-color:#c2d82e;
	padding:5px;
	font-size:18px;
	text-transform:none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
/*
.entry p a:visited {
	color: #B85B5A;
	}
*/
.nullcomments{
	font-weight:bold;
	color:#69C;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
/* TJH - 10/27/09 - added the following to fix problems in FF2 */
	float:left;
	border-left:5px solid #2a6399;
/* -- end -- */
	}
#sidebar .head {
	font-size:1em;
	line-height:1.5em;
	color:#69C;
	width:180px;
	height:300px;
	margin:10px 0;
	}

small{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em; 
	line-height: .95em; 
	text-transform: uppercase;
	margin:0;
	}
	
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

#sidebar a:link,
#sidebar a:visited {
	color:#63707F;
	font-size:.916666em;
	line-height:1.16666em;
	text-decoration:underline;
	}

#sidebar a:hover {
	color:#333;
	}

#sidebar #tag_cloud a{
	text-decoration:none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color:#666;
	}

h2 a:hover, h3 a:hover {
	color: #69C;
	text-decoration: underline;
	}

a:hover {
	color: #69C;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
	}

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 Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto 20px;
	padding: 0;
	width: 969px;
	overflow:hidden;
	}
	
#supernav{
	list-style:none;
	margin:0;
	padding:10px 7px 10px 20px;
	height:14px;
	text-align:right;
	}
#supernav li{
	display:inline;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	border-right:1px solid #63707F;
	}
#supernav li.last{
	border-right:none;
	margin:0;
	padding:0;
	}

#header {
	height:auto;
	width:969px;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
#header .home{
	width:171px;
	height:32px;
	margin:20px 0 25px;
	padding:0;
	display:inline; /* IE6 double margin bug fix */
	float:right;
	}

#inspirehome {
        float: left;
	margin: 0;
	padding:0;
	width:200px;
	height:150px;
	}

#headerimg {
	float: right;
	clear: right;
	padding:0;
	width:418px;
	height:60px;
	}
	
#headerimg .description {
	padding-left:10px;
	}

#contentwrapper{
	margin:15px 0 0;
	position:relative;
	width:100%;
	}
	
#contentwrapper .capbottom{
	width:100%;
	height:9px;
	padding:0 0 0 1px;
	margin:0 0 0 -1px;
	}
	
#content{
	overflow:hidden;
	}

.narrowcolumn {
	float: left;
	padding: 0 9px 0 0;
	margin: 0;
	width: 658px;
	}

.widecolumn {
	margin:5px 0 0;
	padding:10px 0 20px;
	width:100%;
	}

.post {
	text-align: left;
	border-bottom:1px solid #9FC1E6;
	margin: 0 0 0 20px;
	padding:20px 20px 20px 0;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0 8px 0 20px;
	padding:20px 20px 20px 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
.narrowcolumn .postmetadata p {
	margin:0 0 0 110px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
.postmetadata .photo{
	float:left;
	margin:0 20px 0 0;
	padding:0 20px 0 0;
	border-right:1px solid #999;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.
*/

.entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	list-style: disc;
	
	/*text-indent: -10px;*/
	}

.entry li {
        padding-left: 10px;
	/*margin: 7px 0 8px 10px;*/
	}
/*
.entry ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding:5px 24px 5px 17px;
	}
#sidebar ul li:last-child {
	background:none;
	padding-bottom:0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul {
	margin: 5px 0 10px 0;
	width:100%;
	list-style:none;
	}
#sidebar ul ol {
	margin: 5px 0 10px 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
	
#sidebar ul li.widget_categories ul li {
	margin-top:0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
	
#sidebar ul ul li {
	margin: 3px 0 0 -9px;
	padding:0 0 0 9px;
	width:100%;
	}
	
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	background:none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
	font-size:1em;
	line-height:1.33333em;
	}

#sidebar #searchform #s {
	padding:0 2px;
	position:relative;
	top:-1px;
	width:100px;
	}

#sidebar #searchsubmit {
	border: none;
	margin: 0;
	padding:0 4px 5px 0;
	width: 61px;
	height: 25px;
	cursor:pointer;
	color:#69C;
	text-transform:lowercase;
	}

#sidebar #searchsubmit:hover {
	background-position:top right;
	}
	
#sidebar #searchsubmit:focus {
	background-position:top left;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
#respond{
	padding:20px 27px 20px 20px;
	}
.alt {
	margin: 0;
	padding: 10px;
	background-color:#F8F8F8;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	border-left:none;
	}
.alt small{
	font-family:Sans-Serif;
	font-size:0.9em;
	line-height:1.5em;
	text-transform:none;
	}

.commentlist {
	padding: 0 20px;
	margin: 0 8px 0 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	background-color:#fff;
	margin:0 0 0 auto;
	padding:10px 0 10px;
	width:297px;
	overflow:hidden;
	position:relative;
	}

#sidebar .subscriberss{
	display:block;
	padding:0 0 0 31px;
	height:22px;
	}

#sidebar .subscribeemail{
	display:block;
	padding:0 0 0 31px;
	height:22px;
	}

#sidebar a.subscriberss,
#sidebar a.subscribeemail{
	line-height:22px;
	}
	
#sidebar acronym, #sidebar abbr {
	border-bottom:none;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-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 */



/* CSS Buttons */
.graphical, .button, .button_at{
	position:relative;
	overflow:hidden;
	display:block;
	outline:none;
}
.graphical img, .button img, .button_at img{
	border:none;
}
.button_at{
	cursor:default;
}

.button{
	cursor:pointer;
}

.graphical{
	cursor:default;
}

.graphical span, .button span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
	top:0;
	left:0;
}
.button_at span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:left top;
	top:0;
	left:0;
}
.button:hover{
	border:none;
    text-decoration:none;
}
.button:hover span{
	background-position:right top;
}
/* End CSS Buttons */





/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0;
	}

h2 {
	margin: 0 0 10px;
	}

h2.pagetitle {
	margin: 30px 0 0 20px;
	text-align: left;
}
.narrowcolumn h2 {
	width:600px;
	}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
#comments {
	padding:0 20px;
	}
/* End Headers */



/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 20px 27px 60px 20px;
	}

.narrowcolumn .navigation {
	width:auto;
	margin-right:20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#header {
height:268px;
position:relative;
z-index:99;
}
#logo {
float:left;
}
#top_right {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#4581B1 none repeat scroll 0 0;
float:left;
height:119px;
padding-top:7px;
position:relative;
width:639px;
z-index:99;
}
#phone {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/phone_bg.jpg) no-repeat scroll left bottom;
height:87px;
text-indent:-9999px;
}
#menu {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/menu_bg.jpg) repeat-x scroll left bottom;
height:32px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
position:relative;
z-index:99;
}
#menu li {
float:left;
min-height:1%;
position:relative;
z-index:99;
}
#menu a {
border-left:1px solid #1570B4;
color:#FFFFFF;
display:block;
float:left;
font-size:12px;
height:13px;
line-height:12px;
padding:10px 12px;
position:relative;
text-decoration:none;
text-transform:none;
z-index:99;
}
#menu a:hover, #menu li.on a, #menu li.on, #menu li:hover, #menu li.sfhover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/menu_on_bg.jpg) repeat-x scroll left bottom;
min-width:1%;
}
#menu li:hover li:hover, #menu li.sfhover li.sfhover, #menu li.on {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
#menu li ul {
background-color:#C1D82F;
border:0 none;
left:-999em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:1px;
margin-top:33px;
position:absolute;
width:180px;
z-index:99;
}
#menu li:hover ul, #menu li.sfhover ul {
left:0;
width:180px;
}
#menu li.on li a {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent none repeat scroll 0 0 !important;
}
#menu ul a, #menu li ul li {
color:#FFFFFF;
float:none;
height:auto;
line-height:14px;
}
* html #menu li, * html #menu ul a, * html #menu li ul li {
height:1%;
}
* html #menu li, * html #menu li ul li {
display:inline;
}
#menu ul a {
border-bottom:1px solid #FFFFFF;
border-color:#FFFFFF;
padding:8px 12px;
width:155px;
z-index:99;
}
#menu ul a:hover, #menu li ul li.on a {
}
#menu ul a:hover, #menu li.on li a:hover {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent url(/images/menu_on_bg.jpg) repeat-x scroll left bottom !important;
}
#menu li ul ul {
margin:-31px 0 0 180px;
z-index:99;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li:hover ul ul ul ul ul {
left:-9999em;
}
#menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
left:auto;
z-index:99;
}
* html #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul, #menu li.sfhover ul ul ul ul ul {
display:none;
height:33px;
left:auto;
}
* html #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
display:block;
z-index:99;
}

/* NEW CLASSES */
ul.sidebar_linklist
	{
	list-style-type:disc !important;
	}
/*li.sidebar_linklist */
#sidebar a:link, #sidebar a:visited
	{
	font-size:15px !important;
	color:#0094d5 !important;
	text-decoration:none !important;
	}
/*li.sidebar_linklist */
#sidebar a:hover
	{
	text-decoration:underline !important;
	}
li.sidebar_linklist
	{
	list-style-type:disc;
	margin-bottom:7px !important;
	}

.post_credit, .more-link
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	text-transform:uppercase;
	}
.postinner a:link, .postinner a:visited
	{
	color:#227bbc;
	text-decoration:none;
	}
.postinner a:hover
	{
	text-decoration:underline;
	}

.page_nav
	{
	}
	
.page_nav a:link, .page_nav a:visited
	{
	border:1px solid #AAC639;
	color:#AAC639;
	text-decoration:none;
	padding:2px;
	margin-left:3px;
	}
.page_nav a:hover
	{
	background-color:#AAC639;
	color:#fff;
	}
.page_nav_active
	{
	border:1px solid #AAC639;
	background-color:#AAC639;
	color:#fff;
	text-decoration:none;
	padding:2px;
	margin-left:3px;	
	}
#sidebar .widget {
	list-style-type: none;
	list-style-image: none;
	padding:5px 24px 23px 17px;
	}
	
#sidebar h2 {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:26px;
	color:#c2d82e;
	background-color:#FFFFFF;
	background:url(images/sidebar_h2_hr.gif) no-repeat bottom;
}

#footer span, #footer a {
	color:#F7F7F6;
	padding:0 10px;
}

.userphoto {
	float:left;
	padding-top: 10px;
	width: 90px;
}

.entry {
	float:left;
	padding-top: 10px;
	width: 520px;
}

.sharethisbutton {
	bottom:-5px;
	left:89px;
	position:relative;
}

.entry p {
	padding-bottom:10px;
}

.hi {
	background:#FFFFFF;
}

#navigation {
	padding-bottom:20px;
}

.tags {
        padding-top: 20px;
}

#directories a:link, #directories a:link{
font-size: 13px !important;
}