body { 
	background: #fff; 
	background-image:url('images/bg_noise.gif');
	font-family: Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #555;
	font-weight: normal;
	font-size: 16px;
	text-align: center; 
}
* { padding: 0; margin: 0; }

/*---:[ global elements ]:---*/

@font-face {
    font-family: 'MuseoSlab500';
    src: url('Museo_Slab_500-webfont.eot');
    src: url('Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('Museo_Slab_500-webfont.woff') format('woff'),
         url('Museo_Slab_500-webfont.ttf') format('truetype'),
         url('Museo_Slab_500-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}

a { }

	a:visited { }

	a:hover { }

	a img { border: none; }

blockquote { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

abbr, acronym { border-bottom: 1px dotted #D9D9D9; text-transform: uppercase; cursor: help; }	

code { color: #090; font-family: Monaco, "Courier New", Courier, monospace; }

pre { width: 445px; margin: 0 0 1.5em 128px; overflow: auto; font-size: 1.3em; float: left; clear: both; }

* html pre { font-size: 1.0em; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

/*---:[ headlines ]:---*/

h1, h2, h3 { 
font-weight: normal; 
font-family: 'MuseoSlab500', cursive, Arial, sans-serif; 
color: #000;}

h1 { font-size: 2.0em; /*letter-spacing: -0.03em;*/ }

* html h1 { /*letter-spacing: -0.1em;*/ }

	#masthead h1 { padding: 0.2em 0.3em 0.8em; font-variant: small-caps; text-align: left; clear: both; }

	h1 a, h1 a:visited, h1 a:hover { color: #000; text-transform: none; text-decoration: none; }

h2 { font-size: 32px; font-variant: normal; letter-spacing:-1px}

	h2 a { 
	color:#2fc02f; 
	font-weight: normal; 
	text-decoration: none; 
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;	
	transition: color 0.2s ease-out;
	}


	h2 a:hover { color: #000; text-decoration: none; }

	.posts h2 { margin: 0 0 0.1em 0; line-height: 1.0em; }

	.pages h2, h2.page_header { margin: 0 0 0.3em 0; line-height: 1.0em; }

	h2.archive_head { margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important;}

	.h2 span a { text-align: right; }

h3 { font-size: 1.4em;}

	#masthead h3 { margin: 0 0 0.3em 0; padding: 0em 0.3em 0em 0.4em; font-variant: normal; font-weight: normal; font-size: 1.8em; color: #888; text-align: left; }

	.entry h3 { margin: 2.5em 0 0.5em 0; padding: 0 0 0 128px; }

	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }	

	h3.comments_headers { font-size: 1.6em; line-height: 1.8em;}

	h3.respond { font-size: 1.6em; line-height: 1.8em; margin: 0 0 0 300px;}

h4 { font: normal 1.2em Georgia, Times, serif; }

	h4 a, h4 a:visited { text-decoration: none; }

	h4 a:hover { color: #ffffff; text-decoration: none; }

h5 { font: normal 4em Georgia, Times, serif; }

	h4 a, h4 a:visited { text-decoration: none; }

	h4 a:hover { color: #ffffff; text-decoration: none; }

	.posts h4 { font-variant: normal; font-weight: bold; line-height: 1.6em; padding: 0.4em 0 1.0em 128px; }

		.posts h4.meta { text-align:right; font-variant: normal; font-weight: normal; padding: 0 0 0 0; }

	.pages h4 { font-size: 1.2em; line-height: 1.6em; margin: 0 0 4.0em 0; padding: 0.4em 0 0 0; clear: both; }


/*---:[ core layout elements ]:---*/

#mega-container{
width:1000px; 
margin: 0px auto 0 auto;

}
#side-nav {
	text-align:left;
	margin-top:15px;
	float:right;
	}
#side-nav li{
list-style-type: none; 
line-height: 13px;
}

#logo { 
background: url('images/DTTF-logo.png');
background-size: 100%;
width: 300px; 
height: 153px; 
float: left; }

#slickrflickr { width: 640; height: 190px;  //float:left;}

#flickrImageContainer { width: 640; height: 190px; overflow:hidden; position:relative;}

#flickrImage { }

#flickr_jpg{position:absolute; top:-30%;}

#flickr_title{
	top:-10px;
	left: 0px;
	opacity:0;
	position:absolute; 
	/* Fallback for web browsers that doesn't support RGBa */
	background-color: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background-color: rgba(255, 255, 255, 0.8);
	padding:5px 30px 5px 10px;
	color:#000;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;	
	transition: background-color 0.2s ease-out;
}

#flickr_icon {
	position:absolute;
	top:9px;
	width:16px;
	height:13px;
	}
	
#flickr_title #text{
	left: 20px;
	position:relative; 
	}

#flickr_title:hover{
	/* Fallback for web browsers that doesn't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.8);
	color:#fff;
}

#side-nav  a{
	//font-family: Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	display: inline-block;
	padding: 2px 5px 3px;
	margin-top: 2px;
	text-decoration: none;
	font-weight: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	font-size: 13px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;	
	transition: background-color 0.2s ease-out;
	background-color: #000;
	color:#fff;
	text-shadow: 0;
}

#side-nav  .button2 a{
	background-color: #aaa;
	color:#fff;
}

#side-nav   a:hover{
	background-color:#fff;
	color:#000;
	text-shadow:none;
}

#container { width: 940px; 
//margin: 0px auto 0 auto; }

	#content_box { padding: 48px 0 0 0; width: 940px; text-align: left; float: left; clear: both; }
	
	#content_box_category { padding: 0px 0 0 0; width: 940px; text-align: left; float: left; clear: both; }

		#content { width: 940px; padding: 0px 30px 0 0; float: left; }

                #content-nosidebar  { width: 940px; padding: 0px 30px 0 0; float: left; }

		* html #content { overflow: hidden; }

                * html #content-nosidebar { overflow: hidden; }

		#sidebar { width: 230px; float: left; }

		* html #sidebar { overflow: hidden; }

	#footer { width: 940px; padding: 1.0em 0; border-top: 2px solid #ccc; font: normal 0.8em Arial, Helvetica, sans-serif; float: left; clear: both; }

/*---:[ header styles ]:---*/

#masthead { width: 940px; border-top: 5px solid #000; /*height: 100px; background: url('images/logo.gif') no-repeat;*/ /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }

	/* #masthead a { display: block; width: 836px; height: 175px; } */ /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

ul#nav { width: 940px; list-style: none; margin: 0.5em 0 1.2em 0; padding: 0; background: #1D1D1D; float: left; clear: both; }

	ul#nav li { text-align: left; float: left; font: 1.4em Helvetica, Arial, sans-serif; font-variant: small-caps; width: 126px; border-right: 2px solid #FFF; display: block; }

	
		ul#nav li a, ul#nav li a:visited { display: block; padding: 0.4em 1.8em 1.5em 0.5em; color: #FFF; text-decoration: none; }

		ul#nav li a:hover { color: #FFF; background-color: #C3C3C3; text-decoration: none; }

		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #FFF; text-decoration: none; }

	ul#nav li.rss { padding: 0.5em 0 0.5em 0; border: none; float: right; }

		ul#nav li.rss a { margin: 0 15px 0 0; padding: 0 18px 0 0; background: url('images/icon_rss.gif') 100% 50% no-repeat; }	

#header_img { height: 163px; padding: 1px 0; border-top: solid 1px #000; border-bottom: 1px solid #000; float:left ; clear: both; }

	#header_img img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */

ul#post-navigation { width: 634px; list-style: none; margin: 0 0 2.3em 0; padding: 0; background: #C3C3C3; float: left; clear: both; }

	ul#post-navigation li { text-align: left; float: left; font: 1.3em; font-variant: small-caps; width: 126px; border-right: 2px solid #FFF; display: block; }

		ul#post-navigation li a, ul#post-navigation li a:visited { display: block; padding: 0.2em 1.8em 1em 0.5em; color: #000; text-decoration: none; }

		ul#post-navigation li a:hover { color: #FFF; background-color: #1D1D1D; text-decoration: none; }

	ul#post-navigation li.respond { width: 120px; float: right; }

		ul#post-navigation li.respond a { text-align: left; display: block; }		

/*---:[ content styles ]:---*/

.page_entry, .entry {
	margin: 0 0 0 0; 
	font-size: 16px; 
	color:#1a1a1a;
	line-height: 1.428em; 
	}

	.page_entry blockquote, .entry blockquote { font-size: 1.0em; margin: 0 0 0 130px; }

		.entry blockquote.right { width: 256px; color: #C3C3C3; font-style: italic !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #33CCFF; border-width: 3px 0; text-align: center; float: right; }

		.entry blockquote.left { width: 256px; color: #C3C3C3; font-style: italic !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 1280px !important; padding: 0.3em 0 !important; border: 3px double #C3C3C3; border-width: 3px 0; text-align: left; float: left; }

			.entry blockquote p, .entry blockquote.right p, .entry blockquote.left p { margin: 0 16px 16px 16px !important; line-height: 1.5em !important; }

	.page_entry  a, .page_entry-nosidebar-wtf p a, .entry a {

	text-decoration: underline;
	//border-bottom: 1px solid #2fc02f;
	//background: url('images/green-pixel.gif');
	//background-repeat:repeat-x;
	//background-position:top; 
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;	
	transition: color 0.2s ease-out;
	color:#000;
	text-shadow: 0;
	}

	.page_entry a:hover, .page_entry-nosidebar-wtf p a:hover, .entry a:hover { color:#2fc02f;}

	.page_entry a img, .entry a img{ text-decoration: none; background: #none; }
	

.page_entry-nosidebar-wtf img{ 
	margin:1em 0 0 0;  
	text-decoration: none; 
	background: #none;
}

.page_entry-nosidebar-wtf p {
	font-size:20px; 
	line-height:24px; 
	font-weight:normal;	
	//font-family: Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

	.entry p { margin: 0 16px 1.5em 0px; }

    .page_entry p { margin: 0 16px 1.5em 0px;}

	.page_entry ul, .page_entry ol, .entry ul, .entry ol { margin: 0 0 1.5em 30px; }

	.page_entry ul, .entry ul { list-style-type: square; }

		.page_entry li, .entry li { margin: 0 0 0.5em 0; }		

			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 32px; }

	.entry dl { margin: 0 0 1.5em 0; }

		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }

		.entry dd { margin: 0 0 1.5em 16px; }

	.entry .ad { margin: 0 0 0.5em 16px; float: right; clear: right; }

		.entry .ad_left { margin: 0 16px 0.5em 0; float: left; clear: left; }

	.page_entry img, .entry img { border-bottom:0px; margin-bottom: 0px; max-width: 640px; height: auto; width: expression(this.width > 500 ? 500: true); }
	

		.page_entry img.left, .entry img.left { padding: 3px; margin: 0 16px 0.5em 0; border: 3px double #C3C3C3; float: left; clear: left; }		

		.page_entry img.right, .entry img.right { padding: 3px; margin: 0 0 0.5em 16px; border: 3px double #C3C3C3; float: right; clear: right; }

		.page_entry img.center, .entry img.center { display: block; padding: 3px; margin: 6px auto 1.5em auto; border: 3px double #C3C3C3; float: none; }

		.entry img.off { padding: 0 !important; border: none !important; }

		.entry img.stack { clear: none !important; }
		
.post-footer{
	margin-top:20px;
	margin-bottom:50px;
	}
		
.author {
	font-size:13px;
	margin-right:10px;
}



.add_comment a{
	//font-family: Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	display: inline-block;
	padding: 2px 5px 3px;
	margin-top: 2px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	font-size: 13px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;	
	transition: background-color 0.2s ease-out;
	background-color: #2fc02f;
	color:#fff;
	text-shadow: 0;
}

/* creates triangle */
.add_comment a:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-7px;
	left:50%;
	width:0;
	border-width:0 5px 7px 0px;
	border-style:solid;
	border-color:#2fc02f transparent;
	border-style:solid;
	border-color:transparent #2fc02f;
	-webkit-transition: border-color 0.2s ease-out;
	-moz-transition: border-color 0.2s ease-out;
	-o-transition: border-color 0.2s ease-out;
	-ms-transition: border-color 0.2s ease-out;	
	transition: border-color 0.2s ease-out;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.add_comment a:hover{
background-color: #fff;
color:#000;
}
.add_comment a:hover:after{
border-color:#fff transparent;
border-color:transparent #fff;
}

#share {
position:relative;
top:7px;
    margin: 10px;
}  
div .plusone{
	margin-right:5px;
}  

div .plusone, .twitter, .fb-like {
    font-size: 1px;
    display: inline-block;
}
div .fb_reset {
    display: inline;
} 

.navigation { width: 940px; float: left; margin-bottom:40px;}

* html .navigation { margin: 0 0 2.5em 0; }

.navigation a{
	//font-family: Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	display: inline-block;
	padding: 4px 10px 6px;
	margin-top: 2px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	font-size: 18px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;	
	transition: background-color 0.2s ease-out;
	background-color: #999;
	color:#fff;
	text-shadow: 0;
	}

	.previous a { 

    float:left;

 }

        .navigation a:hover{

    background: #fff;
	color:#000;

}	

	.next a { 

    float:right;

 }
 

 
 .featured_posts{
	width:960px;
	float:left;
	margin-bottom:30px;
 }
 

 
 .featured_posts_title{
	//border-top:2px solid black;
	width:930px;
	//height:26px;
	color:#000;
	//background-color:#fff;
	font-size:16px;
	padding: 10px 0px 10px 0px;
 }
.featured_posts h2{
	//font-family: Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 13px;
	color:#000;
	padding:3px;
 }
 
.featured_head{
	color:#2FC02F;
	font-weight:bold;
	text-transform:uppercase;
 
 }
 
 .featured_item a{
	width:138px;
	float:left;
	display: inline-block;
	margin-right:8px;
	padding: 0px 0px 0px;
	margin-top: 0px;
	font-size: 13px;
	color:#000;
	padding:6px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	background-color: #fff;
	
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;	
	transition: background-color 0.2s ease-out;
	}

.featured_item  a:hover{
	background-color: #2FC02F;
	color:#fff;
}
	
.featured_thumb{
	position: relative;
	display: block;
	height:100px;
	width:138px;
	overflow:hidden;
}

.featured_thumb img {
  position: absolute;
  top: -19px;
}

.archive_posts{
	margin-top:40px;
	text-align:left;
	width:944px;
	float:left;
 }
 
.archive_posts h2{
	color:#2FC02F;
	
	//float:left;
 
 }
 
 .archive_header{
	margin-bottom:30px;
 }
 
 
.archive_posts .featured_item {
	display: inline-block;
	margin-right:4px;
	text-align:left;
	width:150px;
 }
 
 .archive_posts .featured_item a{
	//margin-right:8px;
 
 }

.clear { width: 640px; height: 1px; clear: both; }

.clear-small { width: 128px; height: 1px; clear: both; }

/*---:[ work styles ]:---*/

#category_head {
	padding-left:300px;
	margin-bottom:10px;
	font-size:100px;
	color:#2fc02f;
}

#cat_sub{
	padding-left:300px;
	margin-bottom:40px;
}

#cat_sub a { 
	display: inline-block;
	padding: 2px 5px 3px;
	margin-top: 2px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;	
	transition: background-color 0.2s ease-out;
	background-color: #000;
	color:#fff;
	text-shadow: 0;
}

#cat_sub a:hover{
	background-color: #fff;
	color:#000;
}

/*

#category_head {
	padding-right:660px;
	margin-bottom:40px;
	font-size:60px;
	color:#2fc02f;
	text-align:right;
}*/

.work-panel {

	width:940px;

        float: left;

        margin: 0 0 4em 0;

}

.work-thumbnail-panel {

	width:660px;

	float:left;

}

.work-thumbnail-panel img {

        border:solid 5px #e5e5e5;

}

.work-info-panel {

	width:280px;

        margin-left: 680px;

}

.work-info-panel h2{

	margin:0 0 0.2em 0;

}

.work-panel p{

        font-size:1.3em;

        margin:0 0 0.5em 0;

}

.work-info-panel p{

        font-size:1.3em;

        margin:0 0 0.5em 0;

}

.work-link {

    float:left;

}

.work-link a{

    font: bold 1.4em Arial, Helvetica;

    color: #fff;

    background: #a25203;

    line-height: 2em;

    text-transform: uppercase;

    padding: 0.1em 0.2em 0.1em 0.2em;

}

.work-link a:hover{

	background:#000;

}

.work-subnav {

    margin:1em 0 0em 0;

}

.work-subnav a{

    color: #fff;

    background: #a25203;

    line-height: 2em;

    text-transform: uppercase;

    font: bold 1em Arial, Helvetica;

    padding: 0.2em 0.4em 0.2em 0.4em;

    text-align:right;

}

.work-subnav a:hover{

    background: #000;

}

.work-meta { 

        margin:0.4em 0 0.6em 0;

}

.work-meta a{

    color: #000;

    background: #ddd;

    line-height: 2em;

    text-transform: uppercase;

    font: bold 1em Arial, Helvetica;

    padding: 0.2em 0.4em 0.2em 0.4em;

    text-align:right;

}

.work-meta a:hover{

    color:#fff;

    background: #a25203;

}

.work-selected{

    color: #fff;

    background: #000;

    line-height: 2em;

    text-transform: uppercase;

    font: bold 1em Arial, Helvetica;

    padding: 0.2em 0.4em 0.2em 0.4em;

    text-align:right;

}

.work-client {

    text-transform: uppercase; 

    font: bold 1.3em Arial, Helvetica;

}

.work-client a:hover

{

    color: #fff;

    background: #000;

}

.work-awards {

        list-style-position: inside;

	background-color: #e5e5e5;

	margin-bottom: 5px;

        padding:5px;

}

.work-awards ul{

        text-transform: uppercase;

        font: bold 1em Arial, Helvetica;

	background-color: #e5e5e5;

        line-height:1.5em;

	list-style-image: url(http://www.deathtotheflippers.com/wp-content/assets/award-star.gif);

}

.work-award-cat {
        font-size:0.7em;
}

.work-award-sub {
        color:#777;
        font-size:0.7em;
}


/*---:[ sidebar styles ]:---*/

#top_nav_wrapper {
	//float: right;
	width: 940px; 
} 

#sidebar-top {line-height:0.5em;}

#social{
	margin-top:16px;
	margin-right:20px;
	text-align:right;
	font-size: 11px;
	line-height: 13px;
}

.twittername{
	position:relative;
	bottom:3px;
}

#social_links li { display: inline; 
list-style-type: none; 
padding-left: 17px; 
color: #2fc02f;
height:30px;
}

#social a{
	color:#1a1a1a;
	text-decoration:none;
	position:relative;
}

#social a .tooltip{
z-index:500;
	top:-25px;
	left:0px;
	display:block;
	position:absolute;
	opacity:0;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	
	padding: 2px 5px 3px;
	text-decoration: none;
	font-weight: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-size: 13px;
	background-color: #fff;
	color:#2fc02f;
	text-shadow: 0;
}

/* creates triangle */
#social a :after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-7px;
	left:5px;
	width:0;
	border-width:0 5px 7px 0px;
	border-style:solid;
	border-color:#fff transparent;
	border-style:solid;
	border-color:transparent #fff;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.linksreveal{
    position:relative;
	text-align:right;
	left:755px;
	width:175px;
}

.linksreveal {
	color:#000;
	}

.linksreveal #drop-down-arrow{
	padding-left:5px;
	}
	
#drop-down-chevron{
height:20px;
width:5px;
overflow:hidden;
background: url('images/diagonal-anim.gif');
float:left;

}
	
#other_stuff {
	background: url('images/diagonal-anim.gif');
	background-repeat:repeat-y;
	background-position:0px 0px;
	text-align: right;
	font-size: 13px;
	height: 18px;
	font-weight:normal;
    color: #2fc02f;
    background-color: #2fc02f;
    padding-top: 0px;
	padding-right:10px;
	overflow:hidden;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;	
	transition: background-color 0.2s ease-out;
	
	-webkit-transition: background-position 0.5s ease-out;
	-moz-transition: background-position 0.5s ease-out;
	-o-transition: background-position 0.5s ease-out;
	-ms-transition: background-position 0.5s ease-out;	
	transition: background-position 0.5s ease-out;
}

#other_stuff:hover{
	background-color: #fff;
	background-position:-40px 0px;

}

#other_stuff a { color: #000; text-decoration: none; }

#other_stuff #other_stuff_links a { 
	display: inline-block;
	padding: 2px 5px 3px;
	margin-top: 2px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;	
	transition: background-color 0.2s ease-out;
	background-color: #2fc02f;
	color:#fff;
	text-shadow: 0;
}

#other_stuff #other_stuff_links a:hover{
	background-color: #fff;
	color:#000;
}


#other_stuff_links{
height:18px;
position:relative;
top:10px;
color:#000;
}

#other_stuff_links li{ 
display: inline; 
list-style-type: none; 
padding-left: 0px; 
color: #000;}

#sidebar_links li { 
display: inline; 
list-style-type: none; 
padding-left: 5px; 
color: #000;}

#sidebar_links a:hover { color: #000; }

#other_stuff  #sidebar_links a:hover { color: #fff; }

//#our_stuff a

ul.sidebar_list { display: inline; list-style-type: none; padding-right: 20px; }

	ul.sidebar_list li.widget { width: 230px; margin: 0 0 2.5em 0; line-height: 1.4em; float: left; }

		li.widget h2 {font-size: 1.85em; font-weight:normal; line-height: 1.7em;}

                li.widget p { margin: 0 0 1.5em 0; padding: 0 4px; }

		li.widget ul { list-style: none; }

		li.widget ol { margin: 0 0 0.5em 0; }

		li.widget li { margin: 0; font: bold 1.11em Arial,Helvetica; text-transform: uppercase; line-height: 1.6em;}

				//li.widget li a, li.widget li a:visited { }					

				//li.widget li a:hover { padding: 0 0 0.5em 4px; color: #fff; background: #C3C3C3; text-decoration: none; }

				//li.widget li a img { border: none; }

				li.widget li .recent_date { padding: 0 4px 0 8px; color: #888; }

		li.widget ul.latestactivity { list-style: none; color: #C3C3C3; margin: 0 0 0.5em 0; border-top: dotted 1px #D9D9D9; }

			li.widget ul.latestactivity li.alternate { display: block; margin: 0; padding: 0 0 0.5em 3px; border-bottom: dotted 1px #D9D9D9; }		

				li.widget ul.latestactivity li.alternate a { padding: 0; }				

				li.widget ul.latestactivity li a, li.widget ul.latestactivity li a:visited { display: inline; padding: 0; color: #000; text-decoration: none; border: none; }

				li.widget ul.latestactivity li a:hover { display: inline; padding: 0; color: #fff; background: #C3C3C3; text-decoration: none; }		

			li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0; }

			li.widget ul.flickr_stream li { padding: 3px; display: inline; margin-bottom: 0; border-top: none; }

				li.widget ul.flickr_stream li a img { padding: 0px; display: inline; }

				li.widget ul.flickr_stream li a:hover img { padding: 0; background: none; }

	/*second widget style*/

	ul.sidebar_list li.widget-special { width: 230px; margin: 0 0 2.5em 0; font-size: 1.2em; line-height: 1.4em; float: left; }

	li.widget-special h2 { font-weight: bold; font-size: 1.1em; letter-spacing: normal; font-variant: small-caps; line-height: 1.8em; padding: 2px; border-top: 1px solid #000; }

		li.widget-special ul { list-style: none; color: #C3C3C3; margin: 0 0 0.5em 0; }

		li.widget-special ul.flickr_stream { list-style: none; margin: 0; padding: 0; }

			li.widget-special ul.flickr_stream li { margin: 0; padding: 0; display: inline; }

				li.widget-special ul.flickr_stream li a img { padding: 4px; }

				li.widget-special ul.flickr_stream li a:hover img { background: none; }


/*---< This collection of lines is only here to make widget link categories work. I realize that it's ridiculous, and believe me when I say that I hate it more than you do. >---*/

	//ul.sidebar_list li#linkcat-1, ul.sidebar_list li#linkcat-2, ul.sidebar_list li#linkcat-3, ul.sidebar_list li#linkcat-4, ul.sidebar_list li#linkcat-5, ul.sidebar_list li#linkcat-6, ul.sidebar_list li#linkcat-7, ul.sidebar_list li#linkcat-8, ul.sidebar_list li#linkcat-9 { width: 256px; margin: 0 0 2.5em 0; font-size: 1.2em; line-height: 1.4em; float: left; }

		//ul.sidebar_list li#linkcat-1 h2, ul.sidebar_list li#linkcat-2 h2, ul.sidebar_list li#linkcat-3 h2, ul.sidebar_list li#linkcat-4 h2, ul.sidebar_list li#linkcat-5 h2, ul.sidebar_list li#linkcat-6 h2, ul.sidebar_list li#linkcat-7 h2, ul.sidebar_list li#linkcat-8 h2, ul.sidebar_list li#linkcat-9 h2 { font-weight: bold; font-size: 1.1em; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.2em 2px; font-variant: small-caps; border-top: solid 1px #000; }

		//ul.sidebar_list li#linkcat-1 ul, ul.sidebar_list li#linkcat-2 ul, ul.sidebar_list li#linkcat-3 ul, ul.sidebar_list li#linkcat-4 ul, ul.sidebar_list li#linkcat-5 ul, ul.sidebar_list li#linkcat-6 ul, ul.sidebar_list li#linkcat-7 ul, ul.sidebar_list li#linkcat-8 ul, ul.sidebar_list li#linkcat-9 ul { list-style: none; color: #C3C3C3; margin: 0 0 0.5em 0; border-top: dotted 1px #D9D9D9; }

			//ul.sidebar_list li#linkcat-1 li, ul.sidebar_list li#linkcat-2 li, ul.sidebar_list li#linkcat-3 li, ul.sidebar_list li#linkcat-4 li, ul.sidebar_list li#linkcat-5 li, ul.sidebar_list li#linkcat-6 li, ul.sidebar_list li#linkcat-7 li, ul.sidebar_list li#linkcat-8 li, ul.sidebar_list li#linkcat-9 li	{ display: block; border-bottom: dotted 1px #D9D9D9;}

				//ul.sidebar_list li#linkcat-1 li a, ul.sidebar_list li#linkcat-2 li a, ul.sidebar_list li#linkcat-3 li a, ul.sidebar_list li#linkcat-4 li a, ul.sidebar_list li#linkcat-5 li a, ul.sidebar_list li#linkcat-6 li a, ul.sidebar_list li#linkcat-7 li a, ul.sidebar_list li#linkcat-8 li a, ul.sidebar_list li#linkcat-9 li a { display: block; padding: 0 0 0.7em 0.25em; color: #000; text-decoration: none; }

				//ul.sidebar_list li#linkcat-1 li a:hover, ul.sidebar_list li#linkcat-2 li a:hover, ul.sidebar_list li#linkcat-3 li a:hover, ul.sidebar_list li#linkcat-4 li a:hover, ul.sidebar_list li#linkcat-5 li a:hover, ul.sidebar_list li#linkcat-6 li a:hover, ul.sidebar_list li#linkcat-7 li a:hover, ul.sidebar_list li#linkcat-8 li a:hover, ul.sidebar_list li#linkcat-9 li a:hover { display: block; padding: 0 0 0.7em 0.25em; color: #fff; background: #C3C3C3; text-decoration: none; }

/*---:[ footer styles ]:---*/

#footer p { margin: 0 0 0.923em 0; color: #888; text-align: right; }

	#footer a, #footer a:visited { color: #2fc02f; text-decoration: none; font-size:10px; }

		#footer a:hover { color: #000; text-decoration: underline; }
		
/*---:[ comment styles ]:---*/

#comments { width: 940px; padding: 0px 30px 0 0; float: left; clear: both; }

	ul#comment_list { list-style: none; margin: 0 0 1em 0; float: left; }

		ul#comment_list li.comment { float: left; width: 940px; padding: 0px 0px 0 0; }

		ul#comment_list li.trackback { width: 940px; padding: 0em 5px 0 px; background: url('images/trackback_bg.gif'); }

			.comment-meta { font-size: 1.4em; float:left; width:180px; background: url('images/comment_tail.gif') no-repeat top right; padding:0 18px 0 0; text-align:right;}

				.comment-meta a, .comment-meta a:visited, .comment-meta a:hover { font-size: 1em; text-decoration: none; }

				.comment-time { display: block; color: #888; font: normal 0.66em Helvetica, Arial, sans-serif; color: }

				.comment-all a, .comment-all a:visited { display: block; font: normal 1.0em Helvetica, Arial, sans-serif; color: #888; }		

				.comment-all a:hover  { display: block; font: normal 1.0em Helvetica, Arial, sans-serif; color: #FFF; background: #888; }

			.comment .entry  { margin: 0 0 20px 300px; background-color:#F7E6E6; font-size: 1.3em; line-height: 1.4em; padding: 0.5em 0.5em 0.5em 0.5em;}

	.respond p { margin: 0 0 0 128px; }

.author_reply { background-color:#aaa!important; color:#ffffff; padding-left:5px; padding-right:15px;}


/*---:[ comment form styles ]:---*/

#comment_form { width: 500px; margin: 0 0 0 300px; padding: 1.0em 0; float: left; }

	.add-comment { padding: 0.3em 0 0.6em 0; }

		.add-comment label { float: left; width: 120px; line-height: 1.2em; font: bold 1.11em Arial, Helvetica; text-transform: uppercase;}

		.add-comment .text_input { width: 367px; background:#000 !important;color: #bbb; border: none; font:1.11em; padding: 0.3em 0.8em 0.3em 0.4em; }		

	#comment_form p { padding: 0.6em 0; }

		#comment_form2 .text_input { width: 352px; padding: 0 3px ; color: #444; font: normal 1.2em Helvetica, Georgia, Times, serif; margin: 0 0 0 99px; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }

		#comment_form .text_area { width: 367px !important; background:#000;color: #fff; border: none; font:1.11em; padding: 0.3em 0.8em 0.3em 0.4em;}

			//#comment_form .text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

		#comment_form .form_submit { 

                    border:none;

                    font: bold 1.11em Arial, Helvetica;

                    color: #A25203;

                    background: #fff;

                    line-height: 1em;

                    text-transform: uppercase;

                    // padding: 0.2em 0.6em 0.2em 0.4em;

                    text-align:left;

                    }

                #comment_form .form_submit:hover{ background-color:#A25203; color: #fff;}

		#comment_form p.subscribe-to-comments { font-size: 1.4em; }

			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }

			
/*---:[ search form styles ]:---*/

	#search_form {
		width:280px;
		margin-right:20px;
		margin-top:20px;
		position:relative;
		width:100%;
		}

	#search_container {
		width:180px;
		height:20px;
		border: 3px solid #d5d5d2;
		position:absolute;
		margin-right:20px;
		background-color: #F7F7F5;
		right:0px;
		text-align: right;
		}
	#search_container:hover {
		border: 3px solid #2fc02f;
		right:0px;
		}

	#searchform input {
		height:19px;
		background-color: #F7F7F5;
		
		}


	#searchform #s {
		border: none;
		font: 14px Calibri,Arial, Helvetica;
		color: #2fc02f;
		width:150px;
		position:relative;
		top:-5px;
		}

	li.widget .search_input { font-size: 1em !important; }

		//#s:focus, #email_subscribe .email_input:focus { border: 2px solid #A25203; }

       // .search_input { font-size: 0.8em !important; width: 200px !important;}

.rss {

        font: bold 1.11em Arial, Helvetica;

        text-transform: uppercase;

        margin:4px 0 25px 0;

        padding:0px 0 0px 16px;

        float:left;

        background: url('images/feed_icon.gif') no-repeat left;

}


/*--- hiding feed stats   */

#feed-statistics{

        color:#fff;

}


/*---:[ archives styles ]:---*/


.widget_archives select {

        font: bold 1.11em Arial, Helvetica;

        background-color:#000; 

        color:#fff; 

        border:none; 

        text-transform: uppercase;

}

/*-------------------------------- blog titles */

.hentry{
    margin-bottom:50px;
    position:relative;
}

.hentry_left{
    font-size: 1.11em; 
    float:left;
    width:280px;
    padding-right:20px;
    text-align:right;
}

.hentry .meta{
	margin-top:20px;
	}

.hentry .meta  a, .tags a, .date a{
	//font-family: Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	display: inline-block;
	padding: 2px 5px 3px;
	margin-top: 2px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	font-size: 13px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;	
	transition: background-color 0.2s ease-out;
}

.category a{
	background-color: #000;
	color:#fff;
	text-shadow: 0;
}

.tags a{
	background-color: #fff;
	color:#777;
	text-shadow: 0;
}

.date a{
	background-color: #2fc02f;
	color:#fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
}

.date a:hover, .category a:hover{
	background-color:#fff;
	color:#000;
	text-shadow:none;
}

.tags a:hover{
	background-color:#ddd;
	color:#000;
	text-shadow:none;
}

.tags ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

.hentry_left .entry-title{ 
    line-height: 1.2em;
    border:0px;
    margin:0px;
    padding:0px;
}

.hentry_right{
    float:left;
    width:640px;
}

.hentry_right p{
    margin:0px;
}

/*-------------------------------- utility styles */

.clearer 

{

    clear: both;

    width: auto;

    height: 0px;

    line-height: 0;

    padding: 0;

    margin: 0;

    font-size: 0;

}

/*-------------------------------- debug styles */

.debug { border:1px solid red; }