/*
Theme Name: Storm Catcher Customer Theme
Theme URI: http://stormcatcher.com
Description: Custom theme designed for <a href="http://stormcatcher.com">Stormcacher</a>
Version: 1.6
Author: Parker Bradtmiller
Author URI: http://pbradtmiller.com
Tags: stormcatcher, fixed width, two columns, widgets

*/
body {
	font-family:"Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

#sidebar {
	width: 270px;
	float: right;
}
#sidebar ul {
		font-size: 14px;
		list-style:none;
		
}
#sidebar h2 {
	color: white;
}

#sidebar p {
	color: white;
}

#sidebar A:link {text-decoration: none; color: white; border: none;}
#sidebar A:visited {text-decoration: none; color: white;}
#sidebar A:active {text-decoration: none; color: beige;}
#sidebar A:hover {text-decoration: none; color: Red;}

#searchform {
	color: white;
}

