/*
Theme Name: Boundless Blogging
Theme URI: http://blog.boundlessjourneys.com/
Description: A custom WordPress theme designed for <a href="http://www.boundlessjourneys.com">Boundless Journeys</a>
Version: 1.0
Author: Matt Boynes
Author URI: http://unionstmedia.com/
*/



/* Begin Typography & Colors */
small {
	font-size: 0.8em;
	line-height: 1.1em;
}
.lv-item a {
	color: #0168b3;
}
.lv-item a:hover {
	text-decoration: underline;
}
/* End Typography & Colors */


/* Begin Structure */
.lv-wrapper {
	padding-top: 20px;
}
/* End Structure */


/*	Begin Headers */
h1.lv-hdr {
	background: #681616;
	margin: 0;
	padding: 6px 0 6px 20px;
	color: #fff;
	position: absolute;
	width: 878px;
	bottom: 0;
	left: 6px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.6em;
}

h2.lv-header a {
	font-size: 1.1em;
}
/* End Headers */


/* Begin Images */
/* End Images */


/* Begin Lists
/* End Entry Lists */


/* Begin Form Elements */
/* End Form Elements */


/* Begin Comments*/
.commentlist {
	list-style-position:inside;
	padding: 0pt;
	border-bottom: 1px solid #ccc;
}
.commentlist li {
	border-top: 1px solid #ccc;
	padding: 6px;
}
.commentlist li.alt {
	background: #f0f0f0;
}
img.avatar {
	display: none;
}
.commentmetadata {
	padding-left: 25px;
}
textarea#comment {
	width: 100%;
}
/* End Comments */



/* Begin Sidebar */
.lv-sidebar {
	margin-right: 700px;
}

.lv-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aeaeac;
}


.lv-sidebar li {
	margin: 0;
	padding-left: 8px;
}
.lv-sidebar li ul,
.lv-sidebar li li {
	margin-bottom: 0;
}
.lv-sidebar li li {
	margin-top: 6px;
	padding-left: 0;
}

.lv-sidebar a {
	color: #535353;
}

.lv-sidebar a:hover {
	color: #47808c;
}

.lv-sidebar h2 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 15px 0 5px -8px;
	padding-bottom: 4px;
	color: #47808c;
}

.lv-sidebar h2 a {
	color: #47808c;
}

.lv-sidebar ul {
	border-bottom: none;
}

#tag_cloud {
	overflow: hidden;
	width: 185px;
	/* prevents longs tags from breaking layout in IE */
}
/* End Sidebar */



/* Begin Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;
	border-spacing: 0;
	border-collapse: collapse;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td, #wp-calendar th {
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
#wp-calendar td:hover {
	background: #cfefff;
}
#wp-calendar td.pad {
	background: #ececec;
}
/* End Calendar */



/* Begin Various Tags & Classes */
p.footer {
	line-height: 18px;
	padding: 0 10px;
}

.authorcredit {
	font-style: italic;
}
.clear {
	clear: both;
}
/* End Various Tags & Classes*/



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 9px;
	line-height: 15px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
