/*
Theme Name: RoundTable
Theme URI: http://mtomas.com/370/roundtable-elegant-p2-child-theme-for-your-companys-blog
Author: Tomas Mackevicius
Author URI: http://mtomas.com
Description: RoundTable - elegant, free P2 child theme for WordPress, that will make your internal blogging experience much warmer! RoundTable will encourage your team members to engage in open conversation. Please read readme.txt for a quick start guide, tips and tricks. Showcase your RoundTable site or mod at: http://mtomas.com/370/roundtable-elegant-p2-child-theme-for-your-companys-blog.
Template: p2
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, custom-colors, two-columns, fixed-layout, rtl-language-support, right-sidebar, white, light, front-page-post-form, translation-ready, custom-background, custom-header, custom-menu, post-formats, sticky-post, theme-options
Text Domain: roundtable

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("../p2/style.css");

/* Custom styles
--------------------------------------------------------- */
body {
	background: url( i/backgrounds/roundtable-bg-header.jpg ) top center no-repeat;
	background-attachment: fixed;
}
#wrapper {
	background: #fff url( i/sidebar_back.gif ) top right repeat-y;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.5); 
	border: 1px solid #fff!important;
}
#main {
	background: transparent;
}
#header .sleeve {
	background: transparent;
}
#header .sleeve, #wrapper, #footer {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#wrapper {
	 -webkit-box-shadow: 0 -4px 5px -5px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 -4px 5px -5px rgba(0, 0, 0, 0.2);
			 box-shadow: 0 -4px 5px -5px rgba(0, 0, 0, 0.2);
}
#header .sleeve a, #header .sleeve small {
	color: #1C8ECC;
}
#postbox {
	background: #fff;
	background: transparent;
	position: relative;
	padding: 16px 15px 16px 14px;
}
#postbox div.avatar img {
	padding: 0;
	border: #ccc solid 1px;
}
#sidebar {
	margin-left: -1px;
	float: right;
	width: 212px;
	position: relative;
	top: 0;
	padding: 6px 12px 18px 12px;
	background: rgb(207, 230, 244); /* The Fallback */
	background: rgba(207, 230, 244, 0.1); 
}
#footer {
	border: 0;
	clear: both;
	margin: 0;
	padding-top: 20px;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
	height: 200px;
	background: url( i/backgrounds/roundtable-bg-footer-1.jpg ) bottom center no-repeat;
	/*background-attachment: fixed;*/
}
#footer p:first-child {
	padding-top: 120px;
}


/* Compatibility with P2 pluginss
--------------------------------------------------------- */

/* Mention-Me Widget */
.p2-recent-mentions .avatar {
	padding-right: 3px;
}