.byline {
font-size: 0.8em;
color: #666;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: solid 1px #ccc;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
font-size: 14px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
  margin: 15px 0;
	}
	
.narrowcolumn > .postmetadata {
  padding: 15px 25px;
}

.alt {
margin: 0;
padding: 10px;
}

.postmetadata {
background: #eee;
border: solid 1px #ccc;
}
.post .postmetadata {
background: transparent;
border: none;
}

.post .postmetadata a {
display: inline-block;
line-height: 25px;
vertical-align: top;
margin-right: 10px;
font-size: 12px;
}

.postmatadata iframe {
}


.alt a {
color: #338833;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.description {
	font-size: 14px;
color: #333;
	}

.note, .in-depth, .updated, .resources {
  display: block;
  background: #ffffcc;
  padding: 10px;
  margin: 15px 0;
  min-height: 21px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  position: relative;
  z-index: 10;
}
.in-depth { background: #e3e3e3; }
.updated { background: #ddf; }
.resources { background: #f9f9f9; }
.note:before, .in-depth:before, .updated:before, .resources:before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -56px;
  margin-top: -10px;
  width: 32px;
  height: 32px;
  padding: 5px 7px 4px 10px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -moz-box-shadow: -2px 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: -2px 1px 2px rgba(0,0,0,0.5);
  box-shadow: -2px 1px 2px rgba(0,0,0,0.5);
  background: url(/blog/wp-content/themes/aj/images/green_info.png) 5px 5px no-repeat #ffc;
}
.in-depth:before {
  background: url(/blog/wp-content/themes/aj/images/green_config.png) 5px 5px no-repeat #e3e3e3;
}
.updated:before {
  background: url(/blog/wp-content/themes/aj/images/green_edit.png) 5px 5px no-repeat #ddf;
}
.resources:before {
  background: url(/blog/wp-content/themes/aj/images/green_view.png) 5px 5px no-repeat #f9f9f9;
}
div.note > p:first-child,
div.in-depth > p:first-child,
div.updated > p:first-child,
div.resources > p:first-child {
  margin-top: 0;
}
div.note > p:last-child,
div.in-depth > p:last-child,
div.updated > p:last-child,
div.resources > p:last-child {
  margin-bottom: 0;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar input {
font-size: 1em;
width: auto;
float: left;
margin: 0px 1px;
}

ul.group-buttons {
list-style: none;
}

.post ul.group-buttons li {
margin: 0;
}

.group-button a {
background: #eee;
display: inline-block;
padding: 7px 15px 5px 5px;
color: #333;
font-weight: bold;
text-decoration: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border: none;
border-bottom: 1px solid rgba(0,0,0,0.25);
cursor: pointer;
font-size: 12px;
outline: none;
width: 95%;
}
.post .group-button a {
background: #4a4;
color: #fff;
width: 490px;
line-height: 0;
padding: 10px;
}

.group-button.first-child a {
border-radius: 7px 7px 0 0;
-moz-border-radius: 7px 7px 0 0;
-webkit-border-radius: 7px 7px 0 0;
}
.group-button.last-child a {
border-radius: 0 0 7px 7px;
-moz-border-radius: 0 0 7px 7px;
-webkit-border-radius: 0 0 7px 7px;
}
.group-button.first-child.last-child a {
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
}
.group-button a:visited {
color: #333;
}
.post .group-button a:visited {
color: #fff;
}
li.group-button a:hover, li.group-button a:active {
background: #fff;
text-decoration: none;
color: #000 !important;
outline: none;
}
.post li.group-button a:hover, .post li.group-button a:active {
background: #5b5;
color: #fff !important;
}
.group-button a img {
margin: 0 5px;
vertical-align: middle;
}

.entry p a:visited {
        color: #383;
	}

.commentlist .comment-author .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 5px;
	}

.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;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 600px;
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 5px;
	text-align: left;
        padding: 15px 25px;
        background: #fff;
        border: solid 1px #999;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
box-shadow: 0 3px 20px rgba(0,0,0,0.3);
-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.3);
	}
	
.post a:hover, .post a:active, .post a:focus {
   color: #383;
   text-decoration: underline;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {

	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
.post h3, .post h4 {
   margin: 25px 0;
}

.post h2 { border: none; margin: 35px 0 25px; }
.post h2:first-child { margin: 0 0 25px; }

.post p { margin: 20px 0; }

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 14px 10px;
	}
	
	#sidebar a:hover, #sidebar a:active, #sidebar a:focus { color: #666; }

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar > ul {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li.group-button {
margin-bottom: 0px;
}
#sidebar ul li.group-button.last-child {
margin-bottom: 25px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

table { font-size: 12px; border-spacing: 0px; }
th { background: url(/images/layout/input_bg.jpg) repeat-x #71af5a; border: solid 1px #71af5a; padding: 5px; }
td { padding: 5px 10px; vertical-align: top; border-bottom: solid 1px #d7d7d7; }

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
height: 27px;
	margin: 10px auto 35px;
	padding: 5px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 250px;
height: 25px;
line-height: 1em;
	padding: 0 2px;
margin: 0;
border: solid 1px #ccc;
-moz-border-radius: 0 0 0 5px !important;
-webkit-border-radius: 0 0 0 5px;
border-radius: 0 0 0 5px;
	}

#sidebar #searchsubmit {
background: #fff;
width: 62px;
line-height: 1em;
height: 27px;
border: solid 1px #ccc;
border-left: none;
margin: 0;
-moz-border-radius: 0 0 5px 0;
-webkit-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;
cursor: pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
background: #696;
padding: 5px 10px 5px;
color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border: none;
border-bottom: 1px solid rgba(0,0,0,0.25);
cursor: pointer;
font-size: 12px;
outline: none;
}
/* End Form Elements */

/* Begin Comments*/
.commentlist {
padding: 0;
margin: 20px 0;
}

.commentlist li {
font-size: 0.9em;
margin: 0;
padding: 20px 25px;
list-style: none;
background: #eee;
border: solid 1px #aaa;
}
.commentlist li.depth-1 {
box-shadow: 0 3px 20px rgba(0,0,0,0.3);
-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.3);
}


.commentlist li.alt {
background: #f9f9f9;
}

.commentlist li.bypostauthor {
background: #fff;
border-color: #9b9;
}

.commentlist li:first-child {
  margin-top: 15px;
-webkit-border-radius: 7px 7px 0 0;
-moz-border-radius: 7px 7px 0 0;
border-radius: 7px 7px 0 0;
}
.commentlist li:last-child {
-webkit-border-radius: 0 0 7px 7px;
-moz-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px;
}
.commentlist li:first-child:last-child {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.commentlist a:hover {
color: #383;
text-decoration: underline;
}

#respond {
padding: 15px 20px;
background: #eee;
border: solid 1px #aaa;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0 0 10px;
	display: block;
font-size: 0.8em;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 700px;
	width: 330px;
	}

#sidebar form {
	margin: 0;
	}

#searchform, .widget > ul, .widget > div {
font-size: 12px;
  background: #eee;
  border: solid 1px #ccc;
border-top: none;
-moz-border-radius: 0 0 7px 7px;
-webkit-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px;
}

.widget, #sidebar > ul > li > .metadata {
margin-bottom: 15px;
font-size: 12px;
}

.widget > ul li {
list-style: none;
}

.widget > ul li a {
display: block;
padding: 5px 10px;
border-bottom: solid 1px #ccc;
}

.widget > ul li:last-child a {
border-bottom: none;
-moz-border-radius: 0 0 7px 7px;
-webkit-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px;
}

.widget > ul li a:hover {
background: #fff;
text-decoration: none;
}

#sidebar .metadata {
  padding: 5px 15px 10px;
  background: #eee;
  border: solid 1px #ccc;
border-top: none;
-moz-border-radius: 0 0 7px 7px;
-webkit-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px;
}
#sidebar .metadata p {
font-size: 0.95em;
  margin: 10px 0 15px;
color: #000;
}
#sidebar .metadata .avatar {
  margin: 15px 10px 5px 0;
  float: left;
}
#author-name {
  display: block;
  font-size: 16px;
  margin: 0 0 5px;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

#sidebar .metadata li {
list-style: none;
}
#sidebar .metadata li a {
display: block;
padding: 5px;
border-bottom: solid 1px #ccc;
}
#sidebar .metadata li:last-child a {
border-bottom: none;
}
#sidebar .metadata li a:hover {
text-decoration: none;
background: #fff;
}

.widget.widget_tag_cloud div {
padding: 5px 10px;
}

/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
margin-bottom: 20px;
font-size: 12px;
min-height: 36px;
	}
.navigation div { width: 270px; }
.navigation div.alignleft{ text-align: left; padding-left: 25px; background: url(/images/green_arrow_left.png) no-repeat left center; }
.navigation div.alignright{ text-align: right; padding-right: 25px; background: url(/images/green_arrow.png) no-repeat right center; }
.navigation div a { color: #060; }
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.sidebar-icon {
   vertical-align: middle;
}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

   * {
   	margin: 0;
   }
   
a.more-link, a.comment-reply-link {
background: #696;
display: inline-block;
padding: 5px 10px 5px;
color: #fff;
text-decoration: none;
line-height: 14px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border: none;
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
font-size: 12px;
outline: none;
}

a.more-link:hover, a.comment-reply-link:hover {
background: #383;
color: #fff;
text-decoration: none;
}

a.more-link:visited, a.comment-reply-link:visited {
color: #fff !important;
}

a.comment-reply-link {
margin-bottom: -10px;
}
div.reply {
text-align: right;
}

/*
Custom style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
  margin-bottom: 25px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #ccc !important;
	padding: 10px 15px !important;
	margin: 0 1px 0 0 !important;
background: #eee;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.wp-pagenavi a:first-child, .wp-pagenavi span:first-child {
-moz-border-radius: 7px 0 0 7px;
-webkit-border-radius: 7px 0 0 7px;
border-radius: 7px 0 0 7px;
}

.wp-pagenavi a:last-child, .wp-pagenavi span:last-child {
-moz-border-radius: 0 7px 7px 0;
-webkit-border-radius: 0 7px 7px 0;
border-radius: 0 7px 7px 0;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #fff;
color: #000;
border-color: #999 !important;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

