/*
Theme Name: SPC
Theme URI:
Description: A custom theme for Still Point Coaching and Consulting
Version: 1
Author:
Author URI: http://lowfatdesigns.coom
Tags:
*/


/* ----- Layouts
--------------------------------------------- */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #edeef6;
}

#layout {
	background: url(images/bg-container.gif) repeat-y;
}

#header {
	height: 142px;
	background: url(images/bg-header.jpg) no-repeat;
}

#layout.three-column #main {
	width: 510px;
		padding-left: 30px;
		padding-right: 30px;
	padding-top: 20px;
	margin: 0 189px 0 191px;
	background: url(images/bg-main.gif) no-repeat;
	overflow: hidden;
}

#layout.three-column #sidebar-left {
	width: 190px;
}

#layout.three-column #sidebar-right {
	width: 190px;
	margin-left: -190px;
}

#footer {
	clear: both;
	height: 48px;
	background: url(images/bg-footer.gif) no-repeat;
}


/* ----- Utilities
--------------------------------------------- */
.clearboth {
	clear: both;
}


/* ----- Typography
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #03004d;
}

a:focus, a:hover { color:#03004d; text-decoration: none; }
/* a { color:#03004d; text-decoration: underline;} */
a { color:#475392; text-decoration: underline;}






/* ----- Header
--------------------------------------------- */

h1#site-title, h1#site-title a {
	display: block;
	width: 435px;
	height: 50px;
}

h1#site-title {
	margin-top: 15px;
	margin-left: 425px;
	text-indent: -50000px;
}

ul.nav-horiz-ir {
	position: absolute;
	top: 105px;
	width: 950px;
}

ul.nav-horiz-ir li a {
	margin-right: 15px;
}

ul.nav-horiz-ir li.page-item-7 a {
	margin-left: 22px;
}





/* ----- Sidebars
--------------------------------------------- */


/* Common to Left and Right */

/* Quotes */
#sidebar-left .quotescollection,
#sidebar-right .quotescollection {
	clear: both;
	color: #475392;
	font-style: normal;
	font-size: 90%;
	/* text-indent: 18px; */
	/* background: url(images/quotes-sidebar.gif) no-repeat; */
}



#sidebar-left .quotescollection cite,
#sidebar-right .quotescollection cite {
	display: block;
	margin-bottom: 40px;
	color: #475392;
	font-style: normal;
	font-weight: bold;
	text-indent: 0;
}


/* Left */

#sidebar-left ul.simple-vertical {
	margin-top: 50px;
	margin-bottom: 40px;
	font-weight: bold;
	list-style-type: none;
	border-top: 1px solid #bcc2de;
}

#sidebar-left ul.simple-vertical li {
	border-bottom: 1px solid #bcc2de;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#sidebar-left ul.simple-vertical a:focus,
#sidebar-left ul.simple-vertical a:hover,
#sidebar-left ul.simple-vertical li.current_page_item a {
	color:#03004d; text-decoration: none;
}
#sidebar-left ul.simple-vertical a {
	color:#5664ad; text-decoration: none;
}



/* Right */

h4#next-move {
	display: block;
	float: right;
	width: 179px;
	height: 24px;
	background: url(images/txt-whats-your-next-move.gif) no-repeat;
	text-indent: -50000px;
	margin: 30px 0 0;
	padding: 0;
}

#sidebar-right ul.simple-vertical {
	float: right;
	width: 179px;
	padding: 10px 0 30px;
	margin: 0 0 30px;
	background: url(images/bg-next-move.gif) no-repeat left bottom;
	list-style-type: none;
	font-weight: bold;
}

#sidebar-right ul.simple-vertical li {
	background: url(images/bullet-gt.gif) no-repeat left 5px;
	padding: 3px 10px 3px 14px;
	margin-left: 4px;
}

#sidebar-right ul.simple-vertical a:focus,
#sidebar-right ul.simple-vertical a:hover {
	color:#5664ad; text-decoration: none;
}
#sidebar-right ul.simple-vertical a {
	color:#03004d; text-decoration: underline;
}
#sidebar-right ul.simple-vertical li.current_page_item a {
	color:#5664ad;
	text-decoration: none;
	border-bottom: 1px dotted #5664ad;
}





/* ----- Main Content
--------------------------------------------- */

/* Common */
#flyers {
	padding: 16px;
	margin-bottom: 18px;
	background: #f4e2e9;
	border-top: 1px solid #cdaab7;
	border-bottom: 1px solid #cdaab7;
}
#flyers ul,
#attachments ul {
	list-style-type: none;
	font-weight: bold;
}

#flyers ul li,
#attachments ul li {
	background: url(images/pdf-icon.gif) no-repeat 0 center;
	padding: 4px 0 4px 22px;
}

#attachments ul li {
	background: url(images/pdf-icon-white.gif) no-repeat 0 center;
}

div.color-block {
	padding: 16px;
	margin-bottom: 18px;
	background: #f4e2e9;
	border-top: 1px solid #cdaab7;
	border-bottom: 1px solid #cdaab7;
}

.color-block blockquote {
	font: italic 1.2em/1.8em Georgia, "Times New Roman", Times, serif;
	color: #212121;
}

p.quoter {
	font-weight: bold;
}

.color-block h4 {
	color: #212121;
}


.childof-3 .post h3 {
	padding-top: 2em;
	background: url(images/divider.gif) no-repeat center top;
	clear: both;
}


/* Home */
#blog-and-slideshow {
	margin-top: 36px;
	border-top: 1px solid #dde0ee;
}

#latest-blogs {
	float: left;
	width: 260px;
	margin-top: 2px;
	padding-top: 18px;
	border-right: 1px solid #dde0ee;
}

#latest-blogs li {
	margin-bottom: 1.3em;
}

#latest-blogs a:focus,
#latest-blogs a:hover {
	text-decoration: underline;
}

#latest-blogs a {
	color: #475392;
	text-decoration: none;
	font-size: 1.1em;
}

#client-logos {
	float: right;
	width: 230px;
	padding-top: 18px;
}




/* Testimonials */
#page-17 .post blockquote p {
	padding-top: 10px;
	margin-left: 0;
	margin-bottom: auto;
	color:#222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight: normal;
	/* background: url(images/quotes-testimonials.gif) no-repeat; */
	/* text-indent: 34px; */
}

#page-17 .post blockquote p strong {
	font-size: 16px;
	color: #475392;
}

#page-17 .post p {
	margin-left: 20px;
	margin-bottom: 4em;
	color: #475392;
	font-weight: bold;
	
}



/* Resources */
#page-21 #link-list ul {
	list-style-type: none;
	margin-left: 0;
}

li.linkcat {
	background: url(images/divider.gif) no-repeat center bottom;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

#page-21 #link-list ul ul {
	margin-bottom: 18px;
	margin-left: 18px;
	list-style-type: disc;
	background: none;
}

#page-21 #link-list ul ul a {
	font-size: 1.2em;
	padding-right: 6px;
}


/* Articles */
.childof-204 .post blockquote h4 {
	padding-top: 1em;
	border-top: 1px solid #dde0ee;
}

.childof-204 .post blockquote p {
	padding-bottom: 1em;
	border-bottom: 1px solid #dde0ee;
}


/* Pharma Communicators */
#page-70 #main .book-cover {
	float: right;
	width: 210px;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #dde0ee;
}

#page-70 #main .book-cover .quote {
	margin-top: 10px;
	color: #475392;
}

#page-70 #main .book-cover .quoter {
	margin-top: 10px;
	color: #475392;
}




/* Case Studies */
#page-19 .post p {
	padding-bottom: 36px;
	margin-bottom: 36px;
	background: url(images/divider.gif) no-repeat center bottom;
}



/* Contact Us */
#page-24 .post p {
	padding-bottom: 36px;
	margin-bottom: 36px;
	background: url(images/divider.gif) no-repeat center bottom;
}

#page-24 .cform p {
	padding-bottom: auto;
	margin-bottom: auto;
	background: none;
}


/* cforms */
#cformsform {
	margin-bottom: 36px;
	
}
#cformsform label {
	font-size:1em;
	color: #222;
	font-weight: normal;
}

#cformsform input.single,
#cformsform textarea.area {
	border: 1px solid #dde0ee;
	background: #fafafa;
	color: #03004d;
	font-size: 1em;
}

#cformsform .reqtxt,
#cformsform .emailreqtxt {
	color: #475392;
	font-size: 0.9em;
}

#cformsform .sendbutton {
	color: #475392;
	font-weight: bold;
	font-size: 1em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}


#usermessagea.success {
	width: 60%;
	text-align: center;
	color: #03004d;
	font-weight: bold;
	background: #fefac0;
	border: none;
}

#ll {
	display: none;
}



/* ----- Footer
--------------------------------------------- */

#copyright-by-lfd {
	margin-top: 18px;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
	font-size: 90%;
}

#website-by a:focus, #website-by a:hover { color:#fff; text-decoration:underline; }
#website-by a { color:#fff; text-decoration: none;}



.cform legend { display: none; }
.cform {
	margin-top:0px;
}