body 							{text-rendering: optimizeLegibility;}


body {
	font-size: 13px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 1px;
 	height: 100%;
 }

html {
height: 100%;
  margin: 0 0 1px;
  padding: 0;

}

.container {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 10px;
	/* background: url(http://www.dubberly.com/wp-content/themes/ddo/css/images/blueprint_grid_70+10x18.png) 24px 0px; */

}

a {
	text-decoration: none;
	-webkit-transition:all .4s ease;

}

a:hover {
}

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

#header {
	height: 60px;
	width: 960px;
	margin-left: 24px;
	margin-top: 35px;
}

#header #branding {
	width: 207px;
}

#header #branding a {
	display: block;
	height: 32px;
	width: 81px;
	background: url(http://www.dubberly.com/wp-content/themes/ddo/css/images/logo-dubberly-design-office.gif) no-repeat right;
	color: #ooo;
	text-indent: -100000px;
	float: right;
	overflow: hidden;

}


#header #branding #homelink{
	font-size: 13px;
	line-height: 20px;
	padding: 0 5px 0 5px;
	display: block;
	margin-top: 16px;
	float: left;
}


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


#primary {
	float: left;
	width: 710px;
	margin-top: 16px;
	margin-right: 33px;
}

#primary .links {
	list-style-type: none;
	margin-left: 5px;
	padding: 0;
	float: left;
	display: inline;

}

#primary .links li{
	display: block;
	float: left;
	margin: 1px 10px 0 2px;
}

#primary li.company-name{
	height: 19px;
	font-weight: bold;
	margin: 0 10px 0 0px;
}


#primary .links li a {
	font-size: 13px;
	line-height: 20px;
	padding: 1px 5px 0 5px;
	text-decoration: none;
	display: block;
}

#primary .links li a:hover {

}

#primary .links li a#homelink {
	margin-left: 2px;
}

#home #primary .links li a#homelink {
}


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

#content-box {
	margin-left: 24px;
	display:inline;
	margin-right: 30px;
	width: 610px;
}

#content-box .span-6 {
	width: 450px;
}

#content-box.span-12 {
	width: 950px;
}

#page-contact .entry-content .span-6 {
	width: 440px;
}


#content-box .span-6 p{
	padding-right: 0px;
}


#content-box .section h3 {
	padding-top: 6px;
	padding-bottom: 14px;
	font-size: 22px;
	line-height: 35px;
	margin: 0px 0 0px 0;
}

/* Entry
-------------------------------------------------------------- */

.entry {
	margin-bottom: 10px;
}

.entry-header, #content-box .section {
	border-top: 1px solid #ddd;
	padding: 10px 0 0px 0;
}

.entry-header .archive-description {
	border-top: 1px solid #ddd;
	padding: 15px 0 14px 0;
}

.entry-content {
	width: 610px;
}

.authors-link {
	color: #666;
}

.page .entry-content p {
	width: 540px;
}

.page .entry-content .span-2 p {
	width: auto;
}

.page .entry-content .span-2 {
	width: 150px;
	padding: 0px;
	overflow: hidden;
}

.entry-content img.full,
.entry-content img.alignleft{
	margin: 0 0 20px 0;
	width: 440px;
	float: left;
}

.content.span-8 {
	width: 610px;
}

.content img {
	margin: 5px 10px 20px 0;
	width: 100%;
	height: auto;
	float: left;
}

.entry-content img {
	margin: 5px 10px 20px 0;
	width: 100%;
}

.cat-projects .entry-content .wp-caption {
	width: 100% !important;
	margin-bottom: 15px;
}

.cat-projects .entry-content .wp-caption a {
	position: relative;
	display: block;
	z-index: 2;
}

.cat-projects .entry-content .wp-caption img {
	margin-bottom: 5px;
}

.cat-projects .entry-content .wp-caption p {
	font-size: 10px;
	line-height: 1.6em;
	opacity: 0.6;
}

.content.span-8 .edit {
	margin: 5px 10px;
	line-height: 30px;
}

.content.span-8 .edit + p, .content.span-8 .title + p {
	clear:both;
}

.entry-content ol,
.entry-content ul
{
	margin-top: 5px;
	/* background-color: red;  */
}

.entry-content ol li p,
.entry-content ul li p
{
	padding-left: 0px;
	margin-left: 0px;
}


.entry-content ol,
.entry-content ul {
	margin-bottom: 10px;
	/* background-color: red; */
}

#content-box .more-link {
	font-weight: bold;
	font-size: 13px;
}

.entry-content small {
	color: #666666;
}

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

#footer {
	margin:0px;
	float:left;
	width: 100%;
}

#footer .content {
	color: #666666;
	width: 1000px;
	margin: 20px auto;
	margin-bottom: 10px;
}


#footer .content .main {
	border-top: 1px solid #d5d6d8;
	margin-left: 24px;
	margin-right: 24px;
	padding-top: 10px;;
}

.navigation {
	margin-bottom: 29px;
	padding: 20px 10px 10px 10px;
	font-size: 22px;
	font-weight: normal;
	border-top: 1px solid #d5d6d8;
}

.previous {
	float: right;
}

.next {
	float: left;
}

#comments img.gravatar {
	margin: 2px 8px 0 -1px !important;
}

#comments .box {
	background: none;
	padding: 0;
	margin-left: 160px;
}

#comments box-inner {
	margin: 0;
}

#comments .form-item{
	padding: 6px;
	margin: 0px;
}

.comment-status {
	margin-left: 160px;
}

.post-comment a{
	padding: 0;
}

p.share-this,
p.post-comment {
	padding: 0px 0 4px 10px;
	margin: 0px;
	display: block;
}

.entry-form {
	margin-left: 160px;
	padding-left: 6px;
}

.resizable-textarea{
	width: 100%
}

form span {
	margin: 0px;
	padding: 0px;
}


.comment,
.entry-content {
	padding-top: 15px;
	padding-bottom: 9px;
}

.comment {
	margin-bottom: 15px;
}

.comment,
#commentform .content,
.entry-content, .search-result	{
	border-top: 1px solid #d5d6d8;
}

.comment_meta p {
	padding-left: 10px !important;
}

.comment_meta h5 {
	padding-left: 10px !important;
	padding-bottom: 0px !important;
}

#contactform {
	float: left;
	margin: 0 0 0 0px;
	padding-bottom: 100px;
	display: inline;
}

#contactform table {
	float: left;
	width: 590px;
	margin-top: 10px;
	margin-left: 10px;
	border-collapse: collapse;
	border-spacing:0px;
}

button#contactsubmit {
	margin-top: 15px;
	margin-left: 10px;
}

img.left {
	float: none;
	margin-left: 0;
}

#email_page {
	width: 360px;
	padding: 6px;
}

#email_page span {
	margin-right: 6px;
}

#comment_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}


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

#content-sidebar .block,
#content-sidebar .widget {
	border-top: 1px solid #d5d6d8;
	font-size: 12px;
	padding: 0px 0 0 0;
	margin-bottom: 30px;
}

#content-sidebar .block h2,.widget h2 {
	font-size: 15px;
	line-height: 19px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}


#content-sidebar ul {
	margin: 0;
	list-style: none;
	width: 310px;

}

#content-sidebar .block ul li {
	border-top: 1px solid #d5d6d8;
	list-style: none;
	margin-bottom: 0px;
}

#content-sidebar .block ul li a {
	font-size: 12px;
	line-height: 20px;
	width: 290px;
	padding: 5px 10px 4px 10px;
	display: block;
	margin: 0;
}

#content-sidebar .more-link {
	font-weight: bold;
	text-align:  left;
}

input {
	vertical-align: middle;
}

form span input,
form span textarea,
form span select {
	width: 100%;
    margin: 0;
    padding:0px;
    display: block;
}

form span {
	display: block;
}

span#commentx{
	display: inline;
	padding: 0px;
	margin: 0px;
	width: 448px;
}

/* Comment form
-------------------------------------------------------------- */

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

#commentform .content {
	padding-top: 30px;
	padding-left: 170px;
	width: 440px;
}

#commentform p.unstyled {
	padding: 0px 0px 5px 0px;
}

#commentform table{
	width: 440px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	float: left;
	border-spacing: 0;
}

#commentform table tbody {
}

#commentform textarea, #contactform textarea {
	margin: 0;
	padding: 0;
	float: left;
	width: 434px;
}

td.authorinfo,
td.emailinfo,
td.websiteinfo,
td.challenge-question {
	width: 138px;
	padding-top: 10px;
	display: block;
	float: left;
}

td.authorinfo {
}

td.authorinfo,
td.emailinfo {
	padding-right: 10px;
	margin: 0px;
}

#commentform label {
	padding-left: 2px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: smaller;
}

#searchform {
	margin-top: 19px;
}

#search form tr {
	padding: 0px;
}

#searchform td {
	padding: 0px;
	height: 25px;
	border: 1px dotted black;
}

#searchform table {
	margin-top: 19px;
	width: 312px;
	height: 25px;
	padding: 0px;
}

h3#respond {
	margin-left: 0px;
}

#searchform input{
	width: 230px;
    margin: 0;
    height: 23px;
    line-height: 23px;
    padding:0px;
    margin: 0 8px 0 0px;
    float: left;
}

td.search-field {
	width:  232px;
	padding: 0 8px 0 0;
}

#search .button {
		display: block;
		text-align: center;
		float: left;
		margin: 0px;
		height: 25px;
		padding-bottom: 1px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		border: 0;
		width: 72px;
		line-height: 25px;
		padding: 0px;
		font-weight: bold;
		text-shadow: 0 0 0 #000;
		cursor:pointer;
}

#search .button:hover {
	background-position: 0 -25px;
}

#submit {
	margin: 15px 0 0 -2px;
}

.button-wide,
.button-narrow {
		display: block;
		text-align: center;
		float: left;
		margin: 0px;
		height: 25px;
		padding-bottom: 1px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		border: 0;
		line-height: 25px;
		padding: 0px;
		font-weight: bold;
		text-shadow: 0 0 0 #000;
		cursor:pointer;
		display: inline;
}

.button-wide {
		width: 122px;
}

.button-narrow{
		width: 72px;
}

.button-wide:hover,
.button-narrow:hover {
	background-position: 0 -25px;
}


/* Headings
-------------------------------------------------------------- */


h1,h2,h3,h4,h5,h6, p { padding: 10px 0px 8px 10px;}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 45px; line-height: 55px; margin: 0px 0 10px 0; }

h2 { font-size: 40px; line-height: 50px; margin: 1px 0 10px 0; }


.entry-content h1,
.search-result h1,
.search-result-tag h1,
h3 { font-size: 25px; line-height: 35px; margin: 10px 0 0 0; }

.entry-content h2,
.search-result h2,
.search-result-tag h2,
h4 { font-size: 18px; line-height: 25px; margin: 10px 0 0 0; padding: 5px 0px 5px 10px;height: auto;}

.entry-content h3,
.search-result h3,
.search-result-tag h3,
h5 { font-size: 13px; line-height: 20px; margin-bottom: 0; }

h6 { font-size: 13px; font-weight: bold;}

h7 { font-size: 11px; font-weight: bold; }


.search-result h2.title,
.search-result-tag h2.title  {
	font-size: 22px;
	line-height:30px;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


blockquote {
	margin: 10px 0 10px 40px;
}

blockquote p {
	border-left: ;
}

.info h4 {
	font-weight: normal;
}

/* Text elements
-------------------------------------------------------------- */
p, h5 {
	margin: 0 0 0px;
	padding: 5px 10px 5px 10px;
}

em {
	font-style: italic;
	background: none;
}

ul, ol      { margin:0 0 1.5em 5em; }

/* Form elements
-------------------------------------------------------------- */

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

input {
	height: 20px;
	text-indent: 5px;
}

.search-result, search-result-tag {
	padding-top: 9px;
	padding-bottom: 14px;
}

.search-result .info,
.search-result-tag .info{
	width: 140px;
	margin-right: 20px;
	margin-top: 6px;
}

.search-result .info p,
.search-result-tag .info p {
	padding-bottom: 0px;
}

.entry .info p{
	padding-bottom: 4px;
	padding-right: 0px;
}


.search-result h3,
.search-result-tag h3 {
	font-size: 22px;
	line-height:30px;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.search-result p.post-comment
.search-result-tag p.post-comment {
	padding: 0px 0 0px 10px;
	margin: 0px;
	display: block;
}

.entry-content table {
    margin: 20px 10px;
	table-layout: fixed;
	width: 440px;
}

.entry-content th {
    text-align: left;
	font-weight: bold;
}

.entry-content td,
.entry-content th {
	border-top: 1px solid #d5d6d8;
	line-height: 25px;
}

.entry-content tr:first-child th {
    border-top: none;
}


#testdiv {
	display: none;
}

#home #header {
	height: 60px;
}

#home #testdiv {
	margin-top: 95px;
	margin-left: -500px;
	height: 260px;
	width: 50%;
	float: left;
	display: block;
	padding-top: 5px;
	}

#home .container {
	width: 1000px;
	position: relative;
	padding: 0px;
	z-index: 500;
}

#home #content-box {
	display:inline;
	width: 994px;
}


#home #about-box {
	width: 100%;
	padding: 25px 0;
}



#home #about-box h2 {
	font-size: 48px;
	line-height: 60px;
	margin-left: 24px;
}

#home #about-box .call-to-action {
	margin-left: 24px;
	font-weight: normal;
}

#home #about-box .call-to-action a {
	border-bottom: 1px solid;
	padding-bottom: 2px;
}

#home #about-box .call-to-action,
#home #about-box .call-to-action a {
	background: none;
	color: white;
}

#home #content-box h2 em {
	font-style: normal;
}

#home ul#recent-work {
	margin-top: 35px;
	margin-left: 24px;
	float: left;
	list-style: none;
	display: inline;
}

#home ul#recent-work ul
{
	margin: 0;
	list-style: none;
}

.entry-content ul.post-meta,
.search-result ul.post-meta,
.search-result-tag ul.post-meta  {
	margin: 0px 0 0 0;
	list-style: none;
	width: 140px;
}

.entry-content ul.clients li,
.entry-content ul.post-meta li,
.search-result ul.post-meta li,
.search-result-tag ul.post-meta li {
	padding: 5px 10px 4px 10px;
	font-size: 12px;
	line-height: 15px;
}

.entry-content ul.clients {
	float:left;
	margin: 0 10px 0 0;
	list-style: none;
}

#footer ul#ddo-info {
	margin: 5px 0 0 0;
	list-style: none;
}

#footer ul#ddo-info li {
	float: left;
	font-size: 12px;
	width: 300px;
	margin-right: 10px;
	padding-left: 10px;
}

#footer ul#ddo-info li:last-child {
	margin-right: 0;
}

#social {
	text-align: right;
}

#social a {
	color: #999999;
	display: inline-block;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}

#social a:hover {
	background: none !important;
	color: #0082b2;
}

#home ul#recent-work li {
	float: left;
	width: 300px;
	margin-right: 20px;
}

#home ul#recent-work li#articles-recent {
	margin-right: 0px;
	width: 310px;
}

#home ul#recent-work li#articles-recent ul li{
	width: 310px;
}

#home ul#recent-work li#articles-recent ul li a{
	width: 290px;
}

#home ul#recent-work h2 {
	font-size: 15px;
	line-height: 19px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}


#home a#find-out-more-link {
		display: block;
		text-align: center;
		margin: 0 0 0 31px;
		height: 25px;
		line-height: 24px;
		font-size: 13px;
		font-weight: bold;
		width: 120px;
}

#home a#find-out-more-link:hover {
		text-decoration: none;
		background-position: 0 -25px;


}

#home ul#recent-work ul li {
	float: none;
	margin-right: 0px;
}

#home ul#recent-work ul li a {
	width: 280px;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 10px 4px 10px;
	display: block;
}

#home ul#recent-work .more-link {
	font-weight: bold;
	text-align:  left;
}

#home .more-link {
	margin: 0;
}

td#ZoomCaption {
	vertical-align: middle;
}

/* Colors: Neutrals
-------------------------------------------------------------- */

body,
.search-result h2.title a,
.search-result-tag h2.title a,
.entry-header h2 a {
	color: #222;
}


#content-sidebar .block h2 a,.widget h2 a{
	color: #444;
}

#content-sidebar .block ul li a,
#home ul#recent-work ul li a {
	color: #666666;
}

form span {
    background-color: #fff;
}

#commentform label {
	color: #666;
}
.button-wide,
.button-narrow {
	color: #ffffff;
}

.button-wide:hover,
.button-narrow:hover {
	color: #fff;
}

.block h2 a,.widget h2 a{
	color: #444;
}

#home #about-box h2 em {
	color: #fff;
	font-style: normal;
}

#home ul#recent-work li,
#home ul#recent-work ul li,
.entry-content ul.post-meta li,
.search-result ul.post-meta li{
	border-top: 1px solid #d5d6d8;
}

.entry-tags,
.entry-tags a,
.comment_time {
	color: 					#9f9f9f;
}


form span input,
form span textarea,
form span select {
    border: 1px solid 		#C3C3C3;
    border-top-color: 		#7C7C7C;
    border-bottom-color: 	#DDD;

  }

/* Colors: Hues
-------------------------------------------------------------- */

#header #branding a {
	background: url(http://www.dubberly.com/wp-content/themes/ddo/css/images/logo-dubberly-design-office.gif) no-repeat right;
}

.button-wide {
	background: url(images/button-wide.gif) no-repeat;
}

.button-narrow{
	background: url(images/button-narrow.gif) no-repeat;
}

a {
	color: 					#0082b2;
}

a:hover,
.entry-tags a:hover,
.entry-header h2 a:hover,
#home ul#recent-work ul li a:hover,
#content-sidebar ul#recent-work ul li a:hover {
	color: 					#007098;
	background-color:		 #d3f3ff;
}

#about #primary .links li a#aboutlink,
#contact #primary .links li a#contactlink,
#clients #primary .links li a#clientslink,
.cat-models #primary .links li a#modelslink,
.cat-blog #primary .links li a#bloglink,
.cat-concept-maps #primary .links li a#mapslink,
.cat-articles #primary .links li a#articleslink,
.cat-projects #primary .links li a#projectslink,

{
	color: 					#ffffff;
	background-color:		#0095cb;
}

#home #about-box  {
	background-color: 		#0095cb;
	}

#home #about-box h2,
#home #about-box .call-to-action a:hover {
	color: 					#4cd5ff;
}

#home a#find-out-more-link {
	color: #d3f3ff;
	background: url(images/button-more-blue.gif) no-repeat;

}

form span input,
form span textarea,
form span select {
	background-color: 		#d3f3ff;
}

.cat-models .entry {
	margin-bottom: 30px;
}


.cat-models .search-result{
	border: 0;
	height: 223px;
	overflow: hidden;
	margin-bottom: 0px;
}

.cat-models .search-result .content.span-4{
	border: 0;
	width: 310px;
	overflow: hidden;
	margin-bottom: 0px;
}

a.info:hover {
	position:relative;
}

.search-result .content a.model_tooltip img,
.search-result .content a.model_tooltip img.alignleft,
.search-result .content a.model_tooltip img.size-medium,
.search-result .content a.model_tooltip img.alignleft {
	display: block;
	margin: 0px;
	padding: 0px;
}

a.model_tooltip span {
	display:none;
	padding:0px 0px;
	width:290px;
	height: 218px
}

a.model_tooltip:hover span {
	display:				block;
	position:				absolute;
	color:					#ffffff;
	padding:				10px;
	font-size: 				25px;
	line-height: 			35px;
	font-weight: 			bold;
	filter:					alpha(opacity=80);
	-moz-opacity:			0.8;
	-khtml-opacity: 		0.8;
	opacity: 				0.8;
	}

#related-posts ul {
	margin-left: 0px;
	list-style: none;
	border-top: 1px solid #d5d6d8;
	padding-top: 10px;

}


#related-posts ul li {
	margin-bottom: 0px;
	/*margin-left: 0px; */
	margin-left: 160px;
}

#related-posts ul li a {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 10px 4px 10px;
	margin: 0;
}

ul#related-works {
	border-top: 1px solid #d5d6d8;
	padding: 0 0 0 170px;
	margin: 0 0 30px 0;
	list-style: none;

}

ul#related-works li h4 {
	margin: 10px 0 0 0;
	padding: 0px;
}

ul#related-works ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
}


/* Overrides
-------------------------------------------------------------- */

.search-result h2.title a:hover,
.entry-header h2 a:hover {
	background-color: inherit !important;
}


.ddo_tag_result {
	width: 810px;
	border-top: 1px solid #d5d6d8
}

/* Gallery
-------------------------------------------------------------- */
.ddo_gallery_container {
	width: 960px;
	border-top: 1px solid #d5d6d8;
	padding-top: 20px;
	padding-bottom: 15px;
}


.ddo_gallery {
	width: 720px;
	float: left;
	/* width: 960px; */
	/* width: 950px; */


}

.gallery_filter {
	width: 150px;

}

#diagram-content {
	width: 810px;

}

#diagram-content p {
	font-weight: 400;
	font-size: small;
	color: black;
	/*color: #939598;*/
	margin-top: 0;
	padding-top: 0;
}

#diagram-content img {
	margin-top: 0;
	padding-top: 0;
}
#diagram-content h3 {
	margin-left: -150px;
	padding-top: 0;
}
#diagram-content hr {
	margin-left: -150px;
	width: 960px;
}
.ddo_thumbnail {
	margin: 0 7px 7px 0;
	padding: 0;

	display: block;
	float: left;
	position: relative;

	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease;
	-moz-transition: -moz-transform .2s ease;

}

.ddo_thumbnail:hover {
	z-index: 1;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);


	-webkit-box-shadow: 0px 1px 2px #808080;
	-moz-box-shadow: 0px 1px 2px #808080;
	box-shadow: 0px 1px 2px #808080;


}

.ddo_thumbnail:active {
	z-index: 1;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);


	-webkit-box-shadow: 0px 1px 2px #808080;
	-moz-box-shadow: 0px 1px 2px #808080;
	box-shadow: 0px 1px 2px #808080;


}



.ddo_thumbnail img {

	width: 230px;
	height: 173px;
	margin: 0;
	padding: 0;

}


.ddo_thumbnail figcaption {
	background-color: #0198c9;
	color: white;
	display: none;
	opacity: 0;
	position: absolute;
	top: 173px;
	left: 0;
	width: 220px;

}

.ddo_thumbnail:hover figcaption{
	display: block;
	opacity: 1;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 2px #808080;
	-moz-box-shadow: 0px 1px 2px #808080;
	box-shadow: 0px 1px 2px #808080;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: .005s;

	-moz-transition-property: opacity;
	-moz-transition-duration: .15s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: .005s;


}

.ddo_thumbnail figcaption p{
	padding: 0;
	margin: 0;
	font-weight: 700;
}

.ddo_thumbnail figcaption p.author{
	font-weight: 500;
	font-size: small;
}

/* tag
-------------------------------------------------------------- */

.navigation .diagramPrevious{
	display:none;
}

.navigation-right {
  width: 810px;
}

.navigation-right .navigation {
  width: 800px;
}


/* single-491
-------------------------------------------------------------- */

p.diagram-author{
	font-weight: 500;
	font-size: large;
	color: #939598;
}

#entry-diagram{
	width: 810px;

}

.entry-diagram ol,
.entry-diagram ul {
	margin-bottom: 10px;
}

.entry-diagram ol,
.entry-diagram ul
{
	margin-top: 5px;
}

.entry-diagram ol li p,
.entry-diagram ul li p
{
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.entry-diagram ul.post-meta li{
/* 	border-top: 1px solid #d5d6d8; */
}

.gallery_filter .post-meta {
	margin: 0;
}

.gallery_filter .post-meta ul {
	margin: 0 0 0 5px;
}

.gallery_filter .post-meta ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gallery_filter .wp-tag-cloud{
  width: 100px;
}
.gallery_filter ul.wp-tag-cloud li{
	border-top: 1px solid #d5d6d8;
} /* adds lines to seperate tags in categories view */

.entry-diagram small {
	color: #666666;
}
.entry-diagram ul.post-meta li {
	padding: 5px 10px 4px 10px;
	font-size: 12px;
	line-height: 15px;
	list-style-type: none;
	}
.entry-diagram ul.post-meta {
	margin-left: 0;
	}
.entry-diagram p.authors-link {
	padding: 2px 10px 2px 10px;
	line-height: 15px;
	list-style-type: none;
	}

.entry-diagram {
	width: 150px;
	list-style-type: none;
	float: left;
}

.entry-diagram .info ul,
.entry-diagram .info il,
.entry-diagram .info ol,{
	list-style-type: none;
}

#infscr-loading {
	clear: both;
	text-align: center;
	padding-top: 10px;
	width: 100% !important;
}

/* Clients
-------------------------------------------------------------- */
#clients #content-box,
#clients .entry-content {
  width: 950px !important;
}

#clients ul.options {
  list-style-type: none;
  height: 20px;
  padding: 5px 0 5px 10px;
  margin: -15px 0 0;
  border-bottom: 1px solid #d5d6d8;
}
#clients ul.options li {
  float: left;
  margin: 1px 10px 0 2px;
}
#clients ul.options li a {
  padding: 1px 5px 0 5px;
}

#clients ul.options li.active a:hover {
  cursor: default;
}

#clients ul#grid {
  list-style-type: none;
  margin: 56px 0 0;
}
#clients ul#grid li.client {
  width: 217px;
  height: 130px;
  padding: 10px;
  float: left;
}
#clients ul#grid li.client p {
  display: none;
}
#clients ul#grid li.client img {
  width: 80%;
  height: 80%;
}

#clients ul#list {
  list-style-type: none;
  margin: 20px 0 0;
}
#clients ul#list div.column {
  float: left;
  width: 235px;
  padding: 2px 0 2px 2px;
}
#clients ul#list li.client {
  width: 217px;
  float: left;
}
#clients ul#list img {
  display: none;
}

/* Contact
-------------------------------------------------------------- */

#contact #content-box {
	margin-right: 0;
}

#contact #content-sidebar .block {
	padding-left: 30px;
	width: 310px;
}

#contact-info li.push {
	height: 59px;
}

#contact-info li#info,
#contact-info li#talk {
	padding-top: 15px;
}

#contact-info li#info {
	margin-top: 352px;
}

#contactform textarea {
	width: 588px;
}

#contact td.authorinfo,
#contact td.emailinfo,
#contact td.websiteinfo,
#contact td.challenge-question {
	width: 190px;
}
