/*
Theme Name: PRO2 New Media Child
Theme URI: http://blog.pro2newmedia.at/
Author: PRO2 New Media
Author URI: http://www.pro2newmedia.at/
Description: Child Theme for the Twentythirteen Theme
Template: twentythirteen
Version: 1.3
*/


@import url("../twentythirteen/style.css");


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

body {
	background: url("images/bg_pattern2.png") repeat scroll 0 0 #141414;
	color: #5f5f5f;
	font: 15px/24px "Ubuntu", Arial, sans-serif;
}

a {
	color: #262626 !important;
}

a:active,
a:hover {
	color: #5f5f5f !important;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Ubuntu", Arial, sans-serif;
}

h1 {
	font-size: 35px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Form fields, general styles first. */
button,
input,
textarea {
	border: none;
}

input:focus,
textarea:focus {
	border: none;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #ffe916;
	border: thin solid;
	color: #5f5f5f;
	font-weight: bold;
}

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: #5f5f5f;
	color: #fff;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #5f5f5f;
	color: #fff;
	border: none;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background: url("images/bg_pattern3.png") repeat scroll 0 0 #eee;
	border-left: none;
	border-right: none;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	background-color: #141414 !important;
}

.site-header .site-title:hover {
	text-decoration: none;
}

.site-title {
	font-size: 30px;
	text-shadow: black 0.1em 0.1em 0.2em;
	padding: 50px 0 10px;
}

.site-description {
	font: 22px "Source Sans Pro", Helvetica, sans-serif;
	text-shadow: black 0.1em 0.1em 0.2em;
	max-width: 360px;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.nav-menu li a {
	color: #c1c1c1 !important;
	font-family: "Ubuntu", Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background: #ffe916;
	color: #313131 !important;
}

.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: #c1c1c1;
	font-style: normal;
/*	font-family: "Ubuntu", Arial, sans-serif;
	letter-spacing: 1px;
	padding: 0 21px;
	text-transform: uppercase;*/
}

/* Navbar */
.navbar {
	background-color: #202020;
}

.site-header .search-field {
	background-color: #eee;
}

.site-header .search-field:focus {
	background-color: #eee;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-title {
	font: 28px/38px "Ubuntu", Arial, sans-serif;
	padding-top: 10px;
}

.entry-title a {
	color: #262626;
	font: bold 28px/38px "Ubuntu", Arial, sans-serif;
}

.entry-title a:hover {
	color: #5f5f5f;
	text-decoration: none;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta a {
	color: #5f5f5f;
}

.entry-meta a:hover {
	color: #262626;
	text-decoration: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content a,
.comment-content a {
	color: #262626;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #5f5f5f;
	text-decoration: none;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: transparent;
	margin: 0;
	padding: 0;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: transparent;
}

.archive-title,
.archive-meta {
	font: 28px/38px "Ubuntu", Arial, sans-serif;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: transparent;
}

.page-title {
	font: 28px/38px "Ubuntu", Arial, sans-serif;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title {
	font: 28px/38px "Ubuntu", Arial, sans-serif;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #5f5f5f;
}

.comment-meta,
.comment-meta a {
	color: #5f5f5f;
}

.comment-meta a:hover {
	color: #262626;
	text-decoration: none;
}

/* Comment form */
.comment-respond {
	background: none;
}

.comment-reply-title {
	font: 28px/38px "Ubuntu", Arial, sans-serif;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: transparent;
}

.widget .widget-title {
	font: 20px/30px "Ubuntu", Arial, sans-serif;
	margin: 0 0 10px;
}

.widget a {
	color: #5f5f5f;
}

.widget a:hover {
	color: #242223;
	text-decoration: none;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background: url("../../../../www.pro2newmedia.at/fileadmin/pro2newmedia/site/images/bg_pattern2.png") repeat scroll 0 0 #141414;
	color: #999999 !important;
}

.site-footer a {
	color: #999999 !important;
}

.site-footer a:hover {
	color: #ffe916 !important;
}

.site-footer .sidebar-container {
	background: none;
}

.site-footer .widget a {
	color: #999999 !important;
}

.site-footer .widget a:hover {
	color: #ffe916 !important;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */

@media (max-width: 999px) {
	.site-title {
		max-width: 30%;
	}
	.site-description {
		font-size: 18px;
		max-width: 30%;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-title {
		font-size: 30px;
		padding: 120px 0 0;
		max-width: 100%;
	}

	.site-description {
		font-size: 18px;
		max-width: 100%;
		padding: 5px 0 10px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #c1c1c1;
		font-family: "Ubuntu", Arial, sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: ffe916;
		color: #313131;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #ffe916;
		color: #313131;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #ffe916;
		color: #313131;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
		padding: 120px 0 0;
	}
	.site-description {
		font-size: 18px;
		/*max-width: 100%;*/
		padding: 5px 0 10px;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-size: 25px;
		padding: 60px 0 0;
	}
	.site-description {
		font-size: 13px;
		position: relative;
		/*max-width: 100%;*/
		padding: 5px 0 10px;
	}
}


/**
 * Eigene Einstellungen
 * ----------------------------------------------------------------------------
 */

#wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon {
	color: #eee !important;
}