/*
Theme Name: Tropic Realty
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 2.0a
Author: Wade Berlin
Tags:three column, integrated, widgetized

Dark Sunset CSS theme designed to be clean, consistant, SEO friendly, and uniquely tropical.
*/




/*************************************
* Right side styles
*************************************/

.blog {
	padding-top: 10px;	
}

.blog h2{
	font-size: 14px;
	font-family: arial;
	font-weight: normal;
	color:#A8A8A8;
	margin-bottom: 5px;
}

.blog li{
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: normal;
	color:#A8A8A8;
	text-decoration: none;
	list-style-image: url(/images/li.gif);
	list-style-type: none;
	margin-left: 20px;
}


.blog ul li a {
	font-weight: normal;
	color: #F9A629;
}

.blog ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/*************************************
 +         Social Links
 *************************************/

.social {
	margin: 16px 0;
}
.social h2 {
	font-family: Tahoma, Arial, Georgia, Helvetica;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.social  ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	}
	
.social ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
	
.social li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.social img {
	float: none;
	width: 24px;
	height: 24px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#vt_editor_div  {
	width: 700px;
	height: 700px;

}  




.thecomment {
	margin: 10px !important;
}

.thecomment li{
	list-style-type: none !important;
}