/*
This is a generated comment from MODx... now you can simply programatically alter your CSS!
*/

h2.blogHeader {
    width: 100%;
}
a.imageLink img {
    border: 0 !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
}
a.imageLink, a.imageLink:active, a.imageLink:hover {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    text-decoration: none;
    float: right;
    display: block;
    background-color: transparent;
}


p.authorbio {
	border: 1px solid #9c0;
border-width: 0 1px 1px;
	margin: -11px 0 1em;
padding: 10px;
font-size: 86%;
	background: #fff url(assets/images/blog_bg.gif) repeat-x bottom left;
}

.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden !important;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}

.comment .newavatar a img {
display: block; 
    float: left;
    width: 80px;
    height: 80px;
    margin: 3px 10px 3px 0 !important;
    margin: 3px 5px 3px 0;
    position: relative; /* so it'll even show UP in IE... so sad */
    z-index: 999; /* restore clickability to FF / Safari */
}
.comment .avatar a img {
display: none;
}
.comment .content {
    height: auto !important;
    height: 86px; /* wild guess what for... */
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0 !important; /* for good browsers like FF + Safari */
    right: 24px; /* and yet another IE6 problem resolver */
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    color: #693;
    z-index: 10;
}
.commentTitle span {
    font-size: 86%;
}
.commentTitle strong {
    color: #999;
    font-size: 86%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}

.author {
	padding: 0 5px 5px;
	font-size: 86%;
}
p.BlogMeta {
    margin: 1em 0 0;
    padding: 0;
    text-decoration: none;
    line-height: 20px;
}
p.BlogMeta a, pBlogMeta a:active, pBlogMeta a:hover {
    margin: 0;
    padding: 0;
    border: 0 !important;
    text-decoration: none;
    background-color: #fff !important;
}
p.BlogMeta a img {
    border: 0 !important;
    height: 20px;
    vertical-align: middle;
}

/* Forms fields
-------------------------------------------------- */
	
input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	border: 1px solid #999;
	color: #666;
	background: #fafafa;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
}
	
input:hover {
	background: #fafafa;
	border: 1px solid #9c0;
	color: #111;
	font-size: 1em;
}

input:focus {
	background: #fff;
	border: 1px solid #333;
	color: #111;
	font-size: 1em;
}

textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.1em;
	border: 1px solid #999;
	color: #666;
	background: #fafafa;
	padding: 2px 5px 1px 5px;
	width: 450px;
}
	
textarea:hover {
	background: #fafafa;
	border: 1px solid #9c0;
	color: #111;
}

textarea:focus {
	background: #fff;
	border: 1px solid #666;
	color: #111;
}

.message, .error {
    background: transparent url(../images/messages.png) repeat-x 0 0;
    padding: 12px 9px 5px;
    margin-top: 7px;
    border-bottom: 1px solid #222;
    color: #111;
}
.error {
    background-position: 0 67px;
}
