/*
THEME NAME: The Open Tent
THEME URI: http://businessbullpen.com/
DESCRIPTION: Customized theme built by Business Bullpen
VERSION: 1.0
AUTHOR: Business Bullpen
AUTHOR URI: http://businessbullpen.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;
}

.accent_green {
	color: #2EA54C;
}

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

em, i {
	font-style: italic;
}

.error {
	color: red;
}


/*****************/
/* LAYOUT STYLES */
/*****************/
h2 {font-size: 20px; }
html {
	background:url(images/misc/Interior_SiteBkground.gif) no-repeat 100px -300px #FFF7B9;
	font-family: Arial, "Trebuchet MS";
	font-size: 12px;
	color: #333;

}

body {

}

/* LAYOUT: Two-Column (Right) */
div#header {
	background-color: #FFF7B9;
}

div.sidebar {
	float:right;
	overflow:hidden;
	width:180px;
}

div#secondary {
	clear:right;
}

div#footer {
	width:720px;
	margin-top:40px;
}

div#wrapper {
	width: 980px;
	margin: 0 auto;
	background:transparent url(images/misc/LogoLine_repeat.gif) repeat-y scroll -4px -2px;
}

#layout-wrapper {
	background: url(images/misc/Logo.gif) no-repeat scroll -4px -1px;
	padding-left:245px;
}

/***********************/
/* GENERAL LINK STYLES */
/***********************/
a:link, a:visited {
	color: #00A5DC;
	text-decoration: none;
}
a:hover, a:active {
	color: #4ACCF7;
	text-decoration: underline;
}


/*********************/
/* NAVIGATION STYLES */
/*********************/
#menu {
	float:right;
	padding:10px 0px;
}

#menu, #menu ul { /* all lists */
	list-style: none;
	line-height: 1;
}

#menu a:visited, #menu a:link {
	display: block;
	background-color: #00A5DC;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 7px;
}

#menu a:hover, #menu a:active, div#menu li.current_page_ancestor a:visited, div#menu li.current_page_ancestor a:link, div#menu li.current_page_item a:visited, div#menu li.current_page_item a:link, body.category-arts-blog div#menu li.page-item-9 a:visited, body.category-arts-blog div#menu li.page-item-9 a:link, body.category-tots-blog div#menu li.page-item-11 a:visited, body.category-tots-blog div#menu li.page-item-11 a:link {
	background-color: #27A348;
}

#menu li { /* all list items */
	float: left;
	white-space: nowrap;
}

#menu li ul { /* second-level lists */
	position: absolute;
	background: orange;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 150px;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#menu li ul a:visited, #menu li ul a:link {
	background-color: #27A348;
	text-transform:none;
}

#menu li ul a:hover, #menu li ul a:active, div#menu li.current_page_item a:hover, div#menu li.current_page_ancestor a:hover {
	background-color: #47B163;
}

#menu li ul li {
	clear: both;
	width: 230px;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/***********************/
/* GENERAL PAGE STYLES */
/***********************/

div#header {
	background: url(images/misc/Logo_top.gif) no-repeat scroll -8px 1px;
}


div#header img {
	margin-left: 20px;
}

div#blog-title {
	float: left;
}

div#header-image {
	float: right;
}

h1.entry-title {
	float: right;
	color: #F7026C;
	font-weight: bold;
	margin-right: 10px;
	font-size: 160%;
}

div#content-spacer {
	display:block;
	width: 5px;
	clear: both;
	height: 70px;
}

div.entry-content {
	margin-top:-15px;
}

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

div#footer-search {
	float: left;
	margin: 20px 0;
}

div#footer-contact {
	float: right;
	text-align: right;
	margin: 20px 0;
	font-size:10px;
}

div#footer-bblogo {
	padding: 10px 0;
}

div.entry-content ul li {
	list-style: disc;
	margin: 5px 0 5px 20px;
}

div.entry-content ul li.widget {
	list-style: none;
}

body.page-template-page_sidebar-php div.entry-content, body.page-template-page_formShalomBaby-php div.entry-content, body.page-template-page_sidebar-favorites-php div.entry-content, body.page-template-page_sidebar-totsfavorites-php div.entry-content  {
	width: 550px;
	margin-top:-15px;
	float: left;
}

body.page-template-page_sidebar-php h3.widgettitle {
	background-color: #27A348;
	color: #fff;
	padding: 5px;
	margin: 0 0 5px 0;
}

body.page-template-page_sidebar-favorites-php h3.widgettitle {
	background-color: #27A348;
	color: #fff;
	padding: 5px;
	margin: 0 0 5px 0;
}

body.page-template-page_sidebar-totsfavorites-php h3.widgettitle {
	background-color: #27A348;
	color: #fff;
	padding: 5px;
	margin: 0 0 5px 0;
}


/***************/
/* FORM STYLES */
/***************/
.input_long {
	font-family:Arial,"Trebuchet MS";
	font-size:12px;
	height:16px;
	width:450px;
}

#message, #message li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#message li {
	padding-bottom: 8px;
}


/*******************/
/* HOMEPAGE STYLES */
/*******************/
#home_side_1, #home_side_2, #home_side_3 {
	float: left;
	width: 232px;
	padding: 0 5px;
}

#home_side_1 img, #home_side_2 img, #home_side_3 img {
	padding: 2px;
	border: 1px solid #000; 
}


#home_side_1 h3.widgettitle { background-color: #27A348; color: #fff; padding: 5px; }
#home_side_2 h3.widgettitle { background-color: #E60376; color: #fff; padding: 5px; }
#home_side_3 h3.widgettitle { background-color: #F57F20; color: #fff; padding: 5px; }


/***************/
/* BLOG STYLES */
/***************/
div#content div.post, div#content div.page {
	margin-bottom: 40px;
}

h2.entry-title {
	font-weight: bold;
	font-size: 110%;
}

div.post div.author {
	margin-bottom: 10px;
}


div.entry-meta {
	border-top: 1px solid #ccc;
}

body.search-results h2.page-title {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 20px;
}

body.search-results h2.page-title span {
	color: #F57F20;
}


/*******************/
/* COMMENTS STYLES */
/*******************/
div#comments {
	width: 550px;
}

div#comments h3 {
	color: #27A348;
	border-bottom: 1px solid #27A348;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

ol li.comment {
	margin: 20px 0;
}

ol li.comment p {
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.comment-author {
	margin-bottom: 30px;
}
