/* Companion Custom CSS over-rides for [ My Blog ]:  -  */
/* Companion Custom CSS over-rides for [ King Sheep Productions ]:  -  */
body {
	background:#497de7 url('http://www.king-sheep.com/images/background-topper.gif') repeat-x top;
}

html { 
	overflow-y: scroll; 
}

#page {
	width: 904px;
	margin: 0px auto;
	background-color:#c08642;
	border-left:solid #ffc001 2px;
	border-right:solid #ffc001 2px;
}

#page-wide {
	background-color:#d17b16;
	border:solid 2px #ffc001;
}

.post {
	background-color:#ffffff;
	border:solid 2px #7A84E8;
	margin:5px;
	padding: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#menubar-wrapper .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}

#menubar-wrapper {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	background: #ffc001;
}

.menunav a {
	font-weight:900;
    	color: #d17b16;
}

.menunav-search {
	background: #ffc001;
	float: left;
	line-height: 26px;
	height: 20px;
}

.menunav-rss {
   	background: #ffc001;
	font-size: 12px;
	line-height: 26px;
	padding: 0 5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #fff;
}

.menunav-rss:hover {
	background: #497de7;
	color: #fff;
}

.menubar ul li {
	font-weight:900;
    	position: relative;
	display: inline;
	float: left;
	background: url('/images/button-back.jpg');
	margin-right:2px;
    	margin-bottom:2px;
    	border: solid 1px #dbe7ff;
}

.menubar ul li a:link, .menubar ul li a:visited {
	font-weight:900;
	color: #d17b16;
	background: url('/images/button-back.jpg');
    }



.menubar ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
    	font-weight:900;
	background: url('/images/button-back-down.jpg'); /*background of menu items during onmouseover (hover state)*/
	color: #d17b16;
}

.menubar ul li a:hover {
	color: #d17b16;
	background: url('/images/button-back-down.jpg'); /*background of menu items during onmouseover (hover state)*/
}
.menubar ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin:auto;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menubar ul li ul li {
	border:none;
	display: list-item;
	float: none;
	margin: 0px;
}

.menubar ul li ul li a:link, .menubar ul li ul li a:visited {
	color: #3f5d9b;
	font-weight:900;
	border-bottom:solid 2px #3f5d9b;
	border-left:solid 2px #3f5d9b;
    	border-right:solid 2px #3f5d9b;
    	background: #ffc001;
}

.menubar ul li ul li a:hover {
	background: #497de7;
}

#header {
	width: 904px; 
	height: 160px; 
	background: url('/images/blog-header.jpg') top center no-repeat; 
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-bottom:solid 2px #ffc001;
}

#header h1 {padding: 0;}
#header h1 a {display: block; width: 904px; height: 160px; text-indent: -9999px;}
#header .description {display: none;}

a {
	color: #d17b16;
	text-decoration: none;
}

a:hover {
	color: #ffc001;
}

a:focus {
	outline: none;
}

#comic-head {
	clear: both;
	text-align:center;
	background: #ffffff;
	margin: 5px 5px 0px 5px;
}

#comic {
	background: #ffffff;
	margin:0px 5px 5px 5px;
}

#comic ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comic-foot {
	text-align: center;
	background: #3f5d9b;
	-moz-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	border-radius: 10px;
    	width:600px;
    	margin-left:auto;
    	margin-right:auto;
    	margin-bottom: 5px;
}


#sidebar-right {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 5px;
	background-color:#3f5d9b;
	border:solid 2px #497de7;
	float: right;
	width: 200px;
	padding: 5px;
}

.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
	width: 670px;
}

#footer {
	padding: 5px 0;
	text-align: center;
	background:#ffffff;
	border-top:solid 2px #ffc001;
}

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 56px;
	line-height: 46px;
	letter-spacing: -5px;
	color:#497de7;
}

h2, h2 a {
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	color:#497de7;
}

h2.pagetitle, h2.pagetitle a, h2.page-title, h2.page-title a {
	padding: 0 0 5px 0;
	margin-top: 10px;
	font-size: 28px;
	letter-spacing: -2px;
	clear: both;
	text-transform: capitalize;
	color:#497de7;
}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	clear: both;
	letter-spacing: -1px;
	color:#497de7;
}

h4, h4 a {
	padding: 0;
	margin: 0;
	font-size: 15px;
	clear: both;
	color:#497de7;
}