/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

@import url("/wp-content/themes/twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	font-family: Tahoma, "Source Sans Pro", Helvetica, sans-serif;
}

html,
button,
input,
select,
textarea {
	font-family: Tahoma, "Source Sans Pro", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
		font-family: Tahoma, "Source Sans Pro", Helvetica, sans-serif;

}

a {
	color: #ac0404;
	text-decoration: none;
}

a:active,
a:hover {
	color: #9C0000;
	outline: 0;
}

a:visited {
	color: #9C0000;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #9C0000;
	font-style: italic;

}

h4 {
	font-size: 18px;
}

.widget .widget-title {
	font-family: Tahoma, "Source Sans Pro", Helvetica, sans-serif;
}

.site-header {
	background-color:#d00002;
}

.site-header .home-link {
	min-height: 0;
	text-align: center;
}

.home-link img {
max-width: 100%;
}


.navbar {
font-weight: bold;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #6f0000;
	color: #fff;
}

.site-footer,
.site-footer .sidebar-container {
	background-color: #d00002;
	color: #fff;
}

.site-footer a {
	color: #fff;
}


.site-main .sidebar-container {
	position: relative;
	width: 30%;
	top:0;
	float:left;
}

.site-main {
padding-top: 30px;
}

.site-main-front {
padding-top: 0;
}

.site-main-front .sidebar-container {
	position: relative;
	width: 30%;
	top:0;
	float:left;
}


.content-area {
	max-width: 1040px;
	margin: 30px auto;
	overflow: hidden;
}

.site-content {
	margin-left: 0;
	position: relative;
	float: right;
	width:65%;
	display: table;
}

.site-info {
	margin: 0;
	max-width: 100%;
	padding: 10px 0;
	width: 100%;
	background: #AD0000;
	text-align: center;
}

.hentry {
	padding: 0;
}


.entry-header {
	margin: 0;
}

.sidebar .site-footer .widget-area {
max-width: 1140px;
}

.site-footer a {
color: #CFA0A0;
}

.site-footer .widget a {
color: #6D0000;
}

.site-footer .widget {
color: #FABBBB;
}

.widget-area a {
font-weight: bold;
}

.site-footer .widget h4 {
font-size: 98%;
}

#site-info {
	text-align: center;
	background: #3A0000;
	font-size: 90%;
	padding: 5px;
	color: #AA5151
}

table {
	border-bottom: none;
}

td {
	border-top: none;
	padding: 20px 10px 6px 0;
}


button,
input {
	margin-bottom: 10px;
}

.site-main .sidebar-container {
height: 100%;
}