/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //davidingallsonline.com/
Description:    Child theme for the Twenty Ten theme 
Author:         David Ingalls
Author URI:     http: //davidingallsonline.com/about/
Template:       twentyten
Version:        0.3.0 - remove import and introduce function.php to enqueue this as should be done now
*/

/* shouldn't import but enqueue in my own child functions.php but order is not working so back to this way for now */
/* The accordion codes moved to top work (vs bottom) but the css following that doesn't seem to take precedence.
it's as if the orginial css is taking precedence. So back to old import for now. */
@import url("../twentyten/style.css");

/* My rules to define or override the above css */

/* 'Accordion Shortcodes' Plug-in Styles */

.accordion {
/*  border-bottom: 1px solid #dbdbdb; */
/*  margin-bottom was 20px but want 10px and must force due to common setting inherited
    want to be whatever regular paragraphs have at end of each. */
    margin-bottom: 10px;
}
.accordion-title {
/*    border-top: 1px solid #dbdbdb; */
/*    margin: 0; */
/*    padding: 20px 0; */
    padding-left: 20px;
    cursor: pointer;
	color: #0066cc;
	font-weight: bold;
}
.accordion-title:hover {
    cursor: pointer;
	color: #ff4b33;
	font-weight: bold;
}
.accordion-title:first-child {border: none;}
/* instead of using this ...
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}
will use below for para left indent effect of hidden (details) content ...
*/
.accordion-title.open {cursor: pointer;}
.accordion-content {padding-left: 20px;}

/* not in regular them style.css but firebug shows it as a wp class that shows up so there */
.tagcloud {
	-moz-hyphens:    none;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

/* =Layout
-------------------------------------------------------------- */

/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: Arial,Helvetica,sans-serif;
}

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

/* The main theme structure */
#wrapper {
/* was	margin-top: 20px; */
	margin-top: 5px;
}


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

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

/* original was 30px top */
#header {
    padding: 20px 0 0;
}

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

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

/* original was 40px top */
#main {
/* was    padding: 20px 0 0; */
    padding: 14px 0 0;
}

/* original was font-size: 16px and line-height: 24px */
#content,
#content input,
#content textarea {
	font-size: 15px;
	line-height: 20px;
}

/* original margin-bottom: 24px */
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 18px;
}

#entry-author-info {
	background: #f2f7fc;
/*	border-top: 4px solid #000; will see if keeps from original this one thing */
	clear: both;
/* was	font-size: 14px; */
	font-size: 12px;
/* was	line-height: 20px; */
	line-height: 16px;
/* was	margin: 24px 0; */
	margin: 4px 0;
	overflow: hidden;
/* was	padding: 18px 20px; */
	padding: 2px 4px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
/* was	padding: 11px; */
	padding: 5px;
}

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

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

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

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

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

#nav-above {
/* was	margin: 0 0 18px 0; */
	margin: 0 0 8px 0; */
}

#nav-below {
/* was (THIS IS A TOTAL GUESS BASED ON CHANGING nav-above FROM 18 TO 8)	margin: -18px 0 0 0; */
	margin: -8px 0 0 0;
}

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

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

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
/* was	padding: 0 20px 0 0; */
	padding: 0px;
}

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

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

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