/*  
Theme Name: Goldest Egg - Clarity
Author: GHOSTONVACATION

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope-item { -webkit-transition-duration:0.8s; }

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

@font-face {
    font-family: 'Movie';
    src: url('fonts/sf_movie_poster_oblique-webfont.eot');
    src: url('fonts/sf_movie_poster_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sf_movie_poster_oblique-webfont.woff') format('woff'),
         url('fonts/sf_movie_poster_oblique-webfont.ttf') format('truetype'),
         url('fonts/sf_movie_poster_oblique-webfont.svg#sf_movie_posteroblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Black';
	src: url('fonts/608.eot');
	src: url('fonts/608.woff') format('woff'), url('fonts/608.ttf') format('truetype'), url('fonts/608.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.tweet { 
padding-bottom: 10px;
}

.tweet-by {
display: none;
}

.tweet-date {
font: normal 11px "arial";
color: #888;
}

.view-all-tweets {
clear: both;
}

.tweet-contents {
line-height: 16px;
}

.postmetadata {
}

.tweet {
padding: 10px;
background: #e7e7e7;
margin-bottom: 10px;
}

.fronttitle {
font: bold 25px/25px "Helvetica";
color: #000;
}

.fronttitle a {
font: bold 25px/25px "Helvetica";
color: #000;
}

.fronttitle a:hover {
color: #ae8220;
}

body {
	font-size: 12px;
	font-family: "Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	width:auto; height:auto;	
	padding: 0 0 0 0;
	margin: 0;
	color: #000;	
	background-color: #f3f2f2;
	border-top: 10px solid #ffd800;	
}

p {
	line-height: 1.7em;
	margin: 0 0 20px 0;	
}

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

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #ae8220;	
-webkit-transition: color .3s ease-in; /*safari and chrome */
 -o-transition: color .3s ease-in; /* opera */ti

}

a:hover {
	color: #000;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{	
	color: #000;	
font: "Arial Black";
	margin: 0 0 15px 0;
	font-weight: bold;
text-transform: uppercase;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }


blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-left: 5px solid #ffd800;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	

}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}





/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}


a.action {	
	font-style: italic;		
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 100%;
	margin: 0 auto;			
}

#main {
	width: 100%;	
	padding: 0 0 0 0;
	background: #fff;				
}

.home #main {	
	border: none;		
}

#main .wrap {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 0 0;		
}

.home #main .wrap {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 0 0;
			
}

.home.page #content {
	padding-top: 30px !important;
}

#main.full {
	background: none;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;	
	width: 720px;
}

#sidebar {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0 0 0 0;		
}

.home #sidebar {	
	padding: 30px 0 0 0;		
}

#footer {
	width: 100%;
	margin: 0 auto;	

}

.oneFourth {
	width: 220px;	
}

.oneThird {
	width: 280px;	
}

.threeFourth {
	width: 720px;	
}

.full {
	width: 970px;
}


/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	width: 100%;
	background: #fff;
	position: relative;
	padding: 0 0 0px 0;
}

#header .inside{	
	width: 970px;
	margin: 0 auto;	
	position: relative;
}

#header .top{	
	position: relative;
	padding: 30px 0 30px 0;	
}

#logo {		
	display: inline-block;	
	margin: 0px 0 0px 0px;
	font-size: 20px;
	font-weight: bold;
	float: left;	
	padding: 0;
}

#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;	
	font-size: 35px;	
	color: #575757;		
}

#header h1 {
	font-size: 35px;	
	padding: 0;
	color: #575757;	
	margin: 0;			
}

#header h1 a, #header h1 a:hover{	
	color: #575757!important;	
}


/* Top level navigation */

#mainNav {	
	font-size: 13px;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
	display: block;
	position: relative;		
text-transform: uppercase;
	font: bold 15px/15px "Arial";
	
}

#mainNav li{
	margin: 0 24px 0 0 ;	
	display: inline-block;		
	padding: 0;	
}

#mainNav ul a{
	line-height: 25px;	
	color: #000;
	padding: 10px 0 10px 0;		
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
}


#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
#mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #d29e25;
	
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
	text-decoration: none;
	color: #d29e25;	
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 0 0px !important;
	margin-top: -1px;
	background: #fff;

	-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);	
}

#mainNav ul ul ul {
	margin-top: -20px;	
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 15px !important;		
}

#mainNav ul ul li a {	
	font-size: 13px;
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
}

#mainNav ul li.sfHover ul a { color: #9b9b9b!important; }

#mainNav ul li.sfHover ul a:hover { color: #707070!important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display:		block;
	width: 100%;
	text-indent: 	-999em;
	overflow:		hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {
	
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}

/*Social Links------------------*/

#header #socialLinks {
	right: 5px;	
	position:absolute; top:50%; height:20px; margin-top:-10px;
}

#header #socialLinks a {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 0 0 0 20px;
	
}

#header #socialLinks a span {
	display: none;
}

#header #socialLinks a.dribbble {
	background:	transparent url(images/icon_dribbble.png) 0px 0 no-repeat;
}

#header #socialLinks a.twitter {
	background:	transparent url(images/icon_twitter.png) 0px 0 no-repeat;
	width: 28px;	
}

#header #socialLinks a.facebook {
	background:	transparent url(images/icon_facebook.png) center 0 no-repeat;
	width: 20px;	
}

#header #socialLinks a.rss {
	background:	transparent url(images/icon_rss.png) center 0 no-repeat;
	width: 20px;	
}



/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 20px 0px;
	padding: 0 0 0 0 !important;
	width: 720px;					
}

#content.full{	
	width: 970px;					
}

#content.thumbs {
	width: 990px;	
}

#content .post {
	margin: 0 10px 30px 0px;
	position: relative;
	padding-bottom: 15px;
	min-height: 245px;		
}

.search #content .post {
	min-height: 50px;		
}

.page #content .post {
	margin: 0 20px 0px 0px;
	border: none;
}

#content .post h1{
	font-size: 27px;	
}

.post .meta, .attachment .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;			
}

#homePosts {
	padding: 30px 0 0 0;
}

#content .post .inside {
	margin-right: 20px;
}

#content .post.lastPost {
	border-bottom: none;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #000 ;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{	
	color: #a7a7a3 ;		
}

#content .postThumb{
	margin: 0 0 20px 0 !important;
}

.moreLink {
	
}

#pageHead {		
	padding: 30px 0 30px 0;	
	margin: 0 0 30px 0;
	border-bottom: 1px solid #fdbe2d;		
}

#pageHead h1 {	
	font-size: 33px;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;	
	display: block;		
}

#pageHead p {	
	margin: 0!important;
	padding: 10px 0 0 0!important;	
	color: #b2b2b2;			
	line-height: 1em;
}

/*Portfolio Navigation------------------*/

#content #portfolioNav{
	padding: 0!important;
	margin: 0 0 20px 0!important;	
}

#content #portfolioNav li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 6px 6px 0;	
	display: block;
	float: left;	
}

#portfolioNav li a{
	font-size: 12px;	
	background: #f3f3f3;	
	display: inline-block;	
	text-decoration: none;
	position: relative;		
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
	color: #7d7d7d;	
}

#portfolioNav li a:hover {
	background: #6a6a6a;
	color: #fff;
}

#portfolioNav li.current-cat a {
	background: #12aee8;
	color: #fff;
}

/*Portfolio-----------------*/

.portfolio #sidebar {
	float: left;
}

.portfolio #content {
	float: right;
	padding: 30px 0 0 0;	
}

.portfolio #content #projects{
	width: 750px;
	margin-right: -30px;	
}

#filterNav {
	margin-bottom: 30px!important;
	display: block;	
}

.thumbs {
	-webkit-transition-duration:0.8s;
}

/*Projects------------------*/

#homeProjects {
	width: 720px;
	padding-top: 30px;	
}

#homeProjects.full{
	width: 1000px;	
}

#homeProjects.threeFourth{
	width: 750px;		
}

#recentProjects h3{	
	margin-bottom: 30px;
}

.tax-portfolio #content.full {
	width: 1000px;	
	float: none;
	margin-bottom: 0;
}

.tax-portfolio #content.full .thumbs{	
	width: 1000px !important;
}

#projects {	
	list-style: none;	
}

#content #projects li{
	padding: 0;
	background: none;		
}

#content .project.small{	
	width: 220px;
	display: block;	
	margin: 0 30px 30px 0;
	opacity: 0;
}

#content .project.small a{
	position: relative;
	overflow: hidden;
	display: block;		
	line-height: 1px;
}

#content .project.small a img{
	margin: 0 !important;	
}

#content .project.small a .title {
	display: block;
	display: none;
	background: transparent url(images/black_alpha_50.png); 
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;	
	padding: 0 0;
	font-size: 0.917em;		
	width: 100%;
	font-size: 11px;
	line-height: 1.1em;
}

#content .project.small a .title span{
	padding: 12px 17px 12px 17px;
	display: block;
}

#content .project.small.lightbox a .title span{	
	background: transparent url(images/lightbox_icon.png) right top no-repeat;
	padding-right: 40px;
	display: block;
	text-align: left;
}

.tax-portfolio .project.small {
	display: none;
}

.project .left {
	float: left;
	width: 220px;	
}

.project .right {
	float: right;
	width: 700px;	
	padding: 0px 0 0 0;			
}

.project .right .inside {
	margin-bottom: 30px;
}

.project .left h1{
	font-size: 20px;
	margin-bottom: 15px;
}

.single-projects #slideshow {
	margin-left: 0px;
	margin-bottom: 60px;
}

#content .portfolioList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

#filterNav .selected {
	color: #696969;
}

.single-projects #content {
	width: 960px;
}

.projectNav {
	margin: 0 0 30px 0;	
	padding-top: 0;	
}

.projectNav a{
	display: block !important;
	width: 35px;
	height: 19px;
	text-indent: -9999px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.projectNav div {
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 19px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.projectNav .next a{
	background: #6c6c6c url(images/project_nav_arrows.png) no-repeat;
	background-position: -36px 0;
}

.projectNav .next.inactive{
	background: #c2c2c2 url(images/project_nav_arrows.png) no-repeat;
	background-position: -36px 0;
}

.projectNav .previous a{
	background: #6c6c6c url(images/project_nav_arrows.png) no-repeat;
	background-position: 0 0;
}

.projectNav .previous.inactive{
	background: #c2c2c2 url(images/project_nav_arrows.png) no-repeat;
	background-position: 0 0;
}

.projectNav a:hover {	
	background-color: #ffd800;
}

.projectNav .portfolioHome{
	background: #6c6c6c url(images/grid_icon.png) no-repeat;
	width: 19px;
	height: 19px;
	display: block;	
	text-indent: -9999px;	
	float: left;
	margin-right: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;		
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#slideshow {	
	background: #fff;	
	position: relative;	
	z-index: 1;	
	margin: 0 auto;
	width: 100%;	
	padding: 30px 0 0 0;
	height: 300px;		
}

#slideshow .inside {
	width: 970px;
	margin: 0 auto;
}

#slideshow img {
	margin: 0 !important;
	padding: 0 !important;
}

#slideshow #slider a{	
	display: block;	
}

#sliders {
width: 970px;
height: 300px;
overflow: hidden;
clear: both;
margin: 0 auto;
}

#slideshow .slideImage {
	float: left;	
width: 720px;
height: 300px;
overflow: hidden;
}

#slideshow .slideText {
  	float: right;
	width: 220px;
	padding: 15px 0 0 0;	
	margin: 0 0 0 0;
}	

#slideshow .slide, #slideshow #slides{
	display: block;
	width: 100%;
}

#slideshowNav {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 10;	
}

#slideshowNav a {
	width: 13px;
	height: 13px;
	background: transparent url(images/slideshow_bullets.png) no-repeat;
	display: block;
	float: left;
	margin: 0 6px 0 0;
	cursor: pointer;
}

#slideshowNav a span {
	display: none;
}

#slideshowNav a:hover {
	background-position: -13px 0;
}

#slideshowNav a.activeSlide {
	background-position: -26px 0;
}

#slideshowNav a:focus { outline: none; }

/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/




/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	margin: 0 0 0 0;			
}

.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;	
}

#sidebar p {	
	margin-bottom: 12px;
}

#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

.homeWidgets {
	margin: 0;
	padding: 30px 0 0 0;
	border-bottom: 0px solid #e4e4e4;	
}

.homeWidgets .inside{
	margin: 0 0 0 -30px;	
}

.homeWidgets .widgetBox {
	float: left;
	margin: 0 0 10px 30px;
}

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	
}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {	
	font-style: italic;	
}

#sidebar ul, #footer ul, .homeWidgets ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li, .homeWidgets ul li{
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;	
	line-height: 1em;
	background: none;	
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}

/*Mini Feature------------------*/

.miniFeature32{		
	position: relative;
}

.miniFeature32 .icon{	
	position: absolute;
	left: 0px; top: -8px;	
}

.miniFeature32 h3{	
	padding: 0 0 0px 45px;
}


/*Search------------------*/

.widget_search {	
	display: inline-block;
	padding: 0 !important;	
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;	
	padding: 7px 10px 7px 10px !important;
	line-height: normal!important;	
	width: 195px;
	color: #9a9a9a;
	
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
	
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;	
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	font-size: 13px !important;
	margin-bottom: 2px;		
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	line-height: 1.1em;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 30px;
	border: none;
	display: block;		
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{
	background: #7a7a7a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

#sidebar .widget_tag_cloud a{
	background: #f3f3f3;
}

#footer .widget_tag_cloud a{
	background: #e5e5e5;
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitterBox{
	margin: 0 0 10px 0;
}

ul#twitter_update_list li{
	line-height: 1.4em !important;	
}

.twitterLink a{		
	font-style: italic;
}



/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
}




/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 30px 0 30px 0px;
	width: 700px;		
	padding: 30px 0 0 0;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm h3 {
	font-size: 19px;
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {
	font-size: 16px;
	margin: 0 0 0 80px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px 80px;	
	display: block;
	color: #a5a5a2;	
	font-style: italic;		
}

.comment p {	
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 690px;
	padding: 0 0 20px;	
	clear: both;	
	margin: 0 0 15px 0;	
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
	
	color: #456053;
	background: #ffbe2e;	
}

#footer .widgetBox h3{	
	color: #000;		
}

#footer .meta {
	color: #456053;	
}

#footer .main{	
	padding: 35px 0 0px 0;	
	margin: 0 0 0 0px;	
	width: 1000px;
	margin: 0 auto;	
}

.footerBox{
	margin: 0 15px 30px 15px;	
	float: left;
	position: relative;		
}

.footerBox p{			
	padding: 0;	
}

#footer a {
	color: #252a2c;	
}

#footer a:hover {
	color: #252a2c;	
}

#footer .secondary {		
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 30px;	
	background-color: #f3f2f2;
background: url(images/bottombg.jpg);

			
}

#footer .secondary .inside {
	width: 960px;
	margin: 0 auto;

}

#footer .secondary .left {
	float: left;
background: #fff;
padding: 20px;
}

#footer .secondary .right {
	float: right;
}

.button {
width: 80px;
	background: #fdbe2d no-repeat;
	text-align: center;
	padding: 10px;

	color: #000;
font-weight: none;
	border-style: none;
	border-width: 0;
cursor: pointer;
}

.email {
background: #e7e7e7 no-repeat;
	border-style: none;
	width: 200px;
margin-bottom: 5px;
	border-width: 0;
padding: 10px;
}

.slideImage img {
width: 720px;
}

#hatch {
width: 180px; 
height: 270px;
float: left;
margin-right: 10px;
margin-bottom: 10px;
background: #fdf099;
padding: 20px;
overflow: hidden;
text-align: center;
-webkit-transition: background .3s ease-in; /*safari and chrome */
 -o-transition: background .3s ease-in; /* opera */ti
}

#artistimage {
width: 180px;
height: 180px;
overflow: hidden;
}

#artistimage img {
width: 180px;

}

#artistname {
	color: #000;	
font: bold 15px/15px "Arial";
	margin: 15px 0 15px 0;
	
text-transform: uppercase;
}

#artistsocial {
clear: both;
}

#hatch:hover {
background: #febc00;
}




*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#main #slider1         { width: 970px; height: 300px; list-style: none; }

#sliderleft {
	width: 720px;
	height: 300px;
	float: left;
}

#sliderright {
float: right;
width: 250px;
padding-top: 50px;
}

#slider {
	width: 970px;
	height: 300px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
	
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-minimalist-square {
	margin: 0 auto;
	/* 30px right & left padding for the navigation arrows */
	padding: 0 0px;
}
/* slider window - top & bottom borders, default state */
.anythingSlider-minimalist-square .anythingWindow {
	border-top: 0px solid #333;
	
	border-bottom: 0px solid #333;
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-minimalist-square .anythingControls a {
	background-color: #333;
	color: #fff;
	border: #000 0px solid;
		display: none;
}
/* Navigation current button, default state */
.anythingSlider-minimalist-square .anythingControls a.cur,
.anythingSlider-minimalist-square .anythingControls a:hover {
	background-color: #777;
	display: none;
}

/* start-stop button, stopped, default state */
.anythingSlider-minimalist-square .anythingControls a.start-stop {
	background: #040;
	color: #ddd;
	/* top shadow */
	-moz-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5);
		display: none;
}
/* start-stop button, playing, default state */
.anythingSlider-minimalist-square .anythingControls a.start-stop.playing {
	background-color: #800;
	display: none;
		display: none;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-minimalist-square .anythingControls a.start-stop:hover,
.anythingSlider-minimalist-square .anythingControls a.start-stop.hover,
.anythingSlider-minimalist-square .anythingControls a.start-stop .anythingControls ul a:hover {
	color: #fff;
	/* clear top shadow */
	-moz-box-shadow: inset 0 0 0 #000000;
	-webkit-box-shadow: inset 0 0 0 #000000;
	box-shadow: inset 0 0 0 #000000;
		display: none;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-minimalist-square.activeSlider .anythingWindow {
	border-color: #164054;
}

/* Navigation buttons, active state */
.anythingSlider-minimalist-square.activeSlider .anythingControls a {
	background-color: #164054;
	color: #fff;
		display: none;
}
/* Navigation current button, active state */
.anythingSlider-minimalist-square.activeSlider .anythingControls a.cur,
.anythingSlider-minimalist-square.activeSlider .anythingControls a:hover {
	background-color: #fff;
	color: #000;
}

/* start-stop button, stopped, active state */
.anythingSlider-minimalist-square.activeSlider .anythingControls a.start-stop {
	background: #080;
	color: #fff;
		display: none;
}
/* start-stop button, playing, active state */
.anythingSlider-minimalist-square.activeSlider .anythingControls a.start-stop.playing {
	color: #fff;
	background: #f00;
		display: none;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-minimalist-square.activeSlider .start-stop:hover,
.anythingSlider-minimalist-square.activeSlider .start-stop.hover {
	color: #fff;
		display: none;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-minimalist-square .arrow {
	top: 50%;
	position: absolute;
	display: block;
}

.anythingSlider-minimalist-square .arrow a {
	display: block;
	width: 30px;
	height: 40px;
	margin: -20px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(../images/arrows-minimalist.png) no-repeat;
	display: none;
}

/* back arrow */
.anythingSlider-minimalist-square .back { left: 0; }
.anythingSlider-minimalist-square .back a { background-position: left bottom; }
.anythingSlider-minimalist-square .back a:hover,
.anythingSlider-minimalist-square .back a.hover { background-position: left top; }
/* forward arrow */
.anythingSlider-minimalist-square .forward { right: 0; }
.anythingSlider-minimalist-square .forward a { background-position: right bottom; }
.anythingSlider-minimalist-square .forward a:hover,
.anythingSlider-minimalist-square .forward a.hover { background-position: right top; }

/* Navigation Links */
.anythingSlider-minimalist-square .anythingControls {
	height: 15px; /* limit height, needed for IE9 of all things */
	outline: 0;
	display: none;
	float: right;
	position: absolute;
	bottom: 5px;
	right: 20px;
	margin: 0 45px;
	z-index: 100;
	opacity: 0.90;
	filter: alpha(opacity=90);
	display: none;
}

.anythingSlider-minimalist-square .anythingControls ul {
	margin: 0;
	padding: 0;
	float: left;
	display: none;
}
.anythingSlider-minimalist-square .anythingControls ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
.anythingSlider-minimalist-square .anythingControls ul a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	outline: 0;
}

.anythingSlider-minimalist-square .anythingControls span {
	display: block;
	visibility: hidden;
}

/* navigationSize window */
.anythingSlider-minimalist-square .anythingControls .anythingNavWindow {

	overflow: hidden;
	float: left;
}
/* navigationSize nav arrow positioning */
.anythingSlider-minimalist-square .anythingControls li.prev span,
.anythingSlider-minimalist-square .anythingControls li.next span {
	visibility: visible;
	position: relative;
	top: -6px; /* bring navigationSize text arrows into view */
}

/* Autoplay Start/Stop button */
.anythingSlider-minimalist-square .anythingControls .start-stop {
	margin: 3px;
	padding: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	text-align: center;
	text-decoration: none;
	z-index: 100;
	outline: 0;
}

/***********************
 IE8 AND OLDER STYLING
 ***********************/
/* Navigation Arrows */
.as-oldie .anythingSlider-minimalist-square .arrow {
	top: 45%;
}
.as-oldie .anythingSlider-minimalist-square .arrow a {
	margin: 0;
}

/***********************
COMMON SLIDER STYLING
***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
	apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}

/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

#page-wrap {
width: 970px;
height: 300px;
overflow: hidden;
}

#slider1 .panel4 { width: 100%; } /* With no specific size, it defaults to wrapper size; except in IE7, it needs a width defined, so set to 100% */

#slider1 .panel5 ul { width: 970px; margin: 0; }