/*
Theme Name: Ken Davis
*/
div.pro-player-container {
	padding:4px;
	border:1px solid #e9ecf0;
clear: both;
width: 420px;
margin: 0 0 14px 0;
}
/* 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: 6px 0 15px 15px;
	display: inline;
	}
img.alignnone {
padding: 0px;
margin: 0 0 8px 0;
}
img.alignleft {
	padding: 4px;
	margin: 6px 15px 15px 0;
	display: inline;
	}
#sidebar img.alignnone{
padding: 4px;
	margin: 0 7px 8px 0;
}
#sidebar img.alignleft{
padding: 4px;
	margin: 0 7px 8px 0;
}
#sidebar img.alignright{
padding: 4px;
	margin: 0 0px 8px 0px;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


.single .post, .page .post{ padding:0; width:auto;}
.navigation span a  { 
	color:#002F56;
	font-size:14px;
	margin:10px;
}


/* sociable */
.sociable {
	clear: both;
	overflow: hidden;
}
.sociable ul {
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 10px;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 1px;
}
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable-hovers {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* colorbox */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background: white;}
#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url('images/colorbox/controls.png') -100px 0 no-repeat;}
	#cboxTopRight{width:21px; height:21px; background:url('images/colorbox/controls.png') -129px 0 no-repeat;}
	#cboxBottomLeft{width:21px; height:21px; background:url('images/colorbox/controls.png') -100px -29px no-repeat;}
	#cboxBottomRight{width:21px; height:21px; background:url('images/colorbox/controls.png') -129px -29px no-repeat;}
	#cboxMiddleLeft{width:21px; background:url('images/colorbox/controls.png') left top repeat-y;}
	#cboxMiddleRight{width:21px; background:url('images/colorbox/controls.png') right top repeat-y;}
	#cboxTopCenter{height:21px; background:url('images/colorbox/border.png') 0 0 repeat-x;}
	#cboxBottomCenter{height:21px; background:url('images/colorbox/border.png') 0 -29px repeat-x;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:28px;}
		#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
		#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
		#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
		#cboxPrevious{position:absolute; bottom:0; left:0px; background:url('images/colorbox/controls.png') -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#cboxPrevious.hover{background-position:-75px -25px;}
		#cboxNext{position:absolute; bottom:0; left:27px; background:url('images/colorbox/controls.png') -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#cboxNext.hover{background-position:-50px -25px;}
		#cboxLoadingOverlay{background:url('images/colorbox/loading_background.png') center center no-repeat;}
		#cboxLoadingGraphic{background:url('images/colorbox/loading.gif') center center no-repeat;}
		#cboxClose{position:absolute; bottom:0; right:0; background:url('images/colorbox/controls.png') -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#cboxClose.hover{background-position:-25px -25px;}

/* event details pop-in */
#eventHeader {
	background: #717d9d;
	color: #fff;
	padding: 10px;
	overflow: hidden;
}
#eventHeader h1 {
	font-size: 24px;
	line-height: 1.2em;
	margin: 0;
}
#eventHeader h3 {
	font-size: 14px;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
}
#eventTitle {
	float: left;
}
#eventMap {
	float: right;
	width: 160px;
}
#eventMap .maplink {
	background: #002f56;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
}
#eventMap a:hover {
	background: #F7951F;
}
#eventContent {
	background: #ccd5dd;
	font-size: 12px;
	line-height: 14px;
	height: 186px;
	overflow: auto;
	padding: 10px;
}
#eventFooter {
	background: #002f56;
	color: #fff;
	padding: 8px 5px 5px;
	overflow: hidden;
}
#eventFooter a {
	color: #fff;
	text-decoration: underline;
}
#eventFooter .secondary {
	font-size: 11px;
	float: left;
	margin-top: 10px;
}
#eventFooter .buytickets {
	background: url('images/events/buy-tickets.png') no-repeat left 0px;
	float: right;
	height: 0;
	overflow: hidden;
	padding-top: 36px;
	width: 155px;
}
#eventFooter .buytickets:hover {
	background-position: left -36px;
}

/* Related Posts */
#relatedPosts ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

/* post-Post */
.sociable, .post_subscribe, #relatedProducts, #relatedPosts, #respond, #comments {
	border-top: 1px dashed #c2ccd6;
	padding-top: 20px;
	margin: 20px 0;
}
#comments {
	margin-bottom: 0;
}

#relatedProducts {
	background: #EAEDF0;
	border: 1px solid #C2CCD6;
	overflow: hidden;
	padding: 10px 15px;
}
#relatedProducts h3 {
	color: #A7B3BF;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
#relatedProducts h4 {
	font-size: 1.2em;
}
#relatedProducts p {
	margin-top: 0;
}
#relatedProducts img {
	float: left;
	margin-right: 15px;
}

.summit-inset {
	background: #f2f1ea url('/images/summit-inset.png') no-repeat center top;
	padding: 106px 9px 9px;
}
.summit-inset .content {
	background: #f2f1ea;
	border: 1px solid #9f7548;
	padding: 20px;
}

.sharingwrap .twitter-share-button {
	margin-left: 10px;
}