/* General Rules */
/* ------------------------------------------------------ */

body {
	background:#ffffff;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	padding: 0;
	text-align:left;
}

#container
	{
		width: 750px;
	}

#chapnav 
	{
		font-color: gray;
		letter-spacing: 3px;
		float:right;
	}

#chapnav a
	{
		font-weight:bold;
		letter-spacing: 3px;
		text-decoration: underline;
		cursor:pointer;

	}

#header
	{
	width: 710px;
	margin-bottom: 100px;
	margin-top: 30px;
	text-align:left;
	}

	#nav {
		float: left;
		width: 150px;
		padding:8px;
		margin-left: 0px;
		margin-right:14px;
		background:#f0f0f0;
		}

#chapter {
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-size:14pt;
	line-height: 19pt;
	margin: 0 0 20px 0;
	padding: 0;
	width: 520px;
	text-align:left;
	float:left;
	}



#nav ul{
	    margin:0;
	    padding:0;
	    list-style:none;
	    }

#nav li{
	    margin:0 0 10 0;
	    padding:0;
		list-style:none;
	    }



#footer {
	border-top: 1px solid #AA2B00;
	
}

#title {
	font-size: 3em;
	font-family: tahoma,arial,helvetica;
	margin-bottom: 0px;
	padding: 0px;
	letter-spacing:8px;
}

#subtitle {
	font-size: 1.25em;
	font-family:tahoma,arial,helvetica;
	margin-top:20px;
	padding: 0px;
	font-style:italic;

}

#author {
	margin-top: 80px;
	letter-spacing: 8px;
	margin-bottom: 80px;
}


#caption {
	font-family: arial,helvetica;
	font-size:.75em;
	text-align: center;
	margin-top:15px;
	margin-bottom: 18px;
	line-height: 1.5em;
}

.devcommnote {
	font-size:.65em;
	font-family: arial,helvetica;
	line-height:1.25em;
}

body, table, td, tr {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 11pt;
	font-size: 11px;
	vertical-align:top;
	color: #333;
	border: 0;
}

	
h1 {
	font-size:1.5em;
	color: #333;
	text-transform:uppercase;
	margin:55px 0px 15px 0px;
	padding:0;
	line-height: 1.2em;
}


h2 {
	font-size:1.3em;
	margin:25px 0px 10px 0px;
	padding:0;
	color: #AA2B00;
}


h3 {
	font-weight:bold;
	font-size:1em;
	margin: 25px 0 2px 0;
	padding:0;
	color: #AA2B00;
}

h4 {
	font-weight:bold;
	font-size:11px;
	margin:0;
	padding:0;
}


p { 
	padding:0;
	margin:0;
	padding-top:0px;
	padding-bottom:15px;
	line-height:1.5em;
}

ul,ol {
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 1.5em;
}

li {
	margin-bottom: 10px;
	list-style-type: square;
}

img {
	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
}


.clear {
	clear: both;
	margin: -1px 0 0 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

a {
	color: #AA2B00;
	text-decoration: none;
	}
	
a:hover {
	color: #AA2B00;
	text-decoration: underline;
	cursor:pointer;
	
	}

table {
	margin-top:15px;
	margin-bottom:40px;
}

td {
	font-family: verdana,arial;
	font-size: 10pt;
	line-height: 1.25em;
	padding: 10px;
}

th {
	text-align: left;
	font-family: verdana,arial;
	font-size: 10pt;
}

blockquote {
	margin-top: 10px;
	margin-bottom: 21px;
}

.img-r {
	float: right;
	display: block;
	margin: 0 0 0 8px;
	}
	
.img-l {
	float: left;
	display: block;
	margin: 0 8px 0 0;
	}
		
div.hr {
  height: 1px;
  background: #bfbfbf url(http://www.conversationmarketing.com/spacer.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}	
	
.noSpace {
	margin: 0;
	padding: 0;
	}
#note {
	margin: 10 0 35 0 ;
	padding: 15px 32px;
	clear: both; 
	text-align: left;
	border: 1px solid silver;
	font-size: .75em;
	}
	
#note a {
	margin: 0 0 0px 0;
	padding: 0;
	color: #AA2B00;
	text-align: right;
	text-decoration: underline;
	}
	
#note a img{
	margin:  0px 0;
	padding: 0 0 0 0;
	color: #999;
	text-align: right;
	white-space: nowrap;
	}
	
#copy {
	line-height: 20px;
	}	

.graytxt {
	color: #333;
	}
/* main-area */
/* ------------------------------------------------------ */
#main {	
	width: 720px;
	margin: 0; 
	padding: 0; 
	vertical-align:top; 
	position: relative;
	left: 0;
	display: block;
	clear: both;
	text-align: left;

	}

.indent {
	margin: 0;
	padding: 0 0 0 10px;
	}	

/*  wrapper whole */
/* ------------------------------------------------------  */
#wrapper {
	position: relative;
	z-index: 1; 
	margin: 0 auto;
	width: 750px;
	}
	
/* header */
/* ------------------------------------------------------ */
#header {
	width: 720px;
	margin: 0 auto;
	padding: 0; 
	height: 127px; 
	position: relative;
	display: block;
	text-align: left;
	vertical-align:bottom;
}

#logo {
	width: 254px; 
	height: 72px; 
	display: block; 
	margin: 35px 0 20px 0px; 
	left: 32px;
	padding: 0; 
	float: left; 
	position: absolute;
	top: 0;
	}
	
#signupForm {
	margin: 0px 0 0px 0;
	padding: 35px 30px 0 0;
	float: right; 
	width: 220px;
	wid\th: 190px;
	display: block;
	}
	
#signupForm p {
	margin: 0;
	padding: 0;
	}
	
/* nav-area */
#topBar {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 720px;
	border-bottom: 20px solid #fff;
	}

#navfiller, #filler {
	width: 720px;
	height: 34px;
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #ff0033; 
	display: block;
	background: url(images/topbar.gif) top left no-repeat;
	line-height: 6px;
	font-size: 6px;
}

#bttmBar {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 720px;
	border-top: 20px solid #fff;
	border-bottom: 8px solid #fff;
	}


#filler {
	height: 6px;
	background: url(images/bttmbar.gif) top left no-repeat;
	}




a#about {background: url(images/bttn-about.gif) center center no-repeat; width: 38px; }
a#about.on {background: url(images/bttn-about-on.gif) center center no-repeat; }
a#about:hover {background: url(images/bttn-about-on.gif) center center no-repeat;}

a#articles {background: url(images/bttn-articles.gif) center center no-repeat; width: 54px; }
a#articles.on {background: url(images/bttn-articles-on.gif) center center no-repeat; }
a#articles:hover {background: url(images/bttn-articles-on.gif) center center no-repeat;}

a#colloquium {background: url(images/bttn-colloquium.gif) center center no-repeat; width: 72px; }
a#colloquium.on {background: url(images/bttn-colloquium-on.gif) center center no-repeat; }
a#colloquium:hover {background: url(images/bttn-colloquium-on.gif) center center no-repeat;}

a#contact {background: url(images/bttn-contact.gif) center center no-repeat; width: 52px; }
a#contact.on {background: url(images/bttn-contact-on.gif) center center no-repeat; }
a#contact:hover {background: url(images/bttn-contact-on.gif) center center no-repeat;}

/* footer */
/* ------------------------------------------------------ */
#footer {
	margin: 0 auto; 
	padding: 0 32px 0 0;
	position: relative;
	display: block;
	clear: both;
}

#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0px 0 0;
	text-align: right; 
}

#footer ul li {
	display: inline;
	padding:  0px 0 0 8px;
	margin:0; 
}

#footer  ul li a {
	color: #ff3300;
	text-decoration: none;
	text-align: right;
}

#footer  ul li a:hover {
	text-decoration: underline;
}

/*
#footer ul li a {display: inline; float: right; color: #CC3300; text-align: right; margin: 0; padding: 0 0px 0 0;}
#footer ul li a:hover {text-decoration: underline; }*/




/* Content */
/* ------------------------------------------------------ */	
#content {
	margin: 0;
	padding: 0 20px 0px 25px;
	width: 476px;
	wid\th: 431px;
	vertical-align:top; 
	display: table-cell;
	/*-Hide from Mac-\*/
	display: block;
	/*-end Hide-*/
	line-height: 8px;
	font-family: verdana, arial, helvetica, sans-serif;
	}
 
#content  .mainTitle {
	font-size: 18px;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-weight: normal;
	padding: 0 0 0px 0;
	margin: 7px 0 15px 0; 
	color: #000; 
	text-align: left;
	text-transform:uppercase;
	display: block;
	line-height: 20px;
	}
	
.sectionTitle {
	margin: 0px 0 10px 0;
	padding: 0;
	text-align:left; 
	font: 16px "Trebuchet MS", Geneva, sans-serif;
	color: #E41F3A; 
	line-height: 18px;
	font-weight:bold;
	text-transform:capitalize;
	}
	
		
#content p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 12pt;
	}
	
#content h2 {
	margin-bottom: 5px;
	}
	
ol li strong {
	margin: 0;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	}
	
/* left-nav */
/* ------------------------------------------------------ */
#leftNav {
	border-right: 1px solid #999;
	vertical-align:top;
	margin: 0;
	padding: 0px 17px 0px 32px;
	display: table-cell;
	width: 282px;
	wid\th: 195px;
	}
	
#leftNav h3 {
	font-size: 12px;
	margin: 8px 0 5px 0;
	font-family: "Trebuchet MS", Geneva, sans-serif; 
	text-transform: uppercase;
	color: #000;
	clear: both;
	}
	
#leftNav  ul{
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}
	
#leftNav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	padding-bottom: 3px;
}
#leftNav  ul.rssList  { 
	margin: 0;
	padding: 0;
    margin-left: 15px;
	text-align: left;
	}
#leftNav ul.rssList li {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	padding-bottom: 0px;
	vertical-align:top;
	height:25px;
	}
	
#leftNav ul.rssList li img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
}

#leftNav .feature {
	margin: 0px 0 0px 0;
	padding: 0 0 30px 0;
	display: block;
	clear: both;
	}
	
#leftNav .feature p {
	font-size: 10px;
	line-height: 13px;
	color: #000;
	margin: 0;
	padding: 0;
	
	}
	
#leftNav .feature img {
	float: left;
	margin: 0 5px 0px 0;
	padding: 0;
	}
	
/*-Hide from Mac-\*/	
#leftNav .feature img {
	float: left;
	margin: 0 5px 30px 0;
	padding: 0;
	}
/*-end Hide-*/


/* list */
/* ------------------------------------------------------ */

#content ul {
	margin: 0;
	padding: 0px 0 15px 15px;
	list-style-type: none;
	text-align: left;
	line-height: 14px;
	}
	
#content  ul li  {
	list-style-type: none;
	background-image: url(images/red-dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	padding-bottom: 5px;

}

/* form */
/* ------------------------------------------------------ */
.label {
	display:block;
	float:left;
	width:130px;
	text-align:left;
	padding-right:10px;
	padding-left:0;
	margin:0;
	vertical-align:top;
	clear: both;
}

form {
	padding:0;
	margin:0px;
	font-size:11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

form p {
	padding: 0 0 0px 0;
	margin: 0; 
	line-height: 12px;
	}
	
select, option, input, textarea {
	font-size:10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
}

input {
	padding:1px;
	margin:0 0 5px 0;
	margin-right:5px;
	vertical-align:top;
	color: #333;
}

select {
	margin-right:5px;
	font-size:10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.field {
	padding-left:0px;
	margin-left:0;
	padding-right:0;
	margin-right:0;
	border:1px solid #d6d6d6;
	margin-bottom:8px;
	width:300px;
	font-size:11px;
	font-family: verdana, arial, helvetica, sans-serif;
	vertical-align:top;
	margin-right:5px;	
	padding: 1px;
	color: #333;
	}
	
.field-short {
	font-size: 10px;
	width: 125px;
	color: #000;
	border: 1px solid #d6d6d6;
	padding: 1px;
	color: #333;
	float: left;
	}
	
/*.addbttn {
	margin: 0px 5px 8px 0;
	background-color: #fff;
	width: 30px;
	text-align:center;
	padding: 0px 0 0px 0;
	font-weight:bold;
	height: 17px;
	border:0;
	display: inline;
	float: left;
	vertical-align:text-top;
	}*/
.addbttn {
	margin: 0px 0px 8px 0;
	background-color: #ff3300;
	color: #fff;
	width: 45px;
	text-align:center;
	padding: 0px 0 0px 0;
	font-weight:bold;
	height: 17px;
	border:0;
	display: inline;
	float: left;
	vertical-align:text-top;
	}
.formbttn {
	margin: 15px 8px 15px 0;
	background-color: #ff3300;
	color: #fff;
	width: 80px;
	text-align:center;
	padding: 0px 0 0px 5px;
	font-weight:bold;
	height: 17px;
	border:0;
	display: inline;
	float: left;
	vertical-align:text-top;
	}

/*-- error list --*/
#warn {
	margin: 0;
	padding: 0 0 10px 0;
	}
#warn p {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	}
#warn ul{
	padding:0 0 0px 20px;
	margin: 0;
	line-height: 13px;
	}
#warn ul li{
	padding:0 0 0px 10px;
	margin: 0;
	line-height: 14px;
	color: #F87C00;
	list-style: none;
	background-image:  url(images/red-dot.gif);
	background-repeat: no-repeat;
	background-position: 0% .5em;
	}
.red, .required {
	color: #ff3333;
	font-size: 11px;
	}

/* -- item --*/
.item {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	line-height: 12pt;
	text-align: left; 
	}
#content .item h2 {
	margin: 0 0 0px 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Geneva, sans-serif; 
	color: black;
	font-size: 14px;
	}
#content .item h2 a {
	color: #cc3300;
	text-decoration: none;
	}
#content .item h2 a:hover {
	color: #ff3300;
	text-decoration: underline;
	}

#content .item .byline { 
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 3px 0 5px 0;  
	text-align: left;
	}
#content #one-item .byline { 
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0px 0 5px 0;  
	text-align: left;
	}	
#content .item p {
	margin: 0 0 5px 0;
	padding: 0;
	}

#content #one-item p {
	margin: 0 0 10px 0;
	padding: 0;
	}

TechnoratiTags
       {font-size:10pt; font-face:verdana}



.item-links {
	margin: 3px 0 0 0;
	padding: 0;
	text-align: left;
	letter-spacing: .05em;
	}
	
/*-- comments --*/
/*-------------------------------------------------------*/
#postComment {
	margin:  20px 0;
	padding:0; 
	}
#postComment form{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	}
.commentDiv {
	background-color: #eee;
	margin: 0px 0 20px 0; 
	padding: 10px 10px 10px 10px;
	}
 
.commentDiv	h4 {
	color: #333;
	margin-bottom: 5px;	
	}
.commentDiv	.post-date {
	font-size: 10px;
	color: #333;
	margin: 0;
	padding: 0;  
	text-align: left;
	}


div#adword-banner {
	width:120px;
	height:60px;
	padding:12px 0 18px 0;
	margin:0;
}
