/*
Theme Name: Baseline
Theme URI: http://wordpress.org/
Description: A baseline Wordpress theme that incorporates the Blueprint CSS framework, 960 GS framework in JQuery
Version: 1.0
Author: Tony Thomas
Author URI: http://anthonygthomas
Tags: Blueprint, 960 GS, JQuery

	Baseline v 1.0
	 http://anthonygthomas.com

	This theme was designed and built by Tony Thomas,
	whose blog you will find at http://anthonygthomas.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Superfish menus included:
	http://users.tpg.com.au/j_birch/plugins/superfish/#getting-started
	
	JQuery included:
	http:jquery.com
	
	Blueprint CSS included:
	http://blueprintcss.org/
	
	960 Grid System included:
	http://960.gs

*/

/* HTML Tags */

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

/*Images */

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter {
	margin:0 auto;
}

img {
	padding:3px;
}

/* Navigation */

.nav a {
	font-weight:bold;
}

h1 a, h2 a {text-decoration:none;}

/* Search */

.screen-reader-text {
	display:none;
}

/* Sidebar */

ul {
	list-style:none;
}