/*
Theme Name: Tony Thomas
Theme URI: http://wordpress.org/
Description: Customized theme for anthonygthomas.com based on the Baseline theme developed by Tony Thomas
Version: 1.0
Author: Tony Thomas
Author URI: http://anthonygthomas
Tags: Blueprint, 960 GS, JQuery

	Tony Thomas 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 */

a
{
	
	color:#13a;
	
}

body
{
	
	color:#000;
	
}

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

}

p
{
	
	font-size: 1.25em;
	font-weight: 450;
	
}

ul
{
	
	list-style: disc;
	
}

ol
{
	
	list-style: decimal;
	
}

/*Images */

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter {
	margin:0 auto;
}

img {
	padding:3px;
}

/* Header */

#header
{
	
	padding-right:0;
	width: 100%;
	
}

/* Navigation */

div.nav
{
	
	background:#BDD2FF;
	height: 2.6em;
	margin-top:5px;
	position:relative;
	
}

.nav li
{
	
	background:none;
	list-style:none;
	position:relative;	
}

.nav a {
	font-weight:bold;
	z-index: 2;
	border:none;
	background:none;
	position:relative;
}

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

#blob {
    background: #BDD2FF;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #BDD2FF, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#BDD2FF), to(#fff));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

/* Single Post Navigation */

.next-prev-link
{
	
	margin-bottom: 1.5em;
	font-weight: bold;
	font-size: 1.1em;
	max-width: 300px;
	
}

.next-prev-link a
{
	
	padding:5px;
	text-decoration: none;
	
}

.next-prev-link a:hover
{
	
	background: #fff;
	color: #000;
	text-decoration: underline;
	
}

/* Search */

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

/* Sidebar */

#sidebar ul li
{
	
	list-style:none;
	
}

#sidebar li ul li
{
	
	list-style: disc;
	font-weight: 800;
	font-size: 1.2em;
	
}

#sidebar li ul li ul li
{
	
	list-style: circle;
	font-weight: 600;
	font-size: .95em;
	
}

#sidebar li ul li ul li ul li
{
	
	list-style: square;
	font-weight: 400;
	font-size: .93em;
	
}

#sidebar li ul li ul li ul li ul li
{
	
	list-style: disc;
	font-weight: 300;
	font-size: .9em;
	
}

#sidebar li.twitter-item,
#sidebar li.delicious-item
{
	
	margin-bottom: 1.5em;
	margin-left: -1.5em;
	list-style: none;
	padding:5px;
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
	font-size: 1em;
	
}

/* Comments */

.postmetadata small
{
	
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-style: normal;
	
}

/* classes */

.margin_left_10
{
	
	margin-left:10px;
	
}

