
div#header {
	
    background: #fff;
	width: 100%;
	
}
div#search {
	background: #990000;sour
	padding: 20px;
}


span#blogdesc
{
display: none;
}

div.post-content img
{
display: none;
}
ul#navigation {
	display: none;
}


ul#sidebar  {
	display: none;
}

a#rss-link, a#twitter-link, a#lv-link  {
	display: none;
}


div.post-title h2 {
	margin-top: 10px;
}

div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}


blockquote {
        display: block;
	color: #444;
        background: #ffd;
	margin-left: 20px;
	padding-left: 5px;
	font-size: 13px;
}



div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #ccc;
}


div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 5px 0;
}

li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}

cite.comment-author {
	display: block;
        text-align: left;
	
	color: #000;
	
	font-weight: bold;
	
	clear: left;
}

cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}

div.comment-content {
	display: block;
	padding: 10px 0 0 10px;
}

table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}

div#footer {
	display: none;
}



/* LV added */
a.read-more{
font-weight: bold;
} 

a.read-more span{
position: absolute;
left: -5000px;
width: 4000px;
}

h3.comment-heading{
color: #7f1d28
}

div.left, div.right
{
display: inline;
}

div.left a, div.right a
{
padding: 20px;
border: 1px solid #000000;
text-decoration: none;
font-weight:bold; 
color: #000;
}

div.left a
{
background-color: #FF9900;
}

 div.right a
{

background-color: #669933;

}
