/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #fff;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
        color:#37424A;
	}

#page {
	background-color: white;
	/* border: 1px solid #959596; */
	text-align: left;
	}

#header {
	/* background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}



#content {
	font-size: 1.2em;
       background:transparent url(http://credoaction.com/_img/content_body_bg_orange.png) repeat-y scroll 0 0;
}

#content_top {
	background:transparent url(http://credoaction.com/_img/content_full_bg_orange.png) no-repeat scroll left top;
	height:10px;
}

#content_bottom {
	background:transparent url(http://credoaction.com/_img/content_full_bg_orange.png) no-repeat scroll left bottom;
	height:10px;
	clear:both;
}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
        font-size:1.1em;
clear:both;
	}

.hentry {
clear:both;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
        border-bottom:1px solid #ccc;
        margin:0 0 30px;
        padding:0 0 30px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
       /* border: 1px solid #ddd; */
	background-color: #eee;
}

.even, .alt {

	/* border-left: 1px solid #ddd; */
}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/
	border: none;
	}

small {
	font-family: Helvetica, arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}




#header #headerimg h1 a {
background:url(http://action.credomobile.com/apps/images/mobile_apptitude.png) no-repeat 40px 9px;
display:block;
text-indent:-9990px;
width:560px;
height:88px;

outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
	
}




#headerimg .description {
	font-size: 1.2em;
text-indent:-9999px;
	}

h2 {
	font-size: .8 em;
	}

h2.pagetitle {
	font-size: 1.6em;
        margin:30px 0 0 40px;
	}

#sidebar h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.1em;
	}

h3 {
	font-size: 1.3em;
	}

a {
     text-decoration: none;
     color: #EA4D1D;
}



a:visited {
     color:#974615;
     text-decoration:none;
}

#sidebar a:visited {
     text-decoration: none;
     color: #EA4D1D;
}


a:hover, #sidebar a:hover {
     text-decoration: underline;
	 color: #974615;
	 }


#headerimg .description {
	text-decoration: none;
	color: #EA4D1D;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	color: #37424A;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 1.1em Helvetica, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1.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, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar_top {
	background: url(http://mobileapptitude.com/images/sidebar_full_bg.png) no-repeat left top;
	height: 10px;
}

#sidebar_bottom {
        background:#FFFFFF url(http://mobileapptitude.com/images/sidebar_full_bg.png) no-repeat scroll left bottom;
        height:10px;
}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

blockquote {
	color: #888;
        }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 15px 20px 15px;
	padding: 0;
	}

#page {
	background-color: #fff;
	margin: 20px auto;
	padding: 0;
	width: 855px;
	}

#header {
	background-color: #fff;
	margin: 0 0 0 0px;
	padding: 0;
	height: 110px;
	width: 818px;
	}

.narrowcolumn {
	float: left;
	margin: 0 0px 20px 0px;
	padding: 0;
	width: 580px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 40px 30px 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 p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
        padding-bottom:20px;
	}

h2 {
	margin: 30px 0 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0 0px;
	}

h3.comments {
	padding: 0;
	margin: 20px 0 20px 40px ;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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;
	}

.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 24px 0 24px;
	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 0px;
	}

#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: 4px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto 10px auto;
	padding: 13px 3px 5px 3px;

	}

#sidebar #searchform #s {
background:white url(http://act.credoaction.com/images/form_elements/formfield_blogsearch_sidebar.png) no-repeat scroll 0 0;
        border:0px;
        padding:4px 12px;
        width:66px;
        margin-left:-3px;
height:14px;
	}

#content #searchform {
	padding-left:40px;
}

#sidebar #searchsubmit {
        border:0;
        font-size:11px;
        height:22px;
        padding:9px 12px 5px 0px;
        width:60px;
        background:transparent url(http://act.credoaction.com/images/buttons/btn_blog_search.png) no-repeat scroll 0 0;
        text-indent:-9999px;
font-size: 0px;
line-height: 0px;
}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond{
	width:500px;
	padding:0px 40px 20px 40px;
}


#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	/*padding: 0; */
	/*text-align: justify;*/
	}

.commentlist li {
        margin:15px 40px 10px 0;
        padding:20px 20px 8px 20px;
	/*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 {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin: 0 0 0 595px;
        background: transparent url(http://action.credomobile.com/apps/images/sidebar_body_bg.png) repeat-y scroll 0 0;
	font: 1.2em Helvetica, Arial, Sans-serif;
        width:245px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	/* text-align: center;*/
	padding-top: 20px;
	/*height: 40px;*/
	padding-bottom: 20px;	
        margin-bottom:40px;
color: #777;
}

.navigation .alignleft {
     text-align:left;
     margin-left:40px;
     width:230px;
}

.navigation .alignright {
     margin-right:40px;
     text-align:right;
     width:230px;
}


/* End Various Tags & Classes*/



/* Captions */
.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 captions */




.authorphoto {
	float:left;
	margin-right:11px;
	margin-bottom:0px;
	margin-top:2px;
vertical-align:baseline;
}

#tag_cloud h2 {
        margin-bottom:4px;
}

#respond h3 {margin-left:0px;}

.thread-odd {
        background:#eee none repeat scroll 0 0;
}

#rss h2 {
        text-indent:-9999px;  
        height:4px;      
}

a.links {float:left; margin-top:4px; }

#rss {
        background:transparent url(http://action.credomobile.com/images/rss.png) no-repeat top left;
        height:20px;
	padding-left:24px;
}

#rss:hover {
        background:transparent url(http://action.credomobile.com/images/rss.png) no-repeat bottom left;
}


#twitter {
        background:transparent url(http://action.credomobile.com/images/twitter.png) no-repeat top left;
        height:20px;
        padding-left:24px;
	
}

#twitter:hover {
        background:transparent url(http://action.credomobile.com/images/twitter.png) no-repeat bottom left;
}

#facebook {
        background:transparent url(http://action.credomobile.com/images/facebook.png) no-repeat top left;
        height:20px;
        padding-left:24px;
		
	
}

#facebook:hover {
        background:transparent url(http://action.credomobile.com/images/facebook.png) no-repeat bottom left;
}


#btybCREDO {
       margin-top:4px;
       width:132px;
       height:66px;
       float:right;

}

#header #btybCREDO h2 {
       margin:0
}

#header #btybCREDO h2 a {
       width:132px;
       height:66px;
       text-indent:-9999px;
       background:transparent url(http://action.credomobile.com/apps/images/btybCREDO.png) top left no-repeat;
display:block;
}

#header #btybCREDO h2 a:focus {
       outline-color:-moz-use-text-color;
       outline-style:none;
       outline-width:0;
}

 
.searchpage h3 {margin-left:0px;}

.searchpage h2 {margin-left:40px;}



#bottomContent {
	background: #37424A;
	border: solid white;
	border-width: 3px 0;
	clear: both;
	padding: 15px 0;
	color: white;
	margin: 30px 0 0;
	overflow: hidden;
	width: 100%;
}
#bottomContent .inner {
	width: 950px;
	margin: auto;
}
#bottomContent .section {
	float: left;
	width: 328px;
	margin-right: 10px;
}
#bottomContent h2 {text-indent: -999em;}
#bottomContent #section1 h2 {background: url(/mainpage/images/headline_credo_mobile.png) 47px 2px no-repeat;}
#bottomContent #section2 h2 {background: url(/mainpage/images/headline_special_offers.png) 0 2px no-repeat;}
#bottomContent #section3 h2 {background: url(/mainpage/images/headline_your_causes.png) 0 2px no-repeat;}
#bottomContent #section3 {
	width: 278px;
	margin: 0 0 0 5px;
}
#bottomContent img {
	float: left;
	margin-right: 5px;
}
#bottomContent a.more img {
	float: none;
	margin-top: 3px;
}
#bottomContent .section h2 {
	font-size: 1.4em;
	margin: 0;
}
#bottomContent .section div {float: left;}
#bottomContent #section1 div {width: 100px;}
#bottomContent #section2 div {width: 120px;}
#bottomContent #section3 div {width: 150px;}
#bottomContent .section a.more {
	display: block;
	background: url(/mainpage/images/b_go.png) no-repeat;
	width: 39px;
	height: 19px;
	text-indent: -999em;
	float: left;
}
#bottomContent #section2 a.more {
	background-image: url(/mainpage/images/b_signup.png);
	width: 67px;
}
#bottomContent .section .more:hover {background-position: bottom left;}
#footer {
	clear: both;
	padding: 15px 0;
	position: relative;
	height: 1%;
	overflow: hidden;
	border-top:0px;
	font-size:13px;
width:840px;
}
#footer div {
	margin: auto;
	position: relative;
}
#footer div div {width: auto;}
#disclaimer {
	color: #666;
	font-size: .85em;
	margin-bottom: 15px !important;
	padding-bottom:20px;
	border-bottom:1px solid #DDD;
}
#contactInfo {
	float: right;
	color: #2A3339;
	font-size: .85em;
	text-align: right;
}
#contactInfo #phone {font-size: 1.1em;}
#contactInfo #phone span {
	font-weight: bold;
	color: #EA4D1D;
}
#sites {
	position: absolute !important;
	clear: right;
	width: 110% !important;
	text-align: center;
	left: 0;
	font-size: .85em;
	top: 0;
}
#sites a {color: #974614;}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .85em;
	position: absolute;
	left: 0;
	top: 0;
}
#footer li {
	display: inline;
	border-left: 1px solid #5F4F9D;
	padding-left: 4px;
}
#footer .li1 {border: none;}

.skip {
display:none !important;
}


.searchpage .postmetadata {
     margin:0;
     padding:0;
     border:0;
}

.searchpage .post {
     margin:0 40px 10px;
}


.searchpage h3 {
     margin:20px 0 0; !important;
     padding:0;
}

.searchpage #content_bottom  {
padding-top:40px;
}

.nextprev {margin-bottom:5px;}




#submit_comment {
background:transparent url(http://act.credoaction.com/images/buttons/btn_submit_comment.png) no-repeat scroll 0 0;
border:0 none;
font-size:0;
height:25px;
line-height:0;
padding:9px 0px 5px 0;
text-indent:-9999px;
width:126px;
float:right;
margin:5px -5px 0 0;
}


#content #searchsubmit {
        border:0;
        font-size:11px;
        height:22px;
        padding:9px 12px 5px 0px;
        width:60px;
        background:transparent url(http://act.credoaction.com/images/buttons/btn_blog_search.png) no-repeat scroll 0 0;
        text-indent:-9999px;
font-size: 0px;
line-height: 0px;
}

#content #searchform #s {
background:white url(http://act.credoaction.com/images/form_elements/formfield_lg.png) no-repeat scroll 0px 2px;
        border:0px;
        padding:5px 12px;
        width:200px;
        margin-left:-3px;
height:14px;
margin-top:1px;
	}

#content #searchform {
	padding-left:40px;
}

.author_page .authorphoto {margin-bottom:20px;}
.bio {border-bottom:1px solid #ccc;color:#777;}