/*
Theme Name: BuddyPress Weddings
Theme URI: http://stgeorgeweddings.com/themes
Description: light wedding theme.
Version: 1.0
Author: Jason Young
Author URI: http://stgeorgeweddings.com
Template: bp-default
Tags: buddypress, light, green, 2.0
*/

/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

a { color: #18A4D5;
    text-decoration: none;
    text-size: 13px; }
body {
	
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 170%;
	color: #555;
	width: 90%;
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}
#wp-admin-bar .padder {
	width: 100% !important; /* Line up the admin bar with the content body in this theme */
}
div.post div.author-box, div.comment-avatar-box {
		background: #ffffff;
		padding: 10px;
		float: left;
		margin: 0 15px 15px 0;
		font-family: georgia, times, serif;
		font-style: italic;
		text-align: center;
		width: 0px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.activity-list .activity-content span.activity-header-meta a {
		background: none;
		padding: 0;
		font-size: 11px;
		margin: 0;
		border: none;
		color: #aaa;
	
	}
div.ad { margin-top: 10px;
         padding-top: 10px;}

div.listing {   margin-bottom:-100px;
                width: 600px;
                height: 300px;
                background: #FFFFFF; 
                -moz-border-radius: 3px;
		-webkit-border-radius: 3px; }   

div.upinfo {    vertical-align: top;
                width: 600px;
                height: 40px;
                background: #A4E3FF; 
                -moz-border-radius: 3px;
		-webkit-border-radius: 3px;   }          

div.vend{      padding-top: 9px;
                padding-left: 10px;
                font-weight: bold;
                font-size: 25px;
                color: #fff; 
                text-align: left;
}

div.phonen {    margin-top: -19px;
                padding-right: 10px;
                font-weight: bold;
                font-size: 25px;
                color: #18A4D5; 
                text-align: right; }

div.dirlogo {   
                 
                                    }

div.listcont {  font-weight: normal;
                color: #333; 
                font-size: 15px; }