/*
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 {}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
        font-weight: bold;
	border: 1px solid #5A1301;
	color: #fff;
	background-color: #333;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #5A1301;
	color: #000000;
	background-color: #FFF;
}
.wp-pagenavi span.page{
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #5A1301;
	color: #fff;
	background-color: #333;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #5A1301;
	color: #fff;
	background-color: #333;
}
.wp-pagenavi a:link.last {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5A1301;
	color: #fff;
	background-color: #333;	
}
.wp-pagenavi a:link.first {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5A1301;
	color: #fff;
	background-color: #333;	
}
.wp-pagenavi a:link.page {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5A1301;
	color: #fff;
	background-color: #333;	
}
.wp-pagenavi a:visited.page {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5A1301;
	color: #fff;
	background-color: #333;	
}
.wp-pagenavi a:hower.page {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5A1301;
	color: #FFFFFF;
	background-color: #EE0000;	
}
.popularposts a {
	color: #0000FF;
}
.popularposts a:hover
{
  color: #FF0000;
}
.metafooter a {
	color: #0000FF;
}

