/* CSS Document */


/* Standard Styles
----------------------------------------------------------------------- */
body {
	font-weight: normal;
	padding: 0px;
    font-size:.875em; /* 16x1.0=16 */
    line-height:1.25em; /* 16×1.25=20 */
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	color:#2c1f13;
	*font-size:small;
	*font:x-small;
}

html, body {
	height: 100%;
  	margin: 0 0 1px;
}

#bodywrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	background-image: url(../images/background_beach.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #f0e7d8;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}


/*Opacity Effect works on IE 5.5+ and Mozilla Browsers*/

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}


/* Page Structure
------------------------------------------------------------------------ */

/* Underlayer - This layer sits beneath the site to fill in the background
area when the footer sticks to the bottom
------------------------------------------------------------------------ */

#underlayer {
	position:absolute;
	z-index:-1000;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
	
}
#underwrapper {
	position:absolute;
	width:960px;
	margin-left: -480px;
	left: 50%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:none;
}


/* contentarea
------------------------------------------------------------------------ */

#contentbackground {
	width:auto;
	background:none;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
	
}
#contentwrapper {
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:none;
	padding: 0;
	margin: 0 auto;
    text-align: left;
}
#content {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#badge {
	width: 100%;
	height: auto !important;
	vertical-align: middle;
	padding: 0;
	margin-bottom:10px;
	text-align: left;
}
#badge img {
	vertical-align: middle;
	margin-right:10px;
}



/* Mast Head Styles
------------------------------------------------------------------------ */

#mastheadbackground {
	width:100%;
	background:none;
	height:auto;
	margin: auto;
    text-align: center;
	
}

#mastheadwrapper {
	width:960px;
	height:auto;
	background:none;
    text-align:left;
	margin:auto;
}

#header {
	width: 100%;
	padding: 0px;
	background:none;
	margin: auto;
	height:380px;
	margin-top:0px;
}

#slideshow {
	width: 860px;
	padding: 0px;
	background-color: #000;
	margin: auto;
	height:666px;
	border: solid #000;
	margin-top:2px;
	border-width: 0px 2px 2px 2px;
}


#my_slideshow {
	width:860px;
	height:666px;
	z-index:1;
}

/* Pushspace Styles
------------------------------------------------------------------------ */

#pushspacebackground {
	width:100%;
	background: #282828;
	height:auto;
	margin: auto;
    text-align: center;
	
}
#pushspacewrapper {
	width:960px;
	height:auto;
	background:none;
    text-align:left;
	margin:auto;
}

#pushspacehead {
	width: 100%;
	padding: 0px;
	background-image: url(../images/pushspace_head.jpg);
	margin: auto;
	height:30px;
	margin:auto;
}

#pushspace {
	width: 100%;
	padding: 0px;
	background: #282828;
	margin: 0;
	height: auto;
	margin:auto;
}

#pushspacecontent {
	width: 746px;
	padding: 0px 0px 0px 0px;
	background: #2c1f13;
	margin: auto;
	height: auto;
	margin:auto;
}


#pushspacefoot {
	width: 100%;
	padding: 0px;
	background-image: url(../images/pushspace_foot.jpg);
	margin: auto;
	height:30px;
	margin:auto;
}


/* Stickyfooter 
------------------------------------------------------------- */

#push {
	height: 200px; /* .push must be the same height as .footer */
	
}

#spacer {
	height: 40px;
	width:100%;
	
}

/* Footer Styles
------------------------------------------------------------------------ */
#footerbackground {
	position: relative;
	height:200px;
	width:100%;
	background-color: #f0e7d8;
    text-align: center;
	margin: auto;
}

#footerwrapper {
	position: relative;
	width:960px;
	height:200px;
	background:none;
	margin: 0 auto;
}

#footer {
	position: relative;
	background:none;
	width: 100%;
	margin: auto;
	height:120px;
	padding-top:20px;
	text-align:center;
	font-size:12px;
}
#footer li {
	display: inline;
}
#footer a {
	text-decoration: none;
}

#footer a:link {
	color: #eae1da;
}

#footer a:linked {
	color: #eae1da;
}
#footer a:visited {
	color: #eae1da;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}


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

#onecolumn {
	width:960px;
	margin-right:0px;
	float:left;
	padding:0px;
}

#leftwrapper { 
 margin: 0px;
 padding: 0px;
 height: auto;
 width: 660px;
 float: left;
}

#leftwide { 
 margin: 0px 10px 0px 10px;
 padding: 0px;
 height: auto;
 width: 640px;
 float: left;
}

#leftnarrow { 
 margin: 0px 10px 0px 10px;
 padding: 0px;
 height: auto;
 width: 600px;
 float: left;
}

#left { 
 margin: 0px 10px 0px 0px;
 padding: 0px;
 height: auto;
 width: 400px;
 float: left;
}

#center { 
 float: right;
 margin: 0px 0px 0px 10px;
 padding: 0px;
 height: auto;
 width: 220px;
}

#right { 
 margin: 0px 10px 0px 10px;
 padding: 0px;
 height: auto;
 width: 280px;
 float: right;
}

#gallery { 
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 100%;
 display: inline;
}


/* Form Styles
------------------------------------------------------------------------ */

#mainForm{
	padding: 0px;
	margin: 0px;
}

#mainForm div label{
	display: block;
	width: 80px;
	text-align: right;
	padding-right: 5px;
	float: left;
}

#message{
	border: 1px solid #000;
	background: #990000;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

fieldset {border:0; padding:0; margin:0;}
fieldset p {padding-top:5px;}
label {text-transform:uppercase; display:block; color:#738075; font:14px/18px Arial, Helvetica, sans-serif;}
label.opt {display:inline; text-transform:none; line-height:20px !important; color:#738075; font-weight:normal !important;}
fieldset input, textarea, select {font:12px/15px Arial, Helvetica, sans-serif; color:#333; margin:0 5px 10px 0; border:1px solid #c2c4ba; border-width:1px 0 0 1px; background:#fff; padding:5px 3px 4px 3px;}
fieldset input, fieldset select, textarea {width:400px;}
input:focus, textarea:focus, select:focus {border-color:#71736d;}
input.button {padding:2px 8px; background:#3d6351 !important; border:0; color:#fff !important; font-weight:bold; display:inline; border:1px outset #3d6351 !important; cursor:pointer; margin-bottom:0; width:auto !important;}
input.button:hover {border-color:#1b90a5 !important; background:#1b90a5 url(/ui/media/images/general/hovers.gif) !important;}
fieldset input.opt {border:none; padding:0; width:auto !important; margin:2px 5px 8px 0; vertical-align:middle; background:none;}
code {font:12px/14px Consolas, "Courier New", Courier, monospace; background:#daddd1;}
.rqrd {font-weight:bold; color:#788f1e; font-family:Verdana, Arial, Helvetica, sans-serif;}
input.largerCheckbox {width: 18px;height: 18px; margin: 0px 10px 0px 0px; padding: 0;}


/* YUI Reset and Fonts
------------------------------------------------------------------------ */

/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset {
	border:0;
}

img {
	padding:0px;
	margin:0px;
	border-style: none;
}


td {
	vertical-align:top;

} 

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/*fonts.css*/

table {
	font-size:
	inherit;
	font:100%;
}

select, input, textarea {font:99% arial,helvetica,clean,sans-serif;
}

pre, code {font:115% monospace;*font-size:100%;
}


/* Base Typograhy Settings */


/* Body */
:focus {
	outline:0;
}


/* Headings
----------------------------------------------- */

.pageLabel { /* formerly the h10 */
	font-size: 2em;
	color: #fff;
	margin: 0;
	line-height: 1.25em; /* 16×1.125=18 */
}


h1 {
	color: #1b90a5;
	margin:30px 0 20px 0;
    line-height:1.25em; /* 16×1.125=18 */
	font-size:22px;
	font-weight:normal;
	font-family: "Georgia", Times, Times New Roman, serif;
}


h2 {
	color: #2b2b2b;
    font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-align:left;
	margin: 1.5em 0 .75em;
	text-transform: lowercase;
	line-height: 40px;
	font-size: 1.2em;
	font-variant: small-caps;
}

.date {
	color: #2b2b2b;
    font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-align:left;
	margin: 0px;
	text-transform: lowercase;
	font-size: 1.2em;
	font-variant: small-caps;
}

.articleheadline {
	color: #639eb3;
	font-size:2.0em;
	margin:0px 0 20px 0;
    line-height:1.25em; /* 16×1.125=18 */
}

h3, h4, h5, h6, h7 {
	color: #639eb3;
	margin:0px 0 0px 0;
    line-height:1.25em; /* 16×1.125=18 */
}

h3 {font-size:1.0em;}
h4 {font-size:1.0em;}
h5 {font-size:1em;}
h6 {font-size:0.9em;}
h7 {font-size:0.8em;}

/* Paragraph Text */
p, pre {
    line-height:1.25em; /* 16×1.125=18 */
	margin:10px 30px 10px 0px;
}	

p2 {
	font-size:.9em;
	margin:10px 40px 10px 0px;
}
	
/* Block Level Type Styles */

blockquote {margin:1em 2em 1em 1em;}
address {} del {} ins {} pre {}

blockquote.callout {
margin: 0;
padding: 0;
width: auto;
border-top: 4px dotted #E9E9E9;
border-bottom: 4px dotted #E9E9E9;
background: transparent url("../images/quote_left.jpg") no-repeat 10px 15px;
}
blockquote.callout p {
padding: 20px 40px 20px 60px;
color: #727272;
font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
font-size: 125%;
line-height: 1.3;
background: transparent url("../images/quote_right.jpg") no-repeat 460px 95px;
}
blockquote.callout p.link {
padding-top: 0;
text-align: right;
font-size: 90%;
}
blockquote.callout p.link a {
text-decoration: underline;
color: #66004F;
}

/* Inline Type Styles */
abbr, acronym { border-bottom: 1px dotted #333; cursor: help; }
strong {font-weight:bold;}
em, dfn, cite {font-style:italic;}


/* Links */

a:link	{
	color: #3d6351;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color: #3d6351;
	font-weight:bold;
	text-decoration: none;
} 

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

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

ul.downloads {
	font-size: 12px;
    line-height:1.0em; /* 16×1.0=16 */

}

.downloads {
	font-size: 12px;
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	color:#2c1f13;
	text-transform: none;
	font-variant: normal;
	*font-size:small;
	*font:x-small;	
}

a:link.downloads {
	color: #ff6600;
	font-weight:bold;
	text-decoration: none;
}

a:visited.downloads {
	color: #ff6600;
}


a:hover.downloads {
	color: #1b90a5;
}

.clear {
	clear:both;
}

/* Lists */


.bullets {
	list-style-image: url(../images/mybullet.gif);
	font-size:12px;
	padding-left: 12px;
	margin-bottom:6px;
}

.city {
	font-size:95%;
	font-style:italic;
	color: #3e5273;
}

.horizontalrule {
	margin: 10px 0px 10px 0px;
}

/* Satellite for Flickr Styles  GLOBAL
------------------------------------------------------------- */

div#title {
	float: left;
}
div#menu {
	float: right;
}
.photo {
	margin: 10px;
}
div#photos a img {
	vertical-align: bottom;
	border: solid 8px #fff;
}
div#photos a:hover img {
	border-color: #ff6600;
}
div#photos a:hover {  /* wakeup IE */
	border-width: 0;
}
div#photos {
	color: #FFFFFF;
	font-size:11px;
	line-height:1.2;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-bottom: 50px;
}
div#otherContent{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
div#otherContent p {
	text-align: justify;
}

div#homeImg {
	background-color: #333333;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
}

div#homeImg img {
	border: 1px solid white;
}
div#permalink {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
div#permalink img {
	border: 8px solid white;
}
div#top {
	height: 25px;
	background-image: url(../images/corners_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
div#bottom {
	height: 25px;
	background-image: url(../images/corners_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#contactImg {
	width: 660px;
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 50px;
}
div#contactImg img {
	border: 1px solid white;
}
div#contactDiv {
	width: 660px;
	margin-left:auto;
	margin-right: auto;
}
div#mark {
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}
table {
	margin-left: auto;
	margin-right: auto;
}
td.stack {
	width: 95px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
td.set {
	width: 95px;
}
.setThumb {
	float: left;
	width: 255px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin: 16px;
}
.setTitle {
	margin-top: 10px;
	margin-bottom: 25px;
	width: 240px;
	text-align: center;
    font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-align:center;
	text-transform: lowercase;
	font-size: 14pt;
	font-variant: small-caps;
}
.title {
	color: #990000;
	font-style: italic;
}
a.backButton:link, a.backButton:active, a.backButton:visited {
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
a.backButton:hover {
	text-decoration: underline;
}
a.tagLink:link, a.tagLink:active, a.tagLink:visited {
}
a.tagLink:hover {
	color: white;
	text-decoration: underline;
}
a.boxLink:link, a.boxLink:active, a.boxLink:visited {
	color: #ff6600;
	text-decoration: none;
	text-transform: lowercase;
}
a.boxLink:hover {
	text-decoration: underline;
}

/* Show Hide Toggle Nav at TOP
------------------------------------------------------------- */
#navlink {
	cursor:pointer;
	float:right;
	text-align:center;
	overflow: hidden;
	width: 100px;
	height: 38px;
	z-index: 10;
}
div.navlink {
	background-image: url(../images/toggle_about.jpg);
}
div.navlink:hover {
	background-image: url(../images/toggle_about_hover.jpg);
}
div.navlink_ {
	background-image: url(../images/toggle_close.jpg);
}
div.navlink_:hover {
	background-image: url(../images/toggle_close_hover.jpg);
}


#navcontent {
	background: #282828;
	height:0;
}

#navcontent h2 {
	border-bottom: 1px solid #2d2d2d;
	color: #888888;
	padding-bottom: 6px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-transform: lowercase;
	font-size: 14pt;
	font-variant: small-caps;
}

#navcontent ul li {
	list-style-type: none;
	font-size:12px;
	line-height: 2.0em;
	display: inline;
	}
#navcontent ul li a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #2d2d2d;
	text-indent: 25px;
	background: url(../images/link_list.png) no-repeat 1% 50%;
	}
#navcontent ul li a:hover {
	background: #2d2d2d url(../images/link_list_hover.png) no-repeat 1% 50%;
	}

#navlinks, #blogroll,#meta{
	background: #282828;
	float: left;
	margin-left: 8px; 
	padding: 0px 8px;
	width: 260px;
	height:100%;
	}

#navlinks ul, #blogroll ul,#meta ul{
	margin: 0;
	padding: 0 0 10px;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #ddd;
	}


/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* Login Panel */
#mainnavbackground {
	width:100%;
	background: #282828;
	height:auto;
	
}

#mainnavwrapper {
  	background: #282828;
	height: 38px;
	position: relative;
	width:960px;
	padding:0px;
    text-align:left;
	margin:auto;
}

/*Login*/
/* toggle effect - show/hide login*/

#login {
	width: 100%;
	color: white;
  	background: #282828;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 960px;
  	background: #282828;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 420px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

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

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

/* Primary Navigation Styles
------------------------------------------------------------------------ */

#mainnav {
	font-size:16px;
	width: 100%;
	background: none;
	height:38px;
	text-align:center;
}

#mainnav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#mainnav li {
	display:inline;
}

#mainnav  ul li a{
	padding: 11px 20px 11px 20px;
	color:#4dffff;
	background: none;
	line-height: 38px;
	text-decoration: none;
}

#mainnav  ul li a:hover {
	background-color: #1b90a5;
}

#mainnav #currentpage .levelone {
	color: #fff;
	background-color: none;
	text-decoration: none;
}


/* DIANA REIN LEGACY STYLES
------------------------------------------------------------- */
#sitelogos {
	padding-top:0px;
	text-align:center;
	width:100%;
	margin:auto;
	background:none;
	voice-family: "\"}\""; 
	voice-family:inherit;
}


/*- Hover Styles--------------------------- */

.borderit img{
border: 1px solid #555555;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.borderit:hover img{
border: 1px solid #555555;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

.smoothbox img{
border: 0px solid #555555;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.smoothbox:hover img{
border: 0px solid #555555;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.smoothbox:hover{
color: #fff; /* irrelevant definition to overcome IE bug */
}


#my_slideshow {
	width:856px;
	height:283px;
	z-index:7;
}

#maincontainer {
	position:absolute;
	width:856px;
	height:auto
    text-align: left;
    left: 50%;
    margin-left: -428px;
}


#maincontent {
	width:856px;
	height:auto;
	z-index:3;
	text-align: left;
}


/*Opacity Effect works on IE 5.5+ and Mozilla Browsers*/
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}

#secondarynav {
	padding:0;
	margin:0;
	table-layout:fixed; 
	width:856px;
}

#secondarynav td {
	border:1px solid #656565;
}


/* BEGIN BLOGGER STYLES */

#bloggerheader {
  width:700px;
  margin:auto;
  border:0px solid #333;
}

#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #222;
  border-width:1px 1px 0;
  font-size:200%;
  font-weight:normal;
  font-family: "Georgia", "Trebuchet", "Arial", "Verdana", "Sans-serif";
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
  
#blog-title a {
  color:#ccc;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#ad9;
  }
#description {
  margin:0 5px 5px;
  padding:10;
  border:0px solid #222;
  border-width:0 1px 1px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  }


/* Content
----------------------------------------------- */
#bloggercontent {
    width:100%;
    }
#bloggermain {
    width:60%;
    float:left;
    }
#bloggerright {
    width:37%;
    float:right;
    }


/* Posts
----------------------------------------------- */
@media all {
.date-header {
    }
.post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #444;
    padding-bottom:1.5em;
    }
  }
@media handheld {
.date-header {
    padding:0 1.5em 0 1.5em;
    }
.post {
    padding:0 1.5em 0 1.5em;
    }

.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1.4em;
  color:#ad9;
  }
.post-title a {
  text-decoration:none;
  color:#ad9;
  }
.post-title a:hover {
  color:#fff;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#333;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#777;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #222;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #444;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#999;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #222;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
  .style2 {font-weight: bold}
  .style3 {font-size: 15px}
  </style>
