/*
Theme Name:		BOMC
Theme URI: 		
Version: 		0.1
Description: 	BOMC theme adapted from wp-framework
Author: 		Chad Smith
Author URI:		
Tags:			

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/1col.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

.page-item-522 {
background: #8C3836;
}

.topper .inner {
position:relative;
}

.facebook {
position:absolute;
right:0;
margin:5px 5px 0 0;
}

table, td, th {
vertical-align: top;
}

table.caption {
border-collapse:separate;
border-spacing:10px;
border:none;
}

table.caption tr td {
text-align:center;
background: #eee;
border:1px solid #ddd;
padding: 7px;
font-size: .9em;
color: #666;
}

table.caption tr td img {
margin:0 0 7px 0;
}