body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 100%;
  color: #222;
  background: #fff url(/themes/minted/img/bg-diaganol.png) repeat 0 0;
  font-size:12px;
  line-height:18px;
  border-top:3px solid #8AAD3A;
}

/* Layout -------------------------------------------------- */

#page {
	width: 962px;
	margin: 0 auto;
}

#header {
  background:none;
  border:0 none;
  margin:21px 0 10px 0;
  padding:0;
  width:962px;
}

#wrapper {
	padding: 20px;
	float: left;
	width: 920px;
  background:#fff;
  border-color:#eee #ccc #999 #eee;
  border-style:solid;
  border-width:1px;
}

#sidebar {
  float:right;
  margin-bottom:20px;
  padding:0;
  width:410px;
}

#column1 {
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;
  float:left;
  padding:0 20px;
  width:190px;
}

#column2 {
  float:right;
  padding:0 0 0 20px;
  width:158px;
}

#content {
  float:left;
  margin-bottom:20px;
  width:492px;
}

#footer {
  border-top:0 none;
  float:left;
  padding-bottom:20px;
  width:982px;
}

.clearB {
  clear:both;  
}

/* Header -------------------------------------------------- */

#blogname {
	font-size: 28px;
  color:#fff;
}

#blogname a {
  color:#fff;
}

/* Content -------------------------------------------------- */

.entry {
	margin-bottom: 2em;
}

.alert,
.error {
	background: #ffc;
	border: 1px solid #ff0;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 1em;
}

code, kbd, tt, pre {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}

code {
}

pre {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	padding: .5em;
}

a, a:link, a:visited {
	color: #8AAD3A;
	text-decoration: none;
  border:0;
}

a:hover, a:focus, a:active {
	color: #4D6121;
	border-bottom: 1px solid #8AAD3A;
}

sup { /* to prevent gaps in paragraph layouts, we'll switch back to regular v-align and shunt it up with pos:rel */
	vertical-align: baseline;
	position: relative;
	bottom: .33em;
}

acronym, abbr, .info {
	border-bottom: 1px dotted #333;
	cursor: help;
}

h1, h2 ,h3, h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
.title h2 {
  font-size:20px;
  line-height:24px;
  margin-bottom:2px;
  text-decoration:none;
}

#header h1,
#header h1 a,
#header #blogname a,
#header p#blogname {
  color:#8AAD3A;
  text-decoration:none;
  font-weight:normal;
  border-bottom:0;
}

#header #tagline {
  color:#888888;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:14px;
  font-weight:normal;
  margin:0 0 14px 0;
  text-transform:none;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

h5, h6 {
	font-size: 1.25em;
}

.title h1 a,
.title h2 a {
	border-bottom:0;
}

p, ul, ol, table, .navigation {
	margin: 0 0 7px 0;
}

p.date {
  font-size:11px;
  margin:0 0 10px;
  padding:0 0 0 3px;
}

p.date .author {
  color:#888888;
}

.metadata .byline {
	margin-bottom: .75em;
}

ul, ol {
	margin-left: 0;
	padding-left: 0;
}

ul ul,
ol ol {
	margin: 0;
}

li {
	margin: .25em 0 .25em 1.25em;
	padding-left: 0;
}

ul li {
	list-style-type: disc;
}

ol li {
	margin-left: 1.5em;
}

ul.rss li {
	list-style: none;
	margin-left: 0;
	padding-left: 17px;
	background: transparent url("images/feed.gif") no-repeat left .25em;
}

.wp-caption {
  margin:5px auto 10px;
  max-width:492px;
}

.entry img,
.entry object {
	display: block;
	background: #fff;
	padding: 4px;
	border: none;
  margin:5px auto 10px;
  max-width:482px;
}

.wp-caption img {
	margin: 0 auto;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	margin: .25em 0 0;
	text-align: center;
	color: #666;
}

.entry .floatright img,
.entry .floatleft img {
	margin: .25em 0 1em;
}

.entry img.floatright,
.entry img.alignright,
.entry img[align="right"],
.wp-caption.alignright {
	margin: .25em 0 1em 1em;
}
.entry img.floatleft,
.entry img.alignleft,
.entry img[align="left"],
.wp-caption.alignleft {
	margin: .25em 1em 1em 0;
}
.entry p,
.entry li,
#columncap p {
	text-align: justify;
}

#site-archives-monthly-archive {
	width: 60%;
	float: left;
}
#site-archives-monthly-archive.wide {
	width: auto;
	float: none;
}
#site-archives-monthly-archive li,
#site-links li {
	text-align: left;
}
#site-archives-category-archive {
	width: 37%;
	float: right;
}
#site-links img {
	margin-left: 0;
	margin-right: 0;
}
blockquote {
	margin: .25em 0 1em;
	padding: .75em 1em .25em;
	border-left: 2px solid #ccc;
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	font-style: italic;
}
blockquote i,
blockquote em,
blockquote cite {
	font-style: normal;
}
blockquote p {
	margin: 0 0 .5em;
}
.navigation {
  border-top:1px solid #CCCCCC;
  float:left;
  margin-top:20px;
  width:100%;
}
.navigation .prev {
	float: left;
	width: 50%;
}
.navigation .next {
	float: right;
	width: 50%;
	text-align: right;
}

.navigation a img {
  display:none;
}

/* Comments -------------------------------------------------- */
.comments {
  background:none repeat scroll 0 0 #EFEFEF;
  border-bottom:1px solid #4C666A;
  border-top:2px solid #4C666A;
  margin:0;
  padding:20px 20px 10px;
}

.comments h3 {
  font-size:14px;
  line-height:20px;
}

.comments .content {
  background:none repeat scroll 0 0 #F9F9F9;
  border:1px solid #DEDEDE;
  padding:10px;
  color:#666;
}

.comments li p.title {
  height:60px;
}

.comments li p.title .commentAuthor {
  display:block;
  font-size:16px;
  margin-bottom:3px;
}

.comments li p.title .commentTime {
  font-size:11px;
  display:block;
  color:#666;
  font-style:italic;
}

.commentform textarea {
  width:450px;
}

.commentlist .avatar {
	float: right;
	margin: 0 0 5px 5px;
	background: #fff;
	padding: 4px;
	border: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.commentlist li {
  clear:both;
  list-style:none outside none;
  margin:0 0 10px;
  padding:10px;
}

.commentlist .authorcomment {
  background-color:#e6e6e6;
  background-image:none;
}

/* Sidebar -------------------------------------------------- */

#sidebar {
}

#sidebar .widget {
  border-bottom:0 none;
  clear:both;
  margin-bottom:10px;
  padding-bottom:0;
}

#sidebar h4 {
  border-bottom:1px dashed #4C666A;
  color:#444444;
  font-size:11px;
  font-weight:bold;
  margin:25px 0 7px;
  padding:0 0 7px;
  text-transform:uppercase;
}

#sidebar blockquote {
	margin: 0;
}

#sidebar img {
	display: block;
	background: #fff;
	padding: 4px;
	border: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* search */

#searchform {
	margin:10px 0 0 0;
}

#sidebar #search h4 {
	display: block;
}

#sidebar #search input {
	width: 60px;
}

#sidebar #search input#s {
  margin-bottom:5px;
  width:150px;
}

#sidebar #search br {
	display: none;
}


/* calendar */

#wp-calendar {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	width: 100%;
}
#wp-calendar #today {
	font-weight: bold;
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	text-align: left;
	font-weight: bold;
}
/* tag cloud */
.st-tag-cloud,
.wp-tag-cloud {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	padding: .5em .5em .5em 1em;
}
#sidebar .st-tag-cloud,
#sidebar .wp-tag-cloud {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}
.st-tag-cloud li,
.wp-tag-cloud li {
	display: inline;
	margin: 0 .5em 0 0;
}
.st-tag-cloud li a,
.wp-tag-cloud li a {
	color: #555;
}
.st-tag-cloud li a:hover,
.wp-tag-cloud li a:hover,
.st-tag-cloud li a:focus,
.wp-tag-cloud li a:focus {
	color: #c00;
}
/* subscribe */
#subscribe-dojo p {
	margin: .25em 0;
}
/* flickr */
#flickrrss,
#flickr-rss-dojo-version {
	float: left;
	width: 100%;
}
#flickrrss ul,
#flickrrss li,
#flickr-rss-dojo-version ul,
#flickr-rss-dojo-version li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#flickrrss li img,
#flickr-rss-dojo-version li img {
	float: left;
	margin: 0 10px 10px 0;
}
/* admin recent comments */
#sidebar blockquote {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	border-color: #bbb;
}
#admin-recent-comments-dojo-version cite {
	font-style: normal;
	font-weight: bold;
}
#admin-recent-comments-dojo-version blockquote cite {
	font-style: italic;
}
#admin-recent-comments-dojo-version blockquote small {
	font-size: .9em;
}

/* Footer -------------------------------------------------- */
#footer {
	border-top: 1px solid #ccc;
	padding-bottom: 1.5em;
	width: 100%;
	float: left;
}
#footer p {
	width: 50%;
	margin: 1em 0 0;
}
#footer .copyright {
	float: left;
}
#footer .poweredby {
	float: right;
	text-align: right;
}
