/*   
Theme Name: Kingdom
Theme URI: http://www.arnieskingdom.com
Description: Wordpress theme for Arnold Palmer's Kingdom Magazine
Author: Leon Harris
Version: 1.0
.
Copyright Leon Harris. For information, please contact me; leon@tmcusallc.com
.
*/

@charset "UTF-8";
/* CSS Document */

/* global elements */
html {}
body, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
blockquote, 
p {
	margin: 0px auto;
	padding: 0;
	}

body {
	font-size:100%;
	padding:0;
	font-family:Arial, sans-serif;
	line-height:130%;
	text-align: left;
	vertical-align: top;
	background: #000219;
}

a {
	color:#000;
	text-decoration:underline; 
	cursor:pointer;
	}
	
	a:visited {
		color:#000;
		}
		
	a:active {
		color:#fff;
		background-colour:#999;
		}
		
	a:hover {
		color:#666;
		text-decoration:none
		}

p {
	padding:0px 0 10px 0;
	font-size:100%; 
	color: #666;
	}
	
strong {
	color: #000;
}

small {
	color: #000;
}

h1 {
	font-size:200%;
	font-weight:bold; 
	padding: 0; 
	margin: 0;
	}

h2 {
	font-size:170%; 
	font-family:Cambria, Georgia, serif; 
	font-weight:normal;
	line-height:1.2em; 
	padding: 0 0 10px 0; 
	color:#000;
	}
	
h3 {font-size:1.2em;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif; 
	font-weight:normal; 
	line-height:1.2em; 
	padding: 0 0 10px 0; 
	margin: 0
	}
	
h3 a {text-decoration:none;}
	
h4 {font-size:100%;font-family: Arial,sans-serif;font-weight:bold; padding: 0; margin: 0}
h5 {font-size:90%;font-weight:bold; padding: 0; margin: 0}
h6 {font-size:80%;font-weight:bold; padding: 0; margin: 0}

	h2 a {
		text-decoration:none; 
		line-height:1.2em;
		margin-bottom:0px;
		}

input#submit {
	border:0px solid #666;
	background:#f2f2f2; 
	font-size: 0.8em; 
	font-family: Helvetica, Arial,  Geneva, sans-serif;
	cursor:pointer;
	}
	
input {
	border: 1px solid; 
	border-color: #e1e1e1; 
	background: #fff;
	}

img {
	border:0;
	}
	
ul li { 
	list-style-type:none; 
	margin-left:0;
	padding-left: 0 
	}
	
li { 
	list-style-type:none; 
	margin-left:0;
	padding-left: 0 
	}

.left {
	float: left;
	margin: 0 15px 6px 0;
	}
	
.alignleft {
	margin:0 15px 6px 0; 
	float:left;
	}
	
.read-more {
	font-size: 13px;
	float:right;
	text-align:righ;
}	

	
/* layout */
#wrapper{
	overflow:auto;
	margin: 0 auto 0 auto;
	padding:0;
	width: 960px;
	text-align: left;
	border-left: 0px solid #607a68;
	border-right: 0px solid #607a68;
	background: #fff;
}

#container {
	float:left;
	width:579px;
	margin:0; 
	padding:0 20px 0 20px;
	background-color:#fff;  
	border-right: 1px dotted #ccc;
	}
	
#container .home {
	float:left;
	width:580px;
	margin:0; 
	padding:0 20px 0 20px;
	overflow:hidden; 
	
	}
	
.navigation {
	margin: 10px 0 10px 0; 
	padding-left: 0px; 
	clear: left;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif
	}
	
.sidebar {
	float:left;
	margin:0;
	width:300px;	
	font-size:0.875em;	
	padding:10px 20px 0 20px;
	}
	
p.wp-caption-text {
	font: italic 12px/120% Helvetica, Arial, Geneva, sans-serif;	
	color: #666; 
	padding-top: 8px; 
	margin: 0;
	max-width: 580px;
}
	

img.attachment-post-thumbnail.wp-post-image {
	float: left; 
	margin-right: 20px; 
	width: 170px;
	margin-bottom: 10px;
}

/*
 * WordPress Pagination Function
 * Version: 1.0
 *
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/
 * Link: http://www.ericmmartin.com/pagination-function-for-wordpress
 *
 */
.emm-paginate {text-align: right;}
.emm-paginate a {background:#fff; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.emm-paginate a:hover, .emm-paginate a:active {background:#ddd; color:#888;}
.emm-paginate .emm-title {color:#000; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-current {color:#fff; background:#d5000f; border:1px solid #d5000f; margin-right:4px; padding:3px 6px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}



/**
* Header
************************************************/
#header {
	float:left;
	width:960px; 
	height:98px;
	margin:0; 
	padding: 0;
	position: relative;
	background-color:#000;
	}
	
#header img {
	border:0;
	margin:0;
	padding:0;
	}


/**
* Menus
************************************************/

#menu_01 {
	width: 960px;
	margin: 0;
	overflow: auto;
	}

#menu-nav {
	background: #1b1b1b;
	font: 12px Arial, sans-serif;
	overflow: hidden;
	padding: 0 10px
	}

#menu-nav ul {
	list-style: none;
	margin: 0 9px;
	padding:0;
	}

#menu-nav li {
	display: inline;
	padding: 0 2px 2px 1px;
	}

#menu-nav a {
	color: #ccc;
	display: block;
	float: left;
	line-height: 12px;
	padding: 6px 14px 6px 0;
	text-decoration: none;
	}
	
#menu-nav a:hover{
	color: #fff;
	text-decoration: underline;
	}

#menu-nav a:active, #page-nav a:hover, #menu-nav li.current_page_item a {
	color: #e1e1e1;
	}

#menu-nav li.subscribe_url {
	float: right;
		}

#menu-nav li.subscribe_url a {
	float: right;
	padding-left: 0;
	padding-right: 0px;
	color: #a1b4a7;
	}


#menu {
	width:940px; 
	float:left; 
	padding-left: 10px; 
	padding-right:10px;
	background: #1a1818 ;
	/* url(/wp-content/themes/kingdom/images/menu/menu_bg.jpg) 0 bottom repeat-x; */
	font-size: 0.85em;
	vertical-align: 50%;
}
	
#menu li{
	float:left;
	list-style-type:none;
	margin: 6px 15px 6px 10px;
	display:inline;
	}
	
#menu a {
	text-decoration:none; 
	text-transform:uppercase; 
	font-weight:bold; 
	font-size: 1em;
	color:#94c4e8;
	
	}
	
#menu a:hover {
	text-decoration:none;
	color:#666;
	}

.rss-icon {
	float:right;
	padding-top:3px;
	display: none;
	}



/* search styles */
/*#search {
	position:absolute;
	left:760px;
	top:10px;
	height:20px;
	z-index:999;
	width:200px;
	} */
	
.search input {
	margin-right:10px;
	border:1px solid #999; 
	background-color:#fff
	}
	
.search_submit {
	border:1px solid #333; 
	}

strong.search-excerpt {background-color: #FF0;} 


/* homepage styles */
#home-news-container {
	width:580px; 
	padding:0; 
	border-top:thick solid #000; 
	float: left;
	}
	
.home-news {
	float: left;
	min-height: 100px;
	overflow:hidden;
	padding: 6px 10px 0px 10px; 
	margin: 0 0 10px 0;
	width:173px;
	}
	
.home-news:hover {background-color: #ffffcc;}
.home-news h2 {	font-size: 1.3em;}
.home-news-comments {font-size:0.86em;}

.homepage-more-div {
	padding: 20px 0px 6px 0px;
	width:580px;
	margin-top:10px;
	text-align:right
	}
	
.homepage-more-btn {
	background:#ccc;
	font-color:#fff;
	text-decoration:none; 
	padding:5px;
	margin-top:10px;
	float: riz;}


#home-instruction-container {
	width:580px; 
	padding: 0; 
	border-top:thick solid #000;
	clear: both; 
	float: left;
	}
	


/**
* Category
************************************************/

h3.category-title-h3 {
	color: #94c4e8;	
	font-size:1.2em;
	text-transform:uppercase;
	margin:10px 0 0 0;
	font-family: Helvetica, Arial,sans-serif;
	}
	
h3.category-title-h3 a {
	color: #d5000f;	
	}
	
.category-title-h3 li {list-style-type: none; display:inline;}

.category-comment {
	background: url(/wp-content/themes/kingdom/images/icon-comments.png) no-repeat 0 0;
	padding-left: 22px; 
	padding-bottom:6px; 
	padding-top:2px; 
	text-decoration:none; 
	font-family:Helvetica, Arial, sans-serif;  
	font-size:12px; 
	}

	/* news */
	.news-excerpt {font-size:0.86em; line-height:1.35em;color:#333; }
	
	/* instruction */
	.instruction-standfirst {
	font-size: 14px;
	line-height: 1.2;
	}
	
	div.cat-instruction-1stBlock {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	}
	
	div.cat-instruction-2ndBlock {
	width: 283px;
	clear: none;
	float: left;
	border-bottom: 1px dotted #ccc	;
	height: 330px;
	overflow: hidden;
	padding-right: 6px;
	margin-bottom: 10px;	
	}
	
	div.cat-instruction-2ndBlock h3 a {
	text-decoration: none;
	}
	
	

/**
* Single
************************************************/

#single {
	width:100%;
	padding-top:10px;
	}
	
div#single h2 {
		margin-bottom:10px;
		float: left;
		width: 100%;
		text-transform: uppercase;
		font-size: 300%;
		line-height: 0.85;
		}
	
div#singleBody {
	font: normal 15px/1.4 Cambria, Georgia, serif;
	border-bottom: 1px dotted #999;
	float: left;
	width: 100%;
	}
	
div#singleBody p {
	margin-bottom: 10px;
	color: #333;
	}
	
div#single div#standfirst p {
	color:#999; 
	width:100%;
	float: left;
	font: normal 16px/1.3  Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	}
	
div#single div#feature_img {
		width:580px; 
		overflow:hidden; 
		float: left;
		clear: both;
		margin-bottom:20px;
		}

div#single-related {background-color:#FFFFCC;border-bottom=1px dashed;margin:10px 0;}
		
div.singleSocial {
	float:left;
	width: 580px;
	min-height: 20px;
	margin-left: 0;
	margin-bottom: 0px;
	border-bottom: 1px dotted #ccc;
	padding: 6px 0;
	font-size:13px;
	list-style-type: disc;
}
	
div.singleSocial li {
	float:left;
	display:inline;
	margin-right: 10px;
}

div.singleSocial ul {
list-style-type: none;
padding: 0;
margin: 0;
}
	

div.singleComment {
	float: right;
	}
		
.single-commentCount {
	background: url(/wp-content/themes/kingdom/images/icon-comments.png) no-repeat 4px 4px;
	padding:5px 5px 6px 24px; 
	text-decoration:none; 
	font-family:Helvetica, Arial, sans-serif;  
	font-size:12px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color: #00cc00;
	color: #fff;
	}
	
div.singleCategory {
	float:left;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size:13px; 	
	}
	
div.singleCategory a {
	text-decoration: none;
	}
	
div.singleCategory li {
	display: inline;
	margin-right: 10px;
	}

	
div#singleMeta-top {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	margin: 6px 0; 
	min-height: 20;
	padding-bottom: 6px;
	}
	
div.singleTools-printandemailBox {
	float:right;
	vertical-align:top;
}
	
	
li.singleTools-print {
	margin-right:20px;
	}

li.singleTools-print a {
	text-decoration:none;
	margin-left:3px;
	vertical-align:top;
	}

img.WP-PrintIcon {
	padding-top:3px;
	
	}

li.singleTools-email {
	vertical-align:top;
	}
	
li.singleTools-email a {
	text-decoration:none;
	margin-left:3px;
	vertical-align:top;
	}

img.WP-EmailIcon {
	padding-top:3px;
	}


	


.single_tools {
	float:left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	font: 80% Helvetica, Arial, Geneva, sans-serif;
	}
		
.single_tools a {
	color: #666;
}

.single-metadata-category {
	color: #666;
}


.single-metadata-comments {
	float: right;
}

	/* sociable styles */
		div.sociable { 
			margin: 0;
			display: inline; 
			float: left;
			min-width: 300px;
			}
		
		div.sociable_tagline { 
			float: left;
			display:inline;
			margin-right: 10px;
		}
	
		div.sociable ul img {
		padding: 2px 6px 0 0;
		}
		
		.sociable ul {
			display: inline;
			margin: 0 !important;
			padding: 0 !important;
		}
		.sociable ul li {
			background: none;
			display: inline !important;
			list-style-type: none;
			margin: 0;
			padding: 1px;
		}
		.sociable ul li:before { content: ""; }
		.sociable img {
			float: none;
			width: 16px;
			height: 16px;
			border: 0;
			margin: 0;
			padding: 0 1px;
		}
		
		.sociable-hovers {
			opacity: .4;
			-moz-opacity: .4;
			filter: alpha(opacity=40);
		}
		.sociable-hovers:hover {
			opacity: 1;
			-moz-opacity: 1;
			filter: alpha(opacity=100);
		}
	


#meta-top {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px; 
	min-height: 25px;
	}
	
.breadcrumb li {
	list-style-type:none;
	padding-left: 0;
	margin-left: 0; 
	margin-right:0px; 
	display:inline; 
	font-size:0.85em; 
	text-transform:capitalize; 
	font-family:Arial, Helvetica, sans-serif;
	}
	
.breadcrumb {
	padding-left: 20px;
	}
	

	

	
.category li {
	display: inline;
}

#navigation {
	width: 100%;
	clear: left;
	font: normal 15px/1.3 georgia, garamond, times, serif;
	}
	
.navigation-previous{
	width: 240px;
	padding: 5px 5px 5px 40px;
	float: left;
	background-color: #efefef;
	margin-bottom: 10px;
	background: #fff url(/wp-content/themes/kingdom/images/nav-prev.jpg) no-repeat left top;
}

.navigation-next{
	float: right;
	text-align: right;
	width: 240px;
	padding: 5px 40px 5px 5px;
	margin-bottom: 10px;
	background: #fff url(/wp-content/themes/kingdom/images/nav-next.jpg) no-repeat right top;
}





.post {
	margin-bottom: 10px; 
	clear:left; 
	float:left; 
	width:100%;
	border-bottom: 1px dotted #aaa;	
	}
	
.post .postmetadata-category {
	font-size:0.8em; 
	text-transform:uppercase; 
	font-family: Helvetica, Arial, Geneva, sans-serif; 
	text-decoration:none;
	margin: 10px 0 0 0;
	padding: 0;
	}


	
.post-single {
	margin-bottom: 10px;
	font: normal 14px/1.4 Georgia, Garamond, Times, "Times New Roman", serif;
	}
	
.post-single p {
	margin-bottom: 10px;
	}


.entry{
	margin-top: 10px;
	margin-bottom:10px; 
	color:#333; 
	width: 580px;
	}
	
.entry p {
	margin-bottom:10px;
	font-size:0.86em; 
	line-height:1.35em;
	color:#333;
	}
	
.excerpt {
	margin-left:190px;
	color: #666; 
	}
	
div.home-instruction {
	color: #666;
}

	
.postmetadata {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.postmetadata {
	margin: 10px 0 0 0; 
	}

.date {
	text-transform:uppercase; 
	font-size:0.75em; 
	margin-bottom:0; 
	line-height: 1;
	color:#999;
	}
	
.tags {
	font: 0.8em Helvetica, Arial,  Geneva, sans-serif; 
	font-weight: bold; 
	color: #333; 
	width:100%; 
	padding:10px 0; 
	border-top: 1px dotted #ccc;
	}
	
.tags a {
	font-weight: normal;
	}

#similarposts ul {
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
	}
	
#similarposts h3 {
	margin: 0;
	}
	
.thumbnail-class {
	float: left;
	width: 170px;
	height: 100px;
	margin: 0 15px 0 0;
	}

	/* feature styles */
	
		

	.single-entry{
		margin-top: 10px;
		border-bottom: 1px dotted #ccc;
		}
	

/**
* Page
************************************************/

#page {
	width:100%;
	margin-top:10px;
	}
	
div#page h2 {
		margin-bottom:10px;
		float: left;
		width: 100%;
		}
	
div#pageBody {
	font: normal 15px/1.4 Georgia, Garamond, Times, "Times New Roman", serif;
	float: left;
	width: 100%;
	}
	
div#pageBody p {
	margin-bottom: 10px;
	color: #333;
	}
	
div#page div#standfirst p {
	color:#999; 
	width:100%;
	float: left;
	font: normal 16px/1.4  Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	}
	
	

/**
* Sidebar
************************************************/
.sidebar {
	}
	
.sidebar h3{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold; 
	text-transform:uppercase;
	padding: 0 0 12px 0; 
	font-size:1.4em; 
	padding-top: 14px;
	display: none;
	}
	
.sidebar_widget {
	margin-bottom: 10px;
	width:300px;
	}
	
.sidebar ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	}
	
.sidebar ul li li{
	list-style-type:none;
	margin-left: 0;
	}
	

	
	/* sidebar comment styles */
	li.sidebar-comment {
		color: #fff; 
		background:url(/wp-content/themes/kingdom/images/comment-top.png) #000 top no-repeat;
		padding:6px 10px 0 10px;
		margin-bottom: 0px;
		}
		
	li.sidebar-comment-author {
		background:url(/wp-content/themes/kingdom/images/comment-bottom.png) top; 
		background-repeat: no-repeat;
		padding: 16px 6px 0 22px;
		}

	/* advert styles */
	.advert-title{
		font-size:0.7em; 
		}
		
	.sidebar-advert {
		margin-bottom: 10px;
		}
	


/**
* Forms
************************************************/

/*comment form */

form#commentform p {
	margin-bottom: 0;
	padding-bottom: 6px;
	font-size: 120%;
}

.comments-template{
	margin: 10px 0 10px 0; 
	padding: 0 ; 
	clear:both; 
	}
	
.comments-template ol{margin: 0; padding: 0 0 15px;	list-style: none;}
.comments-template ol li{margin: 10px 0 0;	line-height: 18px;	padding: 0 0 10px;	border-bottom: 1px dashed #000;}
.comments-template h2, 
.comments-template h3{font-weight: normal; text-transform: uppercase; background-color: #f2f2f2;padding: 6px;margin-bottom: 10px;}
.commentmetadata{
	font-size: 0.9em;
	color: #999;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	padding-bottom:10px;
}
.commentmetadata a {font-size: 0.9em; color: #999;}

form#commentform p.nocomments{padding: 0;}

form#commentform input#author{
	width: 300px;
}

form#commentform input#email{
	width: 300px;
}

form#commentform input#url{
	width: 300px;
	}

form#commentform textarea{
	width:570px;
	}




/**
* Footer
************************************************/

#footer {
	clear:both;
	width:940px;
	padding:20px 0 30px 20px; 
	margin: 0;
	text-align:left; 
	font:0.75em Helvetica, Arial, sans-serif; 
	background:#2a2a2a; 
	}

#footer p {
	line-height:1.2em; 
	color:#666
	}
	
#footer a{
	color: #ccc;
}
	
#footer li {
	list-style-type:none
	;padding-left: 0;
	margin-left: 0; 
	margin-right:10px; 
	display:inline
	}
	
#footer_logos {
	float:right; 
	margin-right:20px;
	}
	
	
	/** EDIT **/
	
	a.post-edit-link {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	background-color: fuchsia;
	color: #fff;
	padding: 3px;
}