/*
Theme Name: 2013
Template: twentythirteen
*/
@import url("../twentythirteen/style.css");

h1 {
	font-size: 38px;
	margin: 33px 0;
}

.entry-content a,
.comment-content a {
	color: #4444ee;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #222299;
}

a {
	color: #222299;
	text-decoration: none;
}


#menu-menu-fuss a {
	color: #9ac6e9;
	text-decoration: none;
}

#menu-menu-fuss a:hover {
	color: #ffffff;
}

.nav-menu li a {
    color: #000000;
    display: block;
    font-size: 17px;
    line-height: 1;
    padding: 15px 20px;
    text-decoration: none;
}

.navbar {
    background-color: #3a71cc;
    margin: 0px auto;
    max-width: 1600px;
    width: 100%;
}

.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: #ffffff;
	font-style: italic;
}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #1480CC;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #030042;
		color: #fff;
	}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #1480CC;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #030042;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #030042;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.widget {
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 8px;
	word-wrap: break-word;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}


.site-footer .sidebar-container {
	background-color: #222266;
	padding: 20px 0;
}


.site-footer {
	background-color: #3a71cc;
	color: #3a71cc;
	font-size: 14px;
	text-align: center;
}

.site-footer a {
	color: #5690ff;
}

.site-title {
    font: 46px "Source Sans Pro",Helvetica,sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
}

.site-description {
    font: italic 300 32px "Source Sans Pro",Helvetica,sans-serif;
    font-weight: bold;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Source Sans Pro",Helvetica,sans-serif;
	line-height: 1.3;
}

button, input, textarea {
    border: 2px solid #dddddd;
    font-family: inherit;
    padding: 5px;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #3a71cc 0%, #4242CC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #4242CC;
    border-image: none;
    border-radius: 2px;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #3232bb; /* Old browsers */
	background: -webkit-linear-gradient(top, #3232bb 0%, #3232bb 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #3232bb 0%, #3232bb 100%); /* W3C */
	outline: none;
}

pre {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    margin: 0px 0;
    overflow: auto;
    font-family: "Source Sans Pro",Helvetica,sans-serif;
    padding: 0px;
}


@media (max-width: 643px) {
	.site-title {
	font-size: 30px;
	padding: 78px 0 10px;
	}

.site-description {
    font-size: 24px;
}

	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
}

