/*
	Style Name	: Dueling Sidebars
	Style URI	: http://getk2.com/
	Comments	: Sidebars on both sides of content
	Tags		: layout
*/

/*- Typography */

body {
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: Verdana, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Verdana, Monaco, "Courier New", Courier, monospace;
	}

/* Header */

.blog-title {
	font-size: 3em;
	font-weight: bold;
	padding: 5px 15px 0;
	}

.blog-title a,
#header .description {
	text-decoration: none;
	color: white;
	}

.blog-title a:hover {
	text-decoration: none;
	}

#header .description { /* Description in header */
	font-size: 1em;
	font-weight: bold;
	margin: 0 15px;
	}

/* Body Columns */

body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

body.columns-three .template-image #primary {
	margin-left: 0;
}

.entry-content img 
{
	background:url(shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

.entry-content a img {
	border:none;
	background:none;
	padding:none;
	background:url(shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
