#content {
	font-size: 1.2em;
	line-height: 1.6em;
}

.single .pagetitle
{
	display: none;
}


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



h1,
#sidebar h2 {
	padding: 0.7em 0 0 0;
	margin: 0;
	
	font-size: 1.75em;
	font-weight: normal;

	line-height: 1.3em;
}


h1,
h1 a,
h1 a:visited,
#sidebar h2,
#sidebar h2 a,
#sidebar h2 a:visited
{
	color: #0176AB;
} 

h2 {
	font-size: 1.3em;
	font-weight: normal;

	background: url("images/logo_sw_bullet.gif") no-repeat left 2px;
	padding-left: 25px;
	padding-top: 0;
	color: #222;
}

#sidebar h2 {
	background: none;
	padding-top: 0.3em;
	
	font-size: 1.5em;
}


h3 {
	font-size: 1.3em;
}

h2, h2 a, h2 a:visited {
	color: #222;
}

h3, h3 a, h3 a:visited {
	font-weight: normal;
	font-size: 1.1em;
	color: #0A5095;
}

h1, h1 a, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}



h3 {
	color: black;
	font-size: 1.25em;
	font-weight: bold;
	
	padding: 1em 0 0.5em 0;
}

h3#respond {
	padding-top: 2em;
}


/*------------------------
Posts
------------------------*/

.tags {

}

.tags a {
	background-color: #eee;
	color: #666;
	text-decoration: none;
	padding: 2px 3px;
}

.tags a:hover {
	background-color: #ddd;
	color: #333;
}

.author-info {
	margin: 0 0 1em 0;
}

.author-info .author-description {
	background-color: #EFFBFF;
	padding: 15px;
	line-height: 1.3;
}

/*------------------------
Sidebar
------------------------*/
#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/*------------------------
Twitter 
------------------------*/

#sidebar #twitter_div {
	margin: 0.5em 0;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 10px;
	
	background: url(images/bg_twitter.gif) no-repeat bottom right;
}

#sidebar #twitter_div ul, #sidebar #twitter_div li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#sidebar #twitter_div li {
	margin: 0 0 15px 0;
	
	color: #333;
	line-height: 1.2;
}

#sidebar #twitter_div li:before {
	content: none;
}

/* Twitter posted time  */
#sidebar #twitter_div li a {
	color: #666;
	font-style: italic;
	text-decoration: none;
	padding-left: 3px;
}

#sidebar #twitter_div li a:hover {
	text-decoration: underline;
}

/* Undo the twitter posted time styles for links inside the status update */
#sidebar #twitter_div li span a {
	color: #000;
	font-style: normal;
	text-decoration: underline;
	padding-left: 0;
}

/*** Comments ***/

#commentform {
	text-align: left;
}