/*
Theme Name: GaylaTrail.com
Theme URI: http://gaylatrail.com/
Description: This theme is copyright Fluffco and is for the exclusive use of gaylatrail.com no other use is granted.
Version: 1.0
Author: Fluffco
Author URI: http://fluffco.com/
*/

/* RESET */

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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* FONT-FACE */

@font-face {
  font-family: Headings;
  src: url(images/headings.ttf);
}

/* ELEMENTS */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Helvetica, Arial, sans-serif;
	text-shadow: #e9e8d9 0px 1px 1px;
	background: #7b2e00;
	color: #333;
	text-align: center;
	line-height: 1.50em;
	height: 100%;
}

h1, h2, h3 {
	font-family: Headings, 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: #bf4331;
	margin-bottom: .75em;
	line-height: 1.25em;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

a {
	text-decoration: none;
}

a:link {
	color: #7b2e00;
}

a:visited {
	color: #7b2e00;
}

a:hover,a:focus {
	color: #d75f17;
}

a:active {
	filter:alpha(opacity=60);  
	-moz-opacity: 0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;
}

p {
	margin-bottom: 1.25em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* STRUCTURE */

#page {
	background: #ded5b6 url('images/back_page.png') repeat-y;
	margin: 0 auto;
	width: 984px;
	min-height: 100%;
	text-align: left;
}

#content {
	font-size: 1.2em;
	padding-bottom: 48px;
}

#maincolumn {
	width: 680px;
	min-height: 600px;
	display: inline;
	float: left;
	margin: 32px 13px 0 36px;
	background: transparent url('images/back_rightbranches.png') no-repeat 446px 224px ;
}

#maincolumn ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}

#maincolumn ul li {
	list-style: disc;
	margin-bottom: 10px;
}

#intro {
	margin-bottom: 24px;
}

#intro,
#postcolumn,
#noposts {
	width: 450px;
	padding-left: 12px;
	line-height: 1.5em;
}

#intro,
#pagecontent {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #938e7b;
}

#subcolumn {
	width: 252px;
	display: inline;
	float: left;
	background: transparent url('images/back_leftbranches.png') no-repeat 13px 60px;
}

#logo {
	margin: 10px 24px 0 24px;
}

#logo a {
	display: block;
}

#mainnav {
	display: block;
	text-align: right;
	margin: 105px 0 0 14px;
}

#subnav {
	display: block;
	text-align: right;
	margin: 70px 0 24px 14px;
}

#mainnav a,
#subnav a {
	display: block;
	padding-right: 24px;
}

#mainnav a:hover {
	background: transparent url('images/back_dot.png') no-repeat top right;
}

#subnav a:hover {
	background: transparent url('images/back_dot_small.png') no-repeat top right;
}

#headerhome {
	height: 215px;
	margin-bottom: 24px;
}

#subcolumn #authorphoto {
	display: block;
	margin-left: 42px;
}

#connections {
	display: block;
	text-align: right;
	margin: 70px 24px 24px 36px;
	font-size: 0.85em;
}

#connections li {
	margin-bottom: 8px;
}

#connections .icon-rss {
	padding-right: 14px;
	background: transparent url('images/back_icon_feed.png') no-repeat top right;
}

#connections .icon-ygg {
	padding-right: 14px;
	background: transparent url('images/back_icon_ygg.png') no-repeat top right;
}

#connections .icon-twitter {
	padding-right: 14px;
	background: transparent url('images/back_icon_twitter.png') no-repeat top right;
}



/* CLASSES */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */
* html .clearfix {
	height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.alt {
	padding: 10px;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.caption {
	font-size: 0.85em;
	padding: 8px;
}

.subheading,
.maineventdate {
	font-family: Headings, 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: #cb481a;
	font-size: 1em;
	margin-bottom: 20px;
}

.subheading {
	text-transform: uppercase;
}

.maineventdate {
	padding: 20px 0 4px 20px;
	border-bottom:  1px dotted #ffffff;
	display: block;
}

.eventdate {
	font-family: Headings, 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.25em;
}

.caption .download {
	padding-left: 14px;
	background: transparent url('images/back_arrow_down.png') no-repeat;
}

.callout {
	margin-right: 12px;
}

.navigation {
	margin-bottom: 20px;
	font-size: 0.85em;
}

.event {
	margin-left: 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ece5bf;
}

.entry {
	display: block;
}

.post hr {
	display: block;
}

.postmetadata {
	font-weight: normal;
	font-size: 0.85em;
}

.post-thumb {
	float: left;
	background: #cccccc;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border: 6px solid #ece5bf;
	margin-right: 20px;
	margin-bottom: 10px;
}

.post-thumb:hover {
	border: 6px solid #d75f17;
}

.clear {
	clear: both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
	
.center {
	text-align: center;
}

.children {
	padding: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 10px 10px;
	padding: 10px 0 0 64px;
	background: transparent url('images/back_quote.png') no-repeat;
	font-size: 0.85em;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}




/* WORDPRESS SPECIFIC */


.wpcf7-form {
	margin: 32px 0;
}

.wpcf7-form .field {
	margin-bottom: 12px;
}

.wpcf7-form .field label {
	color: #666666;
	margin-bottom: 6px;
	display: block;
}

.wpcf7-form .field input[type=text],
.wpcf7-form .field textarea {
	color: #666666;
	padding: 4px;
	border: 2px solid #e8e7d8;
	width: 350px;
}

/* NextGEN Style s*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	display: none;
}

.ngg-imagebrowser img {
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

