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

/* 7.1. Breadcrumbs & font-size
==================================== */
 
#gk-breadcrumb-area {
	background: transparent url('../images/style1/separator.png') repeat-x left bottom;
	margin: -20px 40px 30px 40px!important;
	overflow: hidden;
	padding: 0 0 12px 0!important;
} 
 
.gk-breadcrumbs {
	float: left;
	font-size: 12px;
} 

.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;
}

#gk-font-size {
	float: right;
}

#gk-font-size > a {
	margin-left: 5px;
}
 
/* 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: #da7037;
}

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

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

.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 h2 {
	font-size: 24px;
}

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

.archivepage .widget {
    float: left;
    margin: 0 2%;
    width: 29%;
}

.archivepage .widget h2 {
	background: transparent url('../images/style1/separator.png') repeat-x 0 bottom;
	font-size: 26px;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
}

.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: 54px;
}

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

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

.tagcloud .tag-cloud {
	background: transparent url('../images/style1/separator.png') repeat-x left top;
	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 auto;
	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 auto;
	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 {
	margin: 0;
	padding: 11px 0 10px 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: #fff url('../images/post_formats/format-aside.png') no-repeat center center;
	display: block;
	float: left;
	height: 28px;
	margin: 5px 10px 0 0!important;
	padding: 0;
	text-align: left!important;
	text-indent: -9999px!important;
	width: 28px;
	z-index: 1;
}

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

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

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

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

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

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

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

.gk-format-video { 
	background: #fff 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 {
	clear: both;
	margin: 32px 0 24px;
}

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

.author-info > aside {
	float: right;
	margin: 24px 0 0 20px;
	padding: 2px 0;
}

.author-info img {
	margin-right: 22px;
}

.author-info h2 {
	color: #363636;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin: 2px 0 8px;
	text-transform: uppercase;
}

.author-info .author-desc {
	background: #FAF8F5;
	font-size: 14px;
	padding: 22px 168px 4px 22px;
}

.author-info .author-desc p {
	font-style: italic;
}

.author.archive .author-info {
	margin-bottom: 60px!important;
}

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

.content dl.post-fields {
	background: transparent url('../images/style1/separator.png') repeat-x 0 top;
	font-size: 12px;
	line-height: 1.3;
	margin: 10px 0;
	padding: 6px 0 0 0;
}

.content dl.post-fields dt {
	border-top: 1px solid #f5f5f5;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

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

.content dl.post-fields dd {
	margin: 0;
	padding: 0;
}

/* 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. Log in popup
==================================== */

#gk-popup-overlay,
#gk-popup-login {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #222;
}

#gk-popup-login {
	color: #fff;
	position: absolute;
	top: 70px;
	width: 560px;
	margin-left: -280px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
}

#gk-popup-login #loginform  { 
    background: transparent url('../images/style1/login.png') no-repeat 4px 6px; 
    padding-left: 160px 
}

#gk-popup-login label { 
    color: #fff; 
	font-size: 12px; 
	
}

#gk-popup-login #loginform input[type="text"],
#gk-popup-login #loginform input[type="password"] {
	float: right;
	height: 36px;
	width: 70%;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

#gk-popup-login #loginform p { 
    padding: 0 0 18px
}

#gk-popup-login .login-remember, 
#gk-popup-login .login-submit { 
    margin-left: 100px
}

#gk-popup-login .button-primary { 
    background: #DE7037
}

#gk-popup-login .button-primary:hover { 
    background: #555
}

.gk-popup-wrap {
	padding: 32px;
	overflow: hidden;
}

#gk-popup-overlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}

/* 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;
}

/* 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;
}