/*
Theme Name: SG Blog
Description: Modification of the K2 theme
Author: Sam Gray
Author URI: http://designbysamgray.com/
Header Height	:	261
Tags: custom-header, fixed-width, two-columns, styles,

The Real K2: 		http://en.wikipedia.org/wiki/K2



/*- Page Structure */


#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	}


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

#header {
	position: relative;
	height: 261px;
	background: #333 url('hhi_pelican_sunrise.jpg');
	background-position: top right;
	}

#primary {
	position: relative;
	float: left;
	width: 540px;
	padding: 10px;
	}

/*- Primary Contents */

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #444;
        margin-bottom: 40px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        background-image: url('postbottom_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;

	}


/*- Rolling Archives */

#rollingarchives {
	padding: 10px 0;
	display: block;
	width: 540px;
	position: relative;
	}


body.smartposition #rollingarchives {
	position: fixed;
	top: 0px;
	background: #fff;
	border-bottom: 1px solid #eee;
	width: 540px;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 30px;
	}

