/*
 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
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	background-color: #000000;
	background-image:url(images/space-back.jpg);
	background-repeat:no-repeat;
	background-position:center top
}
.site-info {
	text-align:right;
}
.site {
	max-width: 1200px;
}
.site-footer .sidebar-container {
	background-color: #000000;
}
.navbar {
	max-width: 1200px;
}
.site-header {
	background-size: 1200px 400px;
}
.site-header .home-link {
	min-height: 346px;
}
.site-footer {
	background-color:#000000;
	color: # 0090e1424;;
	font-size: 12px;
	text-align: right;
}
.page-header {
	background-color: transparent;
}
.site {
	background-color: transparent;
	border-left: 0px;
	border-right: 0px;
}
#main.site-main {
	background-color: #fff;
}
h1 {
	font-size: 30px;
	margin: 33px 0;
}

h2 {
	font-size: 24px;
	margin: 25px 0;
}

h3 {
	font-size: 18px;
	margin: 20px 0;
}

h4 {
	font-size: 16px;
	margin: 18px 0;
}

h5 {
	font-size: 14px;
	margin: 18px 0;
}

h6 {
	font-size: 12px;
	margin: 18px 0;
}
.entry-content blockquote {
	font-size: 20px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 12px;
}
.site-header .site-title:hover {
	text-decoration:none;
}
.site-title {
	position:relative;
	top:-1000px;
}
.site-description {
	position:relative;
	top:-1000px;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	font-size: 14px;
	font-weight: 300;
}
#social {
	padding-left: 100px;
	padding-right: 400px;
	padding-bottom: 30px;
}
.paging-navigation .nav-links {
	max-width: 700px;
}
#langswitch{
	float: right;
	margin: 0;
	position:relative; right:20px; top:8px
}
.site-header .search-form {
	position: absolute;
	right: 63px;
	top: 1px;
}