/*   
Theme Name: KingOfMyCastle
Theme URI: www.KingOfMyCastle.com
Description: Brand new design
Author: John King - King Websites
Author URI: www.KingOfMyCastle.com
Version: 2.0
.
General comments/License Statement if any.
.
*/

/* RESET CSS FOR ALL BROWSERS */

* {
	margin: 0;
	padding: 0;
}

a img, iframe { border: 0; }

h1, h2, h3, h4, h5, h6  {
	font-size: 100.01%;
	font-weight: normal;
}

body {
	font: 100.01% Arial, Helvetica, sans-serif;
}

/* KINGOFMYCASTLE SCREEN CSS STARTS HERE */

/* Fonts */

p {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333333;
}

a {
	color: #0033ff;
}

a:hover {
	color: #f80000;
}

#content h2 a {
	font-size: 1.75em;
	text-decoration: none;
}

.single #content h1 a {
	font-size: 1.75em;
	text-decoration: none;
}

code {
	font-size: 1.25em;
}

#sidebar ul li {
	font-size: 0.75em;
	line-height: 16px;
}

.navigation a {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333333;	
}

#commentform label {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333333;
}

.username {
	font-size: 2.5em;
}

.username a {
	text-decoration: none;
}

/* Main background and header  #e6eef0*/

body {
	background: #e4e4e4 url(graphics/bodyback.gif) repeat;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #ffffff;
	background-image: url(graphics/kingback.jpg);
}

h1 {
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#header {
	padding-bottom: 20px;
}

#header img {
	padding: 0;
	margin: 0;
	height: 100px;
}

/* Content section */

#content {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px 5px 0px 10px;
	display: inline;
	overflow: hidden;
}

#content p {
	padding: 5px 3px 5px 3px;
	clear: left;
}

#content p img {
	padding: 5px 5px 5px 5px;
	margin: 5px 10px 5px 0px;
	background-color: #e6eef0;
}

#content p.header img {
	padding: 0px;
	margin: 0px;
	background: transparent;
}

#content .wp-smiley {
	padding: 0;
	margin: 0;
	float: none;
	background-color: transparent;
}

#content h2 {
	margin: 5px 0px 5px 5px;
	padding: 13px 0px 0px 0px;	
	background: transparent url(graphics/motif.gif) no-repeat;
	text-indent: 80px;
}

.single #content h1 {
	margin: 5px 0px 5px 5px;
	padding: 13px 0px 0px 0px;	
	background: transparent url(graphics/motif.gif) no-repeat;
	text-indent: 80px;
}

#content p.postmetadata {
	background: transparent url(graphics/suitrow.gif) no-repeat bottom;
	padding-bottom: 35px;
	margin: 20px 0px 40px 0px;
}

/* Sidebar stuff */

.flickr img {
	float: right;
	padding: 15px 6px 0px 4px;
}

.flickr {
	height: 100px;
	width: 110px;
}

#sidebar {
	float: left;
	width: 280px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#leftbar {
	border-left: 1px dotted #bbbbbb;
	float: left;
	width: 132px;
	overflow: hidden;
	padding: 0px 5px 20px 7px;
}

#rightbar {
	border-left: 1px dotted #bbbbbb;
	float: left;
	text-align: left;
	width: 125px;
	overflow: hidden;
	padding: 0px 0px 20px 7px;
}

p.info {
	padding: 10px 10px 40px 6px;
}

#sidebar h3 {
	padding: 28px 0px 5px 0px;
	width: 135px;
	height: 40px;
}

#leftbar li {
	list-style-type: none;
}

#leftbar ul li img {
	margin-bottom: 10px;
}

#rightbar ul li {
	margin-bottom: 20px;
}

.searchbutton {
	border-width: 1px;
	padding: 3px 8px;
	margin-top: 5px;
	font-size: 1.00em;
}

#searchform {
	text-align: center;
}

/* Navigation Section */

.navigation {
	padding: 0px 0px 30px 0px;
	line-height: 20px;
}

.alignleft {
	float: left;
}

.alignright {
	text-align: right;
}

/* Comment Section */

.commentlist {
	margin: 20px 25px 0px 25px;	
	list-style: decimal;
}

.commentlist li {
	margin-bottom: 25px;
}

#commentform {
	margin: 10px 0px 50px 0px;
}

#commentform .commentbutton {
	border-width: 1px;
	padding: 3px;
	margin-top: 5px;
	font-size: 0.75em;
}

#commentform label {
	margin-left: 5px;
}

#commentform input {
	margin: 3px 0px 10px 5px;
}

textarea {
	margin-left: 5px;
}

/* Footer section */

#footer {
	border-top: 1px dotted #bbbbbb;
	margin: 0px 60px 0px 60px;
	clear: both;
	background-color: transparent;
}

#footer p {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;	
}