/*
Theme name: Yokid
Description: WordPress Theme for YoKid, inspried by Ashford theme. By <a href="http://ashford.turtleinteractive.com">Tim Bednar</a> and Jeph Christoff for <a href="http://www.omnistudio.com">Omnistudio</a>.
Version: 1.0
Author: Tim Bednar and Jeph Christoff 
Author URI: http://www.omnistudio.com

This work is released under the GNU General Public License (GPL), version 2: 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 


[Table Of Contents] 

	00- Reset
	01- Global
	02- Header 
	03- Navigation
	04- Headings
	05- General Content 
	06- Left Column
	07a- Middle Column - Homepage
	07b- Middle Column - Internal
	08- Right Column
	09- Footer 
	10- Clearfix

*/


/* 
----------------------------------------------------------------------------- 
=00 RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a {
	text-decoration:none;
	outline: none;
	color: #F9681D;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #EB7816;
}
.right, .alignright {
	float: right;
}
.left, .alignleft {
	float: left;
}
.none {
	display:none;
}
#admin-overlay {
	background: url(images/omni-bg.png) no-repeat;
	width: 100%;
	left: 0px;
	top: 20px;
	position: fixed;
}
#admin-overlay p {
	margin: 0px;
	padding: 10px 10px 10px 75px;
}
#admin-overlay a {
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}



/* 
----------------------------------------------------------------------------- 
=01 GLOBAL
-----------------------------------------------------------------------------*/
body {
	color: #666666;
	background: #EBE2BC url(images/bg.png) repeat-x left top;
	font: 0.75em/1.3em Arial, Helvetica, sans-serif;
}
#doc {
	width:980px;
	margin:0 auto;
}





/* 
----------------------------------------------------------------------------- 
=02 HEADER
-----------------------------------------------------------------------------*/
#header {
	background: url(images/tagline.png) no-repeat right top;
	height: 149px;
}
#header h1 a {
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 149px;
	width: 227px;
}





/* 
----------------------------------------------------------------------------- 
=03 NAVIGATION
-----------------------------------------------------------------------------*/
#navigation {
	padding-top: 119px;
	width: 753px;
	overflow:hidden;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	float: left;
	display: block;
	height: 30px;
}
#navigation ul li a span {
	display: block;
	padding-top: 8px;
	padding-right: 11px;
	padding-left: 11px;
	height: 22px;
}
#navigation ul ul {
	display:none;
}
#navigation .current_page_item a, #navigation .current_page_ancestor a, .silent-auction #navigation .page-item-397 a, #silent-auction #navigation .page-item-397 a  {
	background: url(images/tab-left.png) no-repeat;
}
#navigation .current_page_item a span, #navigation .current_page_ancestor a span, .silent-auction #navigation .page-item-397 a span, #silent-auction #navigation .page-item-397 a span {
	background: url(images/tab-right.png) no-repeat right top;
}





/* 
----------------------------------------------------------------------------- 
=04 HEADERS
-----------------------------------------------------------------------------*/
h2 {
	font-size: 36px;
	color: #957a40;
	margin-bottom: 15px;
	line-height: 1em;
	text-transform: capitalize;
}
.linkcat h2 {
	color: #725c2b;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content #bottom h3 {
	color: #957a40;
	font-size: 24px;
	margin-bottom: 10px;
}
#content #copy h3 {
	color: #725c2b;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 15px;
	color: #a68b50;
}
#content #sidebar h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #957A40;
	margin-bottom: 8px;
}




/* 
----------------------------------------------------------------------------- 
=05 GENERAL CONTENT
-----------------------------------------------------------------------------*/
#content {
	background: #FFFFFF url(images/bg-content.png) no-repeat left top;
	padding: 2px 30px 0px 0px;
	margin: 0px;
}
#home #content {
	padding: 10px 10px 0px 30px;
	margin: 0px;
}
#content p {
	margin-bottom: 1em;
}
#content ul, #content blockquote {
	margin: 0px 0px 1em .5em;
	padding: 0px;
}
#content ol {
	margin: 0px 0px 1em 3em;
	padding: 0px;
}
#content ul ul {
	margin: 0px 0px 0.25em;
	padding: 0px;
}
#content ol ol {
	margin: 0px 0px 0.25em 1.5em;
	padding: 0px;
	list-style: lower-alpha;
}
#content ul li {
	padding-bottom: 5px;
	padding-left: 10px;
}
#content ul ul li {
	padding-bottom: 2px;
}
#content ol li {
	padding-bottom: 5px;
}
#content ol ol li {
	padding-bottom: 2px;
}
#content blockquote {
	background: #FDF6E9;
	padding: 10px;
	font: 125% Georgia, "Times New Roman", Times, serif;
	color: #5F4220;
}
#content blockquote p {
	margin: 0px;
	padding: 0px;
}





/* 
----------------------------------------------------------------------------- 
=06 HOMEPAGE CONTENT STYLES
-----------------------------------------------------------------------------*/
#content #top {
	margin-bottom: 30px;
}
#content #welcome {
	width: 395px;
	font: italic 16px/1.3em Georgia, "Times New Roman", Times, serif;
	color: #756235;
	padding-top: 20px;
}
#content #welcome a {
	font: normal 0.75em Arial, Helvetica, sans-serif;
	background: url(images/lotus-flower.png) no-repeat left center;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content #bottom {
	padding-right: 30px;
	padding-bottom: 10px;
}
#content #bottom #news, #content #bottom #training, #content #bottom #support {
	width: 266px;
}
#news h4 {
	display:none;
}
#content .multiwidget_ec3-event-list ul li {
	margin:0px;
	padding: 0px;
	color: #999999;
}
#content .multiwidget_ec3-event-list ul li {
	padding: 0 0 15px 0;
}
#content .multiwidget_ec3-event-list ul ul li {
	padding: 0px;
}
#content .multiwidget_ec3-event-list ul ul {
	border-top: 1px solid #CCCCCC;
	padding-top: 3px;
}
#content #bottom #training .date {
	font-size: 95%;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	margin-bottom: 3px;
}
#content #bottom #news .ec3_schedule, #content #bottom #training .ec3_schedule {
	margin-bottom: 0px;
}
#content #bottom #news .ec3_schedule, #content #bottom #training .ec3_schedule {
	border: 0px none;
}	
#content #bottom #training {
	margin-left: 55px;
}
#content #bottom #training ul li {
	padding: 5px 0px 23px;
}
#content #bottom #support ul li {
	background: url(images/bullet-head.png) no-repeat left 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#content #copy ul li {
	background: url(images/bullet-head.png) no-repeat left 3px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#content #copy ul.links li {
	background: url(none);
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #copy ul.links ul li {
	background: url(images/bullet-head.png) no-repeat left 3px;
	padding-bottom: 6px;
	padding-left: 15px;
}
img.alignright {
	margin-left:20px;
	margin-bottom:10px;
}
img.alignleft {
	margin-right:20px;
	margin-bottom:10px;
}




/* 
----------------------------------------------------------------------------- 
=07 CONTENT STYLES
-----------------------------------------------------------------------------*/
#content #copy {
	width: 685px;
	padding-top: 28px;
}
#content #copy .blog-listing li {
	background: url(images/bg-line.png) no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content #copy .blog-listing li strong {
	color: #a68b50;
}
#content #copy .post {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBE1BB;
}
#content .sidebarbg {
	background: url(images/bg-sidebar-bottom.png) repeat-y;
	padding-bottom: 30px;
}
#content .ec3_schedule {
	margin-bottom:10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCCCC;
	font-style: normal;
}	
#content .ec3_schedule em {
	font-style: normal;
}	
#content .ec3_schedule em.ec3_to {
	font-size: 10px;
	text-transform: none;
}
#content ul.links, #content ul.links ul, #content ul.links li {
	margin:0px;
	padding:0px;
}
#content ul.links {
	margin-bottom: 1em;
}
#content ul.links ul li {
	padding-left: 10px;
}




/* 
----------------------------------------------------------------------------- 
=08 SIDEBAR STYLES
-----------------------------------------------------------------------------*/
#content #sidebar {
	background: #F5F0DD url(images/bg-sidebar-top.png) no-repeat;
	margin-left: 2px;
	width: 215px;
	padding: 8px 0px 8px 10px;
}
#content #sidebar .date {
	font-size: 95%;
	color: #B39D4A;
	letter-spacing: 1px;
	border-bottom: 1px solid #D7C377;
	display: block;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#content #sidebar .widget {
	padding-right: 10px;
	margin-bottom: 20px;
}
#content #sidebar .widget li {
	padding-bottom: 10px;
}
#wp-calendar table {
	width:100%;
}
#wp-calendar td, #wp-calendar th {
	padding: 3px 8px;
	text-align: center;
}
#wp-calendar td.ec3_today {
	font-weight: bold;
	background: #EBE1BB;
}
#wp-calendar td#next {
	text-align: right;
	padding-right: 0px;
}
#wp-calendar td#prev {
	text-align: left;
	padding-left: 0px;
}
/*#calendar td#showit {
	font-size: 90%;
}*/
#wp-calendar caption {
	font-size: 95%;
	color: #C3B182;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #C3B182;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#wp-calendar {
	border-bottom: 1px solid #C3B182;
}
#content #sidebar #subnav {
	margin-bottom: 20px;
}
#content #sidebar #subnav li.current_page_item {
	background: #FFFFFF;
}
#content #sidebar #subnav a {
	padding-bottom: 4px;
	padding-top: 5px;
	padding-left:24px;
	border-bottom: 1px solid #C3B182;
	display:block;
	background: url(images/lotus-flower-sm.png) no-repeat 4px center;
	text-transform: capitalize;
}
#content #sidebar #subnav ul li {
	padding:0px;
}
#content #sidebar #subnav ul ul {
	display:none;
}
#content #sidebar #subnav li.current_page_item a {
	border-bottom: 1px solid #FFFFFF;
}
#content #sidebar #subnav ul li.current_page_item ul {
	display:inline;
}
#content #sidebar #subnav ul li.current_page_item ul li a {
	border-bottom: 0px none;
	font-size: 95%;
	margin-left: 10px;
	font-weight: normal;
	padding: 0px 0px 2px 18px;
	background: url(images/lotus-flower-sm.png) no-repeat left 3px;
}





/* 
----------------------------------------------------------------------------- 
=10 FOOTER
-----------------------------------------------------------------------------*/
#footer {
	margin: 0px 0px 20px;
	padding: 20px 10px 0px;
	background: url(images/bg-footer-sub.png) no-repeat left top;
	font-size: 95%;
	color: #999370;
}
#footer a {
	color: #FB5403;
}
#home #footer {
	background: url(images/bg-footer.png) no-repeat left top;
}
#footer a.rss {
	background: url(images/icon-rss.png) no-repeat left center;
	padding-left: 15px;
}
#footer .right {
	text-align: right;
}





/* 
----------------------------------------------------------------------------- 
=11 CLEARFIX
-----------------------------------------------------------------------------*/
.clearfix:after, blockquote:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
