body {
	font-family:"Ubuntu", sans-serif;
	font-weight:300;
	font-size:1em;
}

a{
	color:rgb(123, 123, 72);
	text-decoration:none;	
}
a:hover{
	color:maroon;
	text-decoration:none;	
}
/*a[target=_blank]{
	background:url(/img/icon-external-link.png) center left no-repeat;
	padding-left:1.1em;
}*/


@media only screen and (min-width: 1024px) {

.contentTwoColumns{
    overflow:auto;
}

.contentTwoColumns .col1{

    width:calc(50% - 2px);
    float:left;
    min-height:1em;
  
	

}
.contentTwoColumns .col2{

    width:calc(50% - 7px);
    float:left;
    min-height:1em;
    padding-left:5px;

}

.contentTwoColumns_70_30{
    overflow:auto;
}

.contentTwoColumns_70_30 .col1{

    width:400px;
    float:left;
    min-height:1em;

}
.contentTwoColumns_70_30 .col2{

    width:calc(100% - 411px);
    float:left;
    min-height:1em;
    padding-left:5px;

}






}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
font-family:'Francois One', Arial;color:#333;text-shadow:#CCC 1px 1px 1px;
}

h2 {
font-family:'Francois One', Arial;text-shadow:rgba(0,0,0,.2) 1px 1px 1px;color:rgb(123,123,72);/*color:#fff;float:left;margin:3px .5em 0 -32px;background:rgb(123,123,72);padding:.5em 32px .5em 32px;font-weight:400;*/ 
}

h3 {
font-family:'Francois One', Arial;
}

.intro {
font-size:1.3em; font-weight:300;margin-top:0;
}

blockquote {
font-size: 1.2em; font-style: italic; background: rgba(209,209,173,.5) url(../img/blockquote-bg.png) top left no-repeat; border-radius: 5px;padding: 40px 30px 30px 50px; margin: 0;
}

.full-width {
width:100% !important; height:auto !important;
}

.float-left {
float:left; margin: 0 20px 20px 0;
}

.float-right {
float:right; margin:0 0 2px 2px;
}

