/*
Theme Name: Plachy-Buyon theme
Description: Child theme for the twentyeleven theme 
Author: Francois Seene
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");




/* =Global
----------------------------------------------- */

/* #site-generator{display: none;} */


#page{
	background: #dcdcdc;
	border: 2px solid #79968e;
	
}


#comments {display: none;}

#branding {border-top: none;}

.entry-meta{display:none;}

input#s {
	background-color: #e9e5bd;
	border: 1px solid #666;
}


body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 1px solid #666;
	padding: 3px;		
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */



body {
	padding: 0 2em;
}


#page {
	margin: 2em auto;
	margin-top: 242px;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0% 0;
	width: 100%;
}
#content {
	margin: 0 34% 10% 2%;
	width: 64%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}




/* =Global
----------------------------------------------- */

body, input, textarea {
	
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #e2e2e2;
}


/* Headings */

h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1 {	
	
	border-bottom-right-radius:200px 50px;
	-moz-border-radius-bottomright:200px 50px;
	-webkit-border-bottom-right-radius:200px 50px;
	border-top-left-radius:200px 50px;
	-moz-border-radius-topleft:200px 50px;
	-webkit-border-top-left-radius:200px 50px;	
	padding: 20px;
	border: 2px solid #f4f4f4;
	border-left: 10px solid #f4f4f4;
	border-top: 2px solid #f4f4f4;	
	border-bottom: none;
	border-right: none;
	font-family: "Trebuchet MS",Arial,sans-serif;
	text-align: center;
	width: auto;
	
}

h2 { 	
	
	background: #f4f4f4; /* Show a solid color for older browsers */
	border-bottom-right-radius:100px 200px;
	-moz-border-radius-bottomright:100px 200px;
	-webkit-border-bottom-right-radius:100px 200px;
	border-top-left-radius:100px 200px;
	-moz-border-radius-topleft:100px 200px;
	-webkit-border-top-left-radius:100px 200px;
	font-family: "Trebuchet MS",Arial,sans-serif;
	text-align: left;
	width: 550px;
	
}

h3 {
	font-family: "Trebuchet MS" ,Arial,sans-serif;
	text-align: left;
	width: auto;
	font-size: 11px !important;
}

h5 {
	border-bottom-right-radius:100px 10px;
	-moz-border-radius-bottomright:100px 10px;
	-webkit-border-bottom-right-radius:100px 10px;
	border-top-left-radius:100px 10px;
	-moz-border-radius-topleft:100px 10px;
	-webkit-border-top-left-radius:100px 10px;
	border-bottom-left-radius:100px 10px;
	-moz-border-radius-bottomleft:100px 10px;
	-webkit-border-bottom-left-radius:100px 10px;
	border-top-right-radius:100px 10px;
	-moz-border-radius-topright:100px 10px;
	-webkit-border-top-right-radius:100px 10px;
	border-top: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
	text-align: center;
	width: auto;
	font-family: "Trebuchet MS" ,Arial,sans-serif;
}


h6 {
	border: 1px solid #666;
	padding: auto;
	text-align: center;
	font-family: "Trebuchet MS" ,Arial,sans-serif;
}



hr {
	background-color: #ffffc3
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}




/* =Header
----------------------------------------------- */

#branding {
	
	padding-bottom: 10px;
	position: relative;
	z-index: -9999px;
	font-family : "Lucida Handwriting", Courrier New, Serif; 

}

#site-title {
	display: none;
}

#site-description {
	display: none;
}

#site-title a {
	color: transparent;
	font-size: 20px;
	line-height: 10px;
	text-decoration: none;
	display: none;
}

#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: transparent;
}

#branding img {
	margin-bottom: -20px;
	width: 101%;
    	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 1px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 5px;
	position:relative;
	top: -30px;
	left:-7px;
	border: none;
	display: none;
	
}


	/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fcfce0; /* Show a solid color for older browsers */
	-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 5px 3px;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 5px 3px;
	box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 5px 3px;
	border-bottom-left-radius:100px 60px;
	-moz-border-radius-bottomleft:100px 60px;
	-web kit-border-bottom-left-radius:100px 60px;
	border-bottom-right-radius:100px 60px;
	-moz-border-radius-bottomright:100px 60px;
	-webkit-border-bottom-right-radius:100px 60px;
	clear: both;
	display: block;
	float: left;
	margin-left: -100px;
	margin-top: -6px;
	width: 1196px;
	border: 5px solid #79968e;
	border-bottom: 2px solid #79968e;
	font-family: "Trebuchet MS",Arial,sans-serif;
	text-align: left;
	
	
}
#access ul {
	font-size: 17px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
	
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #444;
	display: block;
	line-height: 40px;	
	padding: 0 1.2125em;
	text-decoration: none;
text-align: left;
	
}
#access ul ul {
	color: #444;
	float: left;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 188px;
	z-index: 99999;
	text-align: left;
	color: #444;
	border-top: 2px solid #79968e;
	border-bottom: 1px solid #79968e;
	border-left: 2px solid #79968e;
	border-right: 2px solid #79968e;
	
	
}
#access ul ul ul {
	color: #444;
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fcfce0;
	color: #444;
	border-bottom: 1px solid #79968e;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	padding:10px;
	text-align: left;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #dadac6;
}

#access li:hover > a,
#access a:focus {
	 -moz-transition: color 0.5s ease 0s, text-shadow 0.35s ease 0s;
	display: block;
	background: transparent;
	color: #79968e;
	text-shadow: 0 0 6px #79968e;
	
}

#access ul li:hover > ul {
	display: block;
	
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	top: 35%;
	right: -20%;
	text-align: right;
	display: none;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #e0e1e4;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0 0;
}
.page-title {
	color: #666;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
	border: none;
}
.page-title a {
	font-size: 6px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 22px;
	font-family: "Segoe Print", Arial, sans-serif;
	line-height: .3em;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 50px;

}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
	
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
	
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}




/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;	
}

.widget {	
	background: #fcfce0; /* Show a solid color for older browsers */
	-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 5px 3px;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 5px 3px;
	box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 5px 3px;
	border-bottom-right-radius:200px 50px;
	-moz-border-radius-bottomright:200px 50px;
	-webkit-border-bottom-right-radius:200px 50px;
	border-top-left-radius:200px 50px;
	-moz-border-radius-topleft:200px 50px;
	-webkit-border-top-left-radius:200px 50px;	
	padding: 25px;
	margin-bottom: 5px;
	border: 2px solid #f4f4f4;
	border-right: none;
	font-family: "Trebuchet MS",Arial,sans-serif;
	text-align: left;
	width: 200px;

}

}
.widget-title {
	color: #666;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #f4f4f4;
	padding: 3px;
	
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
