@charset "UTF-8";

#news-box {
	height: 50%;
}


/** LAYOUT STYLES **/

/* Tips for left-col:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#left-col {
	margin-right: 20.5em;
	padding: 0; 
	
	position: relative;
}

#left-col .col-content {
	margin-right: .5em;	
	
	position: relative;
	
	padding: 1em;
}

#right-col {
	float: right; 
	width: 20em;
	padding: 0; /* top and bottom padding create visual space within this div */
	
	position: relative;
}

#right-col .col-content {
	position: relative;
	
	padding: 1em;
}

#right-col ul {
	padding: 0;
	margin: 0;
	
	list-style-type: none;
}

#sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar h2 {
	padding: 0;
	margin: 0;
}

.widget {
	padding-bottom: 10px;	
}

.widgettitle {
	font-size: .9em;
	font-variant: small-caps;
}

.widget ul li {
	font-size: .9em;	
}

/* Search widget */
.screen-reader-text {
	font-size: .9em;
	font-weight: bold;
	font-variant: small-caps;
	
	display: none;
}

#s {
	width: 11em;
}

#searchsubmit {
	font-size: .9em;
	background-color: #ffffff;
	border: 1px solid #999999;
	
	padding-top: .2em;
	padding-bottom: .2em;
	
	cursor: pointer;
}

.post {
	padding: 0 1em;	
}

.post h2 {
	margin: 0;
	padding: 0;
	
	font-size: 1.2em;	
	font-weight: normal;
}

.post h2 {
	padding-top: .2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #036292;
}

.post-date {
	font-size: .9em;
	color: #666666;
}

.postmetadata {
	font-size: .9em;
	color: #666666;
}


/* Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#comment {
	width: 57em;	
}

.navigation {
	padding-bottom: 1em;
