/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

div#phone
{
	color: #ccc;
	font-size: 1.5em;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

div#main-page1 div.mapp-div
{
	border: 1px solid #660000;

}

div.index-sidebar
{
	float: right;
	clear: right;
}

div#info-box
{
	clear: both;
	margin-top: 10px;	
}

.entry div.the-content
{
	float: left;
	clear: right;
}

.entry div.photo
{
	float: left; 
	clear: left;
	width: 330px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.archive-post
{
	border-bottom: 1px dashed #2F0C0D;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.post div.post-photo
{
	float: left;
	clear: left;
	width: 100px;
	min-height: 100px;
	padding: 2px;
}

.post div.post-photo img
{
	border: 1px solid #2F0C0D;
}

.post div.post-content
{
	float: left;
	clear: right;
	width: 450px;
	margin-left: 10px;
	min-height: 100px;
}

.post div.detail-left
{
	float: left;
	clear: left;
	width: 200px;
	margin-top: 10px;	
	
}

.post div.details
{
	float: left;
	clear: right;
	width: 258px;
	background-color: #ccc;
	margin-bottom: 5px;
	margin-right: 12px;
	border: 1px solid #660000;
	padding: 2px 0 2px 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


.post div.details dt
{
	width: 110px;
	padding-left: 5px;
	font-weight: bold;
	float: left;
}


.post div.details dd
{
	float: left;
	clear: right;
	min-width: 75px;
}

.post div.request-showing 
{
	float: left;
	clear: left;
	width: 200px;
	margin-top: 0px;	
	background-color: #ccc;
	border: 1px solid #660000;
	padding: 2px 0 2px 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}

.post div.request-showing label
{
	font-weight: bold;
	font-size: 11px;
}

.post div.request-showing input
{
	width: 185px;
	font-size: 11px;
}

.post div.request-showing textarea
{
	width: 190px;
	margin-left: 2px;
	height: 120px;
	font-size: 11px;
}



.post div.map
{
	float: left;
	width: 400px;
	border: 1px solid #660000;
	clear: right;
	margin-top: 10px;
	margin-left: 10px;	
}

div.index-sidebar
{
	margin-bottom: 5px;
}

div#mmf-f3-p41-o1 form.mmf-form
{
	width: 310px;
	float: left;
	clear: left;
}

