
/*BLOG STYLES */

blockquote {
	margin: 0 0 0 30px;
	padding: 10px 0 0 20px;
	font-size: 88%;
	line-height: 1.5em;
	color: #e8e8e8;
}

blockquote p {
margin-top: 0;
}

abbr, acronym {
cursor: help;
font-style: normal;
border-bottom: 1px dotted;
}

code {
color: #9076AD;
}

hr {
display: none;
}

img {
border: none;
}

/* unordered list style */

ul {
list-style: none;
margin: 0 0 20px 30px;
padding: 0;
}

li {
list-style: none;
padding-left: 14px;
margin-bottom: 3px;
}


/* ---( layout structure )---*/

@media all {
#wrap {
width: 847px;
xmargin: 0 auto;
text-align: left;
}

#content {
margin-left: 62px; /* to avoid the BMH */
}

#main-content {
float: left;
xwidth: 460px;
margin: 20px 0 0 0;
padding: 0;
line-height: 1.5em;
}

#sidebar {
xmargin: 0 41px 0 547px;
padding: 5px 0 0 0;
font-size: 85%;
line-height: 1.4em;
color: #999;
}
}
@media handheld {
#wrap {
width: 90%;
background: none;
}

#content {
margin:0 2% 0 2%;
}

#main-content {
float: none;
xwidth: 100%;
}

#sidebar {
margin: 0 2% 0 2%;
}
}


/* ---( header and site name )--- */

@media all {
#blog-header {
margin: 0;
padding: 0;
}

#blog-header h1 {
margin: 0;
xpadding: 45px 60px 50px 160px;
font-size: 200%;
color: #fff;
text-shadow: #81A75B 2px 2px 2px;
}
}
@media handheld {
#blog-header {
background: #99cc66;
}

#blog-header h1 {
background: none;
}
}

#blog-header h1 a {
text-decoration: none;
color: #e8e8e8;
}

#blog-header h1 a:hover {
color: #eee;
}

/* ---( main column )--- */

h2.date-header {
margin-top: 0;
font-size: 100%;
}

h3.post-title {
margin-top: 0;
margin-left:0;
padding-bottom:12px;
font-size: 130%;
}

.post {
margin: 0 0 0 0;
padding: 25px 25px 25px 25px;
border-bottom: 1px solid #ddd;
line-height:1.5em;
}

.post-footer {
margin: 0;
padding: 0 0 0 0;
font-size: 88%;
color: #999;
}

.post img {
padding: 6px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
}

/* comment styles */

#comments {
padding-top: 10px;
padding-left:25px;
font-size: 85%;
line-height: 1.5em;
color: #e8e8e8;
}

#comments h4 {
margin: 20px 0 15px 0;
padding: 8px 0 0 0px;
font-size: 130%;
color: #666;
height: 29px !important; /* for most browsers */
height /**/:37px; /* for IE5/Win */
}

#comments ul {
margin-left: 0;
}

#comments li {
background: none;
padding-left: 0;
}

.comment-body {
padding: 25px 25px 0 0px;
line-height:1.5em;
}

.comment-body p {
margin-bottom: 0;
padding-left:0;
}

.comment-data {
margin: 0 0 0 0;
padding: 25px 25px 1em 25px;
color: #999;
border-bottom: 1px solid #ddd;
}


.deleted-comment {
font-style:italic;
color:gray;
}

.paging-control-container {
float: right;
margin: 0px 6px 0px 0px;
font-size: 80%;
}
.unneeded-paging-control {
visibility: hidden;
}


p#powered-by, #sidebar p.profile-textblock {
margin-top: 1em;
border: none;
}

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
clear: both;
height: 0;
}


a:hover 			{color:#e8e8e8;}

a:visited			{color:#9076AD}	

a 					{
					text-decoration:underline;
					color:#9076AD;
					font-weight:normal}