/*- Gameblog theme by Jon McDonald for the K2 Wordpress theme (http://getk2.com) */

/*
	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	:	
	Author Site	:	
	Style Name	:	
	Style URI	:	
	Version		:	
	Comments	:
	Style Footer:	
*/

/*- Typography */

body {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

h1, h2, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Verdana, "Courier New", Courier, monospace;
	}

/*- Headings */

h1 {
	font-size: 3em;
	}

h1.blog-title {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 75px 40px 0;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

h3 { /* H3 is entry headlines. */
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: -1px;
	}

h4, .single .k2-asides h3 { /* H4 is comments and replyform headlines */
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	}
	
h4 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -.5px;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em;
	font-weight: bold	;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	}

h5 { /* For calendar plugin */
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -.5px;
	line-height: 1.5em;
	color: #aaa;
	margin-bottom: 5px
	}

/*- Page Structure */

.columns-two #page {
	width: 780px;
	}

#header {
	/* Contains the H1 and menu */
	}

body {
	font-size: 75%; /* Resets 1em to 10px */
	color: #444;
	background: #eee;
	text-align: center;
	}

body.lang-ar,
body.lang-fa,
body.lang-he,
body.lang-hi,
body.lang-km,
body.lang-ko,
body.lang-ja,
body.lang-th,
body.lang-zh {
	font-size: 75%; /* Resets 1em to 12px */
	}

#page {
	/* The entire design is contained within the 'page' id */
	Layout Widths: 580px, 800px, 970px
	}

#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	color: #444;
	}

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

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

#commentlist li .comment-content {
	font-size: 1.2em;
	line-height: 1.4em;
	}

.widget_flickrRSS img { width: 80px; padding: 5px }

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #aaa;
	}

.calendar-style-1 {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left
	color: #444;
	}