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

@import "css/style.css";

@media handheld, projection, screen {

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

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
}
img.alignleft {
	margin: 0 20px 10px 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 li { /* nothing here */ }
ul.post-nav li.older { float: left }
ul.post-nav li.newer { float: right }


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

div#comments {
	background: #f2f6fb;
	border: 1px solid #d0def0;
	-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	margin: 5em 0 0;
	padding: 25px 30px 25px 20px;
	position: relative;
}
	div#comments h3 {
		color: #1e5083;
		margin: 0 0 1em;
	}
	div#comments p.add-comment {
		position: absolute;
		top: 30px; right: 30px;
	}
	
	div#comments ol.comments { margin: 0 0 20px }

		div#comments ol.comments li {
			min-height: 140px; height: auto !important; height: 140px;
			padding: 0 0 25px 90px;
			position: relative;
		}
			div#comments ol.comments li img {
				border: 2px solid #b7cbe4;
				position: absolute;
				top: 0; left: 0;
			}
			div#comments ol.comments li p.meta {
				color: #666;
				line-height: normal;
				overflow: hidden;
				width: 80px;
				position: absolute;
				top: 85px; left: 0;
			}
				div#comments ol.comments li p.meta span.author a {
					display: block;
					font-weight: bold;
				}

			div#comments ol.comments li p { margin: 0 0 1em }


/* PageNavi
-------------------------------*/
	
.more_entries { font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding-bottom: 20px; }
.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 span.pages { background: #dfdfdf; border: 1px solid #bfbfbf; color: #06408d;  margin-left: 4px; padding: 2px 5px; }

.more_entries .wp-pagenavi a:hover { background: #dfdfdf; text-decoration: underline }

.more_entries .wp-pagenavi .current { background: none; border: 0; font-weight: normal  }

.more_entries .wp-pagenavi .extend { background: none; border: 0; }


} /* end @media */