/* General */

.left, .alignleft {
	float:right;
}

.right, .alignright {
	float:left;
}

span#phone-number	{
	color:#fff;
	padding-left:1em;
}

/* Header */

#header #logo {
	float:right;
}

#header #header-border #flower	{
	left:0;
}

/* Navigation */

#navigation ul.pages {
	float:right;
}
	
#navigation ul li {
	float:right; 
}

/* SEARCHBOX */

#middle_searchbox  {
	padding:5px 25px 5px 0;
}

/* Banners */

#banners	{
	padding:0 0 10px 0;
}

/* SIDEBOX */

.sidebox-preview {
	margin:10px 25px 0 0; 
	padding:3px 4px 0 0;
	float:right;
}

.sidebox-content {
	margin:10px 0 0 25px; 
	float:left;
}

/* Post Box */
 
.continue-reading {
	float:right;
}

/* Post action */

#send-post	{
	float:right;
	margin-left:40px;
	text-align:left;
	width:140px;
}

#favorits	{
	float:right;
	margin-left:40px;
	width:135px;
	text-align:left;
}

#donate	{
	float:right;
	width:115px;
	text-align:left;
}

#send-post a:link, #send-post a:visited	{
	background:url(../images/friend_c.png) no-repeat right;
	width:145px;
}

#send-post a:hover	{
	background:url(../images/friend_bw.png) no-repeat right;
}

#favorits a:link, #favorits a:visited	{
	background:url(../images/fav_c.png) no-repeat right;
	width:145px;
}

#favorits a:hover	{
	background:url(../images/fav_bw.png) no-repeat right;
}

#donate a:link, #donate a:visited	{
	background:url(../images/donate_c.png) no-repeat right;
	width:125px;
}

#donate a:hover	{
	background:url(../images/donate_bw.png) no-repeat right;
}

/* Comments */

.commentlist li .comment-wrap {
	text-align:right;
}
	
.gravatar {
	margin:0 0 0 10px; 
	padding:1px 2px 0 0;
	float:left;
}
				
.author {
	float:right;
}

/* Contact Us */

#contact-information label	{
	float:right;
	width:5em;
	text-align:left;
	padding-left:5px;
}

/* Footer */

#footer .part	{
	float:right;
	border-left:1px solid #3E647E;
	margin-left:30px;
}