/*
Theme Name: Foodnography Theme
Description: Child theme of Aperture Wootheme.
Author: Blogie Robillo
Author URI: http://blogie.me
Template: aperture
Version: 1.0
*/
@import url('../aperture/style.css');

#button-alt {
	margin-top: 25px;
	margin-left: 12px;
	top:35px;
	z-index:1;
}

.entry a, .custom .entry a:visited {
	color: #ff0000 !important;
}

.kjgrcGravatar {
	float: left;
	padding: 0 6px 0 0;
}

a.extlink {
	padding-right: 13px;
	background: url(/img/ext.png) center right no-repeat;
}

h4.tags {
	color: #666 !important;
}

/* For output of the Link Harvest plugin */
ol.aklh_harvest li a:link, ol.aklh_harvest li a:visited {
	color: #141414 !important;
	font-weight: bold;
}

#aklh_credit {
	display: none !important;
	visibility: hidden !important;
}

/* For WP-PostRatings rating board on single post */
.rate_it {
	color: #666;
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 0 5px 0;
	float: right;
}

/* For Daily Top 10 */
.dailytopten {
	background: transparent url(/img/ico_piechart.gif) no-repeat scroll 0 0;
	padding: 3px 0 3px 21px;
}

/* Custom Widget Titles */

div#get-recent-comments h3 {
	padding-left: 35px;
	background-image: url(images/ico-comment.gif);
	background-repeat: no-repeat;
}

div#ratings-widget-3 h3, div#ratings-widget-4 h3 {
	padding-left: 35px;
	background-image: url(/img/ico_star.gif);
	background-repeat: no-repeat;
}

div#tag_cloud-2 h3, div#archives-2 h3 {
	padding-left: 35px;
	background-image: url(/img/ico_computer.gif);
	background-repeat: no-repeat;
}

div#meta-2 h3 {
	padding-left: 35px;
	background-image: url(/img/ico_spanner.gif);
	background-repeat: no-repeat;
}

/* Next - Previous Links in Single Post */
.navigation .previous {
	float: left;
}
.navigation .previous a {
	padding: 2px 0 2px 23px;
	background: url(images/arr-left.png) no-repeat center left;
}
.navigation .next {
	float: right;
}
.navigation .next a {
	padding: 2px 23px 2px 0;
	background: url(images/arr-right.png) no-repeat center right;
}

/* for DL, DT, DD */
dl { }

dt {
	margin; 10px 0 10px 0;
	font-weight: bold;
}

dd {
	margin: 0 0 8px 30px;
}

