@charset "utf-8";


@import url(../../rsc/css/basic.css);	/* Import basic styles */

@import url(../../rsc/css/img.css);	/* Import standard image styles */

@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */

@import url(../../rsc/css/forms.css);	/* Import default form styles */

@import url(../../rsc/css/comments.css);	/* Import default comment styles */
* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
.bPosts small {
	font-size: 60%;
	color: #999999;
}

body {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 0.8em;
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #91AFAF;
	background-image: url(grassbg.jpg);
	background-image: url(jasonslackbg.png);
	background-repeat: no-repeat;
	background-position: center 35px;
	background-attachment: scroll;
}
h1 {
	font-size: 1.4em;
	padding: 10px 10px 0;
	display: inline;
}
a,a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:hover{
	color: #99CCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.top_menu a,a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom-style: none;
}
ul {
	padding-left: 180px;
}
li {
	margin: 0px;
	padding: 0px;
}
.bPosts .bSmallPrint img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


p {
	padding-bottom: 1em;
}

#wrapper {
	min-height: 100%;
	width: 780px;
	background-image: url(transwhite85.png);
	background-repeat: repeat;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-left: auto;
	margin-right: auto;
}
#jasonslack {
	min-height: 100%;
	width: 46px;
	background-color: #FF0000;
	margin-right: auto;
	display: inline;
}
* html #jasonslack {
height: 100%;
}
* html #wrapper {
height: 100%;
}
.pageHeader {
	height: 120px;
	vertical-align: bottom;
	position: relative;
}
.PageTop {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 779px;
	height: 50px;
}

.pageHeader  h1 {
	font-size: 4em;
	text-decoration: none;
}
.pageHeader .widget_core_coll_title {
	display: inline;
	position: absolute;
	left: 250px;
	bottom: -13px;
}
.pageHeader .widget_core_coll_tagline {
	display: inline;
	position: absolute;
	bottom: -3px;
	right: 20px;
}

.top_menu {
	/*background-color: #F8F9E6;*/
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-color: #FFFFFF;
}
.top_menu li {
	list-style-type: none;
	display: inline;
	margin-left: 40px;
	font-weight: bold;
}

.bPosts {
	text-align: justify;
	min-height: 100%;
	height: 100%;
	width: 540px;
	margin: 0px;
	float: right;
	overflow: hidden;
}
.bSideBar {
	min-height: 100%;
	height: 100%;
	width: 200px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top: -50px;
}
.bSideBar ul{
	padding-left: 20px;
}
.bSideBar .bSideItem {
	margin-top: 20px;
}
.bPosts .bPostpublished {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin: 0;
}
.bPosts .bText {
	margin: 0px;
	padding: 0px;
}

.bPosts h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 1em;
	text-align: center;
	margin: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: -2px;
}
.bPosts .bSmallHead, .bSmallPrint {
	font-size: .7em;
}
.bPosts .bTitle {
	font-size: 1.5em;
	margin: 0px;
}
#pageFooter ul{
	list-style:none;
}
#pageFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	clear: both;
	width: 100%;
}
#pageFooter .baseline {
	padding: 10px;
	text-align: center;
}
.bPosts img {
	border: 1px solid #000000;
}
#pics {
	border: 6px solid #666666;
	height: 300px;
	width: 300px;
	position: relative;
	top: 0px;
	left: -100px;
	background-color: #FFFFFF;
	overflow: hidden;
}

