/**handles:genesis-extender-custom**/
/* Color Buttons
------------------------------------------------------------ */
 
.button-rot {
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}
 
.button-rot:visited,
.wdsi-slide-rounded:visited {
    color: #fff;
}

.button-rot:hover {
    text-decoration: none;
}

.button-rot {
    background-color: #a41600;
    border: 1px solid #a41600;
}
 
.button-rot:hover {
    background-color: #000000;
    border: 1px solid #000000;
}

#header #title {
    font-size: 60px;
    margin: 0px;
	text-transform: none;
}

#nav li a {
//    color: #686868;
//    display: block;
//    font-family: "Droid Sans",sans-serif;
    font-size: 12px;
    margin: 0 16px 0 0;
//    padding: 22px 0 0;
//    position: relative;
    text-decoration: none;
}

h1, h2, h2 a, h2 a:visited {
//    color: #2b2b2b;
    font-size: 20px;
//    font-weight: bold;
    line-height: 24px;
//    margin-bottom: 10px;
    text-transform: none;
}

.featuredpost img, .post-image {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.avatar {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}


/*img.border, .entry-content .alignnone, .entry-content .alignleft, .entry-content .alignmiddle, .entry-content .alignright, .single-sc-speakers .entry-content .wp-post-image {
    background: #eaeaea none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px;
}*/

img.border, .entry-content .alignnone, .entry-content .alignleft, .entry-content .alignmiddle, .entry-content .alignright, .single-sc-speakers .entry-content .wp-post-image, 
.avatar, .featuredpage img, .featuredpost img, .post-image {
    background: none;
    border: 0px ;
    border-radius: none;
    padding: 10px;
}