/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/
.entry,
.entry p{
font-family: 'Lora', serif; !important;
}

.site-title a{display:none !important;height:300px !important;}
.site-title {height:90px !important;}
#wrapper {
padding: 0 0 0 0 !important;
}
#main {
padding: 0 0 0 20px  !important;
}
.rss.fr{
	display: none;
}

h1.title{
	text-align: center;
}

div.entry p{
	line-height: 180% !important;
}

body.one-col div.entry{
	margin:auto 100px !important;
}

div.type-post div.entry,
div.type-post div.post-meta{
	margin:auto 30px !important;
	text-align: justify;
	padding-bottom:20px;
}

h2.title a{
	font: bold 30px/.8em 'Alice', arial, sans-serif !important;
}

#footer .col-left{
	padding: 0 0 0 20px;
}

#footer .col-right{
	padding: 0 20px 0 0;
}

body.home h2.title{
	display: none;
}

body.home.one-col div.entry{
	margin:auto 30px !important;
}


.purple-block,
.entry>:first-child
{
	background: #f0e7f7;
	padding:10px;
	display: block;
}

img.purple-block,
img.alignright
{
	background: #f0e7f7;
	padding:10px;
	border:0;
}

.entry ul {
	padding-left:0;
	margin-left:1em;
}
.purple-block-ab
{
	background: #f0e7f7;
	padding:10px;
	display: block;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.yellow-block
{	background: #FFF3C4;
	padding:10px;
	display: block;
}

.green-block
{	background: #EDFDC3;
	padding:10px;
	display: block;
}

.green-text { color: #3D5631;}

a:link, a:visited {
    color: #396;
}

.purple-text {

	color: #7b4ba1;
}

.green-test b{
   color: #396;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	margin-top: 14px !important;
}
