/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Jose Olarte III
	Author Site	: http://www.brownbatterystudios.com/
	Style Name	: Worsekern
	Style URI	: http://www.brownbatterystudios.com/sixthings/
	Version		: 1.0
	Comments	:
*/

body {
	background: #FFF url(bg.png) top left repeat-x;
	color: #333;
	font: 62.5% "Segoe UI", Arial, Helvetica, sans-serif;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 { font-family: "Segoe UI", Arial, Helvetica, Sans-Serif; }

strong, em, b, i { font-family: "Segoe UI", Arial, Helvetica, sans-serif; }

dl {}

	dt {
		font-weight: bold;
	}
	
	dd {
		margin-bottom: 0.5em;
	}

input, select {
	font: 1em "Segoe UI", Arial, Helvetica, Sans-Serif;
}

textarea {
	font-family: Consolas, "Courier New", Courier, monospace !important;
}

a       { color: #A00; }
a:hover { color: #C00; }

#page {
	/* The entire design is contained within the 'page' id */
	border: none;
    padding: 0;
    width: 840px !important;
}
	
#header {
	/* Contains the H1 and menu */
	background: #900 url(logo.png) top left no-repeat;
	height: 240px;
	margin-bottom: 40px;
}
	
	#header ul.menu {
		font-size: 1.4em;
		font-weight: bold;
	}

.content {
    padding: 0;
    width: 840px; /* extra space on right to prevent sidebar from "falling" in IE */
}

#primary-wrapper {
	margin-right: 0px;
	width: 500px !important;
}
	
#primary {
	/* Contains the main column */
	margin-right: 0px;
	padding: 0;
    width: 500px !important;
}

.page-head h2 {
	text-align: left;
}

	.page-head h2 a {
		color: #A00;
	}
	
	.page-head h2 a:hover {
		color: #C00 !important;
	}

.navigation {
	font-size: 1.1em;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	font-size: 1em;
}

	#primary h2,
	#primary h3,
	#primary h4,
	#primary h5,
	#primary h6 {
		font-weight: bold !important;
		margin: 1em 0;
	}
	
	#primary h2 { font-size: 2.4em; }
	#primary h3 { font-size: 2.4em; }
	#primary h4 { font-size: 2em; }
	#primary h5 { font-size: 1.143em; }
	#primary h6 { font-size: 1em; }
	
	.entry-head .entry-title {
		margin-bottom: 0.125em !important;
	}
	
		.entry-head .entry-title a {
			color: #A00;
		}
		
		.entry-head .entry-title a:hover {
			color: #C00;
		}
	
	.entry-head .entry-meta {
	    font-size: 1.1em;
		margin-top: 0.25em;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content pre {
	margin: 1.5em 0;
}

.entry-content p {}

	.entry-content small {
		font-size: 0.857em;
	}
	
	.entry-content .superscript {
		bottom: 0.5em;
		font-size: 0.786em;
		position: relative;
	}
	
	.entry-content p img.fwtool {
		vertical-align: middle;
	}

	.entry-content .imgholder {
		margin: 2em 0;
		text-align: center;
	}
		.entry-content .imgholder img {
			border: #FFF 5px solid;
			vertical-align: middle;
		}
		
		.entry-content .imgholder span.imgspacer {
			padding: 0 10px;
		}

.entry-content p.note {
	background-color: #FFC;
	border: #FD2 1px solid;
	color: #630;
	padding: 1em;
	font-size: 0.929em;
}

.entry-content .equation {
	color: #000;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

	.entry-content .equation strong,
	.entry-content .equation em {
		font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	}

.entry-content li {
	margin: 0.5em 0 !important;
}

.entry-content pre {
	background-color: #EEE;
	border: #CCC 1px solid;
	font-family: Consolas, "Courier New", Courier, monospace;
	font-size: 1em !important;
	line-height: 1.286em;
	overflow: auto;
	padding: 1em;
	word-wrap: break-word; /* ...is what you get for using IE */
}

	.entry-content pre span.newcode {
		color: #90F;
		font-weight: bold;
	}
	
	.entry-content pre span.note {
		color: #AAA;
		font-weight: bold;
	}
	
	.entry-content pre em,
	.entry-content pre strong,
	.entry-content pre b,
	.entry-content pre i {
		font-family: Consolas, "Courier New", Courier, monospace !important;
	}

.entry-content code {
	color: #666;
	font-family: Consolas, "Courier New", Courier, monospace !important;
}

.entry-content blockquote {
	background-color: #DFF1FF;
	background-image: none;
	border: #A7C6DF 1px solid;
	color: #14344F;
	font-size: 0.929em;
	font-style: italic;
	padding: 0 1em;
}

	.entry-content blockquote p {
		margin: 1em 0;
	}

.comments {}

	.comments .metalinks {
		font-size: 1.1em;
	}
	
	.comments .commentauthor {
		font-family: "Segoe UI" Arial, Helvetica, Sans-Serif;
		font-size: 1.6em !important;
		text-transform: capitalize;
	}
	
	.comments .comment-meta {
		background: none !important;
		font-size: 1.1em;
		padding-left: 0 !important;
	}
	
	.comments .comment-content {
		font-size: 1.3em !important;
		line-height: 1.538em !important;
	}
	
	.comments .comment-login {
		font-size: 1.1em;
	}
	
	#comment-personaldetails {}
	
		#comment-personaldetails input {
			border: #999 1px solid;
			font-size: 1.3em;
			padding: 4px !important;
		}
		
		#comment-personaldetails label {
			color: #999;
			font-size: 1.1em;
		}
		
			#comment-personaldetails label strong {
				text-transform: uppercase;
			}
	
            #pinglist {
                border-top: #EEE 1px solid;
                font-size: 1em;
            }
			
			#pinglist li {
                background-color: #FFF;
                border-bottom: #EEE 1px solid;
                margin: 0;
                padding: 10px;
            }
			
				#pinglist li .commentauthor {
	                font-size: 1.2em !important;
	                font-weight: bold;
	            }
	
	#comment {
		border: #999 1px solid;
		font-size: 1.3em;
		padding: 4px;
		width: 490px;
	}
	
	#respond #comment { width: 450px; }
	
	#submit {
		font-size: 2em;
		font-weight: bold;
	}
	
	#commentform .subscribe-to-comments {
		font-size: 1.1em;
	}

.secondary {
	float: right;
	font-size: 1.2em !important;
	line-height: 1.1em;
	padding: 0;
	width: 300px;
}
	
	.secondary .widget {
		margin: 0 0 2em 0;
	}
	
	/* Adsense block */
	.secondary #text-262379921 * {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.secondary h4 {
		font-size: 1.25em;
		font-weight: bold;
		line-height: 1.333em;
		text-transform: uppercase;
	}
	
	.secondary li {
		line-height: 1.167em;
		margin: 0.333em 0 !important;
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}
	
	#sidebar-2 .widget {
		float: left;
		width: 140px;
		margin-right: 10px;
	}

#footer {
	font-size: 1.1em;
	margin-top: 30px;
	
}

	#footer p {
		display: inline;
		margin: 0 1em;
	}
	
	#footer a {
		border-bottom: none;
		color: #A00;
		font-weight: normal;
	}
	
	#footer a:hover {
		color: #C00;
		text-decoration: underline;
	}
