* {
	outline: none;
	margin: 0;
	padding: 0;
}

html {
	font: normal 62.5% "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	border-top: 10px solid black;
	background: #3399ff;
	font-size: 1.4em;
	color: #333;
	line-height: 160%;
}

ul,ol {
	margin: 1.0em;
}

li {
	margin-left: 4.0em;
	clear: both;
}

p {
	margin: 1.0em 0;
}

a img {
	border: none;
}

a {
	color: #00b100;
}

a:visited {
	color: #00b100;
}

a:hover {
	text-decoration: none;
}

label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.2em;
	color: #666;
	padding: 0.5em;
}

.fieldWithErrors input, .fieldWithErrors textarea{
	border: 1px solid #d00 !important;
}

input, textarea {
	padding: 0.4em;
	border: 1px solid #999;
	font-size: 1.1em;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
textarea{
	width: 550px;
}
form#comments textarea {	
	height: 100px;
	width: 400px !important;
}
form#comments ul{
		list-style-type: none;
		margin: 1.0em 0 0 0;
		padding: 2.0em 0 0 0;
		background: url(../images/leave-comment.gif) no-repeat 35px right;
		border-top: 3px solid #00b100;
}
	form#comments ul li{
		padding: 0;
		margin: 0 0 1.0em 0;
		
	}
	form#comments input {	
		width: 220px;
	}
	form#comments input.submit {	
		border: none;
		width: 114px;
		height: 25px;
	}
	form#comments ul li span {		
		font-size: 0.9em;
	}
blockquote{
	margin-left: 2.0em;
	margin-right: 10.0em;
	padding-left: 2.5em;
	background: url(../images/quote.gif) no-repeat left top;
	color: #8b9fad;
	font-variant: normal;
	font-style: italic;
}
/* Toolbox */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.squeezer {
	width: 875px;
	margin: 0 auto;
}

.offset {
	margin-left: 100px;
}

.odd {
	background-color: #efefef;
}

.even {
	background-color: #efefef;
}
.noborder{
  border:none !important;
}
/* UI */

#container {
	background: white url(../images/bg-moon.gif) no-repeat center bottom;
	padding-bottom: 50px;
}

#bar {
	width: 905px;
	margin: 0 auto;
}

#bar #tab {
	width: 195px;
	padding: 0 10px;
	height: 33px;
	float: right;
	text-align: center;
	background:black;
  background: url(../images/tab.gif) center;
}

#bar #tab a {
	color: white;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-left: 32px;
	float: left;
	margin: 1px 0 0 32px;
	background: url(../images/rss-green.gif) no-repeat left center;
}

#bar #tab a:hover {
	text-decoration: underline;
}

#header {
	margin-bottom: 1.0em;
}

#header h1 {
	padding: 0;
	margin: 0;
	text-indent: -999em;
	overflow: hidden;
}

#header h1 a {
	width: 245px;
	height: 80px;
	background: url(../images/jeffioblog.gif) no-repeat;
	display: block;
}

#body{
	width: 650px;
	float: left;
}

#sidebar{
	width: 170px;
	min-height: 480px;
	padding: 25px 0em 0.5em 2.3em;
	float: right;
	background: url(../images/bg-sidebar.gif) no-repeat left top;
	
}
	#sidebar ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#sidebar ul li{
			margin: 0;	
			border-bottom: 1px dotted #555;		
		}
		#sidebar ul li a{
			display: block;
			text-decoration: none;
			padding: 0.1em 0.4em;
		}
		#sidebar ul li a:hover{
			background-color: #efefef;
		}
#sidebar #jeff{
  margin:0 0 25px 0;
  text-align: justify;
}
  #sidebar #jeff img{
/*    border: 1px solid #efefef;*/
  }
  div.page {
  	min-height:400px;
  }
div.post {
	background: url(../images/bg-gradient.gif) no-repeat right bottom;
	margin: 1.0em 0;
	padding: 1.0em;
}

div.post div.post-body a {
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

div.post div.post-body a:hover {
	text-decoration: none;
	border-bottom: 1px solid #00b100;
}

div.post div.date {
	width: 55px;
	border-right: 2px solid #aaa;
	text-align: right;
	padding-right: 7px;
	float: left;
}

div.post div.date strong {
	display: block;
	font-size: 1.3em;
	color: black;
	line-height: 100%;
}

div.post div.date em {
	display: block;
	color: #777;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
}

div.post h1 {
	margin-left: 85px;
	margin-bottom: 0.8em;
}

div.post div.post-body {
	margin-left: 85px;
}

div.post div.post-comments-count {
	margin-left: 85px;
	text-align: right;
	font-weight: bold;
}

div.post div.post-comments-count a {
	color: #cc0000;
	padding-left: 20px;
	background: url(../images/comment.gif) no-repeat left center;
}

div#footer {
	padding: 20px 0;
	height: 100px;
}
div.comment-body{
	margin-left: 100px;
}
ul#comments{
	list-style-type: none;
	margin-top: -1.0em;
	padding: 0;

}
	ul#comments li{
		clear:both;
		background: url(../images/bg-gradient-lft.gif) no-repeat left top;
		min-height: 120px;
		padding: 1.0em;
		margin: 0;
}
	ul#comments li.jeffio{
		background: url(../images/bg-gradient-rt.gif) no-repeat right top;
	}
	ul#comments strong{
		color: #cc0000;
		font-size: 1.2em;
	}
	ul#comments em{
		color: #ccc;
		font-size: 0.9em;
		font-weight: bold;
		font-style: normal;
	}
	ul#comments strong a{
		color: #cc0000;
		text-decoration: underline;
	}

.gravatar {
	width: 95px;
	float: left;
}

.gravatar img {
	border: 3px solid white;
}

div#tweet {
	float: left;
	color: white;
	width: 320px;
	padding: 5px 5px 5px 20px;
	background: url(../images/tweetbox.gif) no-repeat left bottom;
}
	div#tweet a, div#tweet a:visited{
		color: wheat;
		text-decoration: none;
	}
	div#tweet a:hover{
		text-decoration: underline;
	}
	div#tweet a.twitterTime, div#tweet a.twitterTime:visited{
		color: #ccc;
		font-size: 0.8em;
		text-decoration: underline;
	}
	div#tweet ul{
		margin: 0;
		padding: 0;
	}
	div#tweet ul li{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

div#projects {
	width: 320px;
	color: white;
	text-align: right;
	float: right;
}

div#projects strong {
	font-weight: bold;
	font-size: 1.2em;
}

div#projects a, div#projects a:visited {
	color: white;
	text-decoration: none;
}

div#projects a:hover {
	text-decoration: underline;
}
div#projects em {
	float: right;
	
	text-indent: -999em;
	overflow: hidden;
	
	width: 175px;
	height: 35px;
	background: url(../images/thanks.gif) no-repeat right center;
}

/*div#projects em {
	position: relative;
	display: block;
	padding: 0.1em;
	width: 155px;
	height: 35px;
	margin: 0;
	float: right;
}

div#projects em span {
	background-image: url(../images/thanks.gif);
	position: absolute;
	width: 100%;
	height: 100%;
}*/

/* Headings */

h1, h2, h3 {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}
h2 {
	border-bottom: 1px dotted #cfcfcf;
}
h3 {
	font-weight: bold;
	margin-top: 0.9em !important;
}
h2, h3{
	margin: 0.2em 0 0.4em 0;
	padding-bottom: 0.1em;
}
h1, h1 a {
	color: #00b100;
	text-decoration: none;
	font-size: 1.3em;
}

a.feature{
  background-color:#FFF5C7;
  padding:0.2em 0.3em;
  font-size:0.8em;
  text-decoration: none;
  color:#BF7900;
}
a.feature:hover{
  background-color:#FFF377;
}
.webapp{
  width:220px;
  margin-right:30px;
}
  .webapp a{
    border:none;
  }