/*
Theme Name: DietGenics
Description: DietGenics Theme
Version: 1.0
Author: Southern Media
Author URI: http://www.southernmedia.org
*/

@import "css/style.css";

@media handheld, projection, screen {


/* Default lists
-------------------------------*/

.post ul { padding-left: 2em }

	.post ul li {
		background: url(../img/bullet.gif) no-repeat 0 7px;
		padding-left: 9px;
	}
	.post ul ul, .post ul ol, .post ol ul, .post ol ol { margin: 0 }

.post ol {
	list-style: decimal inside;
	padding-left: 2em;
}


/* Image align
-------------------------------*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 1em 1em;
	display: inline;
}
img.alignleft {
	margin: 0 1em 1em 0;
	display: inline;
}

.alignright { float: right }

.alignleft { float: left }

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


/* Image caption
-------------------------------*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin-bottom: 1em;
	padding-top: 4px;
}
.wp-caption.alignleft {
	margin-right: 1em;
}
.wp-caption.alignright {
	margin-left: 1em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
}


/* Post navigation (archive)
-------------------------------*/

ul.post-nav { overflow: hidden }
ul.post-nav li { /* nothing here */ }
ul.post-nav li.older { float: left }
ul.post-nav li.newer { float: right }


/* Comments
-------------------------------*/

div#comments { /* nothing here */ }

	div#comments ol.comments { margin: 0 0 50px }

		div#comments ol.comments li {
			border-bottom: 1px solid #ccc;
			min-height: 90px; height: auto !important; height: 90px;
			padding: 1.5em 0 1.5em 100px;
			position: relative;
		}
			div#comments ol.comments li img {
				position: absolute;
				top: 1.5em; left: 0;
			}
			div#comments ol.comments li p {
				margin: 0 0 1em;
			}


/* PageNavi
-------------------------------*/
	
.more_entries { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; margin: 40px 0 }
.more_entries .wp-pagenavi { clear: both }
.more_entries .wp-pagenavi a { text-decoration: none }

.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited,
.more_entries .wp-pagenavi .current,
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi .extend,
.more_entries .wp-pagenavi span.pages { background: #dfdfdf; border: 1px solid #c3c3c3; color: #535353; line-height: 28px; margin-right: 8px; padding: 4px 8px }

.more_entries .wp-pagenavi a:hover { color: #882d30 }

.more_entries .wp-pagenavi .current { background: #882d30; border-color: #882d30; color: #fff }

.more_entries .wp-pagenavi .extend { background: none; border: 0; padding: 4px 2px }


} /* end @media */