/*
Theme Name: Rpsl
Theme URI: http://blog.rpsl.info
Description: <a href="http://www.diovo.com/links/clear/" title="Clear">Clear</a> is a free wordpress theme, released by <a href="http://www.diovo.com" title="Diovo" target="_blank">Diovo</a>. Clear is the perfect theme for great authors. It is clean, clear and beautiful. It is minimalistic one-cloumn theme with the widgets all arranged at the bottom. Clear was designed to make your content stand out and make everything else get out of the way. Check it out and you will fall in love with it.
Version: 0.1
Author: Rpsl
Author URI: http://rpsl.info
Tags: white, one-column, fixed-width, light
Last updated: 8:09 PM 4/22/2010

The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 0px solid #cccccc;

	text-decoration: none;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #B61323;
	text-decoration: none;
	padding: 0.2em 0.5em;
	color: #000;
}

.pagebar .break {
   background: #000;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.pagebar .this-page {
	border: 1px solid #FFFFFF;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #B61323;
	color: #fff;
}

.pagebar a:visited {

	padding: 0.2em 0.5em;
	color: #fff;
}

.pagebar a:link {
	color: #fff;
}

.pagebar a:hover {
	border-color: #FFFFFF;
}

.pagebar .inactive
{
   border: 1px solid #fff;
   color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}


