/*
 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");
@import url("_wapp/_wapp_login.css");
@import url("_wapp/_wapp_style.css");
@import url("_wapp/_wapp_table.css");
@import url("_wapp/_wapp_menu.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.site-main .sidebar-container {
	top: 20px;
}

.site-header .home-link {
	min-height: 160px;
}

.site-title {
	padding: 28px 0 10px;
}

.hentry {
	padding: 10px 0;
}

.entry-meta {
	max-width: 1040px;
}

.sidebar .entry-meta {
	max-width: 1080px;
	padding: 0 376px 0 0;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	padding-left: 0;
	padding-right: 340px;
}

.home .entry-header {
	display: none;
}

.entry-header {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5;
	/*margin-bottom: 0;*/
}

.entry-content {
	-moz-hyphens: none;
	word-wrap: normal;
}

.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
	display: none;
}

.site-header {
	background: #FFFFFF url(/wp-content/uploads/2013/09/image2.jpg) repeat scroll center top;
	background-size: 1600px cover;
}

.textwidget {
	overflow: overlay;
}

.widget-area {
	position: relative;
	left: 15px;
	top: -5px;
}

.wapp_div h2 {
	margin: 6px 2px;
}

.wapp_button {
	float: right;
	width: auto !important;
	margin: 0 4px !important;
	padding: 6px !important;
}

.green {
	float: left;
	background: linear-gradient(to bottom, green 0%, darkgreen 100%) repeat scroll 0% 0% transparent !important;
	border-color: darkgreen !important;
}

.yellow {
	float: right;
	color: darkred !important;
	background: linear-gradient(to bottom, lightyellow 0%, yellow 100%) repeat scroll 0% 0% transparent !important;
	border-color: darkorange !important;
}

.red {
	float: right;
	background: linear-gradient(to bottom, red 0%, darkred 100%) repeat scroll 0% 0% transparent !important;
	border-color: darkred !important;
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #FFF;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}
