body {
    font-size: 1.5rem;
	color: #444444;
}

.indicates-required {
    font-size: 11px;
	font-style: italic;
	padding: 0 0 7px 0;
}

.breadcrumb {
    font-size: 12px;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #ddd;
}

.archive-description { padding: 0; }

h1, h2, h3, h4, h5, h6 { font-family: 'Oswald',sans-serif; text-transform: uppercase; }


time.entry-time { border-right: none; }

tbody { border-bottom: none; }
td { border-top: none; padding: 0; }
 
.site-container {
    background: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.title-area { 
    margin-left: 0;
	font-family: 'Oswald', sans-serif;
	color: #444; 
}
.site-title,
.site-title a {
    font-family: 'Oswald', sans-serif;
    color: #444;
	text-transform: uppercase;
	font-size: 48px;
	letter-spacing: 1px;
	margin: 1rem 0 0.5rem;
}
.site-description {
    border-top: none;
	border-bottom: none;
	color: #999;
	margin: 0;
	padding: 0 0 20px 0;
}


.site-inner {
    padding: 2rem 3rem 2rem 1rem;
}
#slider { 
    width: 100%; 
	display: block; 
}
#genesis-responsive-slider {
    padding: 0 !important;
	border: none !important;
}
.content { 
    width: 73%; 
}
.entry {
    padding: 1rem 1rem 2.4rem 10px;
}
.entry-title {
    font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 2rem;
}
h1.entry-title {
    font-size: 2rem;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
} 
.wp-caption-text {
    font-size: 1.4rem;
    font-style: italic;
} 
#after-post-nav {
    margin: 30px 0 !important;
}

.sidebar {
    color: #444444;
}
.sidebar-primary {
    width: 250px;
}
.widgettitle {
    /*background: url("http://192.254.185.254/~tangobab/wp-content/uploads/2014/07/ribbon.png") top left no-repeat;
	height: 38px;
	width: 250px;
    color: #fff !important;
	font-size: 16px;
	text-align: left;
	padding: 10px 0 0 5px;
	*/
    font-family: 'Oswald', sans-serif;
	border-bottom: 1px solid #999;
    padding-bottom: 2px;
}

.pagination li a:hover, 
.pagination li.active a {
    background: #ff0000;
	color: #fff;
}

/* Change Theme Gold &amp; Black to Red &amp; Black
---------------- */

body.theme-goldblack  {
	background: #000;
}

.theme-goldblack .entry-meta a {
	color: #ff0000;
}

.theme-goldblack button,
.theme-goldblack input[type="button"],
.theme-goldblack input[type="reset"],
.theme-goldblack input[type="submit"] {
	background-color: #000;
	color: #ff0000;
}

.theme-goldblack button:hover,
.theme-goldblack input:hover[type="button"],
.theme-goldblack input:hover[type="reset"],
.theme-goldblack input:hover[type="submit"] { 
	background-color: #000;
	color: #ff0000;
}

.theme-goldblack #respond label {
	color: #ff0000;
}

.theme-goldblack #reply-title {
	color: #000;
}

.theme-goldblack .author-box span,
.theme-goldblack .author-box-title {
	color: #000;
}

.theme-goldblack h1,
.theme-goldblack h3 {
	color: #ff0000;
}

.theme-goldblack h2,
.theme-goldblack h4 {
	color: #000;
} 

.theme-goldblack .widgettitle {
	color: #ff0000;
}

.theme-goldblack .site-description {
	color: #ff0000;
}

.theme-goldblack a {
	color: #ff0000;
	text-decoration: none;
}

.theme-goldblack a:hover {
	color: #000;
}

.theme-goldblack .genesis-nav-menu a {
	color: #fff;
}

.theme-goldblack .genesis-nav-menu .sub-menu a {
	color: #ff0000;
}

.theme-goldblack .nav-secondary .genesis-nav-menu a {
	color: #ff0000;
}

.theme-goldblack .nav-secondary .genesis-nav-menu a:hover {
	color: #000;
}

.theme-goldblack .enews-widget input[type="submit"]:hover {
	color: #fff;
}

.theme-goldblack .nav-primary {
	background-color: #000;
}

.theme-goldblack .genesis-nav-menu .current-menu-item > a,
.theme-goldblack .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.theme-goldblack .nav-primary a:hover,
.theme-goldblack .nav-primary .current-menu-item > a {
	background-color: #ff0000;
	color: #fff;
}

.theme-goldblack .simple-social-icons ul li a {
   background: #444444 !important;
}
.theme-goldblack .simple-social-icons ul li a:hover {
   background-color: #d9a53a !important; 
}

.theme-goldblack .navigation li a:hover,
.theme-goldblack .navigation li.active a {
	background: #ff0000;
}


@media only screen and (max-width: 768px) {
     
	.content,
	.sidebar-primary {
		width: 100%;
	}
}