/*
Theme Name: Real Touch Blog
Theme URI: http://www.realtouch.com/
Description: A theme made specifically for the Real Touch Blog
Version: 2.0
Author: David Abramovitz
Author URI: http://www.realtouch.com/
*/

@import "css/master.css";
@import "css/archive.css";
@import "css/single.css";
@import "css/page.css";

/* Stop Firefox's inactive vertical scrollbar from auto-hiding */
html { overflow		: -moz-scrollbars-vertical !important; }

/* Reset all padding/margin/cellpadding to a base of ZERO */
html, body, table, td, div, p, ul, h1, h2, h3, h4, h5, h6, form, input, select, textarea, button
{
    margin			: 0px;
    padding			: 0px;
    border-collapse	: collapse;
    border-width	: 0px;
    list-style		: none;
	font-size		: 12px;
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: normal;
}

/* Set some default behaviors */
.left	{ float		: left; }
.right	{ float		: right; }
.clear	{ clear		: both; }

html
{
	overflow		: -moz-scrollbars-vertical;
}

body
{
	margin			: 0px;
	padding			: 0px;
	
	background		: #cacaca url('img/bg_body.png') 0px 0px fixed repeat-x;
}

div 
{
	font-family		: Verdana, Arial, Helvetica, Sans Serif;
	font-size		: 12px;
	line-height		: 15px;
	
}

a {
	color			: #226391;
	text-decoration	: none;
}

a:hover
{
	color			: #1A97D4;
	text-decoration	: underline;
}

.Message
{
	background: #ffffee;
	border: 1px solid #cccc99;
	padding: 10px;
	margin: 20px;
}


