/*
	Style Name	: Dueling Sidebars
	Style URI	: http://getk2.com/
	Comments	: Sidebars on both sides of content
*/

body
{
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #e3e3e3;
}

body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

.console
{
	white-space: pre-wrap;
	font-family: monospace;
	background-color: black;
	color: gray;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
}

#header.tech
{
	background-image: url(/wp-content/uploads/2008/12/header_tech.jpg);
	text-align: right;
}

#header.music
{
	background-image: url(/wp-content/uploads/2008/12/header_music.jpg);
	text-align: right;
}

#header.writings
{
	background-image: url(/wp-content/uploads/2008/12/header_writings.jpg);
	text-align: right;
}

#header.blog
{
	background-image: url(/wp-content/uploads/2008/12/header_blog.jpg);
	text-align: right;
}

#header ul.menu
{
	text-align: left;
}

ul.menu li a
{
	background: #ddd;
	color: #222;
}

.download
{
	background-image: url(images/button_small.gif);
	width: 288px;
	height: 52px;
	text-align: center;
}

.download a
{
	padding-top: 13px;
	display: block;
	witdh: 288px;
	height: 38px;
	font-weight: bold;
	color: #555;
}

.download a:visited
{
	font-weight: bold;
	color: #555;
}

.addtoany_share_save_container
{
	text-align:center;
}

.secondary ul li, .secondary ol li
{
	margin:0;
	padding:2px 0;
}

.secondary ul ul, .secondary ol ol
{
	margin:2px 0 0 10px;
}

.secondary ul li, .secondary ol li
{
	margin:0;
	padding:2px 0;
}

.secondary ul ul ul, .secondary ol ol ol
{
	margin:2px 0 0 20px;
}
