/*
 *      wordpress_layout.css
 *      
 *      Copyright 2008 Cilyan Olowen <gaknar@gmail.com>
 *      
 *      This program 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 2 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, write to the Free Software
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *      MA 02110-1301, USA.
 */

/*
 * Bubbles : wordpress_layout.css
 * This is a testing css layout for wordpress.
 * It is part of the "Bubbles" design of cilyan.org
 */

/* Place the elements */
body {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/page_background.png');
	background-repeat: repeat-y;
	background-position: center;
	background-color: white;
}

div#content_narrow {
	float: left;
	width: 500px;
}

div#content_wide {
	float: left;
}

div#sidebar {
	margin-left: 525px;
	/*width: 170px;
	border: 1px solid black;*/
}

img.bullet_image {
	float: left;
}

img.mini_bullet_image {
	float: left;
}

img.widget_bullet_image {
	float: right;
	margin: 2px;
}

div.postcontent {
	margin-left: 35px;
}

div.postsubcontent {
	margin-left: 19px;
}

hr {
	clear: both;
	margin-left: 22px;
	margin-right: 22px;
}

div#header {
	margin-left: 19px;
	margin-right: 19px;
	height: 300px;
	background-image: url('../images/header.png');
}

div#site_sections {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	padding-top: 34px;
}

div#site_sections a {
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	text-align: center;
	width: 70px;
	height: 25px;
}

div#footer {
	text-align: center;
}

/* Some enligntenments */
div#pagecontent {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#header img {
	border: none;
}

#footer img {
	margin-left: 5px;
	margin-right: 5px;
}

#header h1 {
	padding-top: 110px;
	padding-left: 250px;
	height: 70px;
}

#citation {
	padding-left: 270px;
	height: 30px;
}

/* Comment alignments */
div.comment-left div.comment-content , div.comment-right div.comment-content {
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

div.comment-left div.comment-author {
	float: left;
	width: 70px;
	margin: 5px;
	padding: 5px;
}

div.comment-right div.comment-author{
	float: right;
	width: 70px;
	margin: 5px;
	padding: 5px;
}

div.comment-left div.comment-content {
	margin-left: 85px;
}

div.comment-right div.comment-content {
	margin-right: 85px;
}

hr.comment-separator {
	border: none;
	clear: both;
}

h3#comments {
	margin-top: 20px;
	margin-bottom: 20px;
}
