/*
Theme Name: My Theme
Description: Child theme for the Twenty Ten theme
Author: Caro and http://www.keleko.com/2011/post-thumbnails-in-wordpress-3-0-4
Template: twentyten
*/
 
@import url("../twentyten/style.css");

#content img.attachment-post-thumbnail,
#content img.attachment-single-post-thumbnail {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #666;
    padding: 1px;
}

/* CHANGE HEADING H6 to smaller and less space from default heading style h6 from Twenty Ten Template */
#content h6 { 
    line-height: 1.0; !important;
    margin-top: 0em; !important;
    margin-bottom: 0.4em; !important;
}

/* ADD BLOCKQUOTE FORMATTING */
blockquote {
margin: 0 24px 20px  24px;
padding: 16px 24px 0 24px;
border: 1px dotted #2f7684;
background: #E0EEEE;
}

/* CHANGE HEADER IMAGE BORDERS - border-top has thin black line - and white space at bottom has gone */
#branding img {
border-top: solid 3px #000;
border-bottom: none;
}
#header {
padding: 0 0 0;
}

/* CHANGE HEADER IMAGE HEIGHT - Also had to change to 150 in TwentyTen functions.php file */
#header_image {
width: 940px;
height: 150px;
}

/* CHANGE HEADER IMAGE TOP MARGIN above header to 0px to remove margin space - padding is either side of header and posts */
#wrapper {
	margin-top: 0px;
	padding: 0 0px;
}

/* GIVES THE POSTS A PADDING to compensate for header image being set to 0 */
/* SIDEBAR DIMENSIONS container margin increased from -240 to -260px - width added 20 to 240px */
#container {
        padding-left: 0px;
        padding-right: 0px;
	margin: 0 -260px 0 0;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 240px;
}

/* CHANGE NAVIGATION MENU to full width of 940px */
#access {
    background: none repeat scroll 0 0 #000000;
    display: block;
    float: left;
    margin: 0 0px;
    width: 940px;
}

/* CHANGE WIDGET AREA BACKGROUND, BORDER and PADDING - added a thin line to left of widget area, no padding on top and 9px to sides */
#main .widget-area ul {
	background:none repeat scroll 0 0 #FFF;
	border-left: 1px solid #E0EEEE;
	margin-left: 0;
	padding-left: 9px;
        padding-right: 9px;
	padding-top: 0px;
}

/* CUSTOMISE SITE INFO in footer */
#site-info {
    padding-left: 10px;
}
#footer {
	background: #E0EEEE
}