/*-------------------------------------mike's super-pimpin custom css!---------------------------------------*/

/* PAGE SIZE TWEEK */
.custom .page {width: 73em;}
/* HEADER ZONE */

.custom #header {padding: 0;}
.custom #header_area {
	background: #213C63;
}

.custom #header_area .page {
	background: #7a98c2;
}

.custom #header {
	background: #cfe2ff;
border-bottom: 0;

}


.custom #header #logo a {
background:url(http://pivotalwriting.com/wp-content/themes/thesis_17/custom/images/Printed-Name-1.jpg) no-repeat 0 0;
display: block;
height: 120px;
width: 730px;
outline: none;
padding: 0px;
}

.custom #header #logo{
background: #213C63;
text-indent:-9000%;
}
.custom #header #tagline {display: none;}

/* NAVBAR ZONE */

.custom #nav_area {
	background: #213C63;
}

.custom #nav_area .page {
	background: #7a98c2;
}

.custom .menu {
	background: #cfe2ff;
	font-weight: bold;
	margin-bottom: 0em
	border: 0;
}

.custom ul.menu {
background:#faf6dd;
}

.custom .menu li.tab a, li.tab {
	border: 0;
}

/* CONTENT ZONE */

.custom #content_area {
	background: #213C63;
}

.custom #content_area .page {
	background: #efef8e;
}

.custom #content_box {
	background: #cfe2ff;
}

/* FOOTER ZONE */

.custom #footer_area {
	background: #589b4d;
}

.custom #footer_area .page {
	background: #7fc874;
}

.custom #footer {
	border: 0;
	background: #c4e9be;
}

/* BEHIND EVERYTHING */

body.custom {
	background: #6D6D8C;
}

.custom #sidebar_1 {
	background: #faf6dd;
	margin-top: -2.3em;
}

/* custom css classes from gabe */

.no_title .headline_area{display:none;}

/* Teaser Styles */


/*
you might like these: 
box shadows: (remember use all three for cross browser compatibility)
box-shadow: 1em 0 20px #000;
-moz-box-shadow: 1em 0 20px #000;
-webkit-box-shadow: 1em 0 20px #000; - hint try using light colors for outer glow

also try border-radius 
*/