/*
Theme Name: Magazino
Theme URI: http://wpthemes.co.nz/magazino/
Author: WPThemes NZ
Author URI: http://wpthemes.co.nz/
Description: Magazino is a simple and flexible theme ideally suited to magazine style blogs. It is responsive to browser size so should look good on any screen. It supports all the usual WordPress features like custom menus and widgets, and also makes it easy to customize with your own logo and you can set the main color scheme to any color you want with the built in color picker.
Version: 1.0.2
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

*/

/******************************************************************/
@import url(library/css/default.css);
@import url(http://fonts.googleapis.com/css?family=Passion+One);
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/

body {
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#container { 
	background-color: #fff;
	width: 96%;
	margin: 0 auto;
	padding: 0 33px;
	max-width: 1044px; /* remove or edit to adjust width */
	border-top: 2px solid #9dbb41;
	box-shadow: 0 0 5px #d0d0d0;
}
	
	/* layout options ( all have margins right & left of 1%) */
	
	.col60 { 
		width: 6.333%; 
	} /* width 60px / grid_1 */
	
	.col140 { 
		width: 14.667%; 
	} /* width 140px / grid_2 */
	
	.col220 { 
		width: 23.0%; 
	} /* width 220px / grid_3 */
	
	.col300 { 
		width: 31.333%; 
	} /* width 300px / grid_4 */
	
	.col380 { 
		width: 39.667%; 
	} /* width 380px / grid_5 */
	
	.col480 { 
		width: 48.0%; 
	} /* width 480px / grid_6 */
	
	.col540 { 
		width: 56.333%; 
	} /* width 540px / grid_7 */
	
	.col620 { 
		width: 64.667%; 
	} /* width 620px / grid_8 */
	
	.col700 { 
		width: 73.0%; 
	} /* width 700px / grid_9 */
	
	.col780 { 
		width: 81.333%; 
	} /* width 780px / grid_10 */
	
	.col860 { 
		width: 89.667%; 
	} /* width 860px / grid_11 */
	
	.col940 { 
		width: 98.0%; 
	} /* width 940px / grid_12 */
	
	/* layout & column defaults */
	.col60, 
	.col140, 
	.col220, 
	.col300, 
	.col380, 
	.col480, 
	.col540, 
	.col620, 
	.col700, 
	.col780, 
	.col860, 
	.col940 { 
		display: inline; 
		float: left;
		margin-left: 1%; 
		margin-right: 1%; 
		position: relative;
	}
	
	/* default styles & fixes */
	#main { 
		margin-left: 0; 
	} /* fixes alignment (defaulted at col620) */
	
	#sidebar { 
		margin-right: 0; 
	} /* fixes alignment (defaulted at col300) */
	
/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited { 
	color: #9dbb41;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {} /* on click */
a:link { 
	-webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */
}

/******************************************************************
TEXT SELECTION STYLES
******************************************************************/

/* Safari, Chrome, iPhones, iPads */
::-webkit-selection { 
	background: #2b2b2b; 
	color: #fff; 
	text-shadow : none; 
}

/* Firefox */
::-moz-selection { 
	background: #2b2b2b; 
	color: #fff; 
	text-shadow : none; 
}

/* The Rest of em */
::selection { 
	background: #2b2b2b; 
	color: #fff; 
	text-shadow : none; 
}


/******************************************************************
WORDPRESS BODY CLASSES
want to style a page via body class? go ahead
******************************************************************/

body.rtl {}
body.home {} /* home page */
body.blog {} 
body.archive {} /* archive page */
body.date {} /* date archive page */
	body.date-paged-1 {} /* replace the number to the corresponding page number */
body.search {} /* search page */
	body.search-results {} /* search result page */
	body.search-no-results {} /* no results search page */
	body.search-paged-1 {} /* individual paged search (i.e. body.search-paged-3) */
body.error404 {} /* 404 page */
body.single {} /* single post page */
	body.postid-1 {} /* individual post page by id (i.e. body.postid-73) */
	body.single-paged-1 {} /* individual paged single (i.e. body.single-paged-3) */
body.attachment {} /* attatchment page */
	body.attachmentid-1 {} /* individual attatchment page (i.e. body.attachmentid-763) */
	body.attachment-mime-type {} /* style mime type pages */
body.author {} /* author page */
	body.author-nicename {} /* user nicename (i.e. body.author-samueladams) */
	body.author-paged-1 {} /* paged author archives (i.e. body.author-paged-4) for page 4 */
body.category {} /* category page */
	body.category-1 {} /* individual category page (i.e. body.category-6) */
	body.category-paged-1 {} /* replace the number to the corresponding page number */
body.tag {} /* tag page */
	body.tag-slug {} /* individual tag page (i.e. body.tag-news) */
	body.tag-paged-1 {} /* replace the number to the corresponding page number */
body.page-template {} /* custom page template page */
	body.page-template-page-php {} /* individual page template (i.e. body.page-template-contact-php */
	body.page-paged-1 {} /* replace the number to the corresponding page number */
	body.page-parent {}
	body.page-child {}
	body.parent-pageid-1 {} /* replace the number to the corresponding page number */
body.logged-in {} /* if user is logged in */
body.paged {} /* paged items like search results or archives */
	body.paged-1 {} /* individual paged (i.e. body.paged-3) */
	
/* new browser classes */
body.browser-lynx {} /* lynx browsers */
body.browser-gecko {} /* firefox browsers */
body.browser-opera {} /* opera browsers */
body.browser-ns4 {} /* ns4 browsers */
body.browser-safari {} /* safari browsers */
body.browser-chrome {} /* chrome browsers */
body.browser-ie {} /* ie browsers ( aka dinosaurs) */
body.browser-iphone {} /* iphones (expirimental, best to use Media Queries) */

/******************************************************************
SEARCH BOX
******************************************************************/

#search-box-wrap {
	background-color: #9dbb41;
	height: 50px;
	margin-left: -33px;
	margin-right: -33px;
	display: none;
}

#search-box {
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
	max-width: 1044px;
}

#search-box #searchform {
	float: right;
	margin-top: 10px;
}

#search-box #searchform label {
	display: none;
}

#search-box #s {
	height: 30px;
	font-size: 1.2em;
	background: url(library/images/icon-search.png) no-repeat 7px 7px #fff;
	padding: 5px 7px 5px 30px;
	border: 0;
	box-shadow: 3px 3px 10px #d0d0d0 inset;
	min-width: 400px;
	outline: none;
	margin-right: -4px;
}

#search-box #searchform input[type=submit] {
	height: 30px;
	background-color: #2b2b2b;
	font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	padding: 3px 10px;
}



#search-box #close-x {
	float: right;
	width: 23px;
	height: 23px;
	background-color: #2b2b2b;
	font-family: "Passion One", "Arial Black", Gadget, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 21px;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 20px;
	cursor: pointer;
}

/******************************************************************
SOCIAL MEDIA BUTTONS STYLES
******************************************************************/

#social-media {
	text-align: center;
	float: right;
	padding-top: 5px;
}
	#social-media a,
	#search-icon {
		background-color: #9dbb41;
		width: 34px;
		height: 33px;
		display: inline-block;
		margin-left: 5px;
		margin-bottom: 8px;
		text-indent: -9999px;
		outline: none;
		box-shadow: 2px 2px #f0f0f0;
		background-repeat: no-repeat;
		background-position: center center;
		vertical-align: top;
	}
	
		
	
	#social-media a.social-fb {
		background-image: url(library/images/icon-fb.png);
	}
	
	#social-media a.social-tw {
		background-image: url(library/images/icon-tw.png);
	}
	
	#social-media a.social-gp {
		background-image: url(library/images/icon-gp.png);
	}
	
	#social-media a.social-pi {
		background-image: url(library/images/icon-pi.png);
	}
	
	#social-media a.social-li {
		background-image: url(library/images/icon-li.png);
	}
	
	#social-media a.social-yt {
		background-image: url(library/images/icon-yt.png);
	}
	
	#search-icon {
		background-image: url(library/images/icon-search-w.png);
		cursor: pointer;
	}



/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1, .h1 {
	font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
}
h2, .h2 {
	font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h3, .h3 {}
h4, .h4 {}
h5, .h5 {}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {}

/******************************************************************
HEADER SYTLES
******************************************************************/

header[role=banner] {
	position: relative;
}
	#inner-header {
		padding-top: 25px; 
		padding-bottom: 15px;
	}

	#site-heading { 
		margin-bottom: 10px;
		width: 60%;
		float: left;
	}
	
	#site-logo img {
		max-width: 100%;
	}
	
	#site-title {
		margin-bottom: .2em;
		font-family: "Passion One", "Arial Black", Gadget, sans-serif;
		font-size: 48px;
		font-weight: bold;
		line-height: 0.9em;
		text-shadow: 2px 2px #f0f0f0;
		text-transform: uppercase;
	}
	
	#site-title a { 
		color: #9dbb41; 
		text-decoration: none;
		outline: none;
	}
	
	#site-description {
		font-size: 1.2em;
		margin-right: 300px;
		color: gold;
	}

header[role=banner] #searchform {
		position: absolute;
		right: 0px;
		top: 25px;
	}
	
	header[role=banner] #searchform label,
	header[role=banner] #searchform input[type=submit]{
		display: none;
	}
	
	header[role=banner] #s {
		font-size: 1.3em;
		background: url(library/images/icon-search.png) no-repeat 7px 10px #fff;
		padding: 7px 10px 7px 30px;
		border-radius: 12px;
		border: 1px solid #fff;
		box-shadow: 3px 3px 5px #777 inset;
		min-width: 270px;
		outline: none;
	}
	
	#headerimg { 
		width: 100%;
		margin-bottom: 20px; 
	}
	
	#headerimg img {
		width: 100%;
		height: auto;
		border: 10px solid #fff; 
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
.entry-header { 
	margin-bottom: 25px;
}

.entry-title { 
	font-size: 1.5em;
	font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
	.entry-title a {}
		.entry-title a:hover {}
	body.page .entry-title, 
	body.single .entry-title, 
	.not-found .entry-title { 
		font-size: 2.5em
	}
		body.page .entry-title,
		.not-found .entry-title {
			margin-bottom: 10px;
		}
	
.page-header { 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 0; 
	margin-bottom: 30px;
}
	.page-title {
		text-shadow: 2px 2px #f0f0f0;
		margin-bottom: 10px;
	}

/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/
nav[role=navigation] {}
	nav[role=navigation] div.menu { 
		background: #2b2b2b; 
	}
	
	nav[role=navigation] ul.menu { 
		display: block;
	}
		nav[role=navigation] .menu ul li {}
			nav[role=navigation] .menu ul li a, 
			nav[role=navigation] .menu #menu-icon { 
				padding: 10px 20px;
				color: #fff;
				font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
				font-size: 14px;
				text-transform: uppercase;
				text-shadow: 1px 1px #000;
			}
			
			nav[role=navigation] .menu #menu-icon {
				cursor: pointer;
				display: none;
			}
			
				nav[role=navigation] .menu ul li a:hover {
					color: #9dbb41;
				}
				
				nav[role=navigation] .menu ul li:first-child a {

				}
				
		nav[role=navigation] .menu ul li.current-menu-item a, 
		.nav ul li.current_page_item a, 
		nav[role=navigation] .menu ul li.current_page_item a {
			color: #9dbb41;
		}
		
			nav[role=navigation] .menu ul.sub-menu li.current-menu-item a, 
			.nav ul.sub-menu li.current_page_item a, 
			nav[role=navigation] .menu ul.sub-menu li.current_page_item a,
			nav[role=navigation] .menu ul  li.current-page-parent ul.sub-menu li a,
			nav[role=navigation] .menu ul  li.current-menu-item ul.sub-menu li a,
			nav[role=navigation] .menu ul  li.current_page_parent ul.children li a,
			nav[role=navigation] .menu ul  li.current_page_item ul.children li a,  
			.nav ul li.current_page_item ul.sub-menu li a, 
			nav[role=navigation] .menu ul li.current_page_item ul.sub-menu li a {
				background: none;
			}
				
				nav[role=navigation] .menu ul.sub-menu li.current-menu-item a:hover, 
				.nav ul.sub-menu li.current_page_item a:hover, 
				nav[role=navigation] .menu ul.sub-menu li.current_page_item a:hover,
				nav[role=navigation] .menu ul li.current-page-parent ul.sub-menu li a:hover,
				nav[role=navigation] .menu ul li.current-menu-item ul.sub-menu li a:hover,
				nav[role=navigation] .menu ul li.current_page_parent ul.children li a:hover,
				nav[role=navigation] .menu ul li.current_page_item ul.children li a:hover,  
				.nav ul li.current_page_item ul.sub-menu li a:hover, 
				nav[role=navigation] .menu ul li.current_page_item ul.sub-menu li a:hover {
					background: #f5f5f5;
				}
		
		
		nav[role=navigation] .menu ul li ul.sub-menu, 
		nav[role=navigation] .menu ul li ul.children {
			background: #fafafa;
			box-shadow: 1px 1px 3px #aaa;
		}
		
		nav[role=navigation] .menu ul li ul.sub-menu li, 
		nav[role=navigation] .menu ul li ul.children li {
			border-bottom: 1px solid #f0f0f0;
			width: 200px;
		}
		
		nav[role=navigation] .menu ul li ul.sub-menu li a, 
		nav[role=navigation] .menu ul li ul.children li a {
			font-size: 0.9em;
			color: #555; 
		}
		
		nav[role=navigation] .menu ul li ul.sub-menu li:first-child, 
		nav[role=navigation] .menu ul li ul.children li:first-child {
			
		}
		
		nav[role=navigation] .menu ul li ul.sub-menu li:first-child a, 
		nav[role=navigation] .menu ul li ul.children li:first-child a {
			
		}
			nav[role=navigation] .menu ul li ul li a { 
				color: #555; 
				text-shadow: 0px 0px; 
			}
				nav[role=navigation] .menu ul li ul li a:hover { 
					background: #f5f5f5; 
					color: #555; 
				}
			nav[role=navigation] .menu ul li ul li:last-child a {}
			nav[role=navigation] .menu ul li:hover ul {}
				nav[role=navigation] .menu ul li ul li ul.sub-menu, 
				nav[role=navigation] .menu ul li ul li ul.children {
					margin-top: -40px;
				}
					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu,
					nav[role=navigation] .menu ul li ul li:hover ul.children {
						
					}
					


/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#content {
	background: #fff;
}

	#main { 
		 /* adds bg to post area */

	}
		#main #searchform {
			margin-bottom: 1.5em;
		}
	
	body.page-template-full-width-php #main,
	body.page-template-full-width-page-php #main {}
	body.attachment #main {}
	
		article[id*=post-] {
			padding-left: 0;
			padding-right: 0;
		}
			#post-boxes-wrap {
				margin-left: -1%;
				margin-right: -1%;
				padding-top: 2em;
			}
			
			article[id*=post-].post-box {
				height: 150px;
				position: relative;
				background: #2b2b2b;
				color: #fff;
				margin: 0 1% 1.8em 1%;
				padding: 14px;
				color: #fff;
				text-shadow: 1px 1px #000;
				width: 20.15%; 
				display: inline; 
				float: left;
				position: relative;
				overflow: hidden;
				text-shadow: 1px 1px #000;
			}
				article[id*=post-].post-box .entry-meta {
					margin-bottom: 4px;
					font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
					font-style: normal;
					font-size: 11px;
				}
				
					article[id*=post-].post-box .entry-header {
						margin-bottom: 7px;
					}
						article[id*=post-].post-box.format-aside .entry-header {
							display: block;
						}
					
					article[id*=post-].post-box .entry-meta a {
						color: #fff;
						text-decoration: none;	
					}
					
					article[id*=post-].post-box .entry-title {
						font-size: 1.2em;	
					}
						
						
						article[id*=post-].post-box.format-aside .entry-title {
							display: none;
						}
					
					article[id*=post-].post-box .entry-content {
						font-size: 11px;
						line-height: 1.2em;
					}
						article[id*=post-].post-box.format-aside .entry-content {
							border-left: 0;
							padding: 0;
						}
						
					.go-button {
						text-align: center;
					}
						
					.go-button a,
					.go-button a:visited {
						position: absolute;
						background-color: #9dbb41;
						width: 20px;
						height: 20px;
						right: 8px;
						bottom: 8px;
						display: block;
						font-size: 7px;
						line-height: 20px;
						color: #fff;
						text-decoration: none;
						text-shadow: none;
					}
					
					.post-box-img {
						position: absolute;
						width: 100%;
						left: 0;
						top: 0;	
					}
					
						.post-box-img img {
							width: auto;
							min-width: 100%;
							height: auto;
							min-height: 180px;
							cursor: default;
						}
							
							
				article[id*=post-].single-pad,
				#comments {
					border-left: 1px dotted #d2d2d2;
					margin-left: 172px;
					padding-left: 25px;
					padding-top: 0;
					margin-top: 2.2em;
				}
					article[id*=post-].single-pad {
						margin-bottom: 2.2em;
						padding-bottom: 0;
					}
					
					.single-meta,
					#comments-title {
						float: left;
						width: 172px;
						box-sizing: border-box;
						-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
						margin: 0;
						padding-right: 25px;
						text-align: right;
						font-size: 11px;
						font-family: Georgia, "Times New Roman", Times, serif;
						font-style: italic;
						color: #858585;	
					}
						.single-meta a {
							font-family: Arial, Helvetica, sans-serif;
							font-style: normal;
							font-weight: bold;
						}
							
							
						#comments-title h3,
						#comments-title-mobile {
							font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
							font-weight: normal;
							font-size: 18px;
							font-style: normal;
							text-transform: uppercase;
							margin-bottom: 5px;
							margin-top: 5px;
							color: #2b2b2b;
						}
							#comments-title-mobile {
								display: none;
								margin-bottom: 25px;
							}
						
					.mobile-meta {
						display: none;
						font-size: 11px;
					}
			
			
		
		article[id=post-not-found] h1 {}
	
		/* want to style individual post classes? Booya! */
		.post-id {} /* post by id (i.e. post-3) */
		.post {} /* general post style */
		.page {} /* general article on a page style */
		.attachment {} /* general style on an attatchment */
		.sticky {} /* sticky post style */
		.hentry {} /* hentry class */
		.category-slug {} /* style by category (i.e. category-videos) */
		.tag-slug {} /* style by tag (i.e. tag-news) */
	
		/* post meta */
		.entry-meta {
			margin: 0 0 1.5em 0;
			font-size: 11px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			color: #858585;
		}
			.entry-meta a {
				font-family: Arial, Helvetica, sans-serif;
				font-style: normal;
				font-weight: bold;
			}
			.meta time {}
			
		/* post content */
		.post_content { 
			overflow: hidden;

		}
			
			
			.post_content ul, 
			.post_content ol, 
			.post_content table, 
			.post_content dl {}
			
			.post_content ul, 
			.post_content ol {}
			
			.post_content ol {
				list-style: none; /* Remove default numbering */
				*list-style: decimal; /* Keep using default numbering for IE6/7 */
				counter-reset: my-counter;
			}
				.post_content ol li {
					list-style-type: none;
					position: relative;
					padding-left: 15px;
				}
				
				.post_content ol li:before {
					content: counter(my-counter) ".";
					counter-increment: my-counter;
					position: absolute;
					left: 0;
					top: 1px;
					color: #9dbb41;
					font-family: "Passion One", "Arial Black", Gadget, sans-serif;
					font-weight: 400;
					font-size: 13px;
					text-align: center;
					
				}

			.post_content ul li {
				list-style: none;
				position: relative;
				padding-left: 12px;
			}
				.post_content ul li:before {
					content: "\2022";
					position: absolute;
					left: 0;
					top: 0;
					color: #9dbb41;
					font-family: "Passion One", "Arial Black", Gadget, sans-serif;
					font-weight: 400;
					font-size: 14px;
				}
				
			.post_content ol li {}
			
			.post_content blockquote {}
			.post_content blockquote:before {
				font-family: "Passion One", "Arial Black", Gadget, sans-serif;
				font-weight: 400;
				font-style: normal;
				
			} /* this adds the quote before the blockquote */
			
			.post_content dl {}
			.post_content dt {}
			.post_content dd {}
			
			.post_content img {}
			.post_content video {}
			.post_content object {}
			
			.post_content pre { 
				overflow: auto;
				background: #f5f5f5;
				border: 1px solid #f0f0f0;
				border-left: 3px solid #9dbb41;
				padding-left: 20px;
			}
			
			.wp-caption {}
			.wp-caption img {}
			.wp-caption p.wp-caption-text {}

			
		article[id*=post-] footer {}
		
		article[id*=post-] footer a {}
		
		.more-link {
			
		}
		
		.edit-link { 

		}
		
/******************************************************************
GALLERY STYLES
******************************************************************/
.commentlist li.comment article[id*="comment-"] dt, 
.post_content dt {
	margin-top: 0;
}

.commentlist li.comment article[id*="comment-"] dl, 
.post_content dl {
	margin: 0 0 10px;
}

.commentlist li.comment article[id*="comment-"] img, 
.post_content img {
	margin-bottom: 5px;
}

.commentlist li.comment article[id*="comment-"] dd, 
.post_content dd {
	margin-top: 1px;
}

.gallery dl {}
.gallery dt { 
	border-bottom: 0;
}
.gallery dd {}
.gallery dl a {}
.gallery dl img { 
	max-width: 75%; 
	padding: 2px; 
}
	img.attachment-thumbnail { 
		border: 0 
	}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/******************************************************************
POST FORMAT STYLES
******************************************************************/
	/* Aside Posts */
	.format-aside .entry-header {
		display: none;
	}
	.single .format-aside .entry-header {
		display: block;
	}
	.format-aside .entry-content,
	.format-aside .entry-summary {
		padding-top: 0;
		font-style: italic; 
		line-height: 1.6em;
		margin: 1.5em 2.2em 2.5em 0;
		padding-left: 2.2em;
		padding-top: 0;
		border-left: 3px solid #f3f3f3;
	}
	.single .format-aside .entry-content,
	.single .format-aside .entry-summary {
		padding-top: 0;
	}
	
	
	/* Image Posts */
	.format-image .entry-header {
		display: none;
	}
	.single .format-image .entry-header {
		display: block;
	}
	.format-image .entry-content,
	.format-image .entry-summary {
		padding-top: 1em;
	}
	.single .format-image .entry-content,
	.single .format-image .entry-summary {
		padding-top: 0;
	}
	
/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/
	.pagination {
		font-family: "Fjalla One", Verdana, Geneva, sans-serif;
		text-transform: uppercase;
		clear: both;
		padding: 10px 0;
		position: relative;
		font-size: 11px;
		line-height: 13px;
		margin: auto;
		text-align: center;
	}
		 
	.pagination span, .pagination a, .pagination a:visited {
		display: inline-block;
		margin: 2px 2px 2px 0;
		padding: 6px 9px 5px 9px;
		text-decoration: none;
		width: auto;
		color: #fff;
		background-color: #2b2b2b;
	}
		 
	.pagination a:hover {
		background-color: #9dbb41;
	}
		 
	.pagination .current {
		padding: 6px 9px 5px 9px;
		background-color: #9dbb41;
	}
	
	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link {}
			.wp-prev-next .next-link {}
			
/******************************************************************
PAGE LINK STYLES
******************************************************************/

.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}

.wp-prev-next .prev-link, 
.nav-previous, 
.previous-image { 
	float: left; 
	margin: 10px 0; 
}

.wp-prev-next .next-link, 
.nav-next, 
.next-image { 
	float: right; 
	margin: 10px 0; 
}
		
#image-navigation, 
#comment-nav-below, 
#comment-nav-above, 
#nav-above, 
#nav-below { 
	display: block; 
	overflow: hidden; 
	margin: 0 0 30px 0;
	font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
}
	#nav-below {
		margin: 0;
	}

#comment-nav-above a, 
#comment-nav-below a, 
#nav-above a, 
#nav-below a, 
#image-navigation a {}

	#comment-nav-above a:hover, 
	#comment-nav-below a:hover, 
	#nav-above a:hover, 
	#nav-below a:hover, 
	#image-navigation a:hover {}
			
/******************************************************************
COMMENT STYLES
******************************************************************/
#comments {
	position: relative;
}

#comments-title {
	line-height: normal;
	margin-top: 2.2em;
}
	#comments span {} /* number of comments span */
.comment-nav {}
	.comment-nav ul {}
		.comment-nav ul li {}
		
.commentlist {
	margin: 0 0 20px 0;
}
body.page-template-full-width-php .commentlist {}

	.commentlist li.comment {
		padding-top: 0;
	}
	
		.commentlist footer.comment-head {
		  
	  	}
	
	.commentlist li.pingback {
		margin-bottom: 50px;
		margin-left: 5px;
		text-transform: uppercase;
		font-family: "Passion One", "Arial Black", Gadget, sans-serif;
		font-weight: 400;
		font-size: 16px;
		text-transform: uppercase;
		color: #a0a0a0;
	}
		.commentlist li.pingback a {
			text-transform: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
		}
	
	.commentlist li.comment article[id*=comment-] {
		margin-bottom: 20px;
	}
	
	.commentlist #respond {
		margin-left: 0;
		margin-right: 0;
		padding-top: 24px;
	}
		.commentlist #respond label {
			margin-left: 0;
		}
		
		
		.commentlist #respond #reply-title {
			position: none;
			left: auto;
			width: auto;
			text-align: left;
			font-size: 0;
		}
			.commentlist #respond #cancel-comment-reply-link {
				font-size: 14px;
				margin-top: -24px;
			}
		
		.commentlist #respond #author, 
		.commentlist #respond #email, 
		.commentlist #respond #url, 
		.commentlist #respond #comment {
			
		}
	
		.commentlist li[class*=depth-] {}
			.commentlist li.depth-1 {}
			.commentlist li.depth-2 {}
			.commentlist li.depth-3 {}
			.commentlist li.depth-4 {}
			.commentlist li.depth-5 {}
				.commentlist li.comment ul.children li {}
				.commentlist li.comment ul.children li.alt {}
				.commentlist li.comment ul.children li.byuser {}
				.commentlist li.comment ul.children li.comment {}
				.commentlist li.comment ul.children li.depth-1 {} /* change number for different depth */
				.commentlist li.comment ul.children li.bypostauthor {}
				.commentlist li.comment ul.children li.comment-author-admin {}
				.commentlist li.comment ul.children .alt {}
				.commentlist li.comment ul.children .odd {}
				.commentlist li.comment ul.children .even {}
			.commentlist .alt {}
			.commentlist .odd {}
			.commentlist .even {}
			.commentlist .parent {}
			.commentlist .comment {}
			.commentlist .children {}
			.commentlist .pingback {}
			.commentlist .bypostauthor {
				
			}
			.commentlist .comment-author {}
			.commentlist .comment-author-admin {}
			
				
				
			.commentlist .thread-alt {}
			.commentlist .thread-odd {}
			.commentlist .thread-even {}	
			.commentlist .vcard {
				
			}
				.commentlist .vcard cite.fn {
					font-family: "Passion One", "Arial Black", Gadget, sans-serif;
					font-weight: 400;
					font-size: 16px;
					text-transform: uppercase;
					padding-left: 0;
					color: #a0a0a0;
				}
				
					.commentlist .vcard cite.fn a {
						color: #9dbb41;
						text-decoration: none;
					}
						.commentlist .vcard cite.fn a:hover {
							text-decoration: underline;
						}
					
					.commentlist .bypostauthor > article > footer > .vcard cite.fn {
						color: #9dbb41;
					}
					.commentlist .bypostauthor > article > footer > .vcard cite.fn:after { 
						content: " (Author)";
						font-family: Verdana, Geneva, sans-serif;
						font-size: 10px;
						font-weight: normal;
						font-style: italic;
						text-transform: none;
					}
						
				.commentlist .vcard time {}
					.commentlist .vcard time a {}
						.commentlist .vcard time a:hover {}
				.commentlist .vcard img.photo {}
				.commentlist .vcard img.avatar {
					top: 0;
				}
				.commentlist .vcard cite.fn a.url {}
			.commentlist .comment-meta {} 
				.commentlist .comment-meta a {
					text-decoration: none; 
					padding: 2px 0;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 11px;
					font-style: italic;
					color: #858585;
				}
					.commentlist .comment-meta a:hover {
						color: #9dbb41;
					}
					
					.commentlist .comment-meta .bsep {
						padding: 0 5px;
					}
			.commentlist .commentmetadata {}
				.commentlist .commentmetadata a {}
			.commentlist li.comment .comment-content {
				font-size: 12px;
				line-height: 1.3em;
				padding-top: 12px;
			}
				.commentlist li.comment .comment-content p {}
				.commentlist li.comment ul {}
				
				.commentlist .comment-reply-link,
				.commentlist .comment-reply-login {
					font-weight: bold;
				}
				
					.commentlist a.comment-reply-link:hover {}
					
					.nocomments { 
						padding: 15px; 
						text-align: center; 
					}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/

#respond-form {}
body.page-template-full-width-php #respond-form {}

#respond {}
#reply-title,
#respond p.logged-in-as,
#respond p.comment-notes {
	position: absolute;
	left: -172px;
	margin-bottom: 5px;
	width: 172px;
	padding-right: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
}
	#reply-title {
		font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 18px;
		font-style: normal;
		text-transform: uppercase;
	}
	
	#respond p.logged-in-as,
	#respond p.comment-notes {
		margin-top: 24px;
		font-size: 11px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		line-height: 16px;
		color: #858585;	
	}
	
#respond label {
	display: inline-block;
	font-size: 16px;
	min-width: 90px;
	font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #a0a0a0;
}
	#respond label[for=author],
	#respond label[for=email] {
		min-width: 86px;
	}
	
#respond p {
	margin-bottom: 1em;
}
#respond p.form-submit {
	margin-left: 90px;
	margin-bottom: 1.2em;
}
#respond p.form-allowed-tags {
	font-size: 0.8em;
	display: none;
}
#respond .required {
	margin-left: -14px;
	padding-right: 5px;
	color: #f00;
}
#respond .required:first-child {
	margin-left:0;
}

#respond .comment-notes {
	font-size: 12px;
}
	#respond #comment-form-title {}
		#respond #cancel-comment-reply-link { 
			float: right; 
		}
			#respond #cancel-comment-reply-link a {}
	#respond #commentform {}
		#respond .comments-logged-in-as {}
		#respond #comment-form-elements {}
			#comment-form-elements li {}
				#respond #comment-form-elements label {}
				
				#respond #author, 
				#respond #email, 
				#respond #url, 
				#respond #comment {
					background: #f7f7f7;
					border: 1px solid #e8e8e8;
					box-shadow: 1px 1px 2px #e8e8e8 inset;
				}
					#respond #author:focus, 
					#respond #email:focus, 
					#respond #url:focus, 
					#respond #comment:focus {
						
					}

				
				#respond input[type=text] {}
			#respond #allowed_tags {}
				#respond #comment {}
				#respond #submit {
					background-color: #9dbb41;
					font-family: "Passion One", "Arial Black", Gadget, sans-serif;
					font-weight: 400;
					font-size: 16px;
					text-transform: uppercase;
					border: 0;
					color: #fff;
					padding: 3px 15px;
					text-shadow: none;
					box-shadow: 2px 2px #f0f0f0;
				}

/******************************************************************
SIDEBARS & ASIDES
******************************************************************/

#sidebar {
	background: #2b2b2b;
	margin-top: 2.2em;
	margin-left: -33px;
	margin-right: -33px;
	padding-left: 33px;
	padding-top: 1px;
	border-top: 2px solid #9dbb41;
}

	#sidebar .widget {
		margin: 2em 0;
		padding-right: 2em;
		color: #fff;
		text-shadow: 1px 1px #000;
	}
		#sidebar .widget {
			width: 22.2%; 
			display: inline; 
			float: left;
			position: relative;
			border: 0;
		}
		#sidebar .widget a {
			color: #fff;
			text-decoration: none;
		}
		
		#sidebar .widget a:hover {
			text-decoration: underline;
		}
		
		#sidebar .widget li, 
		#meta.widget aside a {
			border-top: 1px dotted #5b5b5b;
			margin-bottom: 0;
			padding: 7px 0;
		}
			#sidebar .widget li:last-child {
				border-bottom: 1px dotted #5b5b5b;
			}
			
			#sidebar .widget ul.sub-menu li {
				
			}
		
			#sidebar .widget ul.sub-menu li:last-child,
			#sidebar .widget ul.children li:last-child {
				border-bottom: 0;
			}
		
		#sidebar .widget li a {}
		
		#sidebar .widget-title {
			font-family: "Fjalla One", "Arial Narrow", Arial, Helvetica, sans-serif;
			font-size: 16px;
			text-transform: uppercase;
			color: #9dbb41;
		}
		
			.post_content .widget-title {}

	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}
	
	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}
	
	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}
	
	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	
	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}
	
	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a { padding: 3px; }
	.widget_tag_cloud a:after { content: ","; }
	.widget_tag_cloud a:before {}
	.tagcloud {}
	
	/* calendar widget */
	.widget_calendar {}
	#wp-calendar {
		text-align: center;
		width: 95%;
		margin: auto;
	}
	#calendar_wrap { padding: 15px 0; }
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption { 
		font-size: 18px; 
		font-weight: bold; 
		margin-bottom: 12px; 
		text-transform: uppercase;
	}
	
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}
	
	/* category widget */
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {} 
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}
	
	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}
	
	/* search widget */
	#searchform {}
	.widget_search {}
	.widget_search #s { 
		width: 60%; 
	}
	.screen-reader-text {}
	
	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}
	
/******************************************************************
IMAGE STYLES
******************************************************************/
.post_content img { margin-top: .75em }

.left img, 
img.left, 
img.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1em;
	margin-top: .75em;
}

.right img, 
img.right, 
img.alignright {
	margin-left: 1.5em;
	margin-bottom: 1em;
	margin-top: .75em;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

/* Notices */
.post .notice {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */

.entry-attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.imgthumb img {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 5px;
	border: 1px solid #999;
}

/******************************************************************
FOOTER STYLES
******************************************************************/

footer[role=contentinfo] {
	padding: 1.2em 0;
	background: #000;
	margin-left: -33px;
	margin-right: -33px;
	font-family: "Fjalla One", Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	text-transform: uppercase;
}

	.attribution {
		float: none;
		text-align: center;
	}
	
	#site-generator {
		color: #fff;
		text-align: center;
	}
	
	#site-generator a {
		text-decoration: none;
	}
	
	#site-generator a:hover {
		text-decoration: underline;
	}
	
	#site-generator .sep {
		padding: 0 10px;
	}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/******************************************************************
jQuery SLIDER STYLES
******************************************************************/
#loading {
	background: url(library/images/loading.gif) no-repeat center center;
	width: 100%;
	height: auto;
	min-height: 290px;
}

#slide-wrap {
	position: relative;
	margin-left: -33px;
	margin-right: -33px;
	padding-left: 33px;
	padding-right: 33px;
	padding-bottom: 2em;
}

.cycle-slideshow {
	width: 100%;
	height: 290px;
	overflow: hidden;
	display: none;
}

.slides {
	position: relative;
	background-color: #f0f0f0;
	width: 100%;
	height: 290px;
	overflow: hidden;
}
	.slides .slide-thumb {
		position: relative;	
	}
	
	.slides .slide-thumb img {
		width: auto;
		min-width: 100%;
		height: auto;
	}
	
	.slides .slide-noimg {
		font-family: "Fjalla One", Verdana, Geneva, sans-serif;
		font-size: 20px;
		font-weight: 400;
		position: absolute;
		left: 30px;
		top: 30px;
		text-transform: uppercase;
		color: #d0d0d0;
	}
	
	.slides .slide-content {
		position: absolute;
		width: 60%;
		right: 30px;
		bottom: 30px;
		background: url(library/images/trans.png);
		padding: 15px 20px;
		color: #fff;
	}
	
	.slides .slide-title {
		font-family: "Fjalla One", Verdana, Geneva, sans-serif;
		font-size: 26px;
		font-weight: 400;
		color: #9dbb41;
		text-shadow: 1px 1px #000;
		text-transform: uppercase;
	}
		.slides .slide-title a {
			text-decoration: none;
		}
	
#sliderprev,
#slidernext {
	text-align: center;
	position: absolute;
	top: 34%;
	display: none;
	text-decoration: none;
	background-color: #2b2b2b;
	font-size: 20px;
	width: 67px;
	height: 67px;
	line-height: 67px;
	z-index: 100;
}

	#sliderprev {
		left: -20px;
	}
	
	#slidernext {
		right: -20px;
	}

.grnbar {
	background-color: #9dbb41;
	height: 2px;
	overflow: hidden;
}

.colortxt {
	color: #9dbb41;
}
	
	
/******************************************************************
MEDIA QUERIES & DEVICE STYLES
Developed by: Andy Clarke & the 320 & Up Extension
URL: http://stuffandnonsense.co.uk/projects/320andup/
******************************************************************/

@media only screen and (max-width: 1104px) {
	#sidebar .widget {
		width: 22.1%; 
	}
	
	article[id*=post-].post-box {
		width: 20%;
	}
}

@media only screen and (max-width: 1036px) {
	#sidebar .widget {
		width: 22%; 
	}
	
	article[id*=post-].post-box {
		width: 19.8%;
		height: 130px;
	}
}

@media only screen and (max-width: 976px) {
	#sidebar .widget {
		width: 21.8%; 
	}
	
	article[id*=post-].post-box {
		width: 27.9%;
	}
}

@media only screen and (max-width: 924px) {
	#sidebar .widget {
		width: 21.5%; 
	}
	
	article[id*=post-].post-box {
		width: 27.3%;
	}
}


@media only screen and (max-width: 824px) {
	#site-title {
		margin-right: 0;
	}

	#site-description {
		margin-right: 0;
	}
	
	#access, div.menu { 
		position: relative; 
	}
	
	div.menu ul li { 
		list-style-type: none; 
		float: none; 
	}
	
	nav[role=navigation] ul.menu, div.menu ul {
		background: #f5f5f5;
		position: absolute;
		top: 41px;
		z-index: 9999;
		display: none;
		box-shadow: 1px 1px 1px #000;
	}
	
	nav[role=navigation] .menu #menu-icon { 
		display: block;
		width: 80px; 
	}
	
	header[role=banner] #searchform  { 
		top: 6px; 
		right: 10px;
	}
	
	.menu ul li:hover ul { 
		left: -9999em; 
	}
		
	header[role=banner] #s {
		font-size: 1em;
		background: url(library/images/icon-search.png) no-repeat 5px 4px #fff;
		padding: 4px 5px 4px 26px;
		border-radius: 7px;
		border: 1px solid #fff;
		box-shadow: 3px 3px 5px #777 inset;
		min-width: 150px;
	}
	
	nav[role=navigation] .menu ul li {
		border-bottom: 1px solid #eaeaea;
	}
	
	nav[role=navigation] .menu ul li a  { 
		color: #555;
		background: none;
		border-radius: 0;
		box-shadow: none;
		text-shadow: none;
	}
	
	nav[role=navigation] .menu ul li a:hover,	
	nav[role=navigation] .menu ul li.current-menu-item a, 
	.nav ul li.current_page_item a, 
	nav[role=navigation] .menu ul li.current_page_item a {
		background: #f2f2f2;
	}
	
	nav[role=navigation] ul.sub-menu li, 
	nav[role=navigation] ul.children li {
		display: none;
	}
	
	#main.col620 {
		width: 100%;
		display: block;
	}
	
	#sidebar .widget {
		width: auto;
		display: block; 
		float: none;
		clear: both;
		margin: 2em 0;
	}
	
	article[id*=post-].post-box {
		width: 27%;
	}
	
	#search-box  #s {
		min-width: 300px;	
	}
	
	.slides .slide-content {
		width: 100%;
		right: 0;
		bottom: 0;
	}
	
	#site-heading { 
		width: 50%;
	}
	
	#site-heading { 
		width: 100%;
		float: none;
		text-align: center;
	}
	
	#social-media {
		padding-top: 0;
		text-align: center;
		margin: auto;
		float: none;
	}
	
	article[id*=post-].single-pad,
	#comments {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
		margin-top: 2.2em;
	}
	
	.mobile-meta {
		display: block;
	}
	
	.single-meta,
	#comments-title {
		display: none;
	}
	
	#comments-title-mobile {
		display: block;
	}
	
	#reply-title,
	#respond p.logged-in-as,
	#respond p.comment-notes {
		position: relative;
		left: auto;
		width: auto;
		padding-right: 25px;
		text-align: left;
	}
		#reply-title {
			margin-bottom: 0;
		}
		#respond p.logged-in-as,
		#respond p.comment-notes {
			margin-bottom: 20px;
			margin-top: 0;
		}
		.commentlist #respond #reply-title {
			text-align: left;
			font-size: 18px;
		}
		
		.commentlist #respond #cancel-comment-reply-link {
			margin-top: 0;
		}
		
	#sidebar .widget {
		margin: 2em 0 3.2em 0;
	}

}

@media only screen and (min-width: 824px) {
	nav[role=navigation] ul.menu, 
	div.menu ul { 
		display:block !important;
	}
}

@media only screen and (max-width: 746px) {
	
	article[id*=post-].post-box {
		width: 43%;
	}
}

@media only screen and (max-width: 667px) {
	
	#slide-wrap {
		display: none;
	}
	
	article[id*=post-].post-box {
		width: 42.5%;
	}
}

@media only screen and (max-width: 624px) {
	
	article[id*=post-].post-box {
		width: 42.2%;
	}
	
	#respond #author, 
	#respond #email, 
	#respond #url, 
	#respond #comment,
	#respond input[type=text] {
		width: 75%;
	}
}

@media only screen and (max-width: 586px) {
	
	article[id*=post-].post-box {
		width: 41.1%;
	}
	
	#search-box  #s {
		min-width: 300px;	
	}
}

@media only screen and (max-width: 496px) {
	
	article[id*=post-].post-box {
		width: 40%;
		margin-right: 0;
	}
	
	#search-box  #s {
		min-width: 200px;	
	}
	
	#respond #author, 
	#respond #email, 
	#respond #url, 
	#respond #comment,
	#respond input[type=text] {
		width: 100%;
	}
}

@media only screen and (max-width: 346px) {
	
	article[id*=post-].post-box {
		width: 85%;
		margin-right: 0;
	}
	
	#search-box  #s {
		min-width: 130px;
		max-width: 130px;	
	}
}

/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

@media print { }

