/*
Theme Name: Blog Developer's Theme	
Theme URI: http://www.adventuresonline.com
Description: based on the default WordPress theme 
Version: 1.0
Author: Karen Callahan
Author URI: http://www.adventuresonline.com/about/
Tags: Wordpress blog developer
 green in logo = #657E5E
*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #416B93;
	text-align: left;
	background-color:#F93; /* orange */
	}

#page {
	border: 1px solid #959596;
	text-align: left;
	margin: 0 auto 20px auto;
	padding: 0;
	width:80%;
	font-size:1.3em;
	}

#header {
	margin: 0;
	padding: 0;
	height:245px;
	width: 100%;
	background-color:#fff;
	border-top: 1px solid  #036;
	font-size:1em;
	}

#headerimg 	{
	margin: 0;
	padding:0;
	width: 72%;
	height: 158px;
	/* background-color:#903;  maroon */
	}

#content {
	font-size:0.90em;
	margin-top:5px;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}
	
.narrowcolumn .entry, .widecolumn .entry{
	line-height: 1.4em;
	margin:0 2% 0 2%;
	}
.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.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: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

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

#sidebar h2, #sidebar2 h2{
	font-family: Verdana, Sans-Serif;
	font-size:1em;
	}

h3 {
	font-size: 0.90em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	color:#66C;
	color:#5486C2; /* blue in megaphone */
	}

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

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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar, #sidebar2 {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar2 ul ul li, #sidebar ul ol li, #sidebar2 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777; /* light grey */
	color:#333;

	}

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

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

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

a:hover {
	color: #147;
	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 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 4% 20px 95px;
	margin: 0;
	width:60%;
	width:55%;
	background-color:#FFF;
	/*border-left:1px solid #036;*/
	background-image: url("images/megaphone-transparent.gif");
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.widecolumn {
	padding: 0 4% 20px 95px;
	margin: 0;
	width: 100%;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.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 {
	margin: 0 auto 20px auto;
	padding: 0;
	width:100%;
	clear: both;
		background-color:#CC0;
		background-color:#fff;
	border-bottom:1px solid #036;
	}

#footer p {
	clear:both;
	float: left;
	margin: 0;
	padding: 30px 0 30px 95px;
	width:64%;
	width:84%;
	background-color:#FFF;
	}

#footer p img {
	margin:0 38px 0 0;
	}
	
#footer p img.last {
	margin:0 3px 0 0;
}
#footer div.allpages {
	clear:both;
	/*padding: 0 4% 20px 95px;*/
	padding-left:5px;
	border-top:1px solid #666;
	background-color:#CC9;
	font-size:80%;
}
#footer div.allpages table {
	width:97%;
	/*background-color:#3C6;*/

}
#footer div.allpages td {
	text-align:left;
    vertical-align: top;
}
#footer div.allpages td a {
	color:#333;
	padding-right:20px;
}
#footer div.copyright {
	clear:both;
	padding-top:2em;
	padding-bottom:2em;
	padding-left:5px;
	font-size:0.75em;
	color:#333;
	border:none;
	background-color:#CC9;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

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

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

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 */

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

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type:decimal;
	}
.entry ol ul li {
	list-style-type:disc;	
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

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

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

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

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

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

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s, #sidebar2 #searchform #s  {
	width: 128px;
	padding: 2px;
	}

#sidebar #searchsubmit, #sidebar2 #searchsubmit {
	padding: 1px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#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 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 {
	float:right;
	margin-top:5px;
	margin-right:2%;
	padding: 20px 5px 10px 5px;
	width:24%;
	background-color:#AFC4D7;
	}

#sidebar form, #sidebar2 form {
	margin: 0;
	}
#sidebar2
{
	float:right;
	margin-right:2%;
	padding: 20px 5px 10px 5px;
	width:24%;
	background-color:transparent;

	}
/* 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;
	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: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */

#topmenu {
	clear:both;	
	margin:1px auto 0 auto;
	padding-top:5px;
	padding-bottom:5px;
	width:91%;
	text-align:center;
	/* background-color:#6A8A63;  green in logo */ 
	background-color:#F93; /* same as page background */
		
    border-right: #ffdead solid 2px;
    border-left: #c07300 solid 2px;
    border-top:  #c07300 solid 2px;
	border-bottom: #ffdead solid 2px;
}
#topmenu a{
	padding-right:15px;
	padding-left:15px;
	line-height:1.5em;
	}
#topmenu img {
	float:right;
	padding:0;
	margin:0;
}
div.rotary-international, div.metrowest-business-expo, div.biz2biz-showcase, div.elder-law-websites-presenter {
	height:125px;	
}
div.naba-presentation, div.mmha-presenter {
	height:165px;	
}
div.rotary-international img, div.metrowest-business-expo img, div.biz2biz-showcase img, div.naba-presentation img, div.mmha-presenter img, div.elder-law-websites-presenter img {
	float:left;	
	padding:0 25px 15px 0;
	border:none;
}

div.rotary-international img {
	width:86px;
	height:87px;
}
div.metrowest-business-expo img  {
	width:77px;
	height:87px;
}
div.biz2biz-showcase img {
	width:150px;
	height:101px; 
}
div.naba-presentation img {
	width:154px; 
	height:158px;
}
div.mmha-presenter img {
	width: 150px;
	height:140px;
}
div.elder-law-websites-presenter img {
	
}
#blog-developer-massachusetts { /* pic on Welcome page */
	margin:15px auto 15px auto;
	padding:0;
	font-size:0.90em;
	text-align:center;
	line-height:1em;
	color:#036;
}
#blog-developer-massachusetts img { 
	margin:0;
	padding: 0;
	margin-bottom:10px;
	border:1px solid #000;
	width: 324px;
	height: 260px;
}
blog-developer-massachusetts-very-big {
	margin:0;
	padding: 0;
}
#karen-callahan-colorado-river {
	clear:both;
	width:95%;
	margin:0 auto;
	padding:0;
}
#karen-callahan-colorado-river img {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	padding-right:20px;
	width:177px;
	height:149px;
}
#blog-developer-massachusetts-on-google {
		margin:15px auto 5px auto;
		width:515px;
		text-align:center;
		font-size:0.90em;

}
#blog-developer-massachusetts-on-google img {	/* Home Page Google graphic */
	border:1px solid #000;
	width:515px;
	height:521px;
}
#blog-developer-massachusetts-google, #kitchen-remodeler-google {
	margin:15px 0 15px;
	width: 515px;
}
#blog-developer-massachusetts-google img {
	border:1px solid #000;
	width: 515px;
	height: 521px;
}
#kitchen-remodeler-on-google {
	margin:25px 20px 5px 0;
	width:324px;
	float:left;
	background-color:#30F;
}
#kitchen-remodeler-on-google img {
	border:1px solid #000;
	padding:0;
	width:324px;
	height: 274px;
}

#kitchen-remodeler-google img {
	border:1px solid #000;
	width: 515px;
	height: 435px;
}

#website-hosting-plans, #website-hosting-features {
	clear:both;
	width:100%;
	margin: 0 auto;	
}
#website-hosting-plans table {
	/*width="454" */
	background-color: #b1c5d8;
	border: 1px solid #7CB070;
}
#website-hosting-plans .plan {
	background-color: #7cb070; 
}
#website-hosting-plans .feature{
	width:40%;
	text-align:left;
}
#website-hosting-plans .package{
	width:15%;
	text-align:center;
}
#website-hosting-features img {
	width:11px; 
	height:13px;
}
ul.blogging-requirements li, ol.blogging-requirements li{
	padding-bottom:10px;
}
li .blogging-posts a {
	margin-left:10px;
	display:block;
}
.getblogging {
	font-weight: bold;
	color: #FF6633;
}
ol.blogging-strategy li {
	padding-bottom: 5px;
		
}
td.website-redesigns img {
	margin:0 10px 10px 10px;
	width:200px;
	height:202px;
	border:1px solid #000;
	vertical-align:top;
}
td.redesign-divider {
	height:45px;
	text-align:center;
}
td.redesign-divider hr {
	width:94%;
	height:1px;
	color:#ccc;
}
#social-media {
	float:right;
	margin-top:15px;
	width:26%;
}
#social-media img {
	margin:0;
	margin-top:-4px;
	margin-bottom:7px;
	padding:0;
	width:27px;
	height:27px;
	border:none;
	vertical-align:text-top;
}
#social-media img.cellphone {
	height:34px;	
}
#php-programming-intro {
	text-align:left;	
}

#php-blog-preview-window, 
#php-dynamic-selection-fields,
#php-custom-content-management, 
#php-dynamic-site-plan, 
#php-radius-search {
	clear:both;
	margin-top:45px;
	padding:0 0 45px 0;
	border-bottom:1px solid #F93; /* orange */
}
#php-blog-preview-window img, 
#php-dynamic-selection-fields img,
#php-custom-content-management img,
#php-dynamic-site-plan img, 
#php-radius-search img {
	float:left;
	border:none;
	margin-top:5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#php-blog-preview-window {
	padding-top: 45px;
	border-top:1px solid #F93; /* orange */
}
#php-blog-preview-window img {
	width: 250px;
	height: 270px;
}
#php-dynamic-selection-fields img {
	width:237px;
	height:173px;
}
#php-custom-content-management img {
	width:300px;
	height:162px;
}
#php-dynamic-site-plan img{
	width: 302px;
	height: 223px;	
}
#php-radius-search img {
	width: 202px;
	height: 252px;	
}

.php-programming-chapter {
	font-size:1.2em;	
	font-weight:bold;
	}
#php-radius-search ol  {
	margin-left:275px;
}
#headerimg #website-consulting-logo {
	float:left;
	padding:0;
	margin-left: 3%;
	width:47%;
	/*background-color:#66c;*/
}
#headerimg #page-image {
	float:right;
	padding:0;
	margin:0;
	margin-top:7px;
	width:45%;
}
#headerimg #website-consulting-logo img {
	margin:0;
	padding:0;
	width: 280px;
	border:0;
}
#headerimg #page-image img {
	margin:0 auto;
	padding:0;
	width:215px;
}
#website-testimonial {
	color:#333;	
	margin:0 60px 0 30px;
	padding:30px;
	background-color:#F93;
}
#website-testimonial  #website-testimonial-author {
	text-align:right;
	padding-top:4px;
}
#client-success-stories {
	height:107px;
	margin:5px 100px 0 30px;
	padding-top:80px;
	padding-left:50px;
	padding-bottom:0;
	background-image: url("http://www.adventuresonline.com/wp-content/uploads/2010/02/happy-massachusetts-website-client.jpg");
	background-repeat: no-repeat;
	background-position: right top;	
}
#client-list {
	clear:both;
	margin:0;
	padding:0;
}
#turfbuilder-marketing-logo {	/* Success Stories */
	float:right;
	width:100px;
	height:67px;
	margin-top: -4px;
	margin-left:10px;
	margin-bottom:10px;
	
}
#travel-by-tatten-logo { /* Success Stories */
	float:right;
	width: 125px;
	height: 22px; 
	margin-top: 15px;
	margin-left:10px;
	margin-bottom:10px;
}
#travel-agent-website {
	float:right;
	width: 286px;
	height: 245px;
	margin-top: 20px;
	margin-left:10px;
	margin-bottom:10px;
}
#travel-agent-website img {
	border-bottom:1px solid #999;
}
#royal-flush {
	clear:both;
	width:100%;
}
#royal-flush img {
	float:right;
	width:80px;
	height:56px;
	margin-left:10px;
	margin-bottom:10px;
}
#sidebar li, #sidebar2 li {
	font-size:0.90em;
	}

.entry a {				/* anchors on PHP Programming page */
	text-decoration:none;
}
.entry a:link{
	color:#EA7A0C; /* darker orange */
	font-weight:bold;
	/*text-decoration: underline;	*/
}

.entry a:visited, .entry a:hover {
	color: #b85b5a; /*mauve red */
	color:#EA7A0C; /* darker orange */
	/*color: #6A8A63;  green */
	font-weight:bold;
 	text-decoration: underline;
 }

.entry ul li, .entry ol li {
	padding-bottom:10px;
}
#sidebar h2 {
	color:#663399;
	}
#sidebar2 h2 {
	color:#ccc;
}

.subscribe {
	color:#999999;
	margin-right:10px;
}
.subscribe-highlight {
	color:#000;
	margin-right:10px;
}
.post h2 {
	margin-bottom:10px;	
}
.entry h1 {
	color:#5486C2; /* blue in megaphone */	
}

.polls-archive {
	text-align: center;
}
.polls-archive a{
	color: #ccc;
}.current-poll h2 {
	text-align:center;	
}

.quote-callout {
	padding:10px;
	margin-top:50px;
	border:#ccc;
	background-color:#efefef;
	height:105px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color: #333;
}
.quote {
	font-style:italic;
	letter-spacing:0.03em;
}
.quoter {
	float:right;
	font-style:normal;
}
.quote-mark {
	font-family:"Times New Roman", Times, serif;
	font-size:140%;
	font-weight:800;
}
img#wordpress-editing-icons {	
	margin:10px auto;
	width:400px;
	height:86px;
}
#affiliate-programs {		/* instead of sidebar2 on blog pages */
	text-align:center;
	color:#efefef;
}
#affiliate-programs img {
	margin:20px auto;	

}
#pubcon-sales {
	width:77%;
	color:#FC3;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:90%;
	font-weight:bold;
}
#pubcon-sales img {
	margin:3px auto;
}
li#pubcon-sales {
	margin:0 auto 25px auto;
	border:2px dotted #FC3;
	padding:15px 10px;
}
#microformats {
	font-size:90%;
	border:1px solid #999;
	padding:6px;
	text-indent:20px;
	width:275px;
}


