/*
THEME NAME: GrizzlyMom.com
THEME URI: http://wphelpcenter.com/
DESCRIPTION: Customized theme
VERSION: 1.0
AUTHOR: WordPress HelpCenter
AUTHOR URI: http://wphelpcenter.com/
*/

/*
BASE THEME NAME: Sandbox
BASE THEME URI: http://www.plaintxt.org/themes/sandbox/
BASE DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
BASE VERSION: 1.6.1
BASE AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
BASE AUTHOR URI:
BASE TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


/*******************/
/* YAHOO RESET CSS */
/*******************/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


/***************/
/* CSS HELPERS */
/***************/
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

em, i, .italicit {
	font-style: italic;
}

b, strong, .boldit {
	font-weight: bold;
}

.alignleft, .leftit {
	float: left;
}

.alignright, .rightit {
	float: right;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}


/*****************/
/* LAYOUT STYLES */
/*****************/
body {
	background: url('./images/bg-fade.jpg') repeat-x;
	font-size: 14px;
	font-family: Arial;
}

div#wrapper {
	width: 1020px;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
}

div#container {
	float:left;
	margin:0 -200px 10px 0;
	padding:10px;
	width:800px;
	border-right: 1px solid #ccc;
}

div#content {
	float: left;
	width: 590px;
}

div#primary {
	float:right;
	overflow:hidden;
	width:190px;
	padding-left: 5px;
}

div#secondary {
	border-left:1px solid #ccc;
	margin-right:4px;
	padding:5px;
	width:183px;
}

div#footer {
	clear:both;
	width:1000px;
	height: 20px;
	padding: 10px 0;
	background-color: #ccc;
	text-align: center;
	margin: 10px;
}


/***********************/
/* GENERAL LINK STYLES */
/***********************/
a:link, a:visited {

}
a:hover, a:active {

}


/*********************/
/* NAVIGATION STYLES */
/*********************/
#menu {
	background: url('./images/bg-nav.jpg') repeat-x;
	height: 35px;
	display: block;
	width: 1020px;
}
#menu ul li {
	float: left;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active {
	background: url('./images/btn-nav.jpg') no-repeat;
	height: 35px;
	width: 143px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 6px;
}


/******************/
/* SIDEBAR STYLES */
/******************/
.widgettitle {
	background-color: #7B0002;
	color: #fff;
	font-weight:bold;
	margin-bottom:5px;
	font-size: 110%;
	padding: 5px;
	width: 170px;
	border: 1px solid 000;
}

.widget .textwidget, .widget ul {
	margin-left: 5px;
}


/***********************/
/* GENERAL PAGE STYLES */
/***********************/
#secondary {
	float: right;
}

.post {
	margin-bottom: 20px;
}

#separator {
	margin-bottom: 20px;
}

#copyright {
	margin: 10px 0;
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 15px;
}

h2.entry-title {
	margin-bottom: 5px;
}

.entry-date {
	font-size: 90%;
}

.entry-content {
	margin-top: 10px;
}

.entry-content img {
	margin: 5px;
}

.entry-content p {
	margin-bottom: 15px;
}

h2.entry-title a:link, h2.entry-title a:visited {
	color: #009;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}
h2.entry-title a:active, h2.entry-title a:hover {
	text-decoration: underline;
}

li.widget {
	margin-bottom: 15px;
}

.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;
}

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;
}

.entry-content ul li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 5px;
}

.entry-content ul {
	margin-bottom: 15px;
}

body.page div#content {
	width: 790px;
}

div.nav-previous {
	float: left;
}

div.nav-next {
	float: right;
}

body.page-template-page-links-php ul.blogroll {
	padding-bottom: 20px;
	margin: 10px 0 20px;
	border-bottom: 1px solid #000;
}

.entry-content ul {
	margin: 10px 0;
}

ol li {
	list-style-type:decimal;
	margin-left:30px;
}

/********************/
/* HOME PAGE STYLES */
/********************/
div#callouts {
	height: 200px;
	margin-bottom: 10px;
}
div#callout-quote, div#callout-slideshow, div#callout-poll {
	width: 262px;
	height: 197px;
	margin-right: 2px;
	background: url('./images/bg-fade.jpg') repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	float: left;
	text-align: center;
	vertical-align: middle;
}
