/*  
THEME NAME: Baseball Cards
THEME URI: http://devonyoung.com/
DESCRIPTION: A Theme for Wordpress 2.8.4+
VERSION: 1.0
AUTHOR: Devon Young
AUTHOR URI: http://cards.devonyoung.com/
*/



/* first, import main layout styles */
@import "baseball.css";



/*#page {
	margin: 0 auto;
	width: 450px;
}
*/

/* Now, define styles (currently) specific to the blog */

#entries, #entriesSingle,#page {
	float: left;
	margin-right: 40px;
	padding-left: 14px;
	width: 640px;
	height: 100%;
}

/* entry stuff */

#entries div.entry {
	height: 260px;
}

div.entry {
	margin-bottom: 8px;
}

h2 {
	margin: 24px 0 0 0;
	padding-bottom: 0;
	font-size: 26px;
	font-family: "Book Antiqua",garamond,georgia,"times new roman",times,serif;
	border-bottom: 1px solid gray;
	font-weight: normal;
}

h2 a:link,h2 a:visited {
	background: transparent;
	color: gray;
	text-decoration: none;
}

p.date {
	margin-top: 0;
	padding-top: 0;
	font-family: "Brush Script MT","Apple Chancery","Mistral AV",cursive;
	font-size: small;
	background: transparent;
	color: gray;
}

.meta {
	text-align: right;
	padding-right: 10px;
	font-size: small;
	font-family: "avant garde",univers,arial,sans-serif;
}

blockquote {
	background: #F8F8FF;
	color: inherit;
	padding: 0 18px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

pre {
	background: #F0FFF0;
	color: inherit;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	padding: 1px 5px;
	overflow: auto;
}

pre code {
	font-family: monospace;
}


table,th,tbody td {
	border: 1px solid gray;
	border-collapse: collapse;
}

td {
	padding: 0 5px;
}



/* menu stuff */
div#menu {
	margin-top: 22px;
	float: left;
	width: 220px;
	height: 100%;
}

.menusection {
	background:#FFF8DC;
	color: inherit;
	border-bottom: 1px solid orange;
}

.menusection p {
	text-align: center;
}

/* menuextra is used for things such as ads, recentreaders, etc */

.menuextra {
	background: white;
	color: inherit;
	width: 175px;
	margin: 32px auto 0 auto;
}

.menusection h3 {
	font-family: georgia,serif;
	border-bottom: 1px solid orange;
	padding: 22px 10px 0 10px;
	margin: 0;
	background: white;
	color: inherit;
}

.menusection ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menusection li {
	padding: 0 0 0 24px;
}

.menusection a:hover,.menusection li:hover {
	background: orange;
	color: blue;
}

.menusection li:hover {
	font-weight: bold;
}

.menusection form {
	width: 160px;
	margin: 0 auto;
}

#search input {
	border: 1px solid orange;
}

	/* calendar stuff */
#calendar,#search {
	background: white;
	color: inherit;
	border-bottom: 0;
}

#search input,table#wp-calendar {
	background: #FFF8DC;
	color: inherit;
	border-bottom: 0;
	
}

div#calendar {
	margin: 24px auto;
	width: 210px;
}

table#wp-calendar {
	width: 210px;
	border: 0;
}

#wp-calendar thead th {
	border-top: 1px solid orange;
	border-right: 0;
	border-bottom: 1px solid orange;
	border-left: 0;
}

#wp-calendar tbody td {
	border: 0;
}

#wp-calendar td {
	background: white;
	color: inherit;
}

#wp-calendar tbody td,td#next {
	text-align: right;
}

#wp-calendar tbody td:hover {
	background: yellow;
	color: inherit;
}

td#today {
	background: #FECA81;	
	color: inherit;
	font-weight: bold;
}



/*  comment related */
#comments h2 {
	border: 0;
}

.comment {
	border-top: 1px solid black;
	padding: 0 8px;
}

.comment > p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.commentbody { border-top: 1px dashed silver;}

.mycomments { 
	background: #FAEBD7; 
	color: inherit;
	border-bottom: 1px solid black;
	margin-bottom: 12px;
}




/* other stuff */
#newer,#older {
	color: inherit;
	width: 45%;
	float: left;
}

#newer {
	background: transparent url('images/arrow-left.png') no-repeat;
	padding-left: 20px;
}

#older {
	background: transparent url('images/arrow-right.png') no-repeat right;
	color: inherit;
	text-align: right;
	padding-right: 20px;
}

.entryimg {
	float: right;
	margin: 0 0 0 16px;
}

/* .bkmks is for div full of ma.gnolia links */
.bkmks .Description {
	display: none;
}

