/*
Theme Name: K2 Child by Ryan Tan
Theme URI: http://blog.ryantan.net
Description: A custom theme for Ryan's blog
Author: Ryan Tan
Author URI: http://ryantan.net/
Template: k2
Layout Widths: 400, 960, 1200
*/

body {
	background: #222;
}

#page {
	border-color: #111
}
.columns-two #page {
	/*width: 780px;*/
	width: 960px;
}

#primary {
   position: relative;
   float: left;
   /*width: 500px;*/
   width: 630px;
   padding: 10px;
   }

.secondary {
	/*width: 200px;*/
	width: 250px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	padding: 0 10px;
	overflow: hidden;
}

body.columns-two #primary-wrapper {
	float: left;
	/*margin-right: -220px;*/
	margin-right: -270px;
	width: 100%;
}

/* Custom header styles by Ryan */

#header-left{
	display:block;
	float:left;
}

#header-right{
	display:block;
	float:right;
	font-family:verdana;
	font-size:8.5pt;
	font-weight:normal;
	height: 125px; /*200-75*/
	letter-spacing:0;
	padding:75px 30px 0px 10px;
	width:250px;
	position:relative;
}


#header-right A {color:#FFF;}


#header A.RSSSubscribe {
	background:transparent url(http://ryantan.net/content/rss2.png) scroll no-repeat;
	display:block;
	font-family:verdana;
	font-size:8.5pt;
	font-weight:normal;
	height:48px;
	letter-spacing:0;
	padding-left:50px;
	width:180px;
}

#header-right .widget_search {
	position:absolute;
	bottom:5px;
}

#header .blog-title .blogname{display:block; width:300px; float:left;}

/*#header .description {clear:both;}*/

.entry-content {text-align: left;}

CODE {white-space:pre; line-height:normal;}
CODE BR {line-height:0px; height:0px;}
