/* General */

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}

span#phone-number	{
	color:#fff;
	padding-right:1em;
}

/* Header */

#header #logo {
	float:left;
}

#header #header-border #flower	{
	right:0;
}

/* Navigation */

#navigation ul.pages {
	float:left;
}
	
#navigation ul li {
	float:left; 
}

/* SEARCHBOX */

#middle_searchbox  {
	padding:5px 0 5px 25px;
}

/* Banners */

#banners	{
	padding:0 0 10px 0;
}

/* SIDEBOX */

.sidebox-preview {
	margin:10px 0 0 25px; 
	padding:3px 0 0 4px;
	float:left;
}

.sidebox-content {
	margin:10px 25px 0 0; 
	float:right;
}

/* Post Box */
 
.continue-reading {
	float:left;
}

/* Post action */

/* Post action */

#send-post	{
	float:left;
	margin-right:40px;
	text-align:right;
	width:175px;
}

#favorits	{
	float:left;
	margin-right:40px;
	width:135px;
	text-align:right;
}

#donate	{
	float:left;
	width:85px;
	text-align:right;
}

#send-post a:link, #send-post a:visited	{
	background:url(../images/friend_c.png) no-repeat left;
	width:190px;
}

#send-post a:hover	{
	background:url(../images/friend_bw.png) no-repeat left;
}

#favorits a:link, #favorits a:visited	{
	background:url(../images/fav_c.png) no-repeat left;
	width:150px;
}

#favorits a:hover	{
	background:url(../images/fav_bw.png) no-repeat left;
}

#donate a:link, #donate a:visited	{
	background:url(../images/donate_c.png) no-repeat left;
	width:95px;
}

#donate a:hover	{
	background:url(../images/donate_bw.png) no-repeat left;
}

/* Comments */

.commentlist li .comment-wrap {
	text-align:left;
}
	
.gravatar {
	margin:0 10px 0 0; 
	padding:1px 0 0 2px;
	float:left;
}
				
.author {
	float:left;
}

/* Contact Us */

#contact-information label	{
	float:left;
	width:5em;
	text-align:right;
	padding-right:5px;
}

/* Footer */

#footer .part	{
	float:left;
	border-right:1px solid #3E647E;
	margin-right:30px;
}