/*
	File:		page_blocks.css
	Author:		Paolo Ermani
	Version:	1.0

	Description:
	This file contains the default CSS styling used to style the individual
	Page Blocks plugin page blocks. This styling can be overriden by the user
	by entering CSS styling on a page by page basis in the Write / Manage
	Page Admin Panel in WordPress.

	Version History:
	Date		Author				Change Description
	---------	-----------------	------------------------------------------
	12/3/2008	Paolo Ermani		Initial release version 1.0
*/

/*
	Copyright (c) 2008 Paolo Ermani (SoftWUD) (email: softwud@softwud.com)

	This file is part of the Page Block plugin.

	The Page Block plugin is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#pbs_top_left, #pbs_top_right, #pbs_bottom_left, #pbs_bottom_right
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
	width: 50%;
}

#pbs_top_left, #pbs_bottom_left
{
	float: left;
}

#pbs_top_right, #pbs_bottom_right
{
	float: right;
}

.pbs_clr
{
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
}