/*  
Theme Name: Toy-Hamsters WP theme
Theme URI:  http://www.mongobread.com/
Description: Made for Toy-Hamsters.com by <a href="http://www.mongobread.com">mongobread</a>.
Version: 1.0
Author: Ivan L. Rubio
Author URI:  http://www.mongobread.com
*/
body{
	font-family:Verdana, Arial, Helvetica;
	font-size:14px;
	padding: 0px;
	background:#ABD7ED;
}

/*global*/
a { 
	color:#3C6292;
	text-decoration: underline;
}
a:hover { 
	color:#B2CCFF;
	background:#3C6292;
}
.clear {
	clear:both;
}
img {
	border:none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
/* End Images */

#container{
	width:900px;
	margin:8px auto 0px auto;
}
#header {
	width:900px;
	height:80px;
	background:#B2CCFF;
	text-transform:uppercase;
	border:2px #ECF55E solid;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:0px 0px 10px 0px;
}
.logo {
	padding:10px 0px 0px 10px;
}
.logo a {
	background:none;
}
.logo a:hover {
	background:none;
}
#nav {
	width:900px;
	height:auto;
	margin:10px 0px 2px 0px;
	padding:3px 0px 3px 0px;
	background:#fff;
	border:1px #799dbc solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul#menu {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
ul#menu li {
	margin:0px 0px 0px 10px;
	display:inline;
}
ul#menu li.noitem {
	list-style:none;
}
ul#menu li a {
	color:#fff;
	font-weight:800;
	color:#3C6292;
	font-size:12px;
	text-transform:uppercase;
	padding:5px 5px 5px 5px;
	text-decoration:underline;
}
ul#menu li a:hover {
	color:#B2CCFF;
	background:#3C6292;
}

#main {
	width:900px;
	height:auto;
	padding:0;
}

#content {
	width:650px;
	float:left;
}

.post {
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#fff;
	border:1px #799dbc solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.title {
	font-size: 18px;
	margin:10px 10px 0px 10px;
	color:#3C6292;
	border-bottom:1px #000 dashed;
}
.pagetitle {
	font-size: 18px;
	margin:10px 10px 0px 10px;
	color:#3C6292;
}
.entry {
	margin:0px 10px 0px 10px;
}
.entry p {
	text-align:justify;
}


.commentsbox {
	width:400px;
	height:auto;
}
.commentsbox textarea {
	width:100%;
}

#sidebar {
	width:240px; /*390*/
	float:right;
	padding:0px 0px 0px 0px;
	margin:8px 0px 0px 5px;
}

#sidebar h1 {
	font-size:12px;
	margin:10px 0px 0px 0px;
	color:#3C6292;
}
#sidebar ul {
	margin:10px 0px 10px 35px;
	padding:0;
}
#sidebar li {
	list-style-image:url(img/pixel_lleaf.gif);
}
#sidebar ul.children {
	margin:3px 0px 5px 10px;
}
#sidebar ul.children li{
	list-style-image:url(img/pixel_sleaf.gif);
	margin:1px 0px 1px 0px
}
#widgets {
	padding:0 10px 0 10px;
	overflow:hidden;
	margin-bottom:10px;
	background:#fff;
	border:1px #799dbc solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#widgets input#Search2Post_search {
	width:140px;
}
#amazon_product_accessories {
	margin:0px 0px 0px 0px !important;
	border:1px #799dbc solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sidebar #widget_ebay_auctions {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px #799dbc solid !important;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
	}

#wp-calendar #next a {
	padding-right: 0px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 0px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 140px;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


#footer {
	width:900px;
	height:25px;
	padding:15px 0px 10px 0px;
	background:#fff;
	border:1px #799dbc solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.footcrumbs {
	text-align:center;
	font-size:12px;
	font-weight:800;
	padding:2px 5px 0px 0px;
}