/*  
Theme Name: Bem Site
Theme URI: http://www.bugeyedmonster.com/
Description: Template for Bem Site
Version: .02
Author: me
Author URI: http://bugeyedmonster.com
*/

/* Alignment and Captions */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Begin Typography & Colors */

BODY {
 	background: #FFFFFF;  
	color: #363636;
	font-family: Tahoma, Verdana, sans-serif;
	margin-top: 8;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10;
	font-size: 12px;
 	background:url(images/background_white.gif);

}
.side_heading {
	font-size: 12px;
	font-weight: bold;
}
A:link {
color: #353C53;
font: Tahoma, Verdana, sans-serif;
}
A:active {
color: #353C53;
font: Tahoma, Verdana, sans-serif;
}
A:visited {
color: #353C53;
font: Tahoma, Verdana, sans-serif;
}
A:hover {
color: #990000;
font: Tahoma, Verdana, sans-serif;
}

a {
	font-family: Tahoma, Verdana, sans-serif;
}
body,td,th {
	font-size: 12px;
}

#ToyName {
font-size: 1.6em;
text-align:left;
text-decoration:none;
	}

/* CRIBBED TYPOGRAPHY */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	text-align: left;
	text-decoration: none;
	}
	
h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
#pages_toys h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
#toys_subnav h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}	
	
h3 {
	font-size: 1.3em;
	}
	

h1, h1 a, h1 a:hover, h1 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.entry p {
	font-size: 1.05em;
	}

.entry {
	line-height: 1.4em;
	}

.postmetadata {
	text-align: center;
	}	
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
/* END TYPOGRAPHY */

/* Menus */

#pages_toys li:before {
	content: "\00BB \0020";
}

#pages_toys li {
   list-style: none;
   padding: 0px 0 5px 0;
   margin: 0px 0 0 5px;
}

#toys_subnav li:before {
	content: "\00BB \0020";
}
#toys_subnav li {
   list-style: none;
   padding: 0px 0 5px 0;
   margin: 0px 0 0 -30px;
}



/* End Menus */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

	
/* FORM ELEMENTS */

#commentform input {
	width: 120px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */	