/*
Theme Name: Killing Michael
Theme URI: 
Description: 
Version: 1.1
Author: <a href="http://www.area381.com/">area381</a>
*/ 

@import url("css/caps.css");

* {
	padding:0px;
	margin:0px;
}
html,body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
img, a img {
	border:none !important;
}
ul, li {
	list-style-type: none;
}
.hide { 
	display: none; 
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
} 
/*		
//////////////////////////////////////////////////////
						LAYOUT
//////////////////////////////////////////////////////
*/

#wrapp {
	width:1025px !important;
	
}
/*		
//////////////////////////////////////////////////////
						HEADER
//////////////////////////////////////////////////////
*/
#header {
	height: 138px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#headerTop {
	height: 95px;
}
#headerTop h1,
#headerTop h1 a {
	width: 577px;
	height: 100px;
	display: block;
	text-indent:-9999px;
}

#header #menu {
	
}
#header #menu ul {
	float: right;
	height: 43px;
	width:690px;
	
}
#header #menu ul li {
	float: left;
	height: 43px;
	color: #FFFFFF;
	padding-left: 8px;
}
#header #menu ul li:hover {}

#header #menu ul li a {
	display: block;
	height: 43px;
	padding-top: 12px;
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left:35px;
	padding-right:25px;
	background-image: url(images/menu_links.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	
	

}
#header #menu ul li a:hover {
	color: #000000;
	background-image: url(images/menu_hover.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	
}

#feed-icon {
	width: 1025px;
	position: absolute;
	top: 140px;
}

#feed-icon a {
	float: right;
}

/*		
//////////////////////////////////////////////////////
						CONTENT
//////////////////////////////////////////////////////
*/
#contentWrapp {
	margin-bottom: 15px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contentWrapp #description {
	width: 690px;
	padding-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	
}
#contentWrapp #description h2 {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}
#content {
	float: right;
	width: 725px;
	padding-top: 15px;
	margin-bottom: 20px;
}

#content h2.pagetitle {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content h2#postcomment {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top:10px;
}

#content .navigation {
	width: 680px;
	margin-top: 25px;
}
#content .navigation .alignleft {
	float: left;
}
#content .navigation .alignright {
	float: right;
}
#content .navigation .alignleft a,
#content .navigation .alignright a{
	color: #A07900;
}
#content .navigation .alignleft a:hover,
#content .navigation .alignright a:hover {
	color: #000000;
}
#content .entryBox {
	width: 725px;
	margin-bottom: 30px;
}

#content .entryBox p.date {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 11px;
}
#content .entryBox h2,
#content .entryBox h2 a {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #A07900;
}
#content .entryBox h2 a:hover {
	color:#000000;

}
#content .entryBox .postmetadata {
	width: 680px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;	
}
#content .entryBox .postmetadata a,
#content .entryBox .postmetadata a:link {
	color: #a07900;
}
#content .entryBox .postmetadata a:hover {
	color: #333333;
}

#content .entryBox .entryWrapp {
	margin-top: 10px;
	line-height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #333333;
	
}

#content .entryBox .entryWrapp p {
	margin-top: 12px;
	margin-bottom: 12px;
}



#content .entryBox .entryWrapp a,
#content .entryBox .entryWrapp p a {
	color: #a07900;
}

#content .entryBox .entryWrapp a:hover,
#content .entryBox .entryWrapp p a:hover {
	color: #333333;
}
#content .entryBox .entryWrapp code {
	display: block;
	color: #A07900;
	width: 440px;
	margin: 0px auto;
	background-image: url(images/monkeys.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	min-height:30px;
	padding-right: 60px;
	padding-left: 45px;
	text-align: center;
	font-weight: bold;
}
#content .entryBox .entryWrapp ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .entryBox .entryWrapp ul li {}
#content .entryBox .entryWrapp h3 {
	text-transform: uppercase;
	font-weight: bold;
}
/*		
//////////////////////////////////////////////////////
						SIDEBAR
//////////////////////////////////////////////////////
*/
#sidebar {
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 300px;
	float: left;
}
#sidebar #logo {
	height: 0px;
	width: 270px;
}
#sidebar #logo a {
	height: 0px;
	width: 270px;
	margin-top:0px;
	display:block;
}
#sidebarWrapp {
	width: 260px;
	margin: 10px auto 0px;
	
}
#sidebarWrapp ul {}
#sidebarWrapp ul li {
	margin-bottom: 10px;
}
#sidebarWrapp ul li h2 {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #A07900;
	margin-bottom: 10px;
	
	
}
#sidebarWrapp ul li h2 span {
	height: 6px;
	width: 16px;
	padding-right: 0px;
	cursor:pointer;
}
#sidebarWrapp ul li h2 span.on {
	height: 16px;
	width: 6px;
	padding-right: 20px;
	cursor:pointer;
}
#sidebarWrapp ul li h3 {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #A07900;
	margin-bottom: 10px;
}

#sidebarWrapp ul li ul {
	font-family: Arial, Helvetica, sans-serif;
}
#sidebarWrapp ul li ul li {
	margin: 0px 0px 3px;
}
#sidebarWrapp ul li ul li a {
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #000000;
	padding-bottom: 1px;
}
#sidebarWrapp ul li ul li a:hover {
	color: #A07900;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #000000;
	padding-bottom: 1px;
}
#sidebarWrapp ul li input[type=text] {
	width: 180px;
	height: 30px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #9A9A9A;
        background-image: url(images/search-left.gif);
        background-repeat: no-repeat;
        background-position: left top;
	padding-left: 48px;
}
#sidebarWrapp .banner {
	margin: 0px auto;
	width: 220px;
}

#sidebarWrapp ul li h4 {
        font-weight: bold;
        font-size: 24px;
        text-transform: uppercase;
	text-align: right;
        color: #FFFFFF;
        margin-bottom: 10px;
	float: right;
	padding-right: 30px;
	padding-top: 25px;
}

#sidebarBioTitle {
        font-weight: bold;
        font-size: 24px;
        text-transform: uppercase;
	text-align: right;
        color: #FFFFFF;
        margin-bottom: 10px;
	float: right;
	padding-right: 30px;
	padding-top: 25px;
}

#sidebarBio {
        font-weight: normal;
        font-size: 14px;
        color: #FFFFFF;
	padding-left: 0px;
	padding-top: 55px;

}

/*		
//////////////////////////////////////////////////////
						FOOTER
//////////////////////////////////////////////////////
*/
#footer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	width: 1000px;
	margin: 0px auto 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul {
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}
#footer ul li {
	float: left;
	height: 13px;
	
}
#footer ul li span {
	padding-right: 7px;
	padding-left: 7px;
}
#footer ul li span a {
	color: #000000;
			
}
#footer ul li span a:hover {
	text-decoration: underline;
}

/*		
//////////////////////////////////////////////////////
						COMMENTS
//////////////////////////////////////////////////////
*/

ol#commentlist {}
ol#commentlist li {
	margin-top: 10px;
	margin-bottom: 10px;
}
ol#commentlist li p {
	padding-top: 5px;
	padding-bottom: 5px;
}
form#commentform a,
ol#commentlist a {
	color: #a07900;
}
form#commentform a:hover,
ol#commentlist a:hover {
	color: #333333;
}

label {
	min-width:320px;
	display:block;
	float:left;
	font-family: "Courier Bold", Courier, "Courier New",  monospace;
	font-size: 12px;
	
}
input#author,
input#email,
input#url {
	border: 1px solid #9A9A9A;
	padding:2px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:14px;
	float:left;
	min-width:246px;
	font-family: "Courier Bold", Courier, "Courier New",  monospace;
	font-size: 12px;
	
}
textarea#comment {
	border: 1px solid #9A9A9A;
	padding:2px;
	width:560px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	font-family: "Courier Bold", Courier, "Courier New",  monospace;
	font-size: 12px;
}
input#submit {
	background-color: #a07900;
	color: #fff;
	cursor:pointer;
	padding:3px;
	border: 1px solid #9A9A9A;
	font-family: "Courier Bold", Courier, "Courier New",  monospace;
	font-size: 12px;
}
h2#comments {
	font-weight: bold;
}
h2#comments a {
	color: #a07900;
}
h2#comments a:hover {
	color:#000000;
}
/* Gord adds for video embeds. -g */
.timecode td { vertical-align:top; padding-right:3px; }
cite { font-weight:bold; }