/*
Theme Name: Collaboration Insights
Theme URI: http://wordpress.org/
Description: Collaboration Insights WordPress Theme
Version: 1.0
Author: Joshua Mauldin
Author URI: http://joshuamauldin.com/

*/

/* @group Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	background: url(images/grey-bg.jpg);
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	background: #f5f5f5;
	}

#header {
	background: url(images/grey-bg.jpg);
	height: 93px;
	}

#header-content{
	width: 960px;
	margin: 0 auto;
}

.menu{
	float: right;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: 40px;
}

.menu li{
	list-style: none;
	display: inline;
	margin-left: 20px;
}

.menu a{
	color: #d3d3d3;
    text-shadow: #333 0 -1px 1px;
	text-transform: uppercase;
	font-size: 13px;
}

.menu a:hover{
	text-decoration: none;
}

/* Hides Home from navigation */

.page-item-156{
	display: none !important;
}

#content {
	font-size: 1.2em;
	}
	
.entry{
	margin-top: 1em;
}

.entry p {
	color: #515151;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	background: #444;
	padding: 1em;
	color: #fff;
	}

.postmetadata .posted-in{
	display: block;
	margin-top: 1em;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	text-transform: uppercase;
	}

h1 {
	font-size: 4em;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	width: 496px;
	margin-right: -100px;
	}

h2 {
	font-size: 1.6em;
	margin: 22px 0 0;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}


h1 a, h1 a:hover, h1 a:visited {
	background: url(images/collaboration-insights-logo.png) no-repeat;
	text-indent: -5000px;
	height: 96px;
	display: block;
	position: relative;
	right: 150px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #515151;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

small.date{
	font: italic bold 9px georgia,"times new roman",serif;
	color: #a5a5a5;
	position: relative;
	top: -10px;
}

small.work-description{
	font: italic bold 9px georgia,"times new roman",serif;
	color: #a5a5a5;
	position: relative;
	top: 2px;
}

.entry p a:visited {
	color: #8c5a33;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

a, h2 a:hover, h3 a:hover {
	color: #dc8e50;
	text-decoration: none;
	}

a:hover {
	color: #dc8e50;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* @end */

/* @group Structure */

body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	margin: 0 auto 20px auto;
	padding: 0;
	/*width: 960px;*/
	}

.narrowcolumn {
	float: left;
	/*padding: 0 0 20px 45px;*/
	margin: 0px 0 0;
	width: 650px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px auto 0 auto;
	width: 960px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

/*.narrowcolumn .postmetadata {
	padding-top: 5px;
	}*/

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	position: relative;
	top: 4em;
	background: url(images/grey-bg.jpg);
	margin-bottom: 15em;
	}

.footer-content{
	width: 960px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	color: #7f7e7e;
	text-align: left;
	text-transform: uppercase;
	}
	
#footer .search{
	float: right;
}

#searchform #s {
	background: #1a1a1a;
	-webkit-box-shadow: 1px 1px 1px #515151;
	-moz-box-shadow: 1px 1px 1px #515151;
	box-shadow: 1px 1px 1px #515151;
	border: none;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	float: left;
	}

#searchsubmit {
	position: relative;
	top: 3px;
	padding-left: 1em;
	}



#footer ul{
	text-align: left;
	padding: 0;
	margin: 0;
	position: relative;
	top: 5px;
	width: 50%;
}
#footer li{
	list-style: none;
	text-align: left;
	display: inline;
}	

#footer li a{
	color: #fff;
	text-transform: uppercase;
}

#footer li:after{
	content: "|";
	color: #fff;
	padding: 0 1em;
}

#footer li:last-child:after{
	content: "";
}

/* @end */

/* @group Other Headers */

/* @end */

/* @group Image Styles */

p img {
	padding: 0;
	/*max-width: 100%;*/
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 17px 2px 0;
	display: block;
	/*display: inline;*/
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* @end */

/* @group Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	/*text-indent: -10px;*/
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	clear: both;
	}

/* Adds double right arrow before LIs*/
/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* @end */

/* @group Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	/*width: 170px;*/
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#author, #email, #url{
	width: 250px;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea, #commentform input {
	padding: .5em;
	border: none;
	background: #e4e4e4;
	}
	
#commentform textarea{
	width: 100%;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	color: #dc8e50;
	font-weight: bold;
	text-align: left;
	/*width: 100px;*/
	/*float: right;*/
	background: none;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
#commentform #submit:hover{
	text-decoration: underline;
}

/* @end */

/* @group Comments */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	display: none;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* @end */

/* @group Misc Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: none;
	/*display: block;*/
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* @end */

/* @group Captions, In case you need them */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* @end */

/* @group Page-Specific Styles */

/* @group Homepage */

body.home #page{
	background: #ff9a17 url(images/orange-bg.png) bottom left repeat-x;
	padding-top: 0;
	position: relative;
	top: -8px;
	margin: 0 auto;
}

body.home .content-container h2{
	display: none;
}

body.home .homepage-sidebar{
	float: right;
	text-align: right;
	width: 260px;
	color: #fff;
}

body.home .entry{
	float: left;
}

body.home .secondary h4{
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	font-size: 18px;
    text-shadow: #979797 0 -1px 1px;
}

.homepage-sidebar a{
	color: #fff !important;
}

body.home .secondary a{
	font-weight: bold;
	text-transform: uppercase;
    text-shadow: #979797 0 -1px 1px;
}

body.home .homepage-sidebar li{
	border-bottom: none;
	list-style: none;
}

body.home .homepage-sidebar li:first-child{
	border-top: none;
}

body.home .homepage-sidebar ul{
	border-bottom: 1px dotted #feb658;
}

.home .homepage-sidebar .aktt_tweet_time{
	display: block;
	font: 11px Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #b06503 !important;
	text-shadow: none;
	text-transform: lowercase;
}
.home #footer{
	position: relative;
	top: -1em;
}

/* @group Homepage Buckets */

.home .buckets-container{
	background: #ececec;
	padding-top: 2em;
	position: relative;
	top: -1em;
	padding-bottom: 2em;
}

body.home .homepage-buckets{
	margin: 0 auto;
	width: 960px;
	display: block;
	/*height: 300px;*/
}

body.home .homepage-buckets li{
	text-align: left;
	float: left;
	width: 290px;
	list-style-type: none;
	padding: 0 20px;
	font-size: 12px;
}

.homepage-buckets li img{
	float: left;
	padding-right: 10px;
	margin-bottom: 3em;
}

.homepage-buckets strong{
	display: block;
	margin-top: 1em;
}

.homepage-buckets a{
	color: #333 !important;
}

body.home .homepage-buckets h4{
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 0;
	color: #333;
	text-align: left;
    text-shadow: none !important;
    margin-bottom: 1em;
}

body.home #text-8{
	border-left: 2px dotted #ccc;
	border-right: 2px dotted #ccc;
}

.home #text-8 strong{
	font-size: 11px;
}

.home strong a{
	text-shadow: none !important;
}

body.home #text-7{
	padding-left: 0;
}

body.home #text-7{
	padding-right: 0px;
}

/* @end */

body.home .post-edit-link{
	position: absolute;
	background: #fff;
	color: #333;
	padding: .25em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 9px;
}

/* @end */

/* @group Sidebar Styles */

.secondary{
	float: right;
	width: 260px;
}

.secondary ul{
	padding: 0;
	margin-left: 0 !important;
	margin-bottom: 2em;
}

.secondary li{
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
}

.secondary li li{
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	padding: .5em 0 !important;
	font-size: 12px;
}

.secondary li li:first-child{
	border-top: 1px dotted #ccc;
}

.secondary h4{
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 1.2em;
    /*text-shadow: #979797 0 -1px 1px;*/
}

.secondary a{
	color: #9a9999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

/* @group Our Team Sidebar */

.our-team li{
	display: block;
	clear: both;
}

.our-team .secondary img{
	float: left;
}

.our-team span a{
	color: #333;
	display: block;
}

.our-team span{
	position: relative;
	top: 1.25em;
	float: right;
	width: 180px;
	right: 1em;
	text-transform: uppercase;
	font-size: 10px;
	color: #adadad;
	font-weight: normal;
}

.our-team strong{
	color: #585858;
	display: block;
	font-size: 12px;
}

.our-team img{
	width: 50px;
	height: 50px;
	border: 2px solid #ccc;
}

/* @end */


/* @end */

/* @group Blog Styles */

.blog h2{
	border-bottom: none;
}

.blog .post{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2em;
}

.content-container{
	width: 960px;
	margin: 0 auto;
}

/* @end */

/* @group Case Studies */

.template-case-studies h2{
	padding-top: 1em;
	border-top: 1px dotted #bcbcbc;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: -.5em;
}

.template-case-studies h2:first-child{
	padding-top: 0;
	border-top: none;
}

.template-case-studies .post img{
	border: 2px solid #ccc;
}


/* @end */

/* @group Contact Form */

ol{
	padding-left: 0 !important;
}

ol li{
	list-style: none;
	text-align: left;
	display: block;
	clear: both;

}

.wpcf7 input[type=text], .wpcf7 textarea{
	background: #e4e4e4;
	border: none;
	padding: .5em;
	width: 520px;
}

.wpcf7 #submit{
	background: none;
	padding: 0 !important;
}

.wpcf7 label{
	float: left;
	padding: .5em;
	font-weight: bold;
	width: 90px;
	font-size: 11px;
	text-align: right;
}

.wpcf7 #submit{
	position: relative;
	left: 9em;
}

/* @end */

/* @group About */

.template-about .entry li{
	border-bottom: 1px dotted #ccc;
	padding: 2em 0;
}

.template-about .entry li:first-child{
	padding-top: 1em;
}

.template-about .entry li:first-child{
	border-top: navajowhite;
}

.template-about .entry h4{
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: -20px;
	margin-top: 0;
	position: relative;
	top: -10px;
}

/* @end */

/* @group Homepage Carousel */

.view-this{
	background: #fc9918;
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: .5em .75em;
}

.view-this:hover{
	text-decoration: none;
	color: #333;
}

.view-this:visited{
	color: #fff !important;
}

.home h3{
	font-size: 10px;
	margin-top: 0;
}

.home h3 small{
	float: right;
	background: url(images/a-lifeline-for-small-business.png) no-repeat;
	text-indent: -5000px;
	width: 224px;
	height: 15px;
}

.home h4{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
    text-shadow: #979797 0 -1px 1px;
}

.slideshow { 
	height: 425px; 
	width: 620px; 
	overflow: hidden !important;
}
/* @end */

/* @end */