<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
Theme Name: FlexFit Theme
Theme URI: http://hellominti.com
Description: FlexFit - Responsive WordPress Theme by minti
Author: minti
Author URI: http://hellominti.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
*/

/* ----------------------------------------------------- */
/* Import */
/* ----------------------------------------------------- */

@import url("framework/css/reset.css");
@import url("framework/css/flexslider.css");
@import url("framework/css/shortcodes.css");

/* ----------------------------------------------------- */
/* Basic Wordpress Styles */
/* ----------------------------------------------------- */

a{ 
	outline: none;
	color:#5d5d5d;
	text-decoration: none; 
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
a:hover{
	color:#ed7811;
}

a img{ 
	border: none; 
}

input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.wp-caption,
.wp-caption-text {  }

.hidden{
	display:none;
}

.alignright{ float: right; }

.alignleft{ float: left; }

.aligncenter{ margin: 0 auto 0; }

.hentry,
.navigation-links,
.hfeed,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	padding: 0;
	margin-bottom:10px;
}

h1 {
	color:#5d5d5d;
	font-weight:300;
	font-size: 22px;
	line-height: 32px;
}

h2 {
	font-size: 18px;
	line-height: 27px;
}

.highlight {
	color:#ed7811;
}

#content-full h1, #content-part h1{
	font-size:24px;
	line-height:34px;
	font-weight:300;
}

h3 {
	color:#5d5d5d;
	font-size: 16px;
	line-height: 20px;
}

h4 {
	color:#5d5d5d;
	font-size: 14px;
	line-height: 18px;
}

h5 {
	color:#5d5d5d;
	font-size: 12px;
	line-height: 18px;
}

h6 {
	
	font-size: 10px;
	line-height: 16px;
}

/* ----------------------------------------------------- */
/* Main */
/* ----------------------------------------------------- */

body{
	background: #999999;
	color:#666666;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:21px;
}

::-moz-selection { background: #ed7811; color: #fff; text-shadow: none; }
::selection { background: #ed7811; color: #fff; text-shadow: none; }

#background {
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: -9999;
	-webkit-transform:translate3d(0,0,0);
}

/* ----------------------------------------------------- */
/* Layout */
/* ----------------------------------------------------- */



#wrap{
	width:920px;
	padding:0 30px;
	margin:0 auto 40px auto;
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); 
}

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

#headerwrap{
	width:980px;
	margin:30px auto 30px auto;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

#header{
	width:980px;
	margin:0px auto 0px auto;
	padding:0 0 37px 0;
	background: #ffffff;
	position: relative;
	z-index: 400;
}

/* ----------------------------------------------------- */
/* Logo */

#logo{
	float:left;
	margin-left:30px;
	margin-top:36px;
	margin-bottom:34px;
	font-size:24px;
	font-weight:600;
}
#logo a{
	text-decoration: none;
	color:#666666;
}

#callus{
	position: absolute;
	bottom:45px;
	right:15px;
	color:#8e8e8e;
	font-size:12px;
	font-weight:400;
}

/* ----------------------------------------------------- */
/* Social Icons */

#social{
	position: relative;
	height:28px;
	width:380px;
	float: right;
	padding-right:15px;
}

#social ul {
	list-style:none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#social li { 
	float:right;
	margin-left:5px; 
	width:28px;
	background-color:#a1a1a1; 
	overflow:hidden;
	text-align: center;
	opacity: 0.5;
}

#social a { 
	text-decoration: none; 
	outline: none; 
	color:#ffffff; 
	display: block; 
	height:20px;
	cursor: pointer;
}

#social span{ 
	display:block;
	height: 20px; 
	float: left; 
	color:#ffffff; 
	padding-left: 38px; 
	margin-top: 3px; 
	font-size:11px;
	font-weight:700;
	text-transform: uppercase;
}

#social .twitter a{ background: #888888 url(framework/images/icons/picons01.png) 7px 6px no-repeat; display: block; width: 28px; height: 28px;}
#social .facebook a{ background: #888888 url(framework/images/icons/picons02.png) 7px 6px no-repeat; display: block; width: 28px; height: 28px; }
#social .dribbble a{ background: #888888 url(framework/images/icons/picons03.png) 7px 6px no-repeat; display: block; width: 28px; height: 28px; }
#social .flickr a{ background: #888888 url(framework/images/icons/picons04.png) 7px 6px no-repeat; display: block; width: 28px; height: 28px; }
#social .google a{ background: #888888 url(framework/images/icons/picons05.png) 7px 6px no-repeat; display: block; width: 28px; height: 28px; }
#social .youtube a{ background: #888888 url(framework/images/icons/picons06.png) 7px 6px no-repeat; display: block; width: 28px; height: 28px; }
#social .vimeo a{ background: #888888 url(framework/images/icons/picons07.png) 7px 6px no-repeat; display: block; width: 28px; height: 28px; }
#social .linkedin a{ background: #888888 url(framework/images/icons/picons08.png) 7px 6px no-repeat; display: block; width: 28px; height: 28px; }
#social .pinterest a{ background: #888888 url(framework/images/icons/picons09.png) 7px 6px no-repeat; display: block; width: 28px; height: 28px; }

#social li a:hover{
	opacity: 1;
}

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

#nav{
	position: absolute;
	bottom:0;
	background: #dedede; /* Old browsers */
background: -moz-linear-gradient(top,  #dedede 0%, #bfbfbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dedede 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dedede 0%,#bfbfbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dedede 0%,#bfbfbf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dedede 0%,#bfbfbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
	width:980px;
}

.select-menu{
	display:none;
}

#nav ul li{
	position: relative;
	display:block;
	float:left;
}
#nav ul li a{
	display: block;
	float: left;
	padding:8px 30px 7px 30px;
	text-decoration: none;
	color:#666666;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
	font-weight:700;
	font-size:11px;
	text-transform: uppercase;
	background: url(framework/images/divider.png) no-repeat right center;
	
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
#nav ul li a:hover{
	color:#ffffff;
	text-shadow: none;
	filter: none;
	background: #b4b4b4; /* Old browsers */
background: -moz-linear-gradient(top,  #b4b4b4 0%, #9b9b9b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4b4b4), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b4b4b4 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b4b4b4 0%,#9b9b9b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b4b4b4 0%,#9b9b9b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b4b4b4 0%,#9b9b9b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-9 */


}

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

/* Active */
#nav ul li.current-menu-item a, 
#nav ul li.current-page-ancestor a,
#nav ul li.current-menu-ancestor a{
	background: #ed7811;
	color:#ffffff;
	text-shadow: none;
	filter: none;
}
#nav ul li.current-menu-item ul li a, 
#nav ul li.current-page-ancestor ul li a,
#nav ul li.current-menu-ancestor ul li a{
	color:#666666 !important;
	text-shadow: none;
	filter: none;
}
#nav ul li.current-menu-item ul li a:hover, 
#nav ul li.current-page-ancestor ul li a:hover,
#nav ul li.current-menu-ancestor ul li a:hover{
	color:#ed7811 !important;
	text-shadow: none;
	filter: none;
}

#nav ul.sub-menu{
	display: none;
	position: absolute;
	top:47px;
	left:0px;
	width:180px;
	padding:10px 20px;
	z-index: 600;
	background: #ffffff !important;
	color:#666666 !important;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);

}
#nav ul.sub-menu ul{
	position: absolute;
	top:-10px;
	left:205px;
}
#nav ul.sub-menu ul .triangle{
	display:none;
}

#nav ul.sub-menu .triangle{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #ffffff transparent;
	margin-top:-17px;
	margin-left:10px;
}

#nav ul.sub-menu li{
	border-top:1px solid #efefef;
}

#nav ul.sub-menu li a{
	width:180px;
	font-weight:normal;
	display:block;
	color:#666666 !important;
	padding:5px 2px 5px 2px;
	margin:0;
	text-transform: none;
	font-size:11px;
	background: #ffffff;
}
#nav ul.sub-menu li a:hover, #nav ul.sub-menu li.current-menu-item a{
	color:#ed7811 !important;
}

#nav ul.sub-menu li.current-menu-item ul li a{ color:#666666 !important; }
#nav ul.sub-menu li.current-menu-item ul li a:hover{ color:#ed7811 !important; }

html body #nav ul.sub-menu li:last-child a{
	border-bottom:none !important;
}

#nav ul.sub-menu .sf-sub-indicator{
	display:block;
	position: absolute;
	width:5px;
	height:5px;
	text-indent: -9999px;
	background: url(framework/images/arrow.png) no-repeat;
	float: right;
	right:10px;
	top:14px;
}

#nav ul.sub-menu li:first-child{
	border-top:0px solid red !important;
}

#nav .searchform{
	position: absolute;
	top:0;
	right:0;
	background: url(framework/images/navsearch.png) no-repeat;
	opacity: 0.7;
	padding-left:40px;
	width:0px;
	overflow: hidden;
	cursor: pointer;
}
#nav .searchform:hover{
	opacity: 1;
}
#nav .searchform input{
	border:0px;
	width: 185px;
	color:#666666;
	padding:11px 15px 10px 0px;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: url(framework/images/navbar.png) repeat-x;
	font-size:11px;
}

.sfHover, .sfHover a{
	color:#ffffff !important;
	text-shadow: none !important;
	filter: none !important;
	background: #b4b4b4; /* Old browsers */
background: -moz-linear-gradient(top,  #b4b4b4 0%, #9b9b9b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4b4b4), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b4b4b4 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b4b4b4 0%,#9b9b9b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b4b4b4 0%,#9b9b9b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b4b4b4 0%,#9b9b9b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-9 */

}

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

#page{
	padding:0 0px;
	margin:0;
}

/* ----------------------------------------------------- */

#subtitle{
	padding:30px 0px 30px 0px;
	margin:0 0 0px 0;
	position: relative;
}

#subtitle .hr4{
	margin:30px 0 12px 0;
}

#subtitle h1{
	font-size:24px;
	margin:0 0 0px 0;
	font-weight:300;
	color:#666666;
}

#breadcrumb{
	position: absolute;
	top:38px;
	right:0px;
	color:#cccccc;
}
#breadcrumb a{
	color:#cccccc;
	text-decoration: none;
	background: url(framework/images/arrow.png) no-repeat right 6px;
	padding:0 13px 0px 0;
	margin:0 10px 0 0;
}
#breadcrumb .witharrow{
	background: url(framework/images/arrow.png) no-repeat left 6px;
	padding: 0 0 0 13px;
	margin:0 0 0 10px;
}
#breadcrumb a[rel~="category"]{
	color:#cccccc;
	text-decoration: none;
	background: none;
	padding:0;
	margin:0 0px 0 0;
}
#breadcrumb a:hover{
	color:#ed7811;
}

/* ----------------------------------------------------- */

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

#content-part{
	float:left;
	width:670px;
	padding:0px 0px 0px 0px;
}

#content-part .entry p, #content-full .entry p{
	margin-bottom:20px;
}

#content-full{
	width:920px;
	padding:0px 0 0px 0;
}

#content-part p{
	font-size:12px;
}

.entry ul, .entry ol{
	margin-bottom:20px;
	list-style: disc;
	margin-left:30px;
}
.entry ul.list, .entry ol.list{
	margin:0 0 20px 0;
	list-style: none;
}

/* ----------------------------------------------------- */

.search-result{
	padding-bottom:30px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:30px;
}

.search-result .info a{
	color:#999999;
}
.search-result .info a:hover{
	color:#666666;
}

/* ----------------------------------------------------- */

.decoration{
	background: #ffffff url(framework/images/teaser.png);
}

/* ----------------------------------------------------- */
/* Home Slider */
/* ----------------------------------------------------- */

#home-slider{
	width:980px;
	height:370px;
	position: relative;
	background: url(framework/images/slider.png) repeat-x top left;
}

#homes-slider li{
	height:370px;
	width:980px;
	overflow: hidden !important;
}

#home-slider p{
	margin-bottom:20px;
}

.slide-caption.light{
	color:#ffffff;
}

.custom-table {
   display: table;
   width: 100%;
   height: 370px;
}
.custom-table-cell {
   display: table-cell;
   vertical-align: middle;
}

/* ----------------------------------------------------- */

.option1 .slide-caption{
	display:none;
}
.option1 .slide-title{
	display:none;
}
.option1 .slide-content{
	display:none;
}
.option1 .slide-shortcontent{
	display:none;
}

/* ----------------------------------------------------- */

.option2 .slide-caption{
	position: absolute;
	bottom:20px;
	left:30px;
	width:900px;
	font-size:12px;
	height:20px;
	padding:10px 10px;
	color:#ffffff;
	background: rgba(80, 80, 80, 0.6);
	text-align: center;
}

.option2 .slide-caption.light{
	color:#666666;
	background: rgba(255, 255, 255, 0.8);
}

.option2 .slide-title{
	display:none;
}
.option2 .slide-content{
	
}
.option2 .slide-shortcontent{
	display:none;
}

.option2 .slide-caption .custom-table{
	height:auto;
}

/* ----------------------------------------------------- */

.option3 .slide-caption{
	width:390px;
	position: absolute;
	top:0px;
	left:90px;
}
.option3 .slide-title{
	font-size:32px;
	line-height:42px;
	margin-bottom:20px;
	font-weight:300;
}
.option3 .slide-content{
	
}
.option3 .slide-shortcontent{
	display:none;
}

/* ----------------------------------------------------- */

.option4 .slide-image{
	
}
.option4 .slide-caption{
	width:390px;
	position: absolute;
	top:0px;
	right:90px;
}
.option4 .slide-title{
	font-size:32px;
	line-height:42px;
	margin-bottom:20px;
	font-weight:300;
}
.option4 .slide-content{

}
.option4 .slide-shortcontent{
	display:none;
}


/* ----------------------------------------------------- */

.option5{
	height:370px;
	width:920px;
	background: url(framework/images/slider.png) repeat-x top left;
}

.option5 .slide-caption{
	width:820px;
	position: absolute;
	top:0px;
	left:80px;
}
.option5 .slide-title{
	font-size:32px;
	line-height:42px;
	margin-bottom:20px;
	font-weight:300;
}
.option5 .slide-content{
	
}
.option5 .slide-shortcontent{
	display:none;
}

/* ----------------------------------------------------- */

.option6 .slide-caption, .option6 iframe{
	width:980px;
	height:370px;
	border: none;
}
.option6 .slide-title{
	display:none;
}
.option6 .slide-content{

}
.option6 .slide-shortcontent{
	display:none;
}

/* ----------------------------------------------------- */

.option7{
	width:980px;
	height:370px;
}

.option7 .slide-caption, .option7 iframe{
	width:920px;
	height:310px;
	overflow: hidden;
	margin:30px auto;
}
.option7 .slide-title{
	display:none;
}
.option7 .slide-content{
	
}
.option7 .slide-shortcontent{
	display:none;
}

/* ----------------------------------------------------- */
/* Home */
/* ----------------------------------------------------- */

#latestposts .teasertext{
	width:215px;
	float:left;
	margin-right:20px;
}

#latestposts .teasertext h3{
	background: url(framework/images/block.png) no-repeat bottom left;
	padding-bottom:18px;
	color:#636363;
	text-transform: uppercase;
	font-size:16px;
}

#latestposts .entry{
	width:173px;
	float:left;
	margin-right:20px;
	border:1px solid #e3e3e3;
	padding:20px;
	position: relative;
}
#latestposts .entry:hover{
	border-color: #cccccc;
	cursor: default;
}
#latestposts .entry:hover a.readmore{
	display:inline-block;
}

#latestposts .decoration{
	display:block;
	height:10px;
	margin:20px -20px -20px -20px;
}
#latestposts .entry h4{
	margin:0;
	font-size:13px;
}
#latestposts .entry .date{
	font-size:10px;
	line-height:14px;
	font-weight:600;
	color:#999999;
	font-style: normal;
	margin:6px 0;
}

#latestposts .entry a.readmore{
	display:none;
	padding:4px 10px;
	position: absolute;
	bottom:-1px;
	right:66px;
	background: #cccccc;
	color:#ffffff;
	font-weight:700;
	font-size:10px;
	line-height:10px;
	text-transform: uppercase;
}
#latestposts .entry a.readmore:hover{
	background: #ed7811;
}

#latestposts .post-carousel{
	margin-left:40px;
	min-height:180px;
	max-width:685px !important;
	overflow: hidden;
}

/* ----------------------------------------------------- */

#latestwork{
	position: relative;
}

#latestwork .teasertext{
	width:215px;
	float:left;
	margin-right:20px;
}
#latestwork .entry{
	overflow: hidden;
	position: relative;
	width:215px;
	margin-right:20px;
	float:left;
	background: #000000;
}

#latestwork .entry h4{
	padding:0;
	margin:0;
}

#latestwork .entry h4 a{
	display: block;
	font-size:12px;
	margin:0;
	padding:9px 0 9px 15px;
	font-weight:600;
	min-height:37px;
	margin-top:-6px;
	background: #efefef;
	color:#888888;
}

#latestwork .entry a i.work-subtitle{
	display:block;
	font-style:normal;
	font-size:11px;
	font-weight:400;
}

#latestwork .entry:hover h4 a{
	margin-top:-6px;
	background: #ed7811;
	color:#ffffff;
}

#latestwork .entry .work-description span{
	position: absolute;
	bottom:0;
	right:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #cccccc white transparent transparent;
}

#latestwork .entry:hover .work-description span{
	border-color: #ae5100 white transparent transparent;
}

#latestwork .entry a .zoom{
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:215px;
	height:140px;
	background: rgba(0, 0, 0, 0.6) url(framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}
#latestwork .entry a.prettyPhoto .zoom{
	background: rgba(0, 0, 0, 0.6) url(framework/images/zoom-lightbox.png) no-repeat center center;
}

#latestwork .work-carousel{
	margin-left:40px;
	min-height:194px;
	max-width:685px !important;
	overflow: hidden;
}

.carousel-nav{
	margin-top:20px;
}

a.work-carousel-prev, a.post-carousel-prev{
	display:block;
	float:left;
	width:9px;
	height:13px;
	background: url(framework/images/small-prev.png) no-repeat;
	display: block;
	text-indent: -9999px;
	opacity: 0.4;
	margin-right:10px;
}
a.work-carousel-prev:hover, a.post-carousel-prev:hover{
	opacity: 0.8;
	border: none;
}
a.work-carousel-next, a.post-carousel-next{
	display:block;
	float:left;
	width:9px;
	height:13px;
	background: url(framework/images/small-next.png) no-repeat;
	display: block;
	text-indent: -9999px;
	opacity: 0.4;
}
a.work-carousel-next:hover, a.post-carousel-next:hover{
	opacity: 0.8;
	border: none;
}

.work-carousel-prev.disabled, .work-carousel-next.disabled, .post-carousel-prev.disabled, .post-carousel-next.disabled {visibility: hidden}
	
/* ----------------------------------------------------- */
/* Blog */
/* ----------------------------------------------------- */

.post-entry h2{
	margin:10px 0 0px 0;
}

.post-entry{
	border-bottom:1px solid #e8e8e8;
}

.post-entry .entry-footer{
	display:block;
	height:7px;
	background: #ffffff url(framework/images/teaser.png);
}

.post-entry.search-entry{
	border-bottom:none;
}

.post-entry.search-entry{
	margin-bottom:40px;
}
.post-entry.search-entry h2{
	margin:0;
}
.search-entry .entry-footer{
	display:block;
	height:7px;
	margin-top:40px;
	background: #ffffff url(framework/images/teaser.png);
}

.post-entry.search-entry .meta{
	background: none;
	margin-bottom:0;
}

/* ----------------------------------------------------- */

.post-entry .meta{
	margin-bottom:15px;
	padding:5px 0 12px 0;
	background: url(framework/images/dotted.png) repeat-x bottom left;
}

.post-entry .dotted{
	height:1px;
	background: url(framework/images/dotted.png) repeat-x bottom left;
	margin-bottom:5px;
}

.post-entry .meta{
	font-size:11px;
	text-transform: uppercase;
	color:#999999;
}
.post-entry .meta strong{
	font-weight:700;
}
.post-entry .meta a{
	font-weight:700;
	color:#999999;
}
.post-entry .meta a:hover{
	color:#ed7811;
}

/* ----------------------------------------------------- */

.post-entry .post-thumb{
	margin:0 0 5px 0;
	padding:0;
	position: relative;
}

.post-entry .post-thumb .zoom{
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:670px;
	height:250px;
	background: rgba(0, 0, 0, 0.6) url(framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}
.post-entry.singlepost .post-thumb .zoom{
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:670px;
	height:250px;
	background: rgba(0, 0, 0, 0.6) url(framework/images/zoom-lightbox.png) no-repeat center center;
	opacity: 0;
}

.post-entry .post-thumb a{
	margin:0;
	padding:0;
	height:255px;
	display:block;
}


.post-entry .post-thumb img{
	margin:0;
	padding:0;
	border-bottom:5px solid #ed7811;
}

/* ----------------------------------------------------- */

.post-entry a.readmore{
	margin-top:10px;
	display:inline-block;
	color:#ed7811;
	font-weight:700;
	font-size:11px;
	text-transform: uppercase;
}
.post-entry a.readmore:hover{
	color:#5d5d5d;
}

/* ----------------------------------------------------- */

.post-entry .meta-tags{
	margin-bottom:10px;
}

.post-entry .meta-tags a{
	font-size:11px;
	border:1px solid #efefef;
	display: inline-block;
	padding:1px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	margin:0 6px 6px 0;
}

/* ----------------------------------------------------- */

#author-info{
	padding:20px 20px 15px 20px;
	background: #f5f5f5;
	margin:20px 0 20px 0;
}

#author-info .author-image{
	float: left;
	width:80px;
	margin:0 20px 0 0;
}
#author-info .author-image img{
	width:80px;
	margin:0;
	padding: 0;
}
#author-info h4{
	margin-top:5px;
}


/* ----------------------------------------------------- */
/* Blog Page Navigation */

.navigation a{
	font-size:11px;
	text-transform: uppercase;
	font-weight:700;
	color:#999999;
}
.navigation a:hover{
	color:#ed7811;
}
.navigation .prev-posts{
	float: left;
}
.navigation .next-posts{
	float: right;
}

#pagination span{
	display:block;
	float: left;
	margin-right:6px;
	font-weight:600;
	color:#cccccc;
}

#pagination span.current{
	background: #ffffff;
	color:#ed7811;
	padding:2px 10px;
	margin-right:6px;
	border:1px solid #ed7811;
}

#pagination a{
	font-weight:600;
	display:block;
	float: left;
	padding:2px 10px;
	border:1px solid #cccccc;
	margin-right:6px;
	color:#999999
}
#pagination a:hover{
	background: #ffffff;
	color:#999999;
	border:1px solid #999999;
}

/* ----------------------------------------------------- */
/* Comments */
/* ----------------------------------------------------- */

#commentform{
	width:670px;
}

#reply-title small a {
	
}
a#cancel-comment-reply-link{
	color:#ed7811;
	font-weight:600;
	display:block;
}
a#cancel-comment-reply-link:hover{
	color:#666666;
}
.logged-in-as{
	display:none;
}

.comment-notes, .form-allowed-tags{
	display:none;
}

#respond p.comment-form-author {
	float: left;
	width: 324px;
	position: relative;
}
#respond p.comment-form-email {
	float: right;
	width: 324px;
	position: relative;
}
#respond p.comment-form-url {
	clear: both;
	margin:0px 0 20px 0;
	padding-top:20px;
}


/* Comment form labels */

#respond label {
	font-size:11px;
	text-transform: uppercase;
	color:#999999;
	font-weight:600;
	padding:0 0 10px 1px;
	cursor: pointer;
}

#respond span.required {
	font-size:11px;
	text-transform: uppercase;
	color:#999999;
}

/* Comment form inputs and textarea elements */

#respond input, #respond textarea {
	display: block;
	width: 640px;
	padding:10px;
	border:1px solid #d5d5d5;
	color:#666666;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight:400;
	font-size:12px;
	margin-top:10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px 4px #f4f4f4,
						inset 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
			box-shadow: 0px 0px 0px 4px #f4f4f4,
						inset 0px 1px 1px 0px rgba(0, 0, 0, 0.05); 
}

#respond input:focus, #respond textarea:focus {
	border-color:#999999 !important;
	outline: none;
}

#respond p.comment-form-author input {
	width:294px;
	padding:10px;
	border:1px solid #cccccc;
}

#respond p.comment-form-email input {
	width:294px;
	padding:10px;
	border:1px solid #cccccc;
}

#commentform #submit{
	display:inline;
	width:auto;
	margin:20px 0 0 0;
	text-decoration: none;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color:#888888;
	font-weight:700;
	cursor: pointer;
	border:1px solid #cbcbcb;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.09);
			box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.09);
	-webkit-border-radius: 2px;
			border-radius: 2px; 
}
#commentform #submit:hover{
	color:#ffffff;
	background: rgb(173,173,173); /* Old browsers */
	background: rgb(173,173,173); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(173,173,173,1) 0%, rgba(137,137,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,173,173,1)), color-stop(100%,rgba(137,137,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(137,137,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(137,137,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(137,137,137,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(137,137,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#898989',GradientType=0 ); /* IE6-9 */
	
	border:1px solid #adadad;
	border-bottom:1px solid #898989;
}

h2#comments, h2#reply-title{
	font-size:18px;
	font-weight:600;
	margin-bottom:30px;
}

.comment-list li{
	list-style: none !important;
	margin-bottom:30px;
}
.comment-list li:last-child{
	margin-bottom:8px !important;
}

.comment-list .children{
	margin-left:66px !important;
	margin-top:30px;
}

.comment-list li .avatar{
	float:left;
	margin-right:20px;
}
.comment-list li .avatar img{
	border:2px solid #f5f5f5;
}

.comment-list .author{
	border-bottom:1px dotted #dedede;
	margin-bottom:10px;
	padding-bottom:10px;
}

.comment-list .author span{
	font-weight:700;
	display:block;
}
.comment-list .author .date{
	font-size:11px;
	color:#999999;
}
.comment-list .author .date a{
	color:#999999;
}
.comment-list .author .date a:hover{
	color:#333333;
}
	
.comment-list li .comment-text{
	margin-left:58px;
	background: #f5f5f5 url(framework/images/comment-list.png) no-repeat 0px -47px;
	padding: 20px 20px 20px 30px;
}
.comment-list li .comment-text .text p{
	font-size:12px !important;
}

/* ----------------------------------------------------- */
/* Work Item */
/* ----------------------------------------------------- */

.posts-nav{
	position: absolute;
	top:31px;
	right:0px;
	width:75px;
	height:30px;
}

.posts-prev a{
	display:block;
	width:30px;
	height:30px;
	background: #ffffff url(framework/images/small-prev.png) no-repeat center center;
	text-indent: -9999px;
	float: right;
	border:1px solid #cccccc;
	opacity: 0.5;
}
.posts-next a{
	display:block;
	width:30px;
	height:30px;
	background: #ffffff url(framework/images/small-next.png) no-repeat center center;
	text-indent: -9999px;
	float: right;
	margin-left:5px;
	border:1px solid #cccccc;
	opacity: 0.5;
}
.posts-prev a:hover, .posts-next a:hover{
	background-color: #cccccc;
}

#filters{
	position: absolute;
	top:34px;
	right:0;
}
#filters li{
	display: block;
	float:left;
	margin-left:10px;
}
#filters li a{
	display: block;
	float:left;
	height:20px;
	padding:2px 10px 3px 10px;
	background: #f5f5f5;
	font-size:11px;
	font-weight:400;
	text-transform: uppercase;
}
#filters li:last-child a{
	border-right: none;
}
#filters li a:hover, #filters li a.active{
	background:#ed7811;
	color:#ffffff;
}

#container{
	width:940px;
}

.work-item{
	overflow: hidden !important;
	position: relative;
	width:215px;
	height:194px;
	background: #efefef;
	padding:0 !important;
	margin:0 20px 20px 0 !important;
	float:left;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.work-item:hover{
	background: #ed7811;
	color:#ffffff;
}

.work-item h4 a{
	display: block;
	font-size:12px;
	margin:0;
	padding:9px 0 9px 15px;
	min-height:36px;
	font-weight:600;
	margin-top:-6px;
	color:#888888;
}

.work-item a i.work-subtitle{
	display:block;
	font-style:normal;
	font-size:11px;
	font-weight:400;
}
.work-item:hover h4 a{
	color:#ffffff;
}

.work-item .work-description span{
	position: absolute;
	bottom:0;
	right:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #cccccc white transparent transparent;
}

.work-item:hover .work-description span{
	border-color: #ae5100 white transparent transparent;
}

.work-item a .zoom{
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:215px;
	height:140px;
	background: rgba(0, 0, 0, 0.6) url(framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}

.work-item a.prettyPhoto .zoom{
	background: rgba(0, 0, 0, 0.6) url(framework/images/zoom-lightbox.png) no-repeat center center;
}

/* ----------------------------------------------------- */
/* Work-Item col2 */

.work-item.col2{
	width:450px;
	height:334px;
}
.work-item.col2 a .zoom{
	width:450px;
	height:280px;
}

/* ----------------------------------------------------- */
/* Work-Item col2 */

.work-item.col3{
	width:293px;
	height:264px;
}
.work-item.col3 a .zoom{
	width:293px;
	height:210px;
}

.project-sidebar-right #container{
	width:705px;
}

/* ----------------------------------------------------- */
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/* ----------------------------------------------------- */
/* Details */ 

.single-project iframe{
	width:920px;
	margin-bottom:20px;
}

#work-slider, #work-slider a{
	display:block;
	overflow: hidden;
	width:920px;
	height:400px;
	margin-bottom:20px;
	position: relative;
	background: #f5f5f5;
}
#work-slider li{
	text-align: center;
}

#work-slider li a .zoom{
	position: absolute;
	top:0 !important;
	left:0;
	display: block;
	width:920px;
	height:400px;
	background: rgba(0, 0, 0, 0.6) url(framework/images/zoom-lightbox.png) no-repeat center center;
	opacity: 0;
}

.work-detail-description{
	width:685px;
	float: left;
}
.work-detail-link{
	width:215px;
	margin-left:20px;
	float: left;
	font-size:12px;
}
.work-detail-link .hr{
	margin:8px 0;
	border-color:#efefef;
}
.work-detail-link strong{
	display:inline-block;
	width:30px;
	text-align: left;
	margin-right:20px;
	text-transform: uppercase;
	font-size:10px;
}
.work-detail-description h5, .work-detail-link h5{
	margin:0 0 20px 0;
	padding:0;
	text-transform: uppercase;
	color: #999999;
}
.work-detail-description .taxonomy{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:16px;
	color:#999999;
	font-style: italic;
	margin-bottom:20px;
}

.work-detail-description p{
	margin-bottom:20px;
}

#embedd-video{
	width:600px !important;
	display: none;
}

/* ----------------------------------------------------- */
/* Sidebars */
/* ----------------------------------------------------- */

#sidebar{

}

#sidebar.sidebar-right{
	width:215px;
	padding:0px 0px 30px 0px;
	float: right;
}

#sidebar.sidebar-left{
	width:215px;
	padding:0px 0px 30px 0px;
	float: left;
	margin-right:30px;
}

#sidebar h2{
	font-weight:700;
	color:#666666;
	text-transform: uppercase;
	font-size:12px;
	line-height:10px;
	background: #ffffff url(framework/images/teaser.png);
	margin:0px 0px 8px 0px;
}

#sidebar h2 span{
	background: #ffffff;
	padding-right:5px;
}

#sidebar{
	font-size:11px;
}


#sidebar .widget{
	margin-bottom:40px;
}

#sidebar li{
	background: url(framework/images/dot.png) no-repeat 0 10px;
}

#sidebar .widget_tag_cloud .tagcloud{
	margin-top:15px;
}

#sidebar .widget_tag_cloud a{
	font-size:11px !important;
	display: inline-block;
	padding:1px 10px;
	border:1px solid #efefef;
	margin:0 3px 6px 0;
	-webkit-border-radius: 3px;
			border-radius: 3px; 
}
#sidebar .widget_tag_cloud a:hover{
	color:#ffffff;
	background: #ed7811;
	border-color:#ed7811;
}

#sidebar .widget_nav_menu li.current-menu-item a{
	color:#ed7811 !important;
}


#sidebar .widget_recent_comments li{
	padding:1px 0 1px 12px;
	background: url(framework/images/dot.png) no-repeat 0 10px;
}
#sidebar .widget_recent_comments li a{
	padding:0;
	border:none;
	display:inline;
	background: none;
}

#sidebar li a{
	display: block;
	color:#8a8a8a;
	padding:1px 0 1px 12px;
	
}

#sidebar a:hover{
	color:#ed7811;
}

#sidebar ul li ul li:last-child a{
	border-bottom:1px dotted #dedede;
}

/* ----------------------------------------------------- */
/* Sidebar Widgets */
/* ----------------------------------------------------- */

#sidebar .searchform input{
	padding:6px 4px 6px 29px;
	border:1px solid #d5d5d5;
	color:#666666;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight:400;
	font-size:12px;
	margin-top:10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px 4px #f4f4f4,
						inset 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
			box-shadow: 0px 0px 0px 4px #f4f4f4,
						inset 0px 1px 1px 0px rgba(0, 0, 0, 0.05); 
	width:177px;
	background: #ffffff url(framework/images/search-dark.png) no-repeat 8px 6px;
}
#sidebar .searchform input:focus{
	border:1px solid #999999;
}

.embed_code &gt; iframe {
    width: 100%;
    height: auto;
}

#twitter_update_list{
	margin-top:12px;
}

#twitter_update_list li a{
	padding:0;
	margin:0;
	border-bottom:none;
	display:inline-block;
	background: none;
}
#twitter_update_list li{
	display:block;
	padding:0 0 0 25px;
	margin-bottom:5px;
	background: url(framework/images/twitter.png) no-repeat 0px 3px;
}

#flickr_tab{
	margin-top:15px;
}

#flickr_tab a{
	display:block;
	width:50px;
	height:50px;
	float:left;
	margin:0 5px 10px 5px;
	padding:4px;
	border:1px solid #cccccc;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.09);
			box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.09);
}

#flickr_tab a img{
	width:50px;
	height:50px;
	border:0px solid #efefef;
	transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;    /* FF3.7+ */
    -o-transition: opacity 0.4s ease;      /* Opera 10.5 */
    -webkit-transition: opacity 0.4s ease; /* Saf3.2+, Chrome */	
}
#flickr_tab a:hover img{
	opacity: 0.6;
}

.embed_code{
	margin-top:15px;
}

.widget_sponsor .sponsors{
	margin-top:15px;
}

/* ----------------------------------------------------- */
/* Inputs &amp; Contact Form */
/* ----------------------------------------------------- */

input, textarea {
	display: block;
	padding:10px;
	border:1px solid #d5d5d5;
	color:#666666;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight:400;
	font-size:12px;
}
input:focus, textarea:focus{
	border-color: #999999;
}

/* ----------------------------------------------------- */

#contactform input, #contactform textarea {
	display: block;
	width: 640px;
	padding:10px;
	border:1px solid #d5d5d5;
	color:#666666;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight:400;
	font-size:12px;
	margin-bottom:20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px 4px #f4f4f4,
						inset 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
			box-shadow: 0px 0px 0px 4px #f4f4f4,
						inset 0px 1px 1px 0px rgba(0, 0, 0, 0.05); 
}

#contactform input:focus, #contactform textarea:focus{
	border-color:#999999;
}

#contactform{
	width:622px;
}

#contactform label{
	display:block;
	margin-bottom:5px;
	font-size:11px;
	text-transform: uppercase;
	color:#999999;
	font-weight:600;
	cursor: pointer;
	float: left;
	padding-top:8px;
	width:100px;
}
#contactform input, #contactform textarea{
	float: left;
	width:500px;
}

#contactform .error{
	font-size:11px;
	text-transform: uppercase;
	color:#bd2b20;
	font-weight:600;
	cursor: pointer;
}

#contactform #submit{
	float: right;
	margin:0px 0 0 100px;
	display:inline;
	width:auto;
	text-decoration: none;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color:#888888;
	font-weight:700;
	cursor: pointer;
	border:1px solid #cbcbcb;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.09);
			box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.09);
	-webkit-border-radius: 2px;
			border-radius: 2px; 
}
#contactform #submit:hover{
	color:#ffffff;
	background: rgb(173,173,173); /* Old browsers */
	background: rgb(173,173,173); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(173,173,173,1) 0%, rgba(137,137,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,173,173,1)), color-stop(100%,rgba(137,137,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(137,137,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(137,137,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(137,137,137,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(137,137,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#898989',GradientType=0 ); /* IE6-9 */
	
	border:1px solid #adadad;
	border-bottom:1px solid #898989;
}


/* ----------------------------------------------------- */
/* Content Styles */
/* ----------------------------------------------------- */

.shadow-top{
	height:6px;
	width:100%;
	background: url(framework/images/shadow-top.png) repeat-x top center;
	position: absolute;
	top:0;
	left:0;
	z-index: 500;
	opacity: 0.2;
}

.col-4, .col-4-last{
	float:left;
	width:215px;
	margin-right:20px;
}
.col-4-last{
	margin-right:0;
}

/* ---------------------------------------------------- */
/* Standard Tags										*/

.sticky, .gallery-caption, .bypostauthor {}

.gallery a img, a img.size-medium, a img.size-thumbnail{
	padding:8px;
	border:1px solid #d9d9d9 !important;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.09); 
}
.gallery a:hover img, a:hover img.size-medium, a:hover img.size-thumbnail{
	border:1px solid #ed7811 !important;
}

.gallery-item{
		width:100%;
	}
	
	.gallery-item img{
		width:70%;
		height:auto;
	}

strong, b{
	font-weight:bold;
}

em{
	font-style:italic;
}
del{
	text-decoration: line-through;
}

address{
	font-style:italic;
}

code, pre {
	display: block;
	font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
	background: #f5f5f5 url(framework/images/pre.png) repeat;
	border: 1px solid #e5e5e5;
	padding: 18px 20px 18px 20px;
	margin: 0 0 18px;
	line-height: 19.2px;
	overflow: auto;
	overflow-Y: hidden;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	-webkit-border-radius: 4px;
border-radius: 4px; 
}



blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999999;
	font-style: italic;
	background: #ffffff url(framework/images/blockquote.png) no-repeat 10px 6px;
	font-size:15px !important;
	padding:10px 10px 10px 50px;
}
blockquote p{
	font-size:15px !important;
	line-height:24px;
	margin:0 0 20px 0 !important;
	padding:0 !important;
}


table {
	margin: 0 0 20px 0;
	text-align: left;
	padding: 0 5px;
	border:1px solid #e2e2e2;
}

tr:nth-child(even) { background: #fafafa; }
tr:nth-child(odd) { background: #ffffff; }

tr {  }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	
}

thead th{
	font-size:14px;
	font-weight:700;
	color:#777777;
	border:none;
	border-bottom:1px solid #e2e2e2;
	padding:10px 5px;
	background: #f5f5f5;
}

#content ul, #content-part ul{
	margin-left:20px;
	list-style: disc;
}


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

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

#footerwrap{
	margin:40px -30px 0 -30px;
}

#footer .triangle{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	top:-5px;
	left:475px;
}

#footer{
	position: relative;
	background: #5f5f5f;
	padding:40px 10px 40px 30px;
	color:#cccccc;
	font-size:11px;
	border-top:5px solid #4c4c4c;
}

#footer a{
	color:#cccccc;
	text-decoration: none;
}
#footer a:hover{
	color:#ffffff;
}

#footerlogo{
	float: left;
	width:215px;
	margin-right:20px;
	color:#cccccc;
	font-size:11px;
}

#footerlogo h4{
	font-size:24px;
	font-weight:600;
	margin-bottom:15px;
	color:#ffffff;
}
#footerlogo h4 a{
	color:#ffffff;
	text-decoration: none;
}

#footer .widget{
	width:215px;
	float: left;
	margin-right:20px;
}

#footer .widget h2{
	font-size:13px;
	color:#efefef;
	text-transform: uppercase;
	font-weight:700;
	padding:0 0 1px 0;
	line-height:8px;
	margin-bottom:30px;
	background: url(framework/images/teaser2.png);
}
#footer .widget h2 span{
	background: #5f5f5f;
	padding-right:5px;
}
#footer .widget li{
	border-bottom:1px dotted #818181;
	padding:5px 0;
	font-size:11px;
}
#footer .widget ul{
	border-top:1px dotted #818181;
}

#footer .widget_tag_cloud a{
	display:inline-block;
	padding:1px 6px;
	background: rgba(0, 0, 0, 0.2);
	font-size:11px !important;
	margin:0 6px 6px 0;
	-webkit-border-radius: 3px;
			border-radius: 3px; 
}
#footer .widget_tag_cloud a:hover{
	background: #ed7811;
	color:#ffffff;
}

#footer .searchform input{
	padding:6px 4px 6px 26px;
	border:1px solid #999999;
	color:#999999;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight:400;
	font-size:11px;
	width:185px;
	background: url(framework/images/search-small.png) no-repeat 8px 8px;
}
#footer .searchform input:focus{
	border:1px solid #ffffff;
	color:#ffffff;
}

#footer #flickr_tab a{
	display:block;
	width:50px;
	height:50px;
	float:left;
	margin:0 5px 10px 5px;
	padding:5px;
	border: none;
	background: rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
			border-radius: 2px; 
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.09);
			box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.09);
}

#footer #flickr_tab a:hover{
	background: #ed7811;
}

#footer #twitter_update_list li{
	padding-left:25px !important;
	background-position: 0px 7px;
}

/* ----------------------------------------------------- */
/* toTop */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:15px;
	right:15px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.2) url(framework/images/top.png) no-repeat center center;
}

#toTopHover {
	background: rgba(0, 0, 0, 0.4) url(framework/images/top.png) no-repeat center center;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* ----------------------------------------------------- */
/* Copyright */

#copyright{
	background: #4c4c4c;
	padding:10px 30px;
	color:#999999;
	font-size:11px;
	position: relative;
}
#copyright a{
	text-decoration: none;
	color:#b5b5b5;
	border-bottom:1px solid #666666;
}
#copyright a:hover{
	color:#ffffff;
	border-bottom:1px solid #999999;
}


/* ----------------------------------------------------- */
/* EOF */
/* ----------------------------------------------------- */</pre></body></html>