/*  
Theme Name: Everything
Theme URI: http://www.nikabrik.com/
Description: A theme in tribute to Everything by Regi Stone. Designed by Nikabrik, implemented by One Grey Paw.
Version: 1.0
Author: Nikabrik Design
Author URI: http://www.nikabrik.com/

	CSS for RegiStone.com - A Wordpress Theme
	Design by: Nikabrik Design (www.nikabrik.com)
	Written by: One Grey Paw (www.onegreypaw.com)
	January 2010
	
	Base Theme Styles
-----------------------------------------------------*/

 
/*	Imports
-----------------------------------------------------*/

@import url('css/reset.css'); 
@import url('css/default.css'); 


 
/* 	HTML Items
-----------------------------------------------------*/
 
body
	{
	margin: 0;
	padding: 0;
	font: 100.01%/120% 'lucida sans',Helvetica,Arial,Verdana,sans-serif;
	color: #444;
	text-align: center;	
	background: #a2a2a2 url('images/body-bg.png') repeat;
	}
 
h1,h2,h3,h4,h5 {color: #444; font-weight: bold; padding: 0; margin: 1em 0 0 0; }
h1,h2 { font-style: italic; font-size: 1.6em; text-transform: uppercase; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; font-style: italic; margin-top: 12px; }
h5 { font-size: .9em; text-transform: uppercase; margin-top: 1.2em; }
h2 + p, h3 + p, h4 + p, h5 + p { margin-top: 0; padding-top: 2px; }

a { color: #0060a1; }
a:visited { color: #00783e; }
a:hover { color: #722e77; text-decoration: none; }
a:active { color: #ccc; }


/*	Base Classes
-----------------------------------------------------*/

/*///Text Items///*/
.tBold { font-weight: bold; }
.tItalic { font-style: italic; }
.tSmall { font-size: 0.8em; }
.tLarge { font-size: 1.2em; }
.tCenter { text-align: center; }
.tUnder { text-decoration: underline; }
.tStrike { text-decoration: line-through; }
.serif { font-family: georgia,'times new roman',times,serif; }
.sansSerif { font-family: 'lucida sans',Helvetica,Arial,Verdana,sans-serif; }

/*///Img Items///*/
.imgR { float: right; margin: 0.8em 0 1em 1em; }
.imgL { float: left; margin: 0.8em 1em 1em 0; } 

/*///Borders///*/
.horizBorder { border-top: 1px solid #ccc; height: 1px; }
.horizDouble { border-top: 3px double #ccc; height: 3px; }

/*///Misc.///*/
.clear { clear: both; }	
.clear-fix { clear: both; height: 1px; width: 1px; }
.pipe { padding: 0 0.5em; color: #aaa; }
.required { color: #F11B25; font-weight: bold; }
.noShow, #theLogo span { display: none; }
