/*  
Theme Name: www.the-monkey.net
Theme URI: http://www.the-monkey.net/
Description: www.the-monkey.net theme shoehorned into WordPress. All original, baby.
Version: 1.9b
Author: Morgan Nichol
Author URI: http://www.morgannichol.com
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: 0;
	word-spacing: normal;
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}

/*
a {
	text-decoration: none;
}
a:link {
	color: #666;
}
a:visited {
	color: #333;
}
a:hover, a:active {
	color: #3894bb;
}
*/

input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #fafaf0;
	color: #333;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}

/* */
/* Logo at top of page stuff. */
/* */
#headlogo {
	background-image:url(/wp-content/themes/the-monkey.net/images/logo_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	width: 100%;
	height: 85px;
	padding: 0px -20px 0px 20px;
}

#noodleslogo {
	background-image:url(/wp-content/themes/the-monkey.net/noodles/bg.png);
	background-repeat: repeat-x;
	background-color: #C9B780;
	width: 100%;
	height: 85px;
	padding: 0px -20px 0px 20px;
}

/* Main Content Area */
#content {
	float: left;
	width: 640px;
	padding: 0px 0px 10px 10px;
	margin-right: 30px;
}
.title {
	font-size: 1.1em;
	font-weight: bold;
	clear: left;
	padding-bottom: 0px;
}
.littledetails {
	font-size: 0.7em;
}
#content h3 {
	margin: 0 0 6px 0;
	padding: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px dotted #666;
}
#content ul.post-info {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
	}
#content ul.post-info li {
	float: left;
	margin: 2px 6px 2em 0;
	padding: 0;
	font-size: 0.7em;
	color: #666;
	background: url(images/nav-top.gif) no-repeat top left;
	}
#content ul.post-info a {
	float: left;
	display: block;
	padding: 2px 6px;
	text-decoration: none;
	border: none;
	color: #99A26B;
	background: url(images/nav-bottom.gif) no-repeat bottom right;
	}
#content ul.post-info a img {
	vertical-align: middle;
	}
#content ul.post-info a:hover {
	color: #6E7549;
	}

#content h3 {
	font-size: 1.1em;
}

#comments {
	clear: both;
	padding-bottom: 10px;
}

#post {

}

/* Sidebar */
#navcolumn {
	float: left;
	padding: 0 10px 0 10px;
	width: 230px;
	font-size: 0.9em;
}
#sidebar {
	clear:both;
}
#linkscolumn {
	float: left;
}
#crumbs {
	padding: 0px 10px 0px 0px;
	width: 450px;
	font-size: 0.7em;
}
#menu {
	margin: 10px;
	padding: 10px 0px 10px 10px;
	width: 320px;
	border: 1px solid #000;
}
#icons {
	width: 250px;
	margin: 0px;
	border: 0px;
}
#icons img {
	width: 58px;
	height: 78px;
	padding: 0px;
	margin: 0px;
}
#styleswitcher {
	width: 300px;
	margin-bottom: 10px;
	visibility: hidden;
}
#styleswitcher img {
	padding: 0px 5px 0px 0px;
}
.archives {
	width: 250px;
	margin-bottom: 10px;
	padding: 10px 0px 10px 10px;
	border: 1px solid #000;
	font-size: 0.9em;
}
.links {
	width: 250px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.categories {
	clear: both;
	list-style-type: none;
	list-style-position: inside;
}
.ownership {
	width: 200px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 0.9em;
}
.ownership a {
	text-decoration: none;
	color: #000;
}

.feeds {
	clear: both;
	padding-top: 10px;
}

/* Sidebar Styles */
#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0 0;
	padding: 0 10px 0 0;
	/*background: url(images/arrow.gif) no-repeat center right;*/
	font-size: 0.9em;
	font-weight: bold;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #E8E7D0;
	background-color: #fafaf0;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E8E7D0;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
} 
html>body #sidebar ul ul li a {
	width: 170px;
}
#sidebar ul ul li a:hover {
	background-color: #FFF;
}

/* Sidebar lists. */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
} 
html>body #sidebar ul ul ul li a {
	width: 155px;
}

/* New Suckerfish Dropmenu. */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 220px;
}
	
#nav li { /* all list items */
	position: relative;
	float: left;
	line-height: 1.75em;
	margin-bottom: -1px;
	width: 220px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 226px;
	margin-top : -1.35em;
	/* Probably doesn't even work. */
	border-top: 1px solid #E8E7D0;
	background-color: #FFF;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 220px;
	w\idth : 220px;
	display : block;
	/*font-weight : bold;*/
	text-decoration : none;
	border-top: 1px solid #E8E7D0;
	background-color: #fafaf0;
	padding : 0 0.5em;
}
	
#nav li a:hover {
	background-color : #fff;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* End of new Drops. */

/* Footer Stuff */
#footer {
	clear: both;
	width: 800px;
	margin-top: 10px;
	padding: 5px;
	background-color: #fafaf0;
}

/* */
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
hr {
	border: 1px solid #666;
}
blockquote {
	background-color: #eee;
	border: thin dotted #666;
	padding: 5px;
}
.searchbox {
	background-color: #2F8CC8;
	border: 1px solid #CAE2F1;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
}
.linkshr {
	border: 1px solid #0072BC;
	padding: 1px;
	margin: 1px;
	height: auto;
	width: auto;
}
.linktitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-variant: normal;
	color: #CC3300;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #666666;
}
.linktitlesbarthing {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}
.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}


/* */
/* Message Bar (absolute top of page) Stuff */
/* */
#message {
	background-color: #0072BC;
	width: 100%;
}
#message div.menuBar,
#message div.menuBar a.menuButton {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #000000;
}
#message div.menuBar {
  background-color: #0072BC;
  padding: 6px 2px 6px 2px;
  text-align: center;
  margin-left:20px;
}
#message div.menuBar a.menuButton {
  background-color: #F0EEE2;
  border: 1px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
  cursor: pointer;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  xposition: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}
#message div.menuBar a.menuButton:hover {
  background-color: #F0EEE2;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #000000;
}

/* */
/* Little Miscellaneous Styles */
/* */
.spoiler {
	color: #FFFFFF;
}
.skinnyblackborder {
	border: 1px solid #000000;
}

/* */
/* Styles for the video embedder plugin */
/* */
.wpv_videoc {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

.wpv_video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 0 4px 0;
	width: 425px;
	height: 350px;
}

.wpv_titleauthor, .wpv_durationdate {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #666;
	padding: 3px;
	border-top: 1px solid #aaa;
}

.wpv_download {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

.wpv_download a {
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #f44;
}

.wpv_download a:hover {
	text-decoration: none;
}

.wpv_download img {
	border: 0;
}

.wpv_self {
	text-align: left;
}

.wpv_self a {
	font: bold 9px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #000;
}

/* styles for the footnotes plugin */
.footnotes {
  font-size: 85%;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}

.footnotes .footnotedivider {
  width: 120px;
  border-bottom: 1px solid #ccc;
}

.footnotes li {
  margin: 0 0 5px 0;
}

sup.footnote a {
  text-decoration: none;
  font-size: 80%;
}

sup.footnote {
  line-height: 0em;
}

.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}
