/**
 *
 * -------------------------------------------
 * Template stuff CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 7. Template additional features styles
 *
 *
------------------------------------ */

/* 7.1. Breadcrumbs & font-size
==================================== */
 
#gk-breadcrumb-area {
	background: transparent url('../images/header_bg.png') repeat 0 0;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 24px 0;
	padding: 8px 18px;
} 

.gk-breadcrumbs a {
	color: #2f3336;
}

.gk-breadcrumbs a:hover {
	color: #418cd1;
}

.gk-breadcrumbs > a:first-child:before {
	display: none;
}

.gk-breadcrumbs > a:before,
.gk-breadcrumbs > span:before {
	color: #ccc;
	content: " / ";
	padding: 0 4px!important;
	text-align: center;
	width: 10px;
}

.gk-breadcrumbs > span {
	color: #777;
}
 
/* 7.2. Contact page template
==================================== */

#gk-contact {
	margin: 0;
	max-width: 540px;
	overflow: hidden;
	width: 100%;
}

#gk-contact dd {
	margin: 5px 0;
	padding: 0;
}

#gk-contact span.error {
	color: #d24747;
}

.contactpage .gk-contact-error,
.contactpage .gk-contact-thanks {
	background: #418cd1;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 30px 0;
	max-width: 520px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}

.contactpage .gk-contact-error {
	background: #d24747;
}

.contactpage input[type="text"],
.contactpage textarea {
	width: 100%;
}

.contactpage input[type="submit"] {
	float: right;
	margin: 0;
}

/* 7.3. Page 404 template 
==================================== */ 

.page404 > p:first-child {
	font-size: 150%;
	padding: 20px 0;
	text-align: center;
}

.page404 > p:first-child > small {
	display: block;
	font-size: 85%;
	text-align: center;
}

.page404 label[for="s"] {
	display: none;
}

.page404 form {
	margin: 10px 0 30px 0;
	text-align: center;
}

.page404 > div {
	clear: both;
	overflow: hidden;
}

.page404 .widget {
	float: left;
	margin: 0 2%;
	width: 46%;
}

.page404 #searchsubmit,
.page404 #s {
	display: inline-block;
	float: none!important;
	vertical-align: middle;
}

/* 7.4. Archive page template
==================================== */

.archivepage .widget {
	float: left;
	margin: 0 2%;
	width: 29%;
}
.archivepage .widget h2 { 
    font-size: 26px; 
	margin-bottom: 12px;
}

.archivepage .widget li {
	background: none!important;
	border-top: 1px dotted #ddd;
	padding: 10px 0;
}

.archivepage .widget.box,
.archivepage .widget ul li.categories > ul {
	padding: 0 0 0 20px!important;
}

.archivepage .widget li.categories ul {
	margin-top: 8px;
} 

.archivepage .widget.first {
	margin-left: 0;
	width: 31%;
}

.archivepage .widget.last {
	margin-right: 0;
	width: 31%;
}

.archivepage .widget li:before {
	display: none;
}

.archivepage .widget.first li {
	position: relative;	
}

.archivepage .widget.first li a {
	display: block;
	padding-left: 60px;
}

.archivepage .widget li small {
	color: #aaa;
	left: 0;
	position: absolute;
	top: 13px;
}

/* 7.5. Tag cloud template
==================================== */

.tagcloud .tag-cloud {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0;
	padding: 10px 0;
}

.tagcloud .tag-cloud a {
	padding: 0 10px;
	vertical-align: middle;
}

/* 7.6. Login page template
==================================== */

.loginpage #loginform {
	margin: 0;
	overflow: hidden;
	width: 240px;
}

.loginpage input[type="text"],
.loginpage input[type="password"] {
	clear: both;
	width: 240px;
}

.loginpage p label {
	display: block;
}

.loginpage .login-remember {
	float: left;
}

.loginpage .login-submit {
	float: right;
	margin: 10px 0;
}

.loginpage .login-submit input[type="submit"] {
	margin: 0;
}

.loginpage nav.small {
	border-top: 1px solid #eee;
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	width: 240px;
}

.loginpage nav.small ul {
	margin: 0;
}

.loginpage nav.small ul li {
	float: left;
	margin-right: 10px;
	padding-left: 0;
}

.loginpage nav.small ul li:before {
	display: none;
}

/* 7.7. Post formats header
==================================== */

header hgroup h2 {
	font-size: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0;
}

.gk-format-aside,
.gk-format-audio,
.gk-format-chat,
.gk-format-gallery,
.gk-format-image,
.gk-format-link,
.gk-format-quote,
.gk-format-status,
.gk-format-video {
	background: transparent url('../images/post_formats/format-aside.png') no-repeat center center;
	border: 1px solid #e5e5e5;
	line-height: 28px;
	float: left;
	margin: 3px 14px 0 -5px!important;
	width: 28px;
	text-indent: -9999px;
}

.gk-format-audio { 
	background: transparent url('../images/post_formats/format-audio.png') no-repeat center center;
}

.gk-format-chat { 
	background: transparent url('../images/post_formats/format-chat.png') no-repeat center center;
}

.gk-format-gallery { 
	background: transparent url('../images/post_formats/format-gallery.png') no-repeat center center;
}

.gk-format-image { 
	background: transparent url('../images/post_formats/format-image.png') no-repeat center center;
}

.gk-format-link { 
	background: transparent url('../images/post_formats/format-link.png') no-repeat center center;
}

.gk-format-quote { 
	background: transparent url('../images/post_formats/format-quote.png') no-repeat center center;
}

.gk-format-status { 
	background: transparent url('../images/post_formats/format-status.png') no-repeat center center;
}

.gk-format-video { 
	background: transparent url('../images/post_formats/format-video.png') no-repeat center center;
}

/* 7.8. Page navigation
==================================== */

.pagenav {
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.pagenav .nav-prev {
	float: left;
}

.pagenav .nav-next {
	float: right;
}

/* 7.9. Author info
==================================== */
.author-info {
	background: transparent url('../images/header_bg.png') repeat 0 0;
	clear: both;
	margin-top: 34px;
	min-height: 48px;
	overflow: hidden;
	padding: 16px 30px;
	position: relative;
}

#gk-social-api + .author-info {
	margin-top: 30px;
}

.author-info > aside {
	left: 30px;
	position: absolute;
	top: 30px;
}

.author-info img {
	display: block;
	margin-top: -5px;
}

.author-info > div {
	padding: 0 0 0 90px;
}

.author-info h2 {
	font-size: 20px;
	margin: 0 0 6px 0;
}

.author-info .author-desc {
	font-size: 14px;
	line-height: 1.7;
}

.author-info .author-www {
	font-size: 12px;
}

/* 7.10. Post custom fields
==================================== */

.content dl.post-fields {
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	line-height: 1.3;
	margin: 10px 0;
	overflow: hidden;
	padding: 0;
}

.content dl.post-fields dt {
	border-top: 1px solid #f5f5f5;
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 20%;
}

.content dl.post-fields dt:first-child,
.content dl.post-fields dt:first-child + dd {
	border-top: none;
} 

.content dl.post-fields dd {
	border-top: 1px solid #f5f5f5;
	float: left;
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 80%;
}

/* 7.11. oEmbed support
==================================== */

/* YouTube, Vimeo - responsive support */
.content iframe[src^='http://www.youtube.com'],
.content iframe[src^='https://www.youtube.com'],
.content iframe[src^='http://youtube.com'],
.content iframe[src^='https://youtube.com'],
.content iframe[src*='vimeo.com'] {
	max-width: 100%!important;
}

/* Twitter - responsive support */
.content .twitter-tweet-rendered {
	max-width: 100%!important;
}

/* Flickr - responsive support */
.content a[href^='http://www.flickr.com'],
.content a[href^='https://www.flickr.com'],
.content a[href^='http://flickr.com'],
.content a[href^='https://flickr.com'] {
	max-width: 100%!important;
}

/* 7.12. Pagination
==================================== */

.pagenav {
	background: #282828;
	clear: both;
	margin: 48px 0 0;
}

.pagenav ol {
	margin: 0;
}

.pagenav ol li {
	color: #909090;
	cursor: default;
	display: block;
	float: left;
	margin: 0;
}
.pagenav ol li a,
.pagenav ol li span {
	display: block;
	min-width: 34px;
	height: 34px;
	line-height: 36px;
	padding: 2px 6px;
	text-align: center;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	border-right: 1px solid #4b4b4b;
	background: #3B3B3B;
	font-size: 12px;
}
.pagenav ol li a { 
	color: #fff;
	font-weight: 600;
}
.pagenav ol li a:hover {
	background: #418CD1;
	color: #fff
}
.pagenav ol li.counter {
	float: right;
	line-height: 38px;
	font-size: 11px;
	margin-right: 12px;
}

/* 7.13. Attachment page
==================================== */
.attachment-page section.intro {
	overflow: hidden;
}

.nav-prev {
	float: left;
}

.nav-next {
	float: right;
}

.attachment-page p {
	clear: both;
	padding-top: 15px;
}

.attachment-page section.intro .btn {
	color: #e0e0e0;
}

.attachment-page section.intro .btn:hover {
	color: #fff;
}

/* 7.14. Tables
==================================== */

article section table {
	margin: 10px 0;
}

article section table th {
	background: #eee;
	padding: 0 4px;
	text-align: left;
}

article section table td {
	padding: 0 4px;
}

article section table tbody tr:nth-child(2n) {
	background: #f5f5f5;
}

article section table td span.gk-table-label {
	display: none;
}