/*
Theme Name: Life's Little Treasures Theme
Theme URI: http://wordpress.org/
Description: The theme for Life's Little Treasures Theme 2010.
Author: Aquafruit Media
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { 
	border: none; 
}



/*
LAYOUT: Two columns - Home Page
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	padding-bottom:20px;

}
#content {
	/*margin: 0 290px 0 0;*/
	margin:0;
}

/*
LAYOUT: Three columns - Content Pages
DESCRIPTION: Three-column fixed layout with sidebars left and right of content
*/

.two-column {
	width:1000px;
	
}


.two-column #content-panel {
	/*margin: 0 250px 0 200px;*/
	width: 725px !important;
	padding:0px 25px 0px 0px;
	margin: 0;
	float:left;
	color:#3D3D3D;
}
.two-column #content-panel .page-title h2 {
	color:#65C29B;
	font-size:20px;
	letter-spacing:0.01em;
	clear:both;
	padding-bottom:30px; 	*padding-bottom:10px;
	font-weight:normal;
}

.page-content h3 {
	font-size:18px;
	line-height:24px;
	color:#642C8F;
	font-weight:normal;
	font-variant:normal;
	font-style:normal;
	width:100%;
	padding-bottom:20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;

}


.two-column #content-panel .page-content {
	clear:both;
}
.two-column .left-panel {
	float:left;
	width:200px;
	background:	url(images/left-panel-bg.png) no-repeat;
	background-position:0px 14px;
	height:100%;
}
.two-column .right-panel {
	float:right;
	width:250px; _width:245px;
	padding-top:14px;
}

.two-column #content-panel ul {
	padding-left:30px;
	padding-bottom:18px;
}

.two-column #content-panel li
{
	list-style-image: url(images/bullet.jpg);
	list-style-position:outside;
	padding-left:10px;
	line-height:20px;
	
}


/* =Right Sidebar
-------------------------------------------------------------- */
.menu-right-panel-links-container {
	padding:0;
	margin:0;
}
.menu-right-panel-links-container ul {
	margin-left:0px;
	margin-top:-3px;
}
.menu-right-panel-links-container li {
	background: url(images/right-panel-buttons-purple-bg.jpg) no-repeat 0 0;
	list-style:none;
	width:250px;
	height:36px;
	padding:2px 0px 0px 1px;
}
.menu-right-panel-links-container li a {
	line-height:2.5em;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	padding-left:10px;
	width:250px;
	height:36px;
	display: block;
}

.menu-right-panel-main-links-container {
	padding:0px 0px 3px 0px;
	margin:0;
}
.menu-right-panel-main-links-container ul {
	margin-left:0px;
	margin-top:-3px;
}
.menu-right-panel-main-links-container li {
	background: url(images/right-panel-buttons-main-bg.jpg) no-repeat 0 0;
	list-style:none;
	width:250px;
	height:36px;
	padding:2px 0px 0px 1px;
}
.menu-right-panel-main-links-container li a {
	line-height:2.5em;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	padding-left:10px;
	width:250px;
	height:36px;
	display: block;
}

.right-social {
	background: #ffffff url(images/right-social-bg.jpg) no-repeat 0 0;
	width:250px;
	height:80px;
}

.right-social .twitter
{
	float:left;
	padding: 15px;
}


.right-social .facebook
{
	margin-left: 120px;
	padding: 15px;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Lucida Grande", Arial, "Helvetica", sans-serif;

}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
input[type=submit]
{
	font-family: Helvetica Neue, Arial, "Helvetica", Nimbus Sans L, sans-serif;
}

.wp-caption-text
{
font-size:12px;
font-family: Georgia, 'Lucida Grande', Arial, Helvetica, sans-serif;
font-style:italic;
color:#666666;

}
pre {
	font-family: Helvetica Neue, Arial, "Helvetica", Nimbus Sans L, sans-serif;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-title {
	font-family: "Lucida Grande", Arial, "Helvetica", sans-serif;
	color:#60BA94;
	font-size:16px;
	font-weight:normal;
}

.entry-title  a {
	color:#60BA94;
	font-size:16px;
	font-weight:normal;
}
	



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
 {
	margin: 0 auto;
	width: 1020px;
}

#wrapper {
	margin-top: 4px;
	background: #ffffff url(images/wrapper-bg.jpg) repeat-x;
	/*background-position:0 130px;*/
	background-position:0 152px;
	padding: 0px;
	width:100%;
	margin:0 auto;
}

#main
{
	width:1000px;
	margin: 0 auto;
	
}

#mainbg
{
	width:1040px;
	margin:0 auto;
	background:	#fff url(images/main-bg.jpg) repeat-x;
}





/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #ffffff;
}

body,
input,
textarea {
	color:#3A3A3A;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background: #53C19F;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0;
}


ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

a {
	color:#0085CF;	
	text-decoration:none;
}

a:link {
	color:#0085CF;
	text-decoration:none;
}
a:visited {
	color:#0085CF;
	text-decoration:none;
}
a:active,
a:hover {
	color:#0085CF;
	text-decoration:underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 6px 0px 6px 0px;
	/*height:118px;*/
	height:140px;
	width:1040px;
	margin:0 auto;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding {
	padding-bottom:6px !important;
	width:1040px;
}
.banner-image {
	float:left;
	height:140px;
}
.banner-text {
	float:right;
	/*width:290px;*/
        width:310px;
	padding-top:15px;
	margin-right:0px;
}
.banner-text h2 {
	color: #444444;
	font-family:  Arial, "Helvetica", sans-serif;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	line-height:24px;
	padding-top:20px;
}

.donate {
	color:#e14c68;
	font-family: "Helvetica", sans-serif;
	font-size:16px;
	font-weight:regular;
	margin-bottom:10px;
	background: url(images/donate.png) no-repeat;
	padding-top:15px;
	padding-left:50px;
	padding-bottom:10px;
	background-position:0px 0px;
}

.donate a:link, .donate a:visited, .donate a:hover {
	color:#e14c68;
	text-decoration:none;
}

.right-donate {
	width:290px;
	height:85px;
	float:right;
	margin-top:10px; *margin-top:10px;
}

.right-donate-small {
	width:250px;
	height:73px;
	float:right;
	margin-top:0px; *margin-top:0px;
	margin-bottom:10px; *margin-bottom:10px;
}

/* =Page Banners
-------------------------------------------------------------- */
.about-banner {
	background: url(images/about/about-banner-bg.jpg) top left no-repeat;
	width:1000px;
	height:100px;
}
.getinvolved-banner {
	background: url(images/getinvolved/getinvolved-banner-bg.jpg)  top left no-repeat;
	width:1000px;
	height:100px;
}
.default-banner {
	background: url(images/title-banner-bg.jpg) top left no-repeat;
	width:1000px;
	height:60px;
}
.about-banner h1, .getinvolved-banner h1, .default-banner h1 {
	color:#FFF;
	font-weight:bold;
	padding:15px 0px 0px 25px;
	font-size:30px;
}
.about-banner, .getinvolved-banner, .default-banner{
	clear:both;
	margin-top:0px;
}


/* =Menu
-------------------------------------------------------------- */

.menu-top {
	width:100%;
	height:35px;
	background:#917EA6 url(images/menu-top-bg.gif) bottom repeat-x;
	z-index:10000;
	position:relative;

}
#access {
	background: none;
	width: 1020px;
	display:block;
	margin:0 auto;
}
#access .menu-header,
div.menu {
	margin-right: 0px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	text-align:left;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	/*text-transform:uppercase;*/
	color:#fff;
	font-size: 12px;
	font-weight:normal !important;
	padding-right:30px;
	line-height:34px;
}

#access li:hover > a,
#access ul ul :hover > a {
	color:#E2DDE7;
}
#access ul li:hover > ul {
	display:block;
}

#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

#access ul li.current_page_item > a {
	color: #fff !important;
}

#access ul ul li.current_page_item > a {
	color: #917EA6 !important;
}

* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* =Breadcrumbs
-------------------------------------------------------------- */
.breadcrumb {
	padding:11px 0px 10px 0px;
	color:#666;
	font-size:11px;
	font-family: "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #cccccc;
	height:20px;
}
.breadcrumb a {
	color:#666;
	text-decoration:none;
	font-size:11px;
	font-family: "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif;
}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 14px 0 0 0;
}
#content {
	margin-bottom: 36px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #1F1F1F;
	margin: 14px 0 3px 0;
	line-height:0.3em;
	clear:both;
}
#content h1 {
	color: #1F1F1F !important;
	font-size:18px;
	padding:10px 0px;
}
#content h1 a{
	color: #1F1F1F !important;
	text-decoration:none;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	/*margin: 0 0 36px 0;*/
}
#content .entry-title, #content .entry-meta, #content .entry-utility, #content #comments, #page-content .entry-title, #page-content .entry-meta, #page-content .entry-utility, #page-content #comments {
	display:none;
}



/* Home Page Style
-------------------------------------------------------------- */

.home-title h2 {
	width:600px; *width:auto; *clear:both;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
/*	vertical-align:top;*/
	padding:4px 0px 20px 0px;
	margin-bottom:10px; *margin-bottom:0px;*padding-bottom:20px;
	font-weight:900;
}
.home-title {
	*margin-top:27px; 
}
.home-content {
	padding-top:12px; *padding-top:0px; *margin-top:0px;
	padding-bottom:50px;
	float:left; *clear:both;
	width:640px;
}
.home-image-main {
	float:left; 
	padding-top:0px;
}
.home-right-panel {
	/*float:left; */
float:right;
	padding-left:9px;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}

.home-right-button-links-donation {
	height:87px;
}

.home-right-button-links-main {
	background: #65C19A url(images/home/home-buttons-main-bg.jpg) no-repeat right bottom;
	padding-left:0px;
	padding-bottom:2px;
	height:62px;
	width:290px;
	border-bottom:2px solid #ffffff;
}
.home-right-button-links-main a {
	/*color:#1F3D30;*/
	color:#ffffff;
	font-family: "Lucida Grande", Arial, "Helvetica", sans-serif;
	font-size:15px;
	line-height:60px;
	padding-left:10px;
	font-weight:regular;
	text-decoration:none;
}

.home-right-button-links {
	background: url(images/home/home-buttons-purple-bg.jpg) no-repeat right top;
	padding-left:0px;
	padding-bottom:2px;
	height:36px;
	width:290px;
}

.home-right-button-links a {
	/*color:#1F3D30;*/
	color:#ffffff;
	font-family:"Lucida Grande", Arial, "Helvetica", sans-serif;
	font-size:12px;
	line-height:40px;*line-height:36px;
	padding-left:10px;
	font-weight:regular;
	text-decoration:none;
}

.home-right-twitter-facebook {
	float:left;
}

.home-sponsors-panel {
	width:290px;
	float:right;
	margin-top:23px; *margin-top:6px; 
}

.home-sponsors-panel h3 {
	width:100%;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#444444;
	vertical-align:top;
	padding:0px 0px;
	margin-bottom:14px;
	font-weight:normal;
}

.home-social {
	background: url(images/home/home-social-bg.jpg) no-repeat center left;
	width:290px;
	height:85px;
	float:right;
	margin-top:3px; *margin-top:8px;
}

.home-social .twitter {
	float:left;
	padding: 15px;
}


.home-social .facebook {
	margin-left: 150px;
	padding: 15px;
}
.home-default-banner {
	width:1000px;
	height:60px;
	background-color:#66C29B;
	border-top:1px dotted #ffffff;
	margin-bottom:10px;
	color:#ffffff;
}
.home-default-banner h1 {
	font-size:24px;
	line-height:22px;
	font-variant:normal;
	font-style:normal;
	font-weight:500;
	width:100%;
	padding-bottom:10px;
	padding-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
.home-default-banner h1 a{
	color:#ffffff;
}
.home-default-banner h1 a:hover{
	color:#ffffff;
	text-decoration:none;
}


.home table {
	/*margin-right:10px;*/
}

.home-partner-lil {
	background: url(images/home/home-partner-lil.png) no-repeat;
	width:290px;
	height:108px;
}

.home-partner-lil p {
	margin-left:80px;
	padding-top:20px;
	padding-right:10px;
}

.home-partner-vibes {
	background: url(images/home/home-partner-vibes.png) no-repeat;
	width:290px;
	height:108px;
}

.home-partner-vibes p {
	margin-left:80px;
	padding-top:20px;
	padding-right:10px;
}

.home-intro {
	padding-right:20px;
	width:410px;
}




/* Asides
-------------------------------------------------------------- */



/* Gallery listing
-------------------------------------------------------------- */



/* Attachment pages
-------------------------------------------------------------- */



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}

.alignleft {
	float:left;
	margin-right:14px;
}

.alignright {
	float:right;
	margin-left:14px;
}

.photo {
	padding:4px;
	border:1px solid #E6E6E6;
}



/* =Navigation
-------------------------------------------------------------- */


/* =Left Side Navigation
-------------------------------------------------------------- */
.left-menu {
	float:left;
	width:200px;
	margin-top:10px;
	font-size:11px;
}

.left-menu .widget-title {
	display:none;
}
.left-menu li a {
	color:#545454;
	background: url(images/arrow.gif) no-repeat center left;
	padding-left:10px;
}
.left-menu .children li {
	
}
.accordion-menu li {
	list-style:none;
	/*list-style-image: url(images/arrow.gif);
	list-style-position:outside;*/
	padding: 10px 0px 2px 10px;
	margin:0px;
}
.accordion-menu li ul li {
	border:none;
	padding: 3px 0px 3px 10px;
	font-size:11px;
}
.accordion-menu {
	padding-left:0px;
	margin-left:0px;
}
.accordion-menu li a:hover, .accordion-menu li ul li a:hover {
	font-weight:bold;
}
.accordion-menu li a:visited, .accordion-menu li ul li a:visited {
	text-decoration:none;
}
.accordion-menu .current_page_parent a, .accordion-menu ul .current_page_item a, .accordion-menu .current_page_item a {
	font-weight:bold;
}
.accordion-menu li ul li a {
	font-weight:normal !important;
}


/* =Comments
-------------------------------------------------------------- */


/* =Widget Areas
-------------------------------------------------------------- */



/* =Footer
-------------------------------------------------------------- */

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}

#footer {
	clear: both;
	width:100%;
	margin-bottom: 0px;
	background:#EEEEEE url(images/footer-bg-top.gif) top repeat-x;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
}
#footer .label {
	width:100px;
}
.footer-links {
	float:left;
	padding:15px 0px;
	color:#737373;
}

.footer-links a {
		color:#737373;
}
.footer-links h4, .footer-subscribe h4 {
	color:#737373;
	padding-bottom:5px;
	*font-size:12px;
	float:left;
	width:200px;
}
.footer-subscribe {
	float:right;
	padding:15px 0px 10px 0px;
	color:#737373;
	/*width:260px;*/
}
.footer-subscribe .input-long {
	margin-bottom:2px;
	display:block;
	width:200px; 
	height:18px;
}
.footer-subscribe .input-short {
	margin-bottom:2px;
	display:block;
	width:100px; 
	height:18px;
}

#footer-ad {
	/*width:1020px;	*/
	margin:0 auto;
}

#footer-copyright {
	width:100%;
	background:#777777 url(images/footer-bg-bottom.gif) top repeat-x;
	height:46px;
	margin:0;
	padding:0;
}
.footer-copright-text {
	width:1020px;
	margin:0 auto;
}
.footer-copright-text p {
	color:#DDDDDD;
	padding-top:10px;
	font-weight:normal;
	font-size:11px;
	font-family: "Lucida Grande", Arial, "Helvetica", sans-serif;
}
.footer-copright-text a {
	color:#DDDDDD;
}
	
.menu-support-for-families-container ul, .menu-get-involved-container ul, .menu-information-for-professionals-container ul{
	padding-top:5px;
	margin-left:0px;
	margin-right:50px;
	float:left;
}
.menu-support-for-families-container li, .menu-get-involved-container li, .menu-information-for-professionals-container li{
	list-style:none;
	padding:1px 0px;
}
.menu-support-for-families-container li a, .menu-get-involved-container li a, .menu-information-for-professionals-container li a {
	text-transform:lowercase;
	text-decoration:none;
	color:#737373;
	font-weight:normal;
}
#footer #colophon {
	padding: 0;
	overflow: hidden;
	margin:0 auto;
	width:1020px;
}

/* Forms */

.form-label {
	color:#642C8F;
	padding:4px 0px 2px 0px;
	text-align:left;
}
.RequestPackForm .RequestFormInput {
	padding:3px 0px;
	border-top:thin #E5E5E5 solid;
	border-left:none;
	border-right:none;
	border-bottom:none;
	background:#F8F8F8;
	display:block;
	width:420px;
	height:20px;
}
.RequestPackForm .RequestFormInput:hover {
	background:#B5E1CE;
}
.RequestPackForm .required {
	color:#888888;
	font-size:11px;
}

/* Styles 
-------------------------------------------------------------- */

/* home page */


.testimonials {
	background: url (images/quote.png) repeat-x;
	
}

.partnerbanners {
	width=504px;
        height=111px;
        border=0;
}

.partners p {
	margin-left: 180px;
}

div.sponsors {
	float: left;
	border:1px solid #E6E6E6;
	margin-right:14px;
	margin-bottom:14px;
}
  
div.sponsors p {
   text-align: center;
}
   
div.sponsors img a:hover {
	opacity:0.8;
	background-color:#666;
}

div.media {
	float: left;
	border:1px solid #E6E6E6;
	margin-right:18px;
	margin-bottom:18px;
	margin-left:18px;
	padding:3px;
}
  
div.media p {
   text-align: center;
}
   
div.media img a:hover {
	opacity:0.8;
	background-color:#666;
}

/*style for the search input at top of page*/
.pixo_inputsearch {
	
}
	

/* style for the search page */

.two-column #content-panel .navigation .nav-previous a,
.two-column #content-panel .page .entry-meta .meta-prep,
.two-column #content-panel .page .entry-meta a .entry-date,
.two-column #content-panel .page .entry-meta .meta-sep,
.two-column #content-panel .page .entry-meta .author .url,
.two-column #content-panel .page .entry-utility{
	display:none; *display:none;
}
 
.two-column #content-panel .page h2 a {
	  clear:both;
	  line-height:24px;
	  font-size:12px;
	  color:#46876B;	
	  font-weight:bold;
}
	
.two-column #content-panel .page .entry-meta {
	 clear:both;
	 margin:10px 0px;
}

.menu-top #access #searchform {
	float:right;
}
.menu-top #access #searchform #s {
	width:190px;
}



.two-column #content-panel .page .page-content #wpsc_shopping_cart_container .wpsc_checkout_forms h2 {
	width:700px;
	padding-top:20px;
}


/*Style for the form in the footer */
.myForm td, input, select, textarea, checkbox  {
	/*font-family: tahoma;*/
	font-size: 12px;
}
.required {
	color: red;
}


/*style for the count down timer of the current event page */
.fergcorp_countdownTimer_event_time {
	 background-color:#FFF;
	 /*border:#65C19A solid 2px;
	 color:#65C19A; */
	 padding:10px 15px;
	 margin:30px 0px;
	 border:#F0F solid 2px;
	 color: #F0F;
 }
 
.fergcorp_countdownTimer_event_li {
	padding-left:0px !important;
	margin-left:0px !important;
	padding-top:10px;
	padding-bottom:10px;
}




/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		padding-bottom: 0;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	.entry-content {
		font-size: 12px;
		line-height: 18px;
	}
	.entry-title {
		font-size:16px;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

