@charset "utf-8";
/* CSS Document */


/*Bless this Mess. I'll be cleaning this up over the coming weeks.*/

body, html {
	min-height: 100%;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	min-height: 100%;
	min-width:960px;
	width:100%;

	background:#FFFF00 url(images/backgroundStripesWhite.gif);

	color: #000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing:0.0em;

	text-align:left;
}
h1, h2, h3, h4, h4 {
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-0.06em;
}
a {
	color:#ed1651;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

#mainContentContainer a span{
	background-color:#e2e7e8;
	padding: 2px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#mainContentContainer a span:hover{
	text-decoration:underline;
}

a.buttonLinkWithText:hover{
	text-decoration:none;
}
a.buttonLinkWithText:hover span{
	text-decoration:underline;
}
a.buttonLinkWithText img{
margin: -2px 0 0 0;
}


a img {
	border:0px;
	vertical-align:middle;
}

ul {
	margin:0;
	padding: 0 0 0 16px;
}
li {
	margin:0;
	padding: 0;
}
form {
	margin:0;
	padding:0;
}
p{
}
abbr{
	cursor:help;
	border-bottom:dotted #ed1651 2px;
}
p abbr{
	cursor:help;
	border-bottom:dotted #575757 1px;
}
#pageContainer {
	position: relative;

	margin:0 auto -15px auto;
	padding: 0 0 45px 0;

	width: 100%;
	height: auto !important;
	min-height: 100%;
}
/*/////////////////////////////////HEADER MAIN////////////////////////////////////*/
#header {
	z-index: 120;
	position: relative;
	left: 0px;

	margin: 0;

	width: 100%;
	height: 183px;
	
	border-bottom: #FFFFFF 3px solid;
	background: url(images/backgroundStripes.gif) repeat-x bottom;
}
#headerWrapper {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#computerEggplant{
	position: absolute;
	top: 0px;
	left: 0px;
}
#title{
	position:absolute;
	top: 20px;
	right: -4px;
}

/*////////////////MAIN MAIN MAIN MAIN MAIN MAIN MAIN////////////////////////*/
#mainWrapper{
	width: 100%;
}
#mainContentContainer {
	position:relative;
	
	margin: 25px auto 0 auto;
	padding: 0;
	
	width: 960px;
}
/*////////////CLEAR SECTION/////////////////////*/
.clearSection {
	clear: both;
	height: 0px;
	margin: 0;
}
/*//////////////////////////////////
   COLUMNS
//////////////////////////////////*/
.leftColumn {
	float:left;
	width:610px;
}
.rightColumn {
	margin: 0 0 0 640px;
}

.rightColumn img{
	width: 100%;
	margin: 0 0 12px 0;
}

.sideBarObject {
	padding:  25px 25px 10px 25px;
	background:#ffffff;
	margin: 0 0 25px 0;
}
.sideBarObject h2{
	color: #000000;
}
.sideBarObject:first-child {
	margin: 0 0 25px 0;
}


.post{
margin: 0 0 25px 0;
padding: 25px;
background:#ffffff;
}

.navigation {
height: 12px;
margin: 0 0 25px 0;
padding: 25px;
background:#ffffff;
}

.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.aligncenter{
	text-align:center;
}

.post:first-child{
	margin: 0 0 25px 0;
}

.post p{
	margin: 12px 0 0 0;
}

h2 a {
	color: #000000;
}

h2{
	color: #000000;
	margin: 0 0 0 -1px;
	font-size:24px;
}
h3{
	color: #000000;
	margin: 5px 0 0 -1px;
	padding: 5px 0 5px 0;
	font-weight:bold;
	font-size:11px;
	border-bottom: 1px solid #000000;
	position:relative;
}

span.commentsEdit{
	position:absolute;
	right: 0px;
}

.blogMainBody div.endBreak {
	height: 10px;
	background: url(images/backgroundStripes.gif) repeat-x top;
	margin: 38px 0 12px 0;
}

.blogMainBody div.endBreak a {
	background:#009933;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing: -0.05em;
	position:relative;
	top: -6px;
	left: 0;
	padding: 6px 15px 6px 15px;
}

.blogMainBody div#comments {
	margin: 31px 0 0 0;
}
.blogMainBody div.comment {
	margin: 18px 0 0 0;
	border: 1px solid #0083cb;
	padding:  12px 25px 20px 25px;
}
.blogMainBody div.comment:first-child {
	margin: 0;
}
.blogMainBody div.commentText {
	background:#FFFFFF;
	margin: 0 0 15px 0;
}
.blogMainBody div.postContainer.right div.commentText p {
	margin: 0;
}
.blogMainBody div.postContainer.right div.commentText p:first-child {
	margin: 0;
}
.blogMainBody span.commentAuthor {

}
.blogMainBody span.commentAuthorName {
	font-weight:bold;
	color: #0083cb;
}
.blogMainBody div.postContainer.right div#respond {
	border-top: 1px solid #0083cb;
	padding: 25px 0 25px 25px;
	margin: 18px 0 0 0;
}
.blogMainBody div.postContainer.right div#respond h3 {
	padding: 0;
	margin: 0;
}
.blogMainBody div.postContainer.right div#respond p {
	margin: 10px 0 0 0;
	padding: 0;
}
.blogMainBody div.postContainer.right div#respond p:first-child {
	margin: 25px 0 0 0;
	padding: 0;
}
.blogMainBody div.postContainer.right div#respond label {
	margin: 0 0 0 5px;
}



input.commentField, textarea.commentField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	background-color:#FFFFFF;
	min-width: 300px;
	border: 2px solid #000000;
}
textarea.commentField {
	width: 98.6%;
}
input.commentField:focus, textarea.commentField:focus {
}
.submitCommentButton {
	cursor: pointer;
	width: 171px;
	height: 28px;
	margin: 15px 0 0 1px;
	border: 2px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}
*/
div#content.narrowcolumn {
	margin: 45px 0px 45px 5px
}




/*//////////////////////////////////
    FOOTER
//////////////////////////////////*/
#footer {
	border-top: #FFFFFF solid 3px;

	background:url(images/backgroundStripes.gif) repeat-x top;

	font-size:14px;
	position:absolute;
	bottom: 0px;
	width:100%;
	height: 40px;
	margin:0;
	padding: 4px 0 0 0;
	color:#000000;
	
	z-index: 200;
}
#footer span{
	background:#FFFFFF;
	font-weight:bold;
	padding: 5px;
	color:#000000;
}
#footer a{
	color:#000000;
}
.footerContainer {
	position:relative;
	margin: 0 auto 0 auto;
	height:100%;
	width:960px;
	padding: 0;
}
