/*
Theme Name: the Movie Mammal Theme
Theme URI: 
Description: A mammalian motif for Sam's movie blog.
Version: 1.2
Author: Adele Messenger Bouricius
*/

/* comment button stuff */
.commentButton {
border: 0px;
	background: transparent;
	background-image: url("images/comment.png");

	width: 117px;
	height: 26px;

	cursor: pointer;
}

.commentButton:hover {
	background-image: url("images/comment_alt.png");
}


/* things to do with the menu */
/* hover states won't work in earlier versions of IE... because they're lame. */

.menuButton {
	border: 0px;
}

#menuBox {
	text-align: right;
	width: 124px;
position: relative;
left: -344px;
top: 24px;
}

#btnHome {
	height: 52px;
	width: 128px;
}
#btnHome:hover {
	background-image: url("images/btn_home_alt.png");
}

#btnArticles {
	height: 65px;
	width: 128px;
}
#btnArticles:hover {
	background-image: url("images/btn_articles_alt.png");
}

#btnCredits {
	height: 49px;
	width: 128px;
}
#btnCredits:hover {
	background-image: url("images/btn_credits_alt.png");
}

#btnFacts {
	height: 51px;
	width: 128px;
}
#btnFacts:hover {
	background-image: url("images/btn_facts_alt.png");
}

/* more things */
#mainTable {
border: 0px;
width: 900px;
padding-left: 20px;
}
#postSection {

vertical-align: top;
width: 880px;
}
#sidebarSection {
vertical-align: top;
width: 100px;
}

/* search stuff */
#searchBox {
	width: 120px;
	height: 50px;
text-align: right;
position: relative;
top: -30px;
}

.searchField {
background-color: transparent;
	border: 1px solid black;
	font-family: verdana;
	font-size: 10px;
}

#submitButton {
margin-right: 5px;
	border: 0px solid black;
	background: transparent;
	background-image: url("images/search.png");

	width: 48px;
	height: 22px;

	cursor: pointer;
}

#submitButton:hover {
	background-image: url("images/search_alt.png");
}

#mainBox {
text-align: left;
	width: 900px;
margin-left: 10px;
}

a {
	color: #7B461B;
}

a img {
	border: none;
}

a:visited {
	color: #7B461B;
}

a:hover {
	color: black;

}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid brown;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #BFB8A1 url('images/mmTitle.jpg') no-repeat top center;

	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	font: 122% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 80%/165% 'Arial', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0px;

}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	color: #000;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: black;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}

#header {
	font: normal 230% 'Georgia', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu {
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	color: black;
}

#menu ul {
	color: black;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {

font-family: verdana;
	letter-spacing: 0;
	margin-top: 10px;
	padding-bottom: 2px;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-left: 20px;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 9px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: transparent;
	color: black;
}

#wp-calendar caption {
font-family: 'Georgia','Times';
font-weight: bold;
	color: black;
	font-size: 12px;
	text-align: left;
}

#wp-calendar td {
	color: black;

font-family: verdana;
	letter-spacing: normal;
font-size: 9px;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #C3BEB2;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #C3BEB2;
	color: black;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
