/*
Theme Name:		Oum.cc
Theme URI: 		http://Oum.cc/
Version: 		0.9
Description: 	A WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Gabriel Desjardins
Author URI:		
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2010 Oum Production 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/2col-r.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 {}

#footerMenu {
	position: absolute;
	right: 0;
	top: 0;
}
#footerMenu .menu li {
	background-color: white;
	background-image: none;
	float: none;
	margin: 0;
	padding: 0;
}
#footerMenu .menu a,
#footerMenu .menu a:hover  {
	background-color: white;
	background-image: none;
	color: #05A3E5;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
#footer {
	position: relative;
}
h1#tagline {
	color: #05A3E5;
	margin: 0;
	font-size: 18px;
}
#smallLogo a {
	color: white;
	font-size: 1px;
}
