/*
Theme Name: BuddyPress Default
Theme URI: http://buddypress.org/extend/themes/
Description: The default theme for BuddyPress.
Version: 1.2.3
Author: BuddyPress.org
Author URI: http://buddypress.org
Tags: buddypress, two-columns, custom-header, white, blue

** IMPORTANT - DO NOT COPY THIS THEME **
If you want to make a custom theme based on this theme, DO NOT copy and edit it. By
doing this you will make upgrades and maintainence much harder for yourself.
Instead, please read this codex page on how to build a BuddyPress child theme:

http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
*/

/***
 * The default theme styles.
 */
@import url( _inc/css/default.css );

/***
 * The admin bar default styles
 */
@import url( _inc/css/adminbar.css );

.decoForm {
	margin-left:0;
	padding:3px 3px 3px 4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #CCC;
	margin-bottom: 8px;
}
.decoForm:focus {
	-moz-box-shadow:0 0 8px rgba(112, 179, 232, 0.5);
	-webkit-box-shadow:0 0 8px rgba(112, 179, 232, 0.5);
	border-color:rgba(116, 182, 237, 0.75) !important;
}
#sendForm  { margin-left: 453px; width: 120px; margin-top: 15px; }
span.wpcf7-list-item { display: block; width: 340px; }

#container div.post p {
     margin-bottom: 7px;
    margin-top: 7px;
}
