/*
Theme Name:		RedLine
Theme URI: 		http://post-scriptum.info/redline-theme/
Version: 		0.2.3
Description:  	A lightweight WordPress theme built entirely on <a href="http://wpframework.com/"><strong>WP Framework</strong></a>. With features like microformats, a traditional template structure, clean semantic code and atomic templating system. This theme utilizes <strong>XHTML 1.0 Transitional</strong> and <strong>CSS level 3</strong>.
Author: 		Yulian Yordanov
Author URI:		http://post-scriptum.info/
Tags:			light, white, red, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats  

The theme RedLine is released under GNU GPL v2.

!-----------------------------------------------------------------------------------!
WP Framework: 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/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

#logo { float:left;}

#banner {
  
  background:#FF82AB;
  //background:#FF4040;

  padding: 10px;

  -moz-border-radius: 5px;

  -khtml-border-radius: 5px;

  -webkit-border-radius: 5px;

  border-radius: 5px;

  margin-top:10px;

 margin-bottom:10px; 

text-align:center;
width:510px;
height:60px;
font-size:15px;
}
