/*   
Theme Name: Carlson Dettmann Consulting
Theme URI: http://www.premiumdesignshop.com/
Description: Custom Theme designed for Carlson Dettmann Consutling.
Author: Premium Design Shop
Author URI: http://www.premiumdesignshop.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.6
Tags: custom-menu, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template
*/

/* ----------------------------------------------------- */
/* Import */
/* ----------------------------------------------------- */
/*@font-face {
    font-family: 'trajan_proregular';
    src: url('framework/fonts/trajanpro-regular-webfont.eot');
    src: url('framework/fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('framework/fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('framework/fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('framework/fonts/trajanpro-regular-webfont.svg#trajan_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
sup {
	font-size: 70%;
	vertical-align: super;
	line-height: 70%;
}

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

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear{
	clear: both;
}

a{ 
	outline: none;
	color:#7399B1;
	text-decoration: none; 
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
a:hover{
	color:#9A4E4E;
}

a img{ 
	border: none; 
}

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

.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; }

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

html, body {
	font-size: 1em;
}

body {
	background: #D2D1D1;
	color:#4C4848;
	font-family: 'Open Sans', "Lucida Grande", Lucida, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:21px;
}

::-moz-selection { background: #9A4E4E; color: #fff; text-shadow: none; }
.::selection { background: #9A4E4E; color: #fff; text-shadow: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Alegreya Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: 500;
	padding: 0;
	margin-bottom:15px;
	
}

h1 {
	color:#7399B1;
	font-size: 28px;
	line-height: 30px;
}

h2 {
	color:#9A4E4E;
	font-size: 24px;
	line-height: 26px;
}

h3 {
	color:#9A4E4E;
	font-size: 20px;
	line-height: 22px;
	border-bottom: 1px solid #DCB343;
	padding-bottom: 4px;
}

h4 {
	color:#7399B1;
	font-size: 18px;
	line-height: 20px;
}

h5 {
	color:#7399B1;
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1px solid #DCB343;
	padding-bottom: 3px;
}

h6 {
	color:#9A4E4E;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
}

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

#wrap{
	position: relative;
	width:980px;
	padding: 0;
	margin: 0 auto;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4); 
	   -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4); 
			box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4); 
	
}

/* My Comment */

* {
	
}
.color-hr{
	height:5px;
	display: block;
	background: #9A4E4E;
}

.spacer{
	height:40px;
	display:block;
}
/* Header */

#header{
	height:172px;
	position: relative;
	background: #ffffff url(/wp-content/themes/consulting/framework/images/menu-sub.png) repeat-x left bottom;
}

.cursor{
	cursor: pointer;
}
/* Logo */

#logo{
	float:left;
	display: block;
	height: 124px;
	margin: 0;
}
#logo h1 {
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	color: white;
}
#logo a{
	display: block;
	text-decoration: none;
	color:#666666;
	height: 124px;
	background: url(/wp-content/themes/consulting/framework/images/logo.png) no-repeat center top;
	background-size: 245px 124px;
}
#logo img {
	display:block;
	float: left;
	width: 245px;
	height: 124px;
}

/* Navigation */

#nav{
	display: inline-block;
	float: right;
	max-width: 100%;
	width: 735px;
	padding-top: 0;
}
#main-nav {
	text-align: center;
}
.select-menu{
	display:none;
}
.select-menu {
	background: #f6f6f6 url(/wp-content/themes/consulting/framework/images/menu-select.png) no-repeat right;
}
#nav #main-menu {
	margin-top: 70px;
}
#nav ul li{
	display: inline-block;
	margin-right: 10px;
}
#nav ul li a {
	display: block;
	height: 22px;
	padding: 16px;
	margin: 0;
	font-family: "Alegreya Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color:#9A4E4E;
	font-size: 1.6em;
	font-weight: 500;
	/*text-transform: uppercase;*/
	z-index: 2;
}
#nav ul li a:hover{
	color:#4C4848;
	background: url(/wp-content/themes/consulting/framework/images/menu-arrow.png) no-repeat center bottom;
	
}
#nav ul li span.menu-discription {
	display: block;
	max-width: 140px;
	margin: 0 4px 0 82px;
	font-size: 0.68em;
	line-height: 1.1em;
	bottom: 44px;
	position: relative;
	z-index: 0;
}

/* Active */
#nav ul li.current-menu-item a, 
#nav ul li.current-page-ancestor a,
#nav ul li.current-menu-ancestor a{
	background: url(/wp-content/themes/consulting/framework/images/menu-arrow.png) no-repeat center bottom;
}
#nav ul li.current-menu-item a {
	
}

#nav ul li.current-menu-item ul li a {
	color: #666666;
	font-weight: normal !important;
	font-style: normal !important;
}
#nav ul li ul li a:hover,
#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:#fff !important;
}

html body #nav ul.sub-menu {
	display: none;
	position: absolute;
	top: 124px;
	margin: 0 auto;
	width: 100%;
	z-index: 600;
	background-color: transparent;
	padding: 0;
	left: 0;
	text-align: center;
}

html body #nav ul.sub-menu li {
	
}

html body #nav li.current_page_item ul li a, 
html body #wrap li.current_page_ancestor ul li a, 
html body #wrap li.current-menu-ancestor ul li a {
	
}

html body #nav ul.sub-menu li {
	display: inline-block;
	float: none;
	background: none;
	border:none !important;
	padding:0;
	margin:0;
} 
html body #nav ul.sub-menu li a {
	display: inline-block;
	float: none;
	background: none;
	min-width: 100px;
	max-width: 192px;
	border:none !important;
	padding:0;
	margin:0;
}

html body #nav ul.sub-menu li a {
	display: inline-block !important;
	height: 20px;
	width: auto;
	margin-top: 10px;
	padding: 10px 12px 8px 12px;
	font-family: 'Open Sans', "Lucida Grande", Lucida, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: capitalize;
	border-bottom: none !important;
	vertical-align: middle;
}
html body #nav ul.sub-menu li a:hover {
	background: url(/wp-content/themes/consulting/framework/images/menu-sub-hover.png) repeat-x center bottom !important;
}
html body #nav ul.sub-menu li.current_page_item a, 
html body #wrap ul.sub-menu li.current_page_ancestor a, 
html body #wrap ul.sub-menu li.current-menu-ancestor a {
	background: url(/wp-content/themes/consulting/framework/images/menu-sub-hover.png) repeat-x center top;
}

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

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

#nav ul li ul li ul{
	margin-left:200px;
	margin-top:-35px;
}

#nav ul li ul li ul li{
	padding:0;
	border-bottom:1px solid #efefef;
}

.sf-sub-indicator{
	display:none;
}
/* FlexSlider Wrapper */

#slider-wrap {
	height: 310px;
	margin: 30px 0 0;
	overflow: hidden;
/*	-webkit-box-shadow: 0px 0px 25px 10px rgba(159, 163, 163, 0.2);
	   -moz-box-shadow: 0px 0px 25px 10px rgba(159, 163, 163, 0.2);
			box-shadow: 0px 0px 25px 10px rgba(159, 163, 163, 0.2); */
}
#home-slider {
	float: left;
	display: inline-block;
	position: relative;
	width: 700px;
	overflow: hidden;
}
#home-slider.flexslider, #home-slider.flexslider ul.slides li, #home-slider.flexslider ul.slides li img {
	   -moz-border-radius: 10px 0px 0px 10px;
	 -khtml-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
			border-radius: 10px 0px 0px 10px;
}
#feature-wrap {
	display: inline-block;
	position: relative;
	float: right;
	width: 220px;
	height: 310px;
	background: #e3ebef;
	text-align: center;
	   -moz-border-radius: 0px 10px 10px 0px;
	 -khtml-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
			border-radius: 0px 10px 10px 0px;
	vertical-align: 50%;
}
#feature-wrap h3 {
	font-family: "Alegreya Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	color:#9A4E4E;
	border: none;
	margin: 80px 20px 20px;
}

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

.home #content h1 {
	color:#9A4E4E;
	border-bottom: 1px solid #DCB343;
	padding-bottom: 4px;
}

#page{
	padding:0px 30px;
	background-color: #ffffff;
}

#page .color-hr2, #slider-wrap .color-hr2{
	height:5px;
	display: block;
	background: #eaeaea;
	border-top:1px solid #4C4848;
	margin:0 -30px;
}

#subtitle{
	color:#666666;
	padding: 20px 0 10px;
	position: relative;
	vertical-align: middle;
	border-bottom: 1px solid #DCB343;
}
#subtitle h1{
	font-size: 18px;
	line-height: 30px;
	margin:0;
	color:#9FA3A3;
	font-weight: 300;
	font-style: italic;
}
#subtitle h1 span{
	font-family: "Alegreya Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	font-style: normal;
	color:#9A4E4E;
	vertical-align: baseline;
	padding-right: 4px;
}


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

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

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

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



html body #wrap .google_map img{
	width:auto !important;
	max-width: auto !important;
	height: auto !important;
}

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

#sidebar{
}

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

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

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

.search-result{
	padding-bottom:30px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:30px;
}
.search-result .info{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	font-style: normal;
	margin:5px 0 5px 0;
}

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


#contactform input, #contactform textarea{
	display: block;
	width: 400px;
	padding:10px;
	border:1px solid #d5d5d5;
	color:#666666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight:400;
	font-size:12px;
	margin-top:2px;	
	float:left;
	margin-bottom:10px;
	outline: none;
}
#contactform p{
	clear: both;
}

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

#contactform label{
	float:left;
	margin-left:10px;
	margin-top:12px;
	font-size:11px;
	text-transform: uppercase;
	color:#999999;
	font-weight:600;
	cursor: pointer;
}

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

#contactform #submit{
	display:inline;
	width:auto;
	margin: 10px 0 20px 0;
	text-decoration: none;
	font-weight: 700;
	background: #7399B1;
	color:#ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 12px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	border:none;
	cursor: pointer;
	margin-top:20px;
	margin-bottom:10px;
}
#contactform #submit:hover{
	background-color:#9A4E4E;
	color:#ffffff;
}

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

#latestposts .teasertext{
	width:215px;
	float:left;
}

#latestposts .entry{
	width:215px;
	height:250px;
	float:left;
	margin-left:20px;
}
#latestposts .entry h4{
	margin:0;
	font-size:13px;
}
#latestposts .entry .date{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	font-style: normal;
	margin:5px 0 5px 0;
}

#latestposts .entry a.readmore{
	display:block;
	color:#7399B1;
	font-weight:700;
	font-size:11px;
	line-height:11px;
	text-transform: uppercase;
	margin-top:10px;
	width:75px;
	background: #ffffff;
	-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#latestposts .entry a.readmore:hover{
	color: #9A4E4E;
	background: url(/wp-content/themes/consulting/framework/images/arrow2.png) no-repeat right center;
}
	
/* ----------------------------------------------------- */
/* Blog */
/* ----------------------------------------------------- */

.type-post{
	padding-bottom:30px;
	margin-bottom:30px;
}

.dotted{
	background: url(/wp-content/themes/consulting/framework/images/dotted.png) repeat-x bottom left;
}

.type-post p{
	margin-bottom:20px;
}

#content-part div.type-post.single-post{
	border-bottom:none; 
	margin-bottom:0;
	padding-bottom:0;
}

.post-thumb{
	width:210px;
	float:left;
}
.post-thumb a{
	position: relative;
	display:block;
	overflow: hidden;
	width:200px;
	height:200px;
	border:5px solid #f5f5f5;
	transition: border-color 0.4s linear;
    -moz-transition: border-color 0.4s linear;    /* FF3.7+ */
    -o-transition: border-color 0.4s linear;      /* Opera 10.5 */
    -webkit-transition: border-color 0.4s linear; /* Saf3.2+, Chrome */
	
}
.post-thumb a:hover{
	border-color: #9A4E4E;
}

.post-thumb .zoom{
	position: absolute;
	top:0;
	left:-200px;
	display: block;
	width:200px;
	height:200px;
	background: url(/wp-content/themes/consulting/framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}

.big-post-thumb{
	margin-bottom:20px;
}
.big-post-thumb img{
	border-bottom:5px solid #9FA3A3;
	padding:0px;
}

.post-entry{
	width:430px;
	margin-left:30px;
	float:left;
	padding-top:10px;
}
.post-entry h2{
	margin-bottom:15px;
	line-height:26px;
}
.post-entry a.readmore{
	display:block;
	color:#7399B1;
	font-weight:700;
	font-size:11px;
	line-height:11px;
	padding-bottom:1px;
	text-transform: uppercase;
	margin-top:10px;
	width:75px;
	-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.post-entry a.readmore:hover{
	color: #9A4E4E;
	background: url(/wp-content/themes/consulting/framework/images/arrow2.png) no-repeat right center;
}

.postmetadata{
	display:none;
}

.single-post .meta{
	padding-bottom:20px;
	margin-bottom:22px;
	border-bottom: 1px dotted #DCB343;
}

.meta{
	display: block;
	font-size:11px;
	text-transform: uppercase;
	color:#999999;
	margin-bottom:10px;
}
.meta strong{
	font-weight:700;
}
.meta a{
	font-weight:700;
	color:#999999;
}
.meta a:hover{
	color:#9A4E4E;
}

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

/* ----------------------------------------------------- */
/* Basic Wordpress Styles */
/* ----------------------------------------------------- */
.entry img,
.alignleft,
.alignright,
.aligncenter,
.wp-caption {
	max-width: 100%;
	height: auto;
}

.hidden { display: none; }

.alignleft { float: left; margin:0 20px 20px 0; }

.alignright { float: right; margin:0 0px 20px 20px; }

.gallery-item, .gallery-item a {
	margin:0px !important;
	padding:0px !important;
}
.gallery-item img {
	border:none !important;
	float:left;
	margin:0px !important;
	padding:0px !important;
}

.gallery-item a img, a.prettyPhoto img.size-thumbnail{
	margin:0px !important;
	padding:0px !important;
	border:5px solid #f5f5f5 !important;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
.gallery-item a:hover img, a.prettyPhoto:hover img.size-thumbnail{
	border:5px solid #999999 !important;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-bottom:20px;
}

.wp-caption {
	border: 1px solid #cacaca;
	
}
.wp-caption img {
	display: inline-block;
	padding: 0;
	width: auto;
}
#page p.wp-caption-text {
	padding: 8px;
	margin: 0;
	color: #919191;
	font-size: .9em;
	text-align: center;
}

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

#commentform{
	width:670px;
}

#respond, h3#comments{
	background: url(/wp-content/themes/consulting/framework/images/dotted.png) repeat-x top left;
	padding-top:30px;
	margin-top:30px;
}
#reply-title small a {
	
}
a#cancel-comment-reply-link{
	color:#9A4E4E;
	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: 320px;
	position: relative;
}
#respond p.comment-form-email {
	float: right;
	width: 320px;
	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;
	margin-bottom:10px;
	font-weight:600;
	padding:0 0 0px 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: 648px;
	padding:10px;
	border:1px solid #d5d5d5;
	color:#666666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight:400;
	font-size:12px;
	margin-top:2px;
}

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

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

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

#commentform #submit{
	display:inline;
	width:auto;
	margin: 10px 0 0 0;
	text-decoration: none;
	font-weight: 700;
	background: #999999;
	color:#ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 12px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	border:none;
	cursor: pointer;
	margin-top:20px;
	margin-bottom:10px;
}
#commentform #submit:hover{
	background-color:#9A4E4E;
	color:#ffffff;
}


h3#comments, h3#reply-title{
	font-size:12px;
	font-weight:normal;
	text-transform: uppercase;
	margin-bottom:30px;
}

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

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

.comment-list li .avatar{
	width:38px;
	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;
	color:#434242;
}
.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: #f1f1f1 url(/wp-content/themes/consulting/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:22px;
	right:20px;
	width:41px;
	height:20px;
}

.posts-prev a{
	display:block;
	width:20px;
	height:20px;
	background: #cccccc url(/wp-content/themes/consulting/framework/images/small-prev.png) no-repeat 8px 7px;
	text-indent: -9999px;
	float: right;
}
.posts-next a{
	display:block;
	width:20px;
	height:20px;
	background: #cccccc url(/wp-content/themes/consulting/framework/images/small-next.png) no-repeat 8px 7px;
	text-indent: -9999px;
	float: right;
	margin-left:1px;
}
.posts-prev a:hover, .posts-next a:hover{
	background-color: #9A4E4E;
}

#filters{
	background: #ffffff;
	border-bottom:1px solid #dedede;
	margin:0 -30px 0 -30px;
	padding:10px 30px;
}
#filters li{
	display: block;
	float:left;
	margin-right:20px;
}
#filters li a{
	display: block;
	float:left;
	padding:0px 20px 0px 0;
	border-right:1px solid #efefef;
	font-size:11px;
	font-weight:400;
	text-transform: uppercase;
}
#filters li:last-child a{
	border-right: none;
}
#filters li a:hover{
	color:#9A4E4E;
}

#container{
	width:940px;
	padding:30px 20px 10px 20px;
	margin:-30px -30px -60px -30px;
	background: #f3f3f3;
	border-top:5px solid #eaeaea;
}

.work-item{
	overflow: hidden;
	position: relative;
	width:215px;
	height:230px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:25px;
	float:left;
	background-color: #ffffff;
	border-bottom:1px solid #d3d3d3;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1); 
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

.work-item .prettyPhoto .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(/wp-content/themes/consulting/framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}
.work-item .video .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(/wp-content/themes/consulting/framework/images/zoom-video.png) no-repeat center center;
	opacity: 0;
}
.work-item .pic .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(/wp-content/themes/consulting/framework/images/zoom-pic.png) no-repeat center center;
	opacity: 0;
}

.work-item:hover {
	background-color: #ffffff;
	border-color:#9A4E4E;
}
.work-item:hover h3 a{
	color:#9A4E4E;
}

.work-item:hover img{
	border-color:#9A4E4E;
}

.work-item img{
	border-bottom:5px solid #e4e4e4;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
.work-item h3{
	font-size:15px;
	margin:15px 0 2px 0;
	padding:0;
}
.work-item .work-description span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#999999;
	font-style: italic;
	padding:0 20px;
}

#content-full div:nth-child(4n) .work-item{
	margin-right:0px;
}

/**** 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 */ 

#work-slider{
	width:600px;
	position: relative;
}

#work-slider .flex-control-nav{
	display:none;
}

.work-detail-thumb{
	width:600px;
	float:left;
}

.work-detail-thumb img{
	
}
.work-detail-description{
	width:280px;
	float:left;
	margin-left:30px;
}
.work-detail-description h3{
	margin:0 0 5px 0;
	padding:0;
}
.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 h2{
	color:#434242;
	/*text-transform: uppercase;*/
	font-size:14px;
}

#sidebar{
	font-size:11px;
}

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

#sidebar li{
	background: url(/wp-content/themes/consulting/framework/images/arrow.png) no-repeat 6px 11px;
}
#sidebar .widget_recent_entries li{
	background: url(/wp-content/themes/consulting/framework/images/pen.png) no-repeat 0 10px;
}
#sidebar .widget_categories li{
	background: url(/wp-content/themes/consulting/framework/images/category.png) no-repeat 0 10px;
}

#sidebar .widget_tag_cloud a, .meta-tags a{
	font-size:11px !important;
	display: inline;
	background: url(/wp-content/themes/consulting/framework/images/tag.png) no-repeat top left;
	padding:1px 7px 2px 18px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	margin-right:5px;
	margin-bottom:5px;
	color:#777777; 
}
#sidebar .widget_tag_cloud a:hover, .meta-tags a:hover{
	color:#333333;
}

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


#sidebar .widget_recent_comments li{
	background: url(/wp-content/themes/consulting/framework/images/comment.png) no-repeat 0 11px;
	padding:5px 0 5px 16px;
	border-bottom:1px dotted #dedede;
}
#sidebar .widget_recent_comments li a{
	padding:0;
	border:none;
	display:inline;
}

#sidebar li a{
	display: block;
	color:#8a8a8a;
	border-bottom:1px dotted #dedede;
	padding:5px 0 5px 16px;
	
}

#sidebar a:hover{
	color:#9A4E4E;
}

#sidebar ul li:last-child a, #sidebar ul li:last-child{
/*	border-bottom:none; */
}

#sidebar ul li ul li:last-child a{
	border-bottom:1px dotted #dedede;
}
#sidebar .widget_nav_menu .sub-menu {
	margin-left: 20px;
}


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

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

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

#twitter_update_list li a{
	padding:0;
	margin:0;
	border-bottom:none;
}
#twitter_update_list li{
	display:block;
	padding-bottom: 10px !important;
	margin-bottom:10px;
	border-bottom:1px dotted #dedede;
}
#twitter_update_list li:last-child{
	border-bottom:none;
	padding:0;
	margin:0;
}

#flickr_tab{
	
}

#flickr_tab a{
	display:block;
	width:60px;
	height:60px;
	float:left;
	margin-right:11px;
	margin-bottom:11px;
}

#flickr_tab a img{
	width:60px;
	height:60px;
	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;
}

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


.hr{
	height:1px;
	margin:35px 0px 40px 0px;
	border-bottom: 1px solid #DCB343;
}

.hr2{
	border-bottom:1px solid #dedede;
	height:0px;
	margin:30px 0 30px 0;
}
.hr3{
	border-bottom:1px solid #dedede;
	height:0px;
	margin:40px -30px 40px -30px;
}


.shadow-top{
	height:6px;
	width:100%;
	background: url(/wp-content/themes/consulting/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 {}

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(/wp-content/themes/consulting/framework/images/pre.png) repeat;
	border: 1px solid #ccc;
	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;
}

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

table {
	margin: 0 0 20px 0;
	text-align: left;
	padding: 0 5px;
}

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

tr { border-bottom: 1px solid #e4e4e4; }

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 #cccccc;
	border-top:1px solid #cccccc;
	padding:10px 5px;
}

iframe {
	max-width: 100%;
	max-height: 100%;
}


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

#breadcrumb-btm{
	display: block;
	border-top:1px solid #DCB343;
	border-bottom:5px solid #D2D1D1;
	margin:0;
	padding: 15px;
	color:#4C4848;
	font-size:11px;
	height:auto;
	background-color: #ffffff;
}
#breadcrumb-btm .breadcrumb-trail {
	display: inline-block;
	height: auto;
	margin-left: 15px;
}
#breadcrumb-btm .breadcrumb-trail span {
	color: #9A4E4E;
	margin: 0 5px 0 0;
}
#breadcrumb-btm .breadcrumb-trail a {
	color:#7399B1;
	text-decoration: none;
	background: url(/wp-content/themes/consulting/framework/images/arrow.png) no-repeat center right;
	padding:0 13px 0px 0;
	margin:0 10px 0 0;
}
#breadcrumb-btm a:hover{
	color:#9A4E4E;
}

.back-to-top{
	float: right;
	display: block;
	width: 22px;
	height: 15px;
	padding: 5px;
	margin-right: 10px;
}
.back-to-top a {
	display: block;
	border: none !important;
	text-decoration: none;
	width: 22px;
	height: 15px;
	background: url(/wp-content/themes/consulting/framework/images/top.png) no-repeat 0 0;
}
.back-to-top a:hover{
	border: none;
}
#copywrap .back-to-top { display: none; }

/* ----------------------------------------------------- */
/* Last Tweets */

#lasttweet{
	background: #9A4E4E url(/wp-content/themes/consulting/framework/images/twitter.png) no-repeat 30px 11px;
	padding:10px 65px;
	font-size:11px;
	color:#ffffff;
	min-height:20px
}
#lasttweet a{
	color:#ffffff;
	text-decoration: none;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
#lasttweet a:hover{
	border-bottom:1px solid rgba(255, 255, 255, 1);
}

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

#footer{
	background: #7399B1;
	padding:40px 0px 40px 30px;
	color:#ffffff;
	font-size:11px;
}

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

#footerlogo{
	color:#f2f1f1;
	font-size:11px;
}

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

#footer .widget h2 {
	font-size:11px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:-5px;
}

#footer .widget h2 a {
	color: #fff;
	text-decoration: underline;
}
#footer .widget h2 a:hover {
	color: #DCB343;
	text-decoration: none;
}
#footer .widget li{
	border-bottom:1px dotted #777777;
	padding:5px 0;
	font-size:11px;
}
#footer .widget ul{
	border-top:1px solid #777777;
}

#footer #searchform input{
	padding:6px 4px 6px 26px;
	border:1px solid #777777;
	color:#F2f1f1;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight:400;
	font-size:11px;
	width:185px;
	background: #9FA3A3 url(/wp-content/themes/consulting/framework/images/search.png) no-repeat 8px 8px;
}
#footer #searchform input:focus{
	border:1px solid #ffffff;
	color:#ffffff;
}
#footer blockquote, #footer blockquote p, #footer q, #footer cite {
	color: #fff;
	font-size: 12px !important;
	background-color: transparent;
	background-image: none;
	padding: 0;
}

/* ----------------------------------------------------- */
/* Copyright */
#copywrap {
	display: block;
	position: relative;
	width: 980px;
	padding: 0;
	margin: 0 auto;
}
#copyright{
	display: inline-block;
	background: #eaeaea;
	padding: 10px 15px 10px 30px;
	color:#4C4848;
	font-size:11px;
	height: auto;
	width: 935px;
}
#copyright .leftblock {
	display: inline-block;
	float: left;
}
#copyright .rightblock {
	display: inline-block;
	float: right;
	margin-right: 10px;
}
#copyright a{
	text-decoration: none;
	color:#4C4848;
	border-bottom:1px solid #666666;
}
#copyright a:hover{
	color:#9A4E4E;
	border-bottom:1px solid #999999;
}


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

#social{
	float:right;
	margin: 2px 30px 0 0;
}

#social li{
	display:block;
	float: left;
	margin-left: 10px;
}
#social li a{
	display:block;
	width:16px;
	height:16px;
	text-indent: -9999px;
	float: left;
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease;
	   -moz-transition: opacity 0.4s ease;
	    -ms-transition: opacity 0.4s ease;
	     -o-transition: opacity 0.4s ease;
	        transition: opacity 0.4s ease;
}
#social li.twitter a, #social li.facebook a, #social li.dribbble a, #social li.flickr a, #social li.google a, #social li.youtube a, #social li.vimeo a, #social li.linkedin a, #social li.pinterest a{ border-bottom: none; }

#social li.twitter a{ background: url(/wp-content/themes/consulting/framework/images/icons/picons01.png); }
#social li.facebook a{ background: url(/wp-content/themes/consulting/framework/images/icons/picons02.png); }
#social li.dribbble a{ background: url(/wp-content/themes/consulting/framework/images/icons/picons03.png); }
#social li.flickr a{ background: url(/wp-content/themes/consulting/framework/images/icons/picons04.png); }
#social li.google a{ background: url(/wp-content/themes/consulting/framework/images/icons/picons05.png); }
#social li.youtube a{ background: url(/wp-content/themes/consulting/framework/images/icons/picons06.png); }
#social li.vimeo a{ background: url(/wp-content/themes/consulting/framework/images/icons/picons07.png); }
#social li.linkedin a{ background: url(/wp-content/themes/consulting/framework/images/icons/picons08.png); }
#social li.pinterest a{ background: url(/wp-content/themes/consulting/framework/images/icons/picons09.png); }
	
#social li a:hover{
	opacity: 1;
}

/* ----------------------------------------------------- */
/* EOF */
/* ----------------------------------------------------- */