/*
 Theme Name:     katitheme
 Theme URI:      http://wordpress.org/themes/twentytwelve
 Description:    TwentyTwelve Child Theme
 Author:         Gunnar
 Author URI:     http://katalinbihari.com
 Template:       twentytwelve
 Version:        1.0.0
*/
 
@import url("../twentytwelve/style.css");

body, #content, p  {
	font-size: 10pt !important;
	line-height:13pt !important;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}

body {
	background-color:white;
}
body .site {
    box-shadow: none;
}

#masthead {
	padding-top:85px;
}

.site-content {
    width: 100%;
}

#secondary {
	display:none; 
}
.site-header {

}

.entry-header .entry-format {
	margin-top: 0px;
	font-weight: normal;
}

#page {
	margin-top:18px !important;
	width:800px !important;
	background-color:dark blue;
}
.hfeed, .site {
	background-color:rgba(0, 0, 0, 0);
}

.page {
	padding-top:0px !important;
}

.reliefimage {
	background-image: url('../../uploads/2014/09/relief1.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	min-height:640px;

}
.examimage {
	background-image: url('../../uploads/2014/09/exams1.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	min-height:640px;

}
.classimage {
	background-image: url('../../uploads/2014/09/classes1.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	min-height:640px;

}
.resumeimage {
	background-image: url('../../uploads/2014/09/resume.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	background-color:white;
	min-height:640px;

}
.choreographyimage {
	background-image: url('../../uploads/2014/09/choreography.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	background-color:white;
	min-height:640px;

}
.educationimage {
	background-image: url('../../uploads/2014/09/education.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	width:640px;
	min-height:640px;
	background-color:black;

}
.tripimage {
	background-image: url('../../uploads/2014/09/hungarytrip.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	min-height:640px;

}

.main-navigation ul {
	padding-left: 12px;
	width:770px !important;
	background:white;
	background:rgba(255,255,255,0.6);
}

.main-navigation li {
	margin: 0 20px 0 0;
	font-size: 9pt !important;
}
.main-navigation li a {
	line-height: 16px;
	color:#323232;
}
.current_page_item a {
	color:#323232 !important;
}
.main-navigation li a:hover {
	color:black;
	background:#ffe6bd;
}

.entry-content {
	margin-top:-12px !important;
}

.entry-content table {
	border-bottom: 0px solid #ededed;
	font-size: 9pt !important;
	line-height:10pt !important;
	margin: 0 0 6px;
}


#main {
	margin-top:-24px;
	padding-top:0px;
	padding-left: 230px !important;
	padding-right:12px !important;
}

#primary, #content, .site-content, article, article.sticky .featured-post, .site-content article  {
	padding-top:0pt !important;
	margin-top:6pt !important;
	border-top: 0px single #ededed !important;
	border-bottom: 0px single #ededed !important;
}
.site-content article {
	border-bottom: 0px single black !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
article {

}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 12px 0 0 !important;
}
.entry-content h1 {
	line-height:24px !important;
}
.entry-content p {
	margin: 0 0 12px;	
}

.education {
	padding-top:36pt !important;
}
.education p, .education h1 {
	color:white !important;
}

footer[role="contentinfo"] {
	border-top: 0px solid #ededed;
}

.site-content article {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
