/*
Theme Name: DF-penguin
Theme URI: http://designfrida.com/df-penguin-free-wordpress-theme/
Author: design frida
Author URI: http://designfrida.com/
Description: clean,simple,blue,dark,white background with widget ready footer
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
tags:two-columns,fixed-width,blue,black,white,right-sidebar
text domain:DF-Penguin
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 24px;
	font-weight: bold;
}
h1 {
	font-size: 1.5em; /* 24px  24 ÷ 16 = 1.5 */
	line-height: 1em; /* 24px  24 ÷ 24 = 1 */
}
h2 {
	font-size: 1.375em; /* 22px  22 ÷ 16 = 1.375 */
	line-height: 1.0909em; /* 24px  24 ÷ 22 = 1.090909(09) */
}
h3 {
	font-size: 1.25em; /* 20px  20 ÷ 16 = 1.25 */
	line-height: 1.2em; /* 24px  24 ÷ 20 = 1.2 */
}
h4 {
	font-size: 1.125em; /* 18px  18 ÷ 16 = 1.125 */
	line-height: 1.333em; /* 24px  24 ÷ 18 = 1.3333333(3) */
}
h5, h6 {
	font-size: 1em; /* 16px  16 ÷ 16 = 1 */
	line-height: 1.5em; /* 24px  24 ÷ 16 = 1.5 */
}
/*------------------------------------*\
  MAIN
\*------------------------------------*/
html {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#666666;
}
ul {
	list-style:none;
}
p {
	margin-bottom:15px;
	color:#666666;
	font-size:0.9em;
}
a {
	text-decoration: none;
	color: #999999;
}
a:focus,  a:active,  a:hover {
	color:#003399;
}
body {
	background: #cfdbe5;
	z-index:-1;
	line-height: 1.5em;
	background:url(images/bgbody.png);
}
img.alignright {
	float:right;
	margin:0.5em 0 1em 1em
}
img.alignleft {
	float:left;
	margin:0.5em 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
/*------------------------------------*\
HEADER
\*------------------------------------*/
#mainheader {
	background:url(images/bgfooter.png);
	z-index:1;
	overflow:hidden;
	-webkit-box-shadow: 0 8px 10px -7px #000;
	   -moz-box-shadow: 0 8px 10px -7px #000;
	        box-shadow: 0 8px 10px -7px #000;
}
#header-wrap {
	width:960px;
	margin:0 auto;
}
#site-title {
	position:absolute;
	z-index:3;
	font-size:50px;
	margin:15px 0 0 20px;
}
#site-title a {
	color:#fff;
	text-transform:capitalize;
	}
#site-description {
	position:absolute;
	margin:69px 0 0 40px;
	z-index:3;
	font-size:14px;
	color:#fff;
	text-transform:capitalize;
}
.assistive-text, .skip-link {
	text-indent:-99999px;
	position:absolute;
}
/*-------------------------------------*\
	MENU
\*-------------------------------------*/
#menu {
	clear: both;
	display: block;
	float: left;
	margin:90px 0 0 0;
	width: 100%;
}
#menu ul {
	font-size: 0.85em;
	list-style: none;
	margin: 0 0 0 13px;
	padding-left: 0;
}
#menu li {
	float: left;
	position: relative;
}
#menu a {
	color: #145491;
	display: block;
	line-height: 3.333em;
	padding: 0 1em;
	text-decoration: none;
	font-size:1.1em;
	text-transform:capitalize;
}
#menu ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 4.3em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#menu ul li:hover > ul {
	display: block;
}
#menu .current-menu-item > a, #menu .current-menu-ancestor > a, #menu .current_page_item > a, #menu .current_page_ancestor > a {
	font-weight: bold;
}
#breadcrumbs {
	margin:-5px 0 5px 0;
}
/*------------------------------------*\
  post
\*------------------------------------*/
#middle-wrapper {
	width:960px;
	margin:0 auto;
}
#main-post {
	float: left;
	position:relative;
	margin: 12px 0 0 0;
	width: 643px;
	height: auto;
	padding: 5px 5px 0 0;
}
article {
	margin:0 0 20px 0;
}
.entry-header {
	padding:5px;
	margin:5px 0 10px 0;
	border-bottom:1px solid #fff;
}
#article {
	background:url(images/bgtitle.png);
	box-shadow: 1px 1px 4px #333333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
	margin:0 0 0 0;
	padding:0 0 0 5px;
	color:#8bbbd9;
}
.entry-title a {
	color:#8bbbd9;
}
.entry-title a:hover {
	color:#0066cc;
}
.entry-meta {
	padding: 0 0 0 5px;
	font-size:0.8em;
	}
.entry-meta a {
	color:#4ea7d3;
}
.entry-meta a:hover {
	color:#2c85b1;
}
.entry-content {
	padding:10px;
}
.meta-nav {
	text-decoration:underline;
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
/* =Comments
----------------------------------------------- */
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword, .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */

/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}
/*------------------------------------*\
  comment form
\*------------------------------------*/
#respond {
	background: #dee3e7;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 91%;
}
#respond input[type="text"], #respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -30px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/* search form */
.field {
	width:205px;
	height:18px;
	}
.submit {
	margin-left:6px;
	}
/*------------------------------------*\
 sidebar
\*------------------------------------*/
#sidebar {
	width:300px;
	height:auto;
	float:left;
	position:relative;
	margin:21px 0 0 12px;
}
#text-2 {
	padding:5px 0 0 5px;
}
.widget-title {
	border-bottom:#fff 1px solid;
	color:#8bbbd9;
	padding-bottom:5px;
	margin-bottom:5px;
}
aside.widget {
	background:#b2e2f9;
	margin-bottom:19px;
	padding:10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:url(images/bgtitle.png);
	box-shadow: 1px 1px 4px #333333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #fff;
}
/*------------------------------------*\
 footer
\*------------------------------------*/
#footer {
	clear:both;
	background:url(images/bgfooter.png)repeat;
	padding:10px 0 0 0;
	overflow:hidden;
	position:relative;
	height:auto;
}
#footer-wrap {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:4;
}
.widget-area {
	position:relative;
	float:left;
	width:300px;
	margin: 0 0 0 10px;
	}
#footer-wrap .widget a {
	color:#8bbbd9;
	}
.attachment-thumbnail {
	height:50px;
	width:50px;
	padding:2px;
	background:#fff;
	margin:5px 5px 0 0;
}
#footer-wrap li {
	list-style:none;
	text-decoration:none;
}
.footer-links {
	text-transform:capitalize;
}
.codrops {
	background:url(images/footerline.png) bottom repeat-x;
	padding-bottom:5px;
}
.typography {
	background:url(images/footerline.png) bottom repeat-x;
	padding-bottom:5px;
}
#footer-brand {
	position:relative;
	width:940px;
	margin:0 auto;
	background:url(images/footerline.png) top repeat-x;
	padding-top:5px;
}
.footer-logo {
	background:url(images/footerlogo.png) no-repeat;
	width:180px;
	height:44px;
	display:block;
	text-indent:-999999px;
	position:relative;
	margin:5px 0 0 0;
}
#footernote {
	color: #FFF;
	text-transform: capitalize;
	font-size: 1em;
	position:relative;
	float:left;
}
footer.entry-meta {
	margin:20px 0 0 0;
	color:#666666;
}
.copy {
	float:right;
}
