/*
Theme Name:     Winter Bloom
Description:    Child theme for the Twenty Ten theme - All custom CSS mods and appends belong here. function.php additions and overrides belong here. Also other modified .php's and additional new .php's belong here. DO NOT MODIFY ANY FILES IN /wp-content/themes/twentyten
Template:       twentyten
Version:        2.0
*/

@import url("../twentyten/style.css");

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

#content {
	margin-left: 0 300px 0 20px;
	list-style-type:none;
	font: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	width: 600px;
}
#primary,
#secondary {
	width: 240px;
	margin-left:-40px;
}
#primary {
        background: url(http://winterbloom.com/Winterbloom/sidebar-bg.png) repeat-y;
		padding-left: 20px;
        float: right;   
        font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
}
#footer {
	width: 940px;
	margin-left: -20px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	width: 860px;
	list-style-type: none;
}


/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	width: 900px;
}
#colophon {
    border-top: 0px;
	margin-top: 20px;
	}

#wrapper-all {
	background: url(http://winterbloom.com/Winterbloom/flower-cutout.png) no-repeat;
	padding: 20px;
}

#wrapper {
	/*background: #512d62;*/
	background: #cfbfa9;	
	/*padding: 20px;*/
	border: 20px solid #512d62;
}

/*
!!!!!!!!!! #wrapper-content is commented out in header.php and footer.php 
- It was disrupting the menu in chrome
- instead use a dark purple border around a lavender #wrapper

#wrapper-content {
	background: #cfbfa9;
	padding: 0 20px;
}
*/


/* Main global 'theme' and typographic styles  */

body {
	background: 	url(http://winterbloom.com/Winterbloom/texture-background.jpg) repeat;
}
#content h2 {
	color: #564235;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size: 30px;
	line-height: 40px;
	}
#entry-content h2 {
	color: #564235;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size: 24px;
	line-height: 40px;
	}
#entry-content h2.entry-title a {
    color: #564235;
	}
	#entry-content h2.entry-title a:hover {
    color: #512D62;
	}
.entry-title h2 a {
    color: #564235;
	}
.entrytitle h2 a:hover {
    color: #512D62;
	}
#entry-content p {
	color: #564235;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size: 12px;
	line-height: 20px;
	}
#entry-content a:hover{
    color: #512D62;
	}
a:hover {
    color: #512D62;
	}
/* =Header
-------------------------------------------------------------- */
#title {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        }
        
#title a {
	text-decoration: none;
	}        

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

#access {
	background: #eff0f3;
	width: 940px;
	margin: 0px 0 0 0;
	line-height: 40px;
	margin-top: -30px;
	margin-left: -20px;
}

#access a {
	color: #564235;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size: 24px;
	line-height: 40px;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #d7decc;
	color: #fff;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #564235;
		background: #d7decc;

}


