/*  
Theme Name: Collaboration Zone
Theme URI: http://dmiracle.com/
Description: Theme for Liz Williams &amp; Collaboration Zone.
Version: 1.0
Author: Dawud Miracle
Author URI: http://dmiracle.com/

	The CSS, XHTML and design are NOT for free distribution. Any inquiries about this design should be made to the author.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

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

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 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

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

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

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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

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 */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.post {
	margin: 0 0 40px;

	}

.post hr {
	display: block;
	}

.postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
}
/* 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 {
	margin: 5px 0;
	padding: 13px 0 0 20px;
	border-top: 1px solid #cda258;
	font-size: bold 14px Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
	color: #013a81;
}

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

	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;
	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 38px;
	}

#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;
	color: #4f4f4f;
	}

#sidebar ul ul li a {
	color: #4f5560;
	text-decoration: none;
	font-weight: normal;
}

#sidebar ul ul li:hover, #sidebar ul ul li a:hover {
	color: #0d296d;
}
/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

.commentlist p {
	margin: 10px 5px 10px 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: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}
	
#social-links {
	width: 258px;
}
#socialLinksContainer {
	padding-left: 20px;
}

#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;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/






/* ==================================
   BEGIN COLLBORATION ZONE 
   ================================== */
   
/*
CSS - SCREEN 

Owner:
Liz Williams
www.collaborationzone.com

Designer:
Dawud Miracle, Healthy WebDesign
www.healthywebdesign.com

last revised: 9 July 2007
*/



	/*  LINKS  */

a:link {
	text-decoration: underline;
	color: #0d296d;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #0d296d;
	font-weight: bold;	
}

a:hover, a:active {
	text-decoration: none;
}


	
	/*  OVERALL LAYOUT  */
	
body {
	margin: 0;
	padding: 0;
	background: #c1cbde url(images/bkgrd_body-new.gif) repeat-x scroll center top;
	color: #616161;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
}

*html body {  	/*ie6 hack */
	background: #c1cbde url(images/bkgrd_body-new-ie6.gif) repeat-x scroll center top;
}

*:first-child+html body { 	/*ie7 hack */
	background-position: 0 -1px;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { background-position: 0 -1px; }
} 	/* safari-only hack */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 846px;
	text-align: left;
}

#masthead {
	margin: 0 auto; 
	padding: 0;
	/* height:146px; */
	height:146px;
	background: url(images/logo-new.gif) no-repeat;
	width: 896px;
}

#mastheadblog {
	margin: 0;
	padding: 0;
	height: 167px;
	background: url(images/bkgrd_masthead_blog.jpg) no-repeat scroll top center;
}

#topnav {
	margin: -20px 0 0 0;
	padding: 0 0 0 165px;
	height: 24px;
}

*html #topnav {		/* ie6 hack */
	margin-top: 0;
}

#secondnav {
	clear: both;
	margin: 0;
	padding: 0;
	height: 29px;
	background: #0d296d url(images/nav-2.gif) no-repeat center top;
}

#main {
	margin: 0;
	padding: 0;
	clear: both;
	background: url(images/bkgrd_content.gif) repeat-y center top;
}

#main1 {
	background: url(images/bkgrd_content_top.gif) no-repeat center top;
	padding: 0 8px;
}

#sidebar {
	float: right;
	margin: 0;
	padding: 0 0 12px 0;
	width: 258px;
}

#content {
	float: left;
	margin: 0;
	padding: 0 0 0 25px;
	width:  525px;
}

#footer {
	clear: both;
	margin: 2em 258px 0 0;
	padding: 2em 0;
	text-align: center;
}



	/*  MASTHEAD  */
	
#masthead h1,
#mastheadblog h1 {
	display: none;
}

#masthead img,
#mastheadblog img {
	margin: 22px 35px 0 0;
	padding: 0;
	border: 0;
	float: right;
}



	/*  CONTENT  */

#content h2, h2 a {
	margin: 20px 0 0 0;
	padding: 0;
	color: #b57b32;
	font: bold 130%/120% verdana, helvetica, sans-serif;
}

#content h2 a, #content h2 a:visited {
	color: #b57b32;
	text-decoration: underline;
	font-size: 1.2em;
}

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

#home #content h2 {
	display: none;
}

#content h3 {
	margin: 20px 0 0 0;
	padding: 0;
	color: #b57b32;
	font: bold 130%/120% verdana, helvetica, sans-serif;
}

#content h4 {
	margin: 16px 0 0 0;
	padding: 0;
	font-size: 105%;
	color: #b57b32;
	font-style: italic;
}

#content ul, #content ol {
	margin: 1.5em 1em;
}

#content li {
	margin-bottom: 1em;
}

#content .textcenter {
	text-align: center;
}

#content .imageleft {
	float: left;
	margin: .5em 12px .5em 0;
	padding: 3px;
	border: 1px solid #a2a2a2;
}

#content .imageright {
	float: right;
	margin: .5em 0 .5em 12px;
	padding: 3px;
	border: 1px solid #a2a2a2;
}

#content img.homeimage {
	margin: 0 0 0 -25px;
}

.testimonial {
	margin: 2em 2em;
	padding: 6px 20px;
	font-size: 95%;
	font-style: italic;
	background: #FFFEFD url(images/bkgrd_test_quote.gif) no-repeat -5px -2px;
	border: 0px solid #6d7ea8;
	color: #0d296d;
	text-align: left;
}

.testimonial span {
	display: block;
	text-align: right;
	font-style: normal;
}

#content strong {
	color: #333; /*0d296d; /*#660033;*/
	font-weight: bold;
}

#content .textgold {
	color: #b57416;
}



	/*  CONTENT FORMS  */
	
#content #form {
	margin-bottom: 2.5em;
}
	
#content #form form {
	margin: 2.5em 0;
	padding: 8px 20px;
	background: #e9bfed;
	border:  1px solid #9c659e;
}

#content #form .row {
	clear: both;
	margin: 1em 0;
}

#content #form label {
	float: left;
	margin-bottom: 1em;
}

#content #form input, #content #form textarea {
	float: right;
	width: 45%;
}

#content #form textarea {
	margin-bottom: 1em;
}

#content #form input.submit {
	float: none;
	clear: both;
	width: 20%;
	margin-top: 1em;
	margin-left: 55%;
}




	/*  DATE DISPLAY  */
	
#date {
	margin: -5px 0 0 18px;
	padding: 0;
	color: #6b6b6b;
	font-size: 80%;
	line-height: 100%;
}



	/*  TOP NAV  */
	
#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

#topnav li:hover, #topnav li:active {
	background-position: 0% -156px;
}

#topnav a:link, #topnav a:visited {
	float: left;
	margin: 0 1px;
	padding: 0 0 0 6px;
	text-decoration: none;
	font-size: 14px;
	color: #0d296d;
	font-weight: normal;
	background: url(images/tablt.gif) no-repeat scroll left top;
}

#topnav a:link span, #topnav a:visited span {
	float: left;
	display: block;
	padding: 3px 6px 2px 0;
	background: url(images/tabrt.gif) no-repeat scroll right top;
	color: #0d296d;
}

	/* Hack for IE5-Mac \*/
#nav a span {
	float: none;
}
	/* End IE5-Mac Hack */

#topnav a:hover, #topnav a:active {
	background-position: 0 -156px;
}

#topnav a:hover span, #topnav a:active span {
	background-position: 100% -156px;
	color: #fff;
}



	/*  SECOND NAV  */

#secondnav ul {
	margin: 0 0 0 165px;
	padding: 0;
	list-style: none;
/*	display: none; */
	float: left;
}

#secondnav li {
	float: left;
	margin: 0;
	padding: 0;
}

#secondnav li a:link, #secondnav li a:visited {
	font-size: 13px;
	background: transparent;
	margin: 0 10px;
	padding: 5px 0 0 0;
	text-decoration: none;
	float: left;
	font-weight: normal;
	color: #fff;
}

#secondnav li a:hover, #secondnav li a:active {
	border-bottom: 0;
	background: transparent;
	color: #c47e0c;
}



	/*  TOP NAV & SECOND NAV - triggers & where am i  */

#home #topnav ul li a#homelt,
#isthisyou #topnav ul li a#isthisyoult,
#myapproach #topnav ul li a#approachlt,
#contact #topnav ul li a#contactlt,
#services #topnav ul li a#serviceslt,
#about #topnav ul li a#aboutlt,
#blog #topnav ul li a#bloglt,
#free #topnav ul li a#freelt,
#resources #topnav ul li a#resourceslt {
	background-position: 0 -156px;
}

#home #topnav ul li#homert span,
#isthisyou #topnav ul li#isthisyourt span,
#myapproach #topnav ul li#approachrt span,
#contact #topnav ul li#contactrt span,
#services #topnav ul li#servicesrt span,
#about #topnav ul li#aboutrt span,
#blog #topnav ul li#blogrt span,
#free #topnav ul li#freert span,
#resources #topnav ul li#resourcesrt span {
	background-position: 100% -156px;
	color: #ffffff;
}

#home #secondnav ul.home,
#isthisyou #secondnav ul.isthisyou,
#myapproach #secondnav ul.approach,
#contact #secondnav ul.contact,
#services #secondnav ul.services,
#about #secondnav ul.about,
#blog #secondnav ul.blog,
#free #secondnav ul.free,
#resources #secondnav ul.resources {
	display: inline;
}

.isthisyou #secondnav ul li a#isthisyou,
.myapproach #secondnav ul li a#myapproach,
.mostdangerous #secondnav ul li a#mostdangerous,
.consultations #secondnav ul li a#consultations,
.handson #secondnav ul li a#handson,
.teleclasses #secondnav ul li a#teleclasses,
.workshops #secondnav ul li a#workshops,
.mybook #secondnav ul li a#mybook,
.blog #secondnav ul li a#blog,
.articles #secondnav ul li a#articles,
.books #secondnav ul li a#books,
.links #secondnav ul li a#links {
	font-weight: bold;
	border-bottom: 0;
	background: transparent;
}



	/*  SIDEBAR - BOX  */
	
#sidebar {
	font-size: 90%;
	background: url(images/bkgrd_sidebar_bottom.gif) no-repeat bottom left;
	margin: 0 0 0 0;
}

#sidebar h4 {
	background: url(images/bkgrd_sidebar_top.gif) no-repeat top left;
	margin: 0;
	padding: 12px 10px 12px 10px;
	color: #603;
	font-size: 130%;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#sidebar h3 {
	margin: 0;
	padding: 1em 12px;
	color: #603;
	font-size: 120%;
	border-top: 1px solid #fff;
}

#sidebar p {
	margin: 0;
	padding: 5px 20px;
	font-size: 10px;
	line-height: 14px;
	color: #474220;
}

/*
#sidebar .box {
	margin: 0 0 1em 0;
	padding: 0 0 1px 0;
	background: url(../img/bkgrd_sidebar_bottom.gif) no-repeat scroll bottom left;
}

#sidebar .box h3,
#sidebar .box form {
	margin: 0;
	padding: 8px 10px;
	background: url(../img/bkgrd_sidebar_top.gif) no-repeat scroll top left;	
}

#sidebar .box p {
	margin: 0em 10px 1.5em 10px;
}


#sidebar .box2 {
	margin: 0 0 1em 0;
	padding: 0 0 1px 0;
	background: url(../img/bkgrd_sidebar_bottom2.gif) no-repeat scroll bottom left;
}

#sidebar .box2 h3,
#sidebar .box2 form {
	margin: 0;
	padding: 8px 10px;
	background: url(../img/bkgrd_sidebar_top2.gif) no-repeat scroll top left;	color: #fff;
}

#sidebar .box2 p {
	margin: 0em 10px 1.5em 10px;
	color: #fff;
}

#sidebar .box2 img {
	float: right;
	margin: -5px 0 0 2px;
	padding: 0;
	border: 0;
}

*/


	/* SIDEBAR - FORM  */

#sidebar form {
	margin: 0;
	padding: 0 15px 10px 20px;
}

#sidebar form p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 11px;
}

#sidebar label {
	margin: 0;
	display: block;
}

#sidebar input {
	margin: 2px 0 5px 0;
}

#sidebar .box p.privacy {
	margin-top: 1.5em;
	line-height: 130%;
	font-size: 85%;
	font-style: italic;
}

#sidebar li ol li {
	background: url(images/icon-rss.gif) no-repeat 0 0;
	padding-left: 25px;
	list-style: none;
	margin-left: 10px;
	margin-top: 10px;
	color: #4f4f4f;
}

#sidebar li ol li form {
	margin: 0;
	padding: 5px 0 0 -20px;
}

#sidebar li div.rssform {
	background: url(images/bkgrd-div-rss.gif) no-repeat right top;
}



	/*  FOOTER  */

#footer h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

	/* PLUG INS */
	
/* Smart Archives */
.emptymonth {
	display: none;
}