/*
Theme Name: Yurt Info
Theme URI: http://www.yurtinfo.org
Author: Andy Staple
Author URI: http://www.staplewebdesign.com
Description: Custom WordPress site for Yurt Info
Version: 1.0
*/

@import "inc/reset.css";
@import "inc/globals.css";

body {
	background: #000;
}

#page {
	height: 100%;
	min-width: 1080px;
	position: relative;
	width: 1080px;
	margin: 0 auto;
	background: #ff9 url(images/bg_body.gif) no-repeat;
	position: relative;
}

#masthead {
	width: 740px;
	float: left;

}

.logo img {
	vertical-align: top;
	float: left;
}
.logo img.logo-type {
	margin-top: 10px;
}

#primary {
	width: 730px;
	padding: 15px;
	float: left;
}
#secondary {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	padding: 0 10px;
	height: 100%;
	background: #f93;
	font-size: 12px;
	font-weight: bold;
}
#secondary img.book-image {
	width: 193px !important;
	margin-left: -25px;
	margin-top: 7px;
}

/* HOMEPAGE LAYOUT STUFF */
.heading {
	position: absolute;
	top: 182px;
	left: 253px;
}
.site-footer {
	padding: 20px;
	margin-top: 40px;
}
.site-footer p { margin-bottom: 0; }

.what, .traditional, .fabric, .tapered, .frame {
 position: absolute;
 z-index: 100; 
}
.what {
	top:205px;
	left: 87px;
}
.traditional {
	top: 298px;
	left: 181px;
}
.fabric {
	top: 374px;
	left: 301px;
}
.tapered {
	top: 408px;
	left: 439px;
}
.frame {
	top: 408px;
	left: 582px;
}
#whatText, #traditionalText, #fabricText, #taperedText, #frameText { position: absolute; width: 400px; top: 236px; left: -999em; }
.displayed {
	position: absolute;
	left: 285px !important;
}


/* Links */
a {
	color: #009;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: orange;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	display: block;
	float: left;
	width: 570px;
	padding: 10px;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
	background: url(images/nav-icon.png) 0% 50% no-repeat;
	font-size: 12px;
	font-size: 1.2rem;
}
.navigation-main a {
	display: block;
	text-decoration: none;
	margin: 0 20px 0 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.navigation-main ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-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;
	background: #FFFF99;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
	background-image: none;
	padding: 6px 0;
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img{
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}





.contentimg {
    border: medium none;
    margin: 2px 4px;
}
img.floatRightClear {
    clear: right;
    float: right;
    margin: 4px;
}
img.floatLeftClear {
    clear: left;
    float: left;
    margin: 4px;
}
img.floatRight {
    float: right;
    margin: 4px;
}
img.floatLeft {
    float: left;
    margin: 4px;
}
.photoright {
    color: #333399;
    float: right;
    font-size: 9pt;
    font-style: italic;
    margin: 0;
    padding: 12px 0 8px 10px;
}
.photoleft {
    color: #333399;
    float: left;
    font-size: 9pt;
    font-style: italic;
    margin: 0;
    padding: 12px 10px 8px 0;
}