/*
 Theme Name: Grady
 Theme URI: http://journal.barleyhut.com
 Description: "Even though Poe and I were not exactly what you'd call simpatico that's no reason he should've taken two in the chest."
 Version: 1.0
 Author:	 A.M. Griffin
 Author URI: http://journal.barleyhut.com
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0pt;
    padding: 0pt;
}

body {
    background: #fff;
    font-family: "myriad pro", helvetica, "trebuchet ms", Tahoma, "FreeSans", sans-serif;
    font-size: 88%;
    line-height: 1.5;
    text-align: center;
}

html > body {
    font-size: 14px;
}

p, ul, ol, blockquote, pre, td, th, label {
    line-height: 1.5;
    margin: 0;
    margin-bottom: 1.5em;
}


#ft {
    clear: both;
    margin: 4.5em 0 0 0;
    text-align: center;
}
/*===== o0o: YUI GRID GIBBERISH =====*/
#doc, #doc2, #doc3, .yui-t1, .yui-t2, .yui-t3, .yui-t4, .yui-t5, .yui-t6, .yui-t7 {
    margin: auto;
    text-align: left;
    width: 57.69em;

* width:
    56.3em;

min-width:
    750px;
}

#doc2 {
    width: 73.074em;

* width:
    71.313em;

min-width:
    950px;
}

.yui-b {
    position: relative;
}

.yui-b {
    position: static;
} /* for IE < 7 */
#yui-main .yui-b {
    position: static;
}

#yui-main {
    width: 100%;
}

.yui-t1 #yui-main, .yui-t2 #yui-main, .yui-t3 #yui-main {
    float: right;
    margin-left: -25em; /* IE: preserve layout at narrow widths */
}

.yui-t4 #yui-main, .yui-t5 #yui-main, .yui-t6 #yui-main {
    float: left;
    margin-right: -25em; /* IE: preserve layout at narrow widths */
}

.yui-t5 .yui-b { /* keep*/
    float: right;
    width: 17.4608em;

* width:
    17.016em;
}

.yui-t5 #yui-main .yui-b { /* keep*/
    margin-right: 20.4608em;

* margin-right:
    20.016em;
}

#yui-main .yui-b {
    float: none;
    width: auto;
}

#bd:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui-ge:after, .yui-gf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#bd, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {
    zoom: 1;
}
/*===== o0o: MAIN NAV AND HEADER=====*/
ul#navigation {
    background: #efefef;
    border-bottom: 1px solid #d4d4d4;
    padding: 3px 0 3px 0;
    text-align: center;
    text-transform: lowercase;
    width: 100%
}

ul#navigation li {
    display: inline;
    margin: 0 9px 0 9px;
}

ul#navigation li a {
    background: #e1e1e1;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

ul#navigation li a:hover {
    background: #efefef;
    color: #333;
    text-decoration: underline;
}

ul#navigation li.current_page_item a {
    background: #ffffec;
    color: #000;
    text-decoration: underline;
}

ul#navigation li.find {
    margin-right: 18px;
}

ul#navigation li.find a {
    color: #000;
}

ul#navigation li.find a:hover {
    background: #efefef;
    color: #000;
    text-decoration: underline;
}

#hd {
    margin-bottom: 4.5em;
}

#hd p {
    background: #fff9d8;
    line-height: 1.2;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #444;
    margin: 0 0 0 0;
    padding: 12px 9px 9px 9px;
    text-align: center;
}

#hd p a {
    background: #FFffe0;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#hd p a:hover {
    background: inherit;
    color: #444;
    text-decoration: underline;
}

#hd p.photo {
    background: #fff;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#hd h1 {
    color: #000;
    font: bold 3.5em / 0.5 Helvetica, Calibri, Arial, "FreeSans", sans-serif;
    letter-spacing: -2px;
    margin: 1em 0 0.3em;
    text-align: center;
    text-transform: lowercase;
}

#hd h1 a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#hd h1 a:hover, #header h2 a:hover {
    background: inherit;
    font-weight: bold;
    text-decoration: underline;
}
/*===== o0o: HEADINGS=====*/
h2, h3, h4, h5, h6 {
    font-family: Helvetica, Calibri, Arial, "FreeSans", sans-serif;
}

h3 {
    color: #222;
    font-size: 1.571em;
    line-height: 1.091;
    margin-bottom: 1.091em;
}

h4 {
    color: #444;
    font-size: 1.286em;
    line-height: 1.333;
    margin-bottom: 1.333em;
}

h4.tangent {
    background: #cc9999;
    color: #663333;
    font-size: 1.286em;
    line-height: 1.333;
    margin-bottom: 0em;
    margin-left: 1.5em;
    font-weight: normal;
    font-family: georgia, baskerville, serif;
    font-style: italic;
}

h5 {
    color: #444;
    font-size: 1.143em;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
/*===== o0o: POSTS=====*/
div.hfeed h2 {
    color: #000;
    font: bold 2em / 0.9 Helvetica, Calibri, Arial, "FreeSans", sans-serif;
    letter-spacing: -2px;
    text-align: center;
    text-transform: lowercase;
}

div.hfeed h2 a {
    color: #000;
    text-decoration: none;
}

div.hfeed h2 a:hover {
    background: inherit;
    color: #000;
    text-decoration: underline;
}

div.entry-content {
    color: #555;
    padding: 18px 10px 18px 10px;
}

div.entry-content a {
    background: #fff9d8;
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

div.entry-content a:hover, ul.tangent li a:hover {
    background: inherit;
    color: #555;
    text-decoration: underline;
}

div.entry-content ul {
    list-style-type: circle;
    list-style-position: outside;
}

div.entry-content ol {
    list-style-type: decimal-leading-zero;
    list-style-position: outside;
}

div.entry-content ul li, div.entry-content ol li {
    margin-bottom: 0.5em;
}

div.entry-content ol.blocked li, ul.blocked li {
    background: #fbfbfb;
    list-style-type: none;
    padding: 9px;
}

div.entry-content ol.blocked li.odd {
    background: #f5f5f5 !important;
    list-style-type: none;
    padding: 9px;
}

div.entry-content ol.blocked strong, ol.blocked span, ul.blocked strong {
    color: #000;
    font-family: times, "times new roman", serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.postmetadata {
    background: #ffffec;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #666;
    font-size: 12px;
    padding: 9px;
    text-align: center;
    text-transform: lowercase;
}

.postmetadata a {
    background: #fff9d8;
    color: #222;
    text-decoration: none;
    font-weight: bold;
}

.postmetadata a:hover {
    background: inherit;
    color: #888;
    text-decoration: underline;
}

div.hfeed ul.aside {
    margin-bottom: 3em;
}

div.hfeed ul.aside li {
    background: #ffffed;
    color: #444;
    list-style-type: none;
    margin-right: 3em;
    margin-left: 3em;
    padding: 9px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

div.hfeed ul.aside li a {
    background: #ffffcc;
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

div.hfeed ul.aside li a:hover {
    background:

#inherit;

color:

#333;

font-weight:bold;

text-decoration:underline;
}

div.entry-content p.pullquote {
    color: #666;
    float: right;
    font-size: 1.2em;
    font-style: oblique;
    line-height: 1.2em;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 200px;
}

div.entry-content p.pullquote span {
    color: #888;
}

.hilite {
    background: #ffffcc;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 9px;
}

.hilite a {
    background: #F7FFA3;
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

.hilite a:hover {
    background: inherit;
    color: #222;
    font-weight: bold;
    text-decoration: underline;
}

.alignleft {
    background: #fbfbfb;
    border: 1px solid #e0e0e0;
    clear: both;
    float: left;
    margin: 0 5px 3px 0;
    padding: 9px;
}

.alignright {
    background: #fbfbfb;
    border: 1px solid #e0e0e0;
    clear: both;
    float: right;
    margin: 0 0 5px 5px;
    padding: 9px;
}

img.center {
    background: #fbfbfb;
    border: 1px solid #e0e0e0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 9px;
}

code {
    background: #f1f7f6;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: block;
    font: 400 1em courier, monospace !important;
    line-height: 120%;
    margin: 15px 0;
    overflow: auto;
    padding: 10px;
    white-space: pre;
}

blockquote {
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-left: 3em;
    margin-right: 3em;
    padding: 18px 9px 0 9px;
}
/*===== o0o: COMMENTS=====*/
#comments {
    margin-top: 3em;
}

#comments a {
    background: #fff9d8;
    color: #555;
    text-decoration: none;
}

#comments a:hover {
    background: inherit;
    color: #555;
    text-decoration: underline;
}

#respond {
    font-size: 105%;
}

#trackbacks {
    margin: 0 0 2em 0;
}

#comments-form {
    padding: 9px;
}

#comments-form input {
    background: #fbfbfb none repeat scroll 0%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #fff;
    font-size: 16px;
    padding: 9px 0 9px 0;
    width: 100%;
}

#comments-form p {
    color: #555;
    margin: 0;
    padding: 9px 0 9px 0;
}

#comments-form input:focus, #comments-form textarea:focus {
    background: #ffffec;
}

#commentform textarea {
    background: #fbfbfb none repeat scroll 0%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #fff;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
}

div.comment-meta {
    color: #333;
}

span.comment-author {
    font-weight: bold;
    text-transform: uppercase;
}

span.comment-date {
    color: #d0d0d0;
}

div.comment-text {
    padding: 9px 0 0 9px;
}

span.openid {
    background: #fff url(images/openid.jpg) right no-repeat;
    padding-right: 18px;
}

h3.comments-header {
    background: #fbfbfb;
    border-bottom: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    padding: 18px 0 18px 0;
    margin-top: 1.5em;
    text-align: center;
    text-transform: uppercase;
}

h4.comments-form {
    margin: 15px 0 0 0;
    padding-bottom: 18px;
}

ol.comments li {
    list-style-type: decimal-leading-zero;
    list-style-position: outside;
}

.even {
    background: #fbfbfb;
    padding: 9px 0 9px 0;
    border-bottom: 1px solid #e0e0e0;
}

.sign-in {
    width: 550px;
}

.odd {
    background: #f5f5f5;
    padding: 9px 0 9px 0;
    border-bottom: 1px solid #e0e0e0;
}

.highlight {
    background: #ffffec;
    padding: 9px 0 9px 0;
    border-bottom: 1px solid #e0e0e0;
}

img.gravatar {
    float: right;
    margin-top: -9px;
	margin-left:5px;
}

#comments p.moderation {
    background: #ffcccc;
    font-weight: bold;
    font-style: oblique;
    border: 1px solid #993333;
    padding: 9px;
    text-align: center;
    margin: 0 18px 0 18px;
}
/*===== o0o: POST NAVIGATION=====*/
.navigation {
    background: #fbfbfb;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #444;
    margin: 0pt auto 0;
    padding: 9px 0 9px 0;
    text-align: center;
    width: 400px;
}

.navigation a {
    background: #ffffec;
    color: #555;
    text-decoration: none;
}

.navigation a:hover {
    background: inherit;
    color: #555;
    text-decoration: underline;
}

.previous {
    margin: 0;
}

.next {
    margin: 0;
}
/*===== o0o: SIDEBAR=====*/
#sidebar h4 {
    background: #fbfbfb;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
    padding: 9px 0 9px 0;
    border-bottom: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
}

#sidebar a.feed {
    background: #fff9d8;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    display: block;
    font-size: 1.286em;
    line-height: 1.333;
    margin-bottom: 1.333em;
    font-weight: bold;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#sidebar a.feed:hover {
    background: #FFFF88;
    color: #000;
    display: block;
    text-decoration: underline;
}

#sidebar ul.asides {
    color: #555;
    list-style-type: none;
}

#sidebar div.asides h4 {
    margin-bottom: 0;
}

#sidebar div.asides h4 a {
    color: #000;
    font-weight: bold;
    font-family: Helvetica, Calibri, Arial, "FreeSans", sans-serif;
    letter-spacing: -1px;
    text-decoration: none;
}

#sidebar div.asides h4 a:hover {
    color: #000;
    background: inherit;
    text-decoration: underline;
}

#sidebar div.asides ul li {
    color: #555;
    margin-left: 9px;
    text-align: left;
}

#sidebar div.asides ul li a {
    background: #ffffec !important;
    color: #555 !important;
    display: inline !important;
    padding: 0 !important;
    text-decoration: none !important;
}

#sidebar div.asides ul li a:hover {
    background: #fff !important;
    color: #555 !important;
    padding: 0;
    text-decoration: underline !important;
}

#sidebar ul {
    list-style-type: none;
    text-align: center;
    margin-left: 9px;
}

#sidebar ul li a {
    background: #e1e1e1;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
}

#sidebar ul li a:hover {
    background: #ffffcc;
    color: #666;
    text-decoration: underline;
}

#sidebar ul.photo {
    background: #fff;
    list-style-type: none;
    text-align: center;
}

#sidebar ul.photo li {
    text-decoration: none;
    margin-bottom: 1em;
}

#sidebar ul.photo li img {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #fbfbfb;
    padding: 18px;
}

#sidebar ul.photo li a:hover img {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    background: #ffffec;
    padding: 18px;
}

#sidebar ul.icon li {
    list-style-type: none;
    text-align: center;
    background: #fff;
}

#sidebar ul.icon li img {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #fff;
    padding: 9px;
}

#sidebar ul.icon li img a {
    background: #fff;
}
/*===== o0o: FOOTER AND CLOSING=====*/
#ft div.help {
    background: #fbfbfb;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    margin-bottom: 3em;
    text-align: center;
}

#ft p {
    color: #444;
    line-height: 1.3;
    margin: 18px;
    text-align: center;
}

#ft a {
    background: #ffffec;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#ft a:hover {
    background: inherit;
    color: #555;
    text-decoration: underline;
}

div.closing {
    background: #efefef;
    border-top: 1px solid #d4d4d4;
    text-align: center;
    width: 100%;
    padding: 3px 0 3px 0;
}

div.closing p {
    margin: 0pt auto 0;
    padding: 3px 0 3px 0;
    text-align: center;
    width: 100%;
}

div.closing a {
    background: #e1e1e1;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    margin: 0 9px 0 9px;
}

div.closing a:hover {
    background: #efefef;
    color: #333;
    text-decoration: underline;
    margin: 0 9px 0 9px;
}
/*===== o0o: SLIMBOX (LIGHTBOX)=====*/
#lbOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(images/lb-loading.gif) no-repeat center;
}

#lbImage {
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(images/lb-prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(images/lb-nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-family: helvetica, verdana, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(images/lb-closelabel.gif) no-repeat center;
    margin: 5px 0;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}
/*===== o0o: TWITTER PLUGIN=====*/
div.aktt_tweets ul li {	
    background: #ffffec;
    color: #555;
    line-height: 1;
    margin-bottom: 1em;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 3px;
}
div.aktt_tweets ul li a {
   margin-top:5px;
   color:#737373;
}
div.aktt_tweets ul li a:hover {
   color:#000000;
}
div.aktt_tweets ul li.aktt_more_updates {
    background: #fafafa;
    border-bottom: 2px solid #e0e0e0;
    border-right: none;
    color: #aaa;
    padding: 0 8px 0 0;
    text-align: right;
    margin-left: 2em;
}

div.aktt_tweets ul li.aktt_more_updates a {
    color: #666;
}
div.aktt_tweets p a{
	color: #666;
}


/*===== o0o: BUBBLE TOOLTIPS=====*/
a.tt {
    position: relative;
    z-index: 24;
    color: #3CA3FF;
    font-weight: bold;
    text-decoration: none !important;
}

a.tt span {
    display: none;
}
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover {
    z-index: 25;
    color: #aaaaff;
    background:;
}

a.tt:hover span.tooltip {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 0 0 0 50px;
    width: 200px;
    margin-top: -18px;
    color: #993300;
    text-align: center;
    filter: alpha( opacity

: 90 );

KHTMLOpacity:
    0.90;

MozOpacity:
    0.90;

opacity:
    0.90;
}

a.tt:hover span.top {
    display: block;
    padding: 0 0 0;
    background: #ffffe6;
}

a.tt:hover span.middle { /* different middle bg for stretch */
    display: block;
    border-right: 1px solid #e0e0e0;
    background: #ffffe6;
}

a.tt:hover span.bottom {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    color: #548912;
    background: #ffffe6;
}
/*===== o0o: FOR SIDEBAR WIDGETS=====*/
li.widget h2 {
    background: #fbfbfb;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
    padding: 9px 0 9px 0;
    border-bottom: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    margin-bottom: 1.5em;
}

li.widget_flickrrss img {
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    padding: 6px;
    margin: 0 0 1.5em 3px;
}

li.widget_flickrrss a:hover img {
    background: #ffffcc;
    border: 1px solid #993333;
    padding: 6px;
}


/* */
.clearfooter {
	height: 330px;
	clear: both;
}

#footer {
	background: #efefef;
	background-image: url(../grady/images/footer-img.gif) ;
	background-repeat: no-repeat;
    border-top: 1px solid #d4d4d4;
    text-align: center;
    padding: 3px 0 3px 0;	
	height: 550px;
	width: 100%;
	position: relative;
}

#footercontainer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	position: relative;
}

.footercolumn {
	width: 250px;
	float: left;
	display: inline;
}

.footercolumn p {
	margin-left: 7px;
	margin-right: 5px;
	margin-bottom: 30px;
	padding-right:5px;
	color: #000000;
	font-size: .9em;
	text-align:justify;
}

.footercolumn2 {
	width: 190px;
	margin-left: 30px;
	display: inline;
}
.footercolumn2 a{
	color: #efefef;
	text-decoration: none;	
	width: 170px;
}

.footercolumn h5.recentblog {
	background: url(../grady/images/footer_recentblog.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.footercolumn h5.recentweb {
	background: url(../grady/images/footer_recentweb.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.footercolumn h5.recentprint {
	background: url(../grady/images/footer_recentprint.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.footercolumn ul {
	list-style-type: none;
	float: left;
	font-size: .9em;
	line-height: 1.2em;
}

.footercolumn li a {
	color: #efdeaa;
	text-decoration: none;
	background: url(../grady/images/arrowicon.gif) no-repeat 0 2px;
	padding-left: 18px;
	padding-bottom: 15px;
	display: block;
	width: 170px;
}

.footercolumn li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.utilitylinks {
	clear: both;
	padding-top: 12px;
	padding-bottom: 10px;
	float: left;
	width: 920px;
	position: relative;
}

.utilitylinks span.copyright {
	float: left;
	display: inline;
	color: #6c989d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.utilitylinks span.utility {
	float: right;
	display: inline;
	font-size: .9em;
}

.utilitylinks span.utility a {
	color: #6c989d;
	text-decoration: none;
}

.utilitylinks span.utility a:hover {
	color: #d27972;
	text-decoration: underline;
}

.utilitylinks span.utility span.subscribe {
	float: left;
	background: url(../grady/images/footer_rssicon.gif) no-repeat;
	padding-left: 22px;
	line-height: 1.5em;
	margin-right: 15px;
}

.utilitylinks span.utility span.ee {
	float: left;
	background: url(../grady/images/footer_eeicon.gif) no-repeat;
	padding-left: 27px;
	line-height: 1.5em;
	margin-right: 15px;
}


div.delicious ul li {	
    background: #ffffec;
    color: #555;
    line-height: 1;
    margin-bottom: 1em;
	margin-left:15px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 3px;
}
div.delicious ul li a {
   margin-top:5px;
   
   color:#737373;
}
div.delicious ul li a:hover {
   color:#000000;
 
}

div.delicious p a{
	color: #666;
}
#footerimg{
}
