/*
Theme Name: MGG
Theme URI: 
Author: Star St.Germain
Author URI: http://thisisstar.com
Description: A custom theme for Melissa Gira Grant
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://weloveiconfonts.com/api/?family=zocial);

/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}

/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/
html, body, #wrapper { height: 100%; margin: 0; padding: 0; }

body {
	font-family: "freight-sans-pro",sans-serif;
font-style: normal;
font-weight: 400;
background-image: none!important;
}

	body > #wrapper {
		height: auto;
		min-height: 100%;	
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(211,203,203,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(211,203,203,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(211,203,203,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(211,203,203,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(211,203,203,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(211,203,203,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6d3cbcb',GradientType=0 ); /* IE6-9 */

	}

#container,
#inner-header,
#search-box,
#site-generator { 
	width: 96%;
	margin: 0 auto;
	max-width: 960px; /* remove or edit to adjust width */
}
	#site-generator { 
		width: inherit;
		float: right;
	}
	
	/* 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: 47.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: 0%; 
		margin-right: 2%; 
		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: #000;
	text-decoration: none;
}
a:hover {}
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: #6fc2f6; 
	color: #fff; 
	text-shadow : none; 
}

/* Firefox */
::-moz-selection { 
	background: #6fc2f6; 
	color: #fff; 
	text-shadow : none; 
}

/* The Rest of em */
::selection { 
	background: #6fc2f6; 
	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) */


/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1, .h1 {}
h2, .h2 {}
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] {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 100;
	opacity:0.8;
	top: 0;
}
	
	#search-box {
		position: relative;
		display: none;
		vertical-align: middle;
	}
		#search-box #searchform {
			float: right;
			padding-top: 7px;
			padding-bottom: 7px;
		}
		
		#search-box #searchform label {
			display: none;
		}
		
		#search-box #searchform input[type=submit],
		#main #searchform input[type=submit] {
			background: #343434;
			height: 32px;
			padding: 4px 20px 8px 20px;
			color: #fff;
			border-top: 1px solid #5f5f5f;
			border-left: 1px solid #5f5f5f;
			border-bottom: 1px solid #000;
			border-right: 1px solid #000;
			text-align: center;
			text-transform: uppercase;
		}
		
			#main #searchform input[type=submit] {
				border-radius: 0;
				height: 28px;
				padding: 2px 12px 3px 12px;
			}
		
		#search-box #s {
			background: url(library/images/icon-search.png) no-repeat 5px 7px #fff;
			font-size: 1.2em;
			padding: 5px 7px 5px 27px;
			min-width: 460px;
			outline: none;
			margin-right: 5px;
			margin-top: 1px;
		}
		
		#search-box #close-x {
			float: right;
			background: #343434;
			width: 23px;
			height: 23px;
			color: #fff;
			border-top: 1px solid #5f5f5f;
			border-left: 1px solid #5f5f5f;
			border-bottom: 1px solid #000;
			border-right: 1px solid #000;
			text-align: center;
			line-height: 19px;
			margin-top: 12px;
			margin-left: 20px;
			cursor: pointer;
		}
		
			#search-box #searchform input[type=submit]:hover,
			#search-box #close-x:hover {
				background: #444;
			}
	
	#inner-header {

	}

	#search-icon {
		float: right;
		margin-top: 7px;
		width: 30px;
		height: 30px;
		background: url(library/images/icon-search-white.png) no-repeat center center;
		cursor: pointer;
	}

	#site-heading { 
		float: left;
		width: 25%;
		margin-left: 20px;
		min-height: 35px; 
		padding-top: 7px; 
		margin-bottom: 7px;
		word-wrap: break-word;
	}
	
	#site-title {
		text-transform: uppercase;
		margin-bottom: .2em;
		text-shadow: -1px -1px #000;
	}
	
	#site-title a { 
		color: #fff; 
		text-decoration: none;
	}
	
	#site-description {
		font-size: 1.2em;
		color: #ff0;
	}

	#headerimg { 
		border: 10px solid #fff; 
		margin-bottom: 20px; 
	}
	
	#headerimg img {
		width: 100%;
		height: auto;
		margin-bottom: -6px;
	}
	
.entry-header { 
	margin-bottom: 30px;
}

.entry-title { 
	font-size: 1.5em;
font-family: "estilo-pro",sans-serif;
font-style: normal;
font-weight: 400;
}

h1, h2, h3 {
font-family: "estilo-pro",sans-serif;
font-style: normal;
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: 30px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
.page-header { 
	margin: 0 0 10px 0;
	text-align: left;
	
}
	.page-title {
		font-size: 18px;
		font-weight: normal;
		text-transform: uppercase;
		text-shadow: 1px 1px #fff;
		letter-spacing: 1px;
		color: #000;
	}

/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/
nav[role=navigation] {
	width: 79%;
	float: left;
}
	nav[role=navigation] div.menu { 
		
	}
	
	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: 12px;
				color: #000;
				font-weight: 500;
				font-size: 12px;
				text-transform: uppercase;
				letter-spacing: 3px;
			}
			nav[role=navigation] .categoryMenu #cat-menu-icon { 
				padding: 12px;
				font-weight: 500;
				font-size: 12px;
				text-transform: uppercase;
				letter-spacing: 1px;
			}
			
			nav[role=navigation] .menu #menu-icon, nav[role=navigation] .categoryMenu #cat-menu-icon {
				cursor: pointer;
				display: none;
			}
			
				nav[role=navigation] .menu ul li a:hover {
					color: peach;
				}
				
				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 {
			
		}
		
			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 {
			padding: 7px 16px;
			font-size: 11px;
			font-weight: 400;
		}
		
		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: -35px;
				}
					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu,
					nav[role=navigation] .menu ul li ul li:hover ul.children {
						
					}
					







.categoryMenuContainer nav[role=navigation]{
width: 100%;
float:none;
}

	nav[role=navigation] div.categoryMenu { 
		
	}
	
	nav[role=navigation] ul.categoryMenu{ 
		display: block;
	}
		nav[role=navigation] .categoryMenu ul li {}
			nav[role=navigation] .categoryMenu ul li a, 
			nav[role=navigation] .categoryMenu #menu-icon { 
				padding: 7px 29px 7px;
				font-weight: 500;
				font-size: 12px;
				text-transform: uppercase;
				letter-spacing: 1px;
				color: #000;
			}
			
			nav[role=navigation] .categoryMenu #menu-icon {
				cursor: pointer;
				display: none;
			}
			
				nav[role=navigation] .categoryMenu ul li a:hover {
					color: peach;
				}
				
				nav[role=navigation] .categoryMenu ul li:first-child a {

				}
				
		nav[role=navigation] .categoryMenu ul li.current-menu-item a, 
		.nav ul li.current_page_item a, 
		nav[role=navigation] .categoryMenu ul li.current_page_item a {
			
		}
		
			nav[role=navigation] .categoryMenu ul.sub-menu li.current-menu-item a, 
			.nav ul.sub-menu li.current_page_item a, 
			nav[role=navigation] .categoryMenu ul.sub-menu li.current_page_item a,
			nav[role=navigation] .categoryMenu ul  li.current-page-parent ul.sub-menu li a,
			nav[role=navigation] .categoryMenu ul  li.current-menu-item ul.sub-menu li a,
			nav[role=navigation] .categoryMenu ul  li.current_page_parent ul.children li a,
			nav[role=navigation] .categoryMenu ul  li.current_page_item ul.children li a,  
			.nav ul li.current_page_item ul.sub-menu li a, 
			nav[role=navigation] .categoryMenu ul li.current_page_item ul.sub-menu li a {
				background: none;
			}
				
				nav[role=navigation] .categoryMenu ul.sub-menu li.current-menu-item a:hover, 
				.nav ul.sub-menu li.current_page_item a:hover, 
				nav[role=navigation] .categoryMenu ul.sub-menu li.current_page_item a:hover,
				nav[role=navigation] .categoryMenu ul li.current-page-parent ul.sub-menu li a:hover,
				nav[role=navigation] .categoryMenu ul li.current-menu-item ul.sub-menu li a:hover,
				nav[role=navigation] .categoryMenu ul li.current_page_parent ul.children li a:hover,
				nav[role=navigation] .categoryMenu 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] .categoryMenu ul li.current_page_item ul.sub-menu li a:hover {
					background: #f5f5f5;
				}
		
		
		nav[role=navigation] .categoryMenu ul li ul.sub-menu, 
		nav[role=navigation] .categoryMenu ul li ul.children {
			background: #000;
			box-shadow: 1px 1px 3px #aaa;
		}
		
		nav[role=navigation] .categoryMenu ul li ul.sub-menu li, 
		nav[role=navigation] .categoryMenu ul li ul.children li {
			border-bottom: 1px solid #f0f0f0;
			width: 200px;
		}
		
		nav[role=navigation] .categoryMenu ul li ul.sub-menu li a, 
		nav[role=navigation] .categoryMenu ul li ul.children li a {
			padding: 7px 16px;
			font-size: 11px;
			font-weight: 400;
		}
		
		nav[role=navigation] .categoryMenu ul li ul.sub-menu li:first-child, 
		nav[role=navigation] .categoryMenu ul li ul.children li:first-child {
			
		}
		
		nav[role=navigation] .categoryMenu ul li ul.sub-menu li:first-child a, 
		nav[role=navigation] .categoryMenu ul li ul.children li:first-child a {
			
		}
			nav[role=navigation] .categoryMenu ul li ul li a { 
				color: #fff; 
				text-shadow: 0px 0px; 
			}
				nav[role=navigation] .categoryMenu ul li ul li a:hover { 
					background: #f5f5f5; 
					color: #555; 
				}
			nav[role=navigation] .categoryMenu ul li ul li:last-child a {}
			nav[role=navigation] .categoryMenu ul li:hover ul {}
				nav[role=navigation] .categoryMenu ul li ul li ul.sub-menu, 
				nav[role=navigation] .categoryMenu ul li ul li ul.children {
					margin-top: -35px;
				}
					nav[role=navigation] .categoryMenu ul li ul li:hover ul.sub-menu,
					nav[role=navigation] .categoryMenu ul li ul li:hover ul.children {
						
					}			

			.categoryMenu ul.sub-menu li.current-menu-item a, 
			.nav ul.sub-menu li.current_page_item a, 
			.categoryMenu ul.sub-menu li.current_page_item a,
			.categoryMenu ul  li.current-page-parent ul.sub-menu li a,
			.categoryMenu ul  li.current-menu-item ul.sub-menu li a,
			.categoryMenu ul  li.current_page_parent ul.children li a,
			.categoryMenu ul  li.current_page_item ul.children li a,  
			.nav ul li.current_page_item ul.sub-menu li a, 
			.categoryMenu ul li.current_page_item ul.sub-menu li a {
				background: none;
			}
				
				.categoryMenu ul.sub-menu li.current-menu-item a:hover, 
				.nav ul.sub-menu li.current_page_item a:hover, 
				.categoryMenu ul.sub-menu li.current_page_item a:hover,
				.categoryMenu ul li.current-page-parent ul.sub-menu li a:hover,
				.categoryMenu ul li.current-menu-item ul.sub-menu li a:hover,
				.categoryMenu ul li.current_page_parent ul.children li a:hover,
				.categoryMenu ul li.current_page_item ul.children li a:hover,  
				.nav ul li.current_page_item ul.sub-menu li a:hover, 
				.categoryMenu ul li.current_page_item ul.sub-menu li a:hover {
					background: #000;
				}
		
		
		.categoryMenu ul li ul.sub-menu, 
		.categoryMenu ul li ul.children {
			background: #000;
		}
		
		.categoryMenu ul li ul.sub-menu li, 
		.categoryMenu ul li ul.children li {
			border-bottom: 1px solid #f0f0f0;
			width: 200px;
		}
		
		.categoryMenu ul li ul.sub-menu li a, 
		.categoryMenu ul li ul.children li a {
			padding: 7px 16px;
			font-size: 11px;
			font-weight: 400;
		}
		
		.categoryMenu ul li ul.sub-menu li:first-child, 
		.categoryMenu ul li ul.children li:first-child {
			
		}
		
		.categoryMenu ul li ul.sub-menu li:first-child a, 
		.categoryMenu ul li ul.children li:first-child a {
			
		}
			.categoryMenu ul li ul li a { 
				color: #555; 
				text-shadow: 0px 0px; 
			}
				.categoryMenu ul li ul li a:hover { 
					background: #f5f5f5; 
					color: #555; 
				}
			.categoryMenu ul li ul li:last-child a {}
			.categoryMenu ul li:hover ul {}
				.categoryMenu ul li ul li ul.sub-menu, 
				.categoryMenu ul li ul li ul.children {
					margin-top: -35px;
				}
					.categoryMenu ul li ul li:hover ul.sub-menu,
					.categoryMenu ul li ul li:hover ul.children {
						
					}

#menu-icon {display: none;}
/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#content {
	position: relative;
}
.home #content {
	margin-top: 0;
}
.home section {
margin: 20px 0; 
}
	#main.col620 { 
		width: 70%;
		margin-right: 0;
	}
		
		#main {
			background: none;
			border-right: 1px solid #ccc;
			padding-top: 15px;

		}
		
		#main #searchform {
			margin-bottom: 1.5em;
		}
		
		#main #s {
			background: #fff;
			border: 1px solid #e3e3e3;
			box-shadow: 3px 3px 5px #f0f0f0 inset;
			padding:5px 7px;
			width: 300px;
			outline: none;
		}
	#main #featured h3 {
		text-transform: uppercase;
		font-weight: 200;
		letter-spacing: 1px;
	}
	#featured {
		padding-bottom: 32px;
	}
	
		#featured-latest.col480 {
			position: relative;
			background: url(library/images/no-image-big.jpg) no-repeat center center;
			height: 400px;
			margin-left: 0;
			width: 52%;
			overflow: hidden;
		}
		
		#featured-latest.col480 .circle-arrow {
			position: absolute;
			bottom: 10px;
			right: 10px;
			background: url(library/images/circle-arrow.png) no-repeat;
			width: 34px;
			height: 34px;
			z-index: 4;
			text-indent: -9999px;
			outline: none;
		}
			#featured-latest.col480 .circle-arrow a {
				display: block;
				width: 34px;
				height: 34px;
			}
			
			
		#featured-list.col480 {
			position: relative;
			height: 390px;
			margin-right: 0;
			width: 44%;
			overflow: hidden;
		}
		
			#featured-list h1 {
				line-height: 50px;
				color: #9a181c;
				height: 25px;
				background: white;
				margin-bottom: 20px;
				text-transform: uppercase;
			}
			
			
			li.featured-title {
				border-bottom: 1px solid #e1e1e1;
				
			}
				li.featured-title:last-child {
					border-bottom: 0;
				}
			
				li.featured-title a {
					display: block;	
					background: url(library/images/bullet.png) no-repeat right center;
					padding: 9px 15px 9px 0;
					text-decoration: none;
					font: bold 13px Arial, Helvetica, sans-serif;
					color: #000;
				}
					li.featured-title a:hover {
						color: #9a181c;
					}
					
					li.featured-title:last-child a {
						padding-bottom: 0;
					}

	
	
	
		#content .item-content,
		#content .featured-content {
			width: 100%;
			position: absolute;
			bottom: 0;
			word-wrap: break-word;
		}
	
			#content .item-content header,
			#content .featured-content header {
				position: relative;
				width: 100%;
				z-index: 3;
			}
				#content .item-content h2,
				#content .featured-content h2 {
					background: #fff;
					font-size: 1.3em;
				}
				.item-content h2 {
					opacity: 0;
				}
					#content .featured-content h2 {
						padding-right: 50px;
					}
					#content .item:hover > .item-content h2 {
  						opacity: 0.8;
					}
				
					#content .item-content h2 a,
					#content .featured-content h2 a {
						display: block;
						padding: 12px 15px;
					}
					
					#content .item-content .entry-title {
						border-bottom: 0;
						font-size: 1.3em;
					}
						
				
				#content .item-content header a,
				#content .featured-content header a {
					font-weight: 400;
					font-size: 15px;
					text-transform: uppercase;
					color: #000;	
				}
					#content .featured-content header a {
						font-size: 30px;
						line-height: 30px;
					}
					
					
				
		#content .item img,
		#featured-latest img {
			position: absolute;
			height: auto;
			min-height: 275px;
			min-width: 100%;
			z-index: 2;
			text-align: center;
		}
			#featured-latest img {
				min-height: 400px;
				min-width: 400px;
			}

		
		#content .item .item-cat {
			position: absolute;
			top: 0;
			z-index: 3;
			width: 100%;
			opacity: 0.7;
			background: #B3AEAE;
			padding: 0 1%;
		}
			.cat-links {
				display: inline-block;
				width:100%;
				margin-bottom: 5px;
			}
		
		.item-cat a {
			font-size: 11px;
			font-weight: 500;
			color: #000;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 2px;
		}
		article .item-cat a {
			color: #844545;
			letter-spacing: 2px;
		}
	
	body.page-template-full-width-php #main,
	body.page-template-full-width-page-php #main {}
	body.attachment #main {}
	
		body.page-template-full-width-php header[role=banner],
		body.page-template-full-width-page-php header[role=banner],
		body.attachment header[role=banner] {
			margin-bottom: 30px;
		}
	
		body.page-template-full-width-php #content:before,
		body.page-template-full-width-page-php #content:before,
		body.attachment #content:before {
			top: 20px;
		}
		
		body.page-template-full-width-php article[id*=post-],
		body.page-template-full-width-page-php article[id*=post-] {
			border-bottom: 1px solid #e3e3e3;
		}
	
		article[id*=post-] {
			padding: 1% 2% 1% 1%;
		}
		
		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 10px 0;
			font-size: 10px;
			font-style: normal;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		.entry-meta a {
			text-decoration: none;
			color: #ccc;
			font-weight: 200;
		}
		.postedOn {
			float: right;
		}
			.meta time {}
			
		/* post content */
		.post_content { overflow: hidden; color: #777;}
			
			
			.post_content ul, 
			.post_content ol, 
			.post_content table, 
			.post_content dl {}
			
			.post_content ul, 
			.post_content ol {}
			
			.post_content li {}
			.post_content ul li {}
			.post_content ol li {}
			
			blockquote { 
				font-family: "adobe-caslon-pro",serif;
				font-style: italic;
				font-weight: 400;
				color: #000;
				font-size: 20px;
				font-style: italic;
				line-height: 1.6em;
margin: 1% 0 1% 5%;
			}
			blockquote:before {font-family: Georgia, serif;
content: "“";
font-size: 2.75em;
text-indent: -.8em;
margin-top: .1em;
float: left;
opacity: .3;} /* this adds the quote before the blockquote */

.quote {
margin: 30px 0 80px;
clear: both;
}
			
			.post_content dl {}
			.post_content dt {}
			.post_content dd {}
			
			.post_content img {}
			.post_content video {}
			.post_content object {}
			
			.wp-caption {}
			.wp-caption img {}
			.wp-caption p.wp-caption-text {}

			
		article[id*=post-] footer {
			padding-top: 15px;
		}
		
		article[id*=post-] footer a {}
		
		.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: 1em;
	}
	.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 {
		clear: both;
		padding: 10px 0;
		position: relative;
		font-size: 11px;
		line-height: 13px;
		margin: auto;
		text-align: center;
	}
		 
	.pagination span, .pagination a {
		display: inline-block;
		margin: 2px 5px 2px 0;
		padding: 6px 9px 5px 9px;
		text-decoration: none;
		width: auto;
		color: #000;
		background: rgba(255, 234, 228, 1);
	}
		 
	.pagination a:hover {
		color: #fff;
		background: rgba(224, 140, 119, 0.9);
	}
		 
	.pagination .current {
		padding: 6px 9px 5px 9px;
		background: rgba(224, 140, 119, 0.9);
		color: #fff;
	}


	
	/* 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: 0; 
}

.wp-prev-next .next-link, 
.nav-next, 
.next-image { 
	padding-right: 12px;
	float: right; 
	margin: 0; 
}
		
#image-navigation, 
#comment-nav-below, 
#comment-nav-above, 
#nav-above, 
#nav-below { 
	display: block; 
	overflow: hidden; 
	margin: 0 0 1px 0;
	font-weight: 400;
	font-size: 10px;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	padding: 1%;
}

#comment-nav-above a, 
#comment-nav-below a, 
#nav-above a, 
#nav-below a, 
#image-navigation a {
	text-decoration: none;
	color: #844545;
	font-weight: 200;
	letter-spacing: 1px;
}

	#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 {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
#comments-title {
	margin: 10px 0 30px;
	font-weight: 400;
	text-transform: uppercase;
}/* h3 comment title */
	#comments span {} /* number of comments span */
.comment-nav {}
	.comment-nav ul {}
		.comment-nav ul li {}
		
.commentlist {}
body.page-template-full-width-php .commentlist {}

	.commentlist li.comment {
	background: #eee;
	padding: 0 15px 10px;
	}
	
		.commentlist footer.comment-head {
			font-size: 11px;
	  	}
	
	.commentlist li.pingback p {
		font-size: 12px;
	}
	
	.commentlist li.comment article[id*=comment-] {
		
	}
	
	.commentlist #respond {
		margin-top: 15px;
		margin-left: 0;
		margin-right: 0;
	}
		.commentlist #respond label {
			margin-left: 0;
		}
		
		.commentlist #respond #author, 
		.commentlist #respond #email, 
		.commentlist #respond #url, 
		.commentlist #respond #comment {
			
		}

		.commentlist .reply {
			padding: 0 5px;
			width: 41px;
		}
	
		.commentlist li[class*=depth-] {}
			.commentlist li.depth-1 {background: #eee}
			.commentlist li.depth-1 .reply {background: #fff}
			.commentlist li.depth-2 {background: #fff}
			.commentlist li.depth-2 .reply {background: #eee}
			.commentlist li.depth-3 {background: #eee}
			.commentlist li.depth-3 .reply {background: #fff}
			.commentlist li.depth-4 {background: #fff}
			.commentlist li.depth-4 .reply {background: #eee}
			.commentlist li.depth-5 {background: #eee}
			.commentlist li.depth-5 .reply {background: #fff}
				.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 .comment-author-admin cite.fn:after { 
					content: " (Author)";
					font-size: 0.75em;
					font-weight: normal;
					font-style: italic;
				}
			.commentlist .thread-alt {}
			.commentlist .thread-odd {}
			.commentlist .thread-even {}	
			.commentlist .vcard {}
				.commentlist cite.fn {
					font-style: normal;
					text-transform: uppercase;
					color: #844545;
					letter-spacing: 1px;
				}
					.commentlist cite.fn a {
						text-decoration: none;
					}
					
				.commentlist time {
					font-style: normal;
				}
					.commentlist time a {
						color: #000;
					}
						.commentlist time a:hover {
							text-decoration: underline;
						}
				.commentlist .vcard img.photo {}
				.commentlist .vcard img.avatar {}
				.commentlist cite.fn a.url {}
			.commentlist .comment-meta {} 
				.commentlist .comment-meta a {}
			.commentlist .commentmetadata {}
				.commentlist .commentmetadata a { font-weight: 200; }
			.commentlist li.comment .comment-content {
				font-size: 12px;
			}
				.commentlist li.comment .comment-content p {
					line-height: 1.3em;
				}
				
				.commentlist li.comment ul {}
				
				.commentlist .comment-reply-link,
				.commentlist .comment-reply-login {
					text-transform: uppercase;
					padding: 3px 0;
					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 {
	margin: 0;
	padding: 1%;
}

#reply-title {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
font-family: "estilo-pro";
}
#respond label {
	display: inline-block;
	font-size: 12px;
	min-width: 90px;
	text-transform: uppercase;
}
#respond p {
	margin-bottom: 1em;
}
#respond p.form-submit {
	text-align: left;
	margin-bottom: 1.2em;
	margin-left: 91px;
}
#respond p.form-allowed-tags {
	font-size: 0.8em;
	display: none;
}
#respond .required {
	margin-left: -15px;
	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; 
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
		}
			#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: #fff;
					border: 1px solid #e3e3e3;
				}
					#respond #author:focus, 
					#respond #email:focus, 
					#respond #url:focus, 
					#respond #comment:focus {
						
					}

				
				input[type=text] { }
			#respond #allowed_tags {}
				#respond #comment {}
				#respond #submit {
					height: 32px;
					padding: 8px 20px;
					font-size: 11px;
					color: #fff;
					background: #000;
					text-align: center;
					text-transform: uppercase;
					border: 0;
					letter-spacing: 1px;
				}
				
				
/******************************************************************
SOCIAL MEDIA BUTTONS STYLES
******************************************************************/

#social-media {
	text-align: center;
}
	#social-media a {
		width: 40px;
		height: 40px;
		float: left;
		display: block;
		margin-right: 3%;
		margin-bottom: 35px;
		text-indent: -9999px;
		outline: none;
		box-shadow: 0 0 3px #333;
	}
	
		#social-media a:last-child {
			margin-right: 0;
		}
	
	#social-media a.noteworthy-fb {
		background: url(library/images/icon-fb.png) no-repeat center center;
	}
	
	#social-media a.noteworthy-tw {
		background: url(library/images/icon-tw.png) no-repeat center center;
	}
	
	#social-media a.noteworthy-gp {
		background: url(library/images/icon-gp.png) no-repeat center center;
	}
	
	#social-media a.noteworthy-pi {
		background: url(library/images/icon-pi.png) no-repeat center center;
	}
	
	#social-media a.noteworthy-li {
		background: url(library/images/icon-li.png) no-repeat center center;
	}
	
	#social-media a.noteworthy-rs {
		background: url(library/images/icon-rs.png) no-repeat center center;
	}


/******************************************************************
SIDEBARS & ASIDES
******************************************************************/

#sidebar {
}

	#sidebar.col300 {
		width: 28.333%; 
		margin-left: 0;
			
	}

	#sidebar .widget {
		padding: 0 0 2em 0;
		margin: 1.3em 0;
	}
		#sidebar .widget a {
			color: #666;
			text-decoration: none;
		}
		
		#sidebar .widget a:hover {
			text-decoration: underline;
		}
		
		#sidebar .widget li, 
		#meta.widget aside a {
			display: block;	
			padding: 9px 15px 9px 0;
			text-decoration: none;
			color: #000;
			border-bottom: 1px solid #ccc;
			margin-bottom: 0;
		}
			#sidebar .widget ul.sub-menu li {
				
			}
		
			#sidebar .widget ul.sub-menu li:last-child {
				padding-bottom: 0;
				border-bottom: 0;
			}
		
		#sidebar .widget li a {}
		
		#sidebar .widget-title {
			color: #000;
			margin-bottom: 20px;
			text-transform: uppercase;
font-family: "estilo-pro",sans-serif;
font-style: normal;
font-weight: 400;
		}
		
			.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 {padding: 10px; float: right; white-space: nowrap;}
	#searchform input[type=submit] {
		margin-left: -9px;
		border: none;
		background: #fff url(/images/magnifyingGlass.jpg)no-repeat center center;
		text-indent: -999999px;
		width: 25px;
		overflow: hidden;

	}
	#searchform input[type=text]{
		border: none;
		text-transform: uppercase;
		line-height: 19px;
		font-size: 10px;
		color: #000;
		padding-left: 5px;
	}

	#searchform input[type=text]:focus { 
    outline: none; 
	}
	.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] {
	color: #ccc;
	position: relative;
	clear: both;
	z-index: 10;
	height: 50px;
	margin-top: -50px;
	border-top: 1px solid #ccc;
	max-width: 960px;
	margin: 0 auto;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
}

			
	.attribution {
		float: none;
		text-align: center;
	}
	
	#site-generator {
		color: #999;
		font-size: 7px;
		margin: 5px;
		text-align: center;
		font-weight: 400;
	}
	
	#site-generator a {
		color: #844545;
		text-decoration: none;
	}
	
	#site-generator a:hover {
		text-decoration: underline;
	}
	
	#site-generator .sep {
		padding: 0 10px;
	}

.sliderLogoContainer {
position: relative;
height: auto;
overflow: auto;
margin-bottom: 30px;
}

.logoContainer {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 90;
	top: 0;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(193,162,162,0.45) 0%, rgba(113,130,145,0.45) 100%); /* FF3.6+ */
background: -moz-linear-gradient(top,  rgba(193,162,162,0.54) 0%, rgba(113,130,145,0.45) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,162,162,0.54)), color-stop(100%,rgba(113,130,145,0.45))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(193,162,162,0.54) 0%,rgba(113,130,145,0.45) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(193,162,162,0.54) 0%,rgba(113,130,145,0.45) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(193,162,162,0.54) 0%,rgba(113,130,145,0.45) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(193,162,162,0.54) 0%,rgba(113,130,145,0.45) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac1a2a2', endColorstr='#73718291',GradientType=0 ); /* IE6-9 */

text-align: center;
pointer-events:none;
}

.logoContainer img {
width: 70%;
position:relative;
top: 40%;
max-width: 750px;
}

.logoContainer h2 {
	font-family: "Adobe-caslon-pro", serif;
	font-style: italic;
	text-transform: none;
	margin: 25px 0 50px;
	font-size: 30px;
}

.categoryMenu {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	max-width: 960px;
	margin: 30px auto;
	width: 96%;
}
.categoryMenu a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
.categoryMenu li{
	float: left;
}
.clear {
	clear: both;
}

/* 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);
}
.red {
	color: #844545;	
}
	
.slider {
	overflow: hidden;
}

.slider a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 200;
	letter-spacing: 1px;
}
.slider .cat-links {
	font-size: 10px;
}
.sliderTitle, .itemCatSlider {
	text-align: center;
}
.sliderTitle {
	margin-top: 5px;
}
.wooslider {
	box-shadow: none;
	border-radius: 0;
}
.flexcarousel .slides img, .flexslider .slides img {
	height: auto;
width: 100%;
}
.flex-control-paging li a, .wooslider-control-paging li a {
	box-shadow: none;
	background: rgba(255, 234, 228, 1);
	width: 9px;
	height: 9px;
}
.flex-control-paging li a.flex-active, .wooslider-control-paging li a.wooslider-active {
	background: rgba(224, 140, 119, 0.9);
}

.responsive-slider.flexslider .flex-control-nav {
	z-index: 95;
}

footer .access {
float: left;
}

footer .access a {
	font-weight: 200;
	font-size: 10px;
	margin: 5px;
}
footer .children {
	display: none;
}
.footerAdWidget {
	text-align: center;
}
.footerAdWidget .widget {
	margin: 0;
	padding: 0;
}
.slideshowContainer {
max-width: 960px;
margin:0 auto;
}
#homeSlider {
width:100%;
height: auto;
max-width: 900px;
margin: 0 auto;
}
.maxWidth {
max-width: 960px;
margin: 0 auto;
}

.workContainer .workCategory {
width: 32%;
min-height: 380px;
}


.workCategory.bioImage {
width: 32%;
min-height: none;
background: none;
padding: 0;
}

.workCategory.bioDescription {
width: 66%;
font-family: "Adobe-caslon-pro", serif;
font-size: 18px;
line-height: 35px;
min-height: 313px;
background: none;
}

.workCategory.bioDescription img {
max-width: 200px;
margin: 0 auto;
}

.workContainer .workCategory:nth-of-type(2), .workCategory:nth-of-type(4), .workCategory:nth-of-type(5), .workCategory:nth-of-type(7), .workCategory:nth-of-type(8), .workCategory:nth-of-type(10), .workCategory:nth-of-type(11) {
margin: 1% 2% 1% 0;
} 

.workCategory {
float: left;
width: 49%;
margin: 1% 0;
background:rgba(255, 255, 255, 0.55);
padding: 2%;
min-height: 190px;
}

.workCategory:first-of-type {
margin: 1% 2% 1% 0;
} 

#workTemplate .workCategory {
min-height: 317px;
}
.workCategory img {width: 100%; 
height: auto;}

.workCategory li {
list-style-type: none;
}

.workCategory h3 {
margin: 2% 0 1%;
color: #844545;
}

.workCategory a {
color: #844545;
}

.workCategory h5 {
font-family: "freight-sans-pro",sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
}

.responsive-slider.flexslider {
margin-bottom: 0;
}

.responsive-slider.flexslider .slides {
max-height: 500px;
overflow: hidden;
}

hr {
border: 0;
border-top: 1px solid #ccc;
margin: 35px 0;
}

#container {
margin: 20px auto;
}

.testimonialsContainer .author {
	font-family: "freight-sans-pro",sans-serif;
font-style: normal;
font-weight: 400;
	text-transform: uppercase;
	float: right;
	letter-spacing: 2px;
	font-weight: 800;
}

.testimonialsContainer .author:before {
content:"— ";
}

.testimonialsContainer .author .title {
text-transform: none;
font-style: italic;
font-family: "Adobe-caslon-pro", serif;
}

.testimonialsContainer .author .title:before {
content:"| ";
}

.responsive-slider.flexslider .slide-title a {
display:none;
}

.readMore { 
text-transform: uppercase; 
font-family: "freight-sans-pro", sans-serif; 
text-align: right;
font-size: 10px;
font-weight: 300;
color: #844545;
}
.readMore a {
border-bottom: 1px solid #878787;
color: #878787;
font-family: "estilo-pro";
letter-spacing: 1px;
font-weight: 300;
}
.social {
text-align: center;
margin-top: 15px;
}
.social span {
margin: 0 1%;
}
.social a {
color: #E1DEDE;
}

li.event {
list-style-type: none!important;
min-height: 75px;
}

ul.event-list-view, ul.single-event-view {
margin: 1.5em 0 5em 0!important;
}

#widget-collapscat-2-top li.collapsing.categories .sym {
cursor: pointer;
font-size: 0.8em!important;
font-family: "freight-sans-pro";
padding-right: 5px;
color: #844545;
}

#sidebar .widget li ul li {
border: none;
}

#widget-collapscat-2-top li.collapsing.categories {
padding: 10px 0 10px 5%!important;
text-indent: -1em;
}

.page-template-full-width-page-php #main {
border: none;
}

.single-tis_portfolio header .entry-meta {
display: none;
}

strong {
color: #844545;
}
/******************************************************************
MEDIA QUERIES & DEVICE STYLES
Developed by: Andy Clarke & the 320 & Up Extension
URL: http://stuffandnonsense.co.uk/projects/320andup/
******************************************************************/
@media screen and (max-width: 900px) {
	#site-title {
		margin-right: 0;
	}

	#site-description {
		margin-right: 0;
	}
	
	#access, div.menu, div.categoryMenu { 
		position: relative; 
	}
	
	div.menu ul li, div.categoryMenu ul li { 
		list-style-type: none; 
		float: none; 
	}
	
	nav[role="navigation"] {
		width: 35%;
	}
	
	nav[role=navigation] ul.menu, div.menu ul, nav[role=navigation] ul.categoryMenu, div.categoryMenu ul {
		background: #f5f5f5;
		position: absolute;
		top: 41px;
		z-index: 9999;
		display: none;
	}
	nav[role=navigation] ul.categoryMenu, div.categoryMenu ul {
		background: #000;
		position: absolute;
		top: 41px;
		z-index: 9999;
		display: none;
	}
	nav[role=navigation] .menu #menu-icon, nav[role=navigation] .categoryMenu #cat-menu-icon { 
		display: block;
		width: 80px; 
	}
	
	header[role=banner] #searchform  { 
		top: 6px; 
		right: 10px;
	}
	.menu ul li:hover ul, .categoryMenu ul li:hover ul { 
		left: -9999em; 
	}
		
	header[role=banner] #s {
		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;
	}
	
	nav[role=navigation] .categoryMenu ul li a { 
		color: #fff; 
		text-shadow: 0px 0px; 
	}

	nav[role=navigation] .categoryMenu ul li a:hover { 
		color: #666; 
		text-shadow: 0px 0px; 
	}

	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, 
	nav[role=navigation] .categoryMenu ul.children li {
		display: none;
	}
	
	#main {
		border-right: none;
	}

	#main.col620 {
		width: 100%;
		display: block;
		
	}
	
	#sidebar.col300 {
		float: none;
		display: block;
		width: 100%;
		clear: both;
		padding-top: 30px;
	}
	
	.widget {
		margin: 2.2em 30px 2.2em 20px;
		padding-left: 3em;
	}
	#site-generator {
		float: none;
	}
}
}

@media screen and (min-width: 900px) {
	nav[role=navigation] ul.menu, 
	div.menu ul
		display:block !important;
	}
}

@media screen and (max-width: 320px) and (min-width: 1px) {
	#content .item.col300 {
		width: 98.0%;
	}
}

@media screen and (max-width: 480px) {
	#site-title {
		font-size: 14px;
	}
	
	#search-box #searchform input[type=submit] {
		display: none;
	}
	
	#search-box #s {
		min-width: 100px;
	}
	
	nav[role=navigation] {
		width: 30%;
	}
	
	#site-heading {
		width: 40%;
		padding-top: 12px;
		min-height: 30px; 
	}
	
	#content .item.col300 {
		width: 100%;
	}
	.logoContainer img {
	width: 65%;
	}
	.slider a {
		font-size: calc(70%);
	}
	.item-content h2 {
		opacity: 0.8;
	}
	.footerAdWidget .widget img {
	width: 100%;
	}
	.workCategory, .workContainer .workCategory, .workCategory.bioDescription, .workCategory.bioImage, #workTemplate .workCategory {
		width: 98%;
	}
	.blogListContainer .workContainer {
	min-height: 0;
	}
	body > #wrapper {
	padding-top: 45px;
	}
	header[role=banner] {
		opacity: 1;
	}
}

@media screen and (max-width: 640px) and (min-width: 481px) {
	
	#site-title {
		font-size: 17px;
	}
	
	#content .item.col300 {
		width: 48.0%;
	}
	
	#search-box #s {
		min-width: 200px;
	}
	
	nav[role=navigation] {
		width: 40%;
	}
	
	#site-heading {
		width: 40%;
		padding-top: 10px;
		min-height: 32px;
	}
	.slider a {
		font-size: calc(70%);
	}
}

@media screen and (min-width: 640px) and (max-width: 825px) {

}

@media screen and (max-width: 800px) and (min-width: 1px) {
	#featured {
		background: none;
		height: auto;
	}
	
	#featured-latest.col480 {
		width: 100.0%;
	}
	
	#featured-list.col480 {
		width: 96.0%;
		padding-left: 2%;
	}
	
}

@media screen and (max-width: 1024px) and (min-width: 824px) {
	#content .item.col300 {
		width: 48.0%;
	}
	
	#search-box #s {
		min-width: 300px;
	}
	
	nav[role=navigation] {
		width: 60%;
	}
	
	#site-heading {
		width: 28%;
	}

}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
	nav[role=navigation] {
		width: 80%;
	}
}


@media screen and (max-width: 960px) and (min-width: 801px) {
	#social-media a {
		width: 30px;
		height: 30px;
		margin-right: 3%;
	}
	
	#social-media a[class*=noteworthy-] {
		background-size: 30px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 961px) {
	#social-media a {
		width: 32px;
		height: 32px;
		margin-right: 3%;
	}
	
	#social-media a[class*=noteworthy-] {
		background-size: 32px;
	}
}

@media screen and (max-width: 1152px) and (min-width: 1025px) {
	#social-media a {
		width: 36px;
		height: 36px;
		margin-right: 3%;
	}
	
	#social-media a[class*=noteworthy-] {
		background-size: 36px;
	}
}
/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

@media print { }