/*
Theme Name:     ururk
Theme URI:      http://ururk.com/
Description:    Child theme for the HTML5 Blank theme
Author:         John Pariseau
Author URI:     http://ururk.com/
Template:       twentytwelve
Version:        1.0.0
*/

@import url(http://fonts.googleapis.com/css?family=Telex);

body{
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	font-size:13px;
	padding:0 0 0 13px;
}

header#header{
	overflow:hidden;
	position:fixed;
	width:100%;
	z-index:500;
	left:7px;
}

#logo{
	font-family: 'Telex', sans-serif;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	position:relative;
	z-index:10;
	font-size:55px;
	float:left;
	line-height:1;

	margin-top:7px;
}

header span.name{
	display:block;
	position:relative;
	background:#0B673B;
	padding:14px 300px 6px 18px;
	z-index:30;
}

header span.shade{
	background:#34B475;
	position:absolute;
	z-index:20;
	width:100%;
	height:100%;
	right:-13px;
	top:-7px;
}

nav{
	background:#34B475;
	width:200%;
	position:relative;
	left:13px;
	float:left;
	margin-right:-200%;
	margin-bottom:30px;
}

nav ul, nav li{
	margin:0;
	padding:0;
	list-style:none;
}

nav li{
}

nav a{
	float:left;
	padding:10px 11px 8px 11px;
	background:#0B673B;
	position:relative;
	top:7px;
	margin:0 30px 0 11px;

	line-height:1;
	font-size:14px;
	font-family: 'Telex', sans-serif;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
}

nav a:hover{
	background:#5F3817;
}


header.archive-header{
	position:relative;
	margin-left:13px;
	background:#88BFC1;
	position:relative;
}

h1.archive-title{
	background:#22535D;
	position:relative;
	font-size:20px;
	top:7px;
	left:-13px;
	color:#FFF;
	padding:10px;
	font-weight:normal;
}

.archive-meta{
	padding:0 10px 6px 10px;
}

section.primarysection{
	padding-top:80px;
	padding-bottom:40px;
	overflow:hidden;
}

section .container{
	width:45%;
	float:left;
	position:relative;
	margin-top:20px;
	margin-right:4%;

	z-index:10;
	min-width:200px;
}

body.archive section .container{
	width:29%;
}

body.archive section .col1 .container{
	clear:both;
}

section .container .shade{
	position:absolute;
	width:100%;
	height:100%;
	top:-7px;
	right:-13px;
}

section .container .contents{
	position:relative;
	padding:20px 10px 40px 10px;
}

.contents h1, .contents h2{
	margin-top:0;
	margin-bottom:15px;
	font-size:20px;
	font-weight:normal;
}

.contents h1 a, .contents h2 a{
	color:#FFF;
	text-decoration:none;
}

.contents p{
	font-size:13px;
}

section .container .contents img{
	width:100%;
	display:block;
}

.imgwrap{
	border:5px #000 solid;
	display:block;
}

.odd .container{
}

.even .container{
	margin-top:130px;
}

body.archive .even .container{
	margin-top:20px;
}


section article .entry-content{
	top:23px;
	position:relative;
	padding:10px 13px 10px 13px;
	min-height:270px;
	background:#EBEBEB;
	margin-left:13px;
	z-index:5;
	font-size:13px;

	line-height:1.5;
}

a.readmore{
	padding:10px;
	line-height:1;
	display:inline-block;
	background:#5F3817;
	color:#FFF;
	text-decoration:none;
}

a.readmore:hover{
	background:#000;
}

button.buymore{
	text-transform:uppercase;
	font-size:13px;
	padding:10px;
	line-height:1;
	display:inline-block;
	color:#000;
	text-decoration:none;
	float:right;
	border:0;
	margin:0;
	cursor:pointer;
	cursor:hand;
	background:#FFDD3A url(images/paypal.png) no-repeat 10px 60%;
	padding-left:75px;
}

button.buymore:hover{
	background-color:#FFF;

}

footer.entry-meta{
	font-size:11px;
	margin-bottom:1em;
}

footer.entry-meta a{
	color:#FFF;
	text-decoration:none;
}

nav#nav-below, nav.nav-single{
	clear:both;
	width:100%;
	margin-top:80px;
	background:#A3D5B3;
}

nav#nav-below a, nav.nav-single a{
	left:-26px;
	background:#85B39D;
	color:#333;
}

.nav-next{
	float:right;
}

nav#nav-below a:hover, nav.nav-single a:hover{
	background:#AF9B8B;
}

/*---- formatting ----*/

#content .entry-content{
	font-size:15px;
}

blockquote{
	background:#FFF;
	padding:20px;
	font-size:20px;
	color:#999;
	font-style:italic;
}

blockquote + p{
	clear:both;
}

/*---- images ----*/

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	display:inline-block;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 1;
	color: #757575;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/*---- comments ----*/

#comments{
	clear:both;
	width:75%;
	padding:0 13px 10px 13px;
	margin-left:13px;
	border-top:40px #FFF solid;
	background:#D2EAF2;
}

#comments h2{
	font-size:18px;
	font-weight:normal;
}

ol.commentlist{
	padding:0;
	margin-left:-26px;
}

ol.commentlist article{
	padding:13px;
	background:#8DCADE;
	margin-bottom:13px;
	color:#333;
}

ol.commentlist article a{
	color:#333;
}

#commentform{
}

#commentform label{
	display:block;
}

.form-allowed-tags{
	font-size:10px;
}



/*---- page footer ----*/

footer#colophon{
	clear:both;
	color:#FFF;
	font-size:12px;

	padding-bottom:7px;
	overflow:hidden;
}

footer#colophon .row{
	position:relative;
}

footer#colophon .shade{
	background:#999;
	height:100%;
	width:200%;
	position:absolute;
	left:13px;
	margin-right:-200%;
}

footer#colophon .site-info{
	background: #000;
	top:7px;
	position:relative;
	padding:8px 10px;
}

.row{
	width:100%;
	max-width:980px;
	margin:0 auto;
}

section .row{
	margin-top:25px;
}





/*-- color schemes --*/

.redblue .contents{color:#FFF;background:#BD412D;}
.redblue .shade{background:#4BC8EF;}

.purpleteal .contents{color:#FFF;background:#272460;}
.purpleteal .shade{background:#3691AD;}

.browngreen .contents{color:#FFF;background:#3B2315;}
.browngreen .shade{background:#6FBE69;}

.greygray .contents{color:#FFF;background:#757678; /* A7A9AC */}
.greygray .shade{background:#F3F3F4;}

.blueyellow .contents{color:#FFF;background:#2B358D;}
.blueyellow .shade{background:#FBE154;}

.desertsand .contents{color:#FFF;background:#826f24;}
.desertsand .shade{background:#bab49c;}

.orangegreen .contents{color:#FFF;background:#ff7f00;}
.orangegreen .shade{background:#447716;}





/*---- utilities ----*/


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* 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,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}



/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
