/*
Theme Name: WP Prior Consulting
Theme URI: http://priorconsulting.com/wordpress/wp-content/themes/priorconsulting
Description: WordPress theme for Prior Consulting on behalf of Vaxa Creative
Version: 1.4
Author: Margie Matteson
Author URI: http://marisadesign.com.com
*//*
  ------------------------------------------------
  CSS by Marisa Design
  www.marisadesign.com
  for Prior Consulting
  on behalf of Vaxa Creative (www.vaxacreative.com)
  v.1.4: 2009-10-20
  ------------------------------------------------
  Colors: 
  #c9282d red 		- links
  #8b2346 raspberry	- headings
  #55274f purple	- headings, links
  #000000 black		- headings
  #191c1f off-black	- text
  #575a5d deep gray	- headings
  #828a8f lt gray	- headings
  #cccccc gray		- line in sidebar
  #f0eeec beige		- page background
  ------------------------------------------------
  Sections:
  Universal Styles
  Layout
  Typography
  Features
  Navigation and Links (moved to the bottom to override features sidebar styles)
  ------------------------------------------------
  UNIVERSAL STYLES
  ------------------------------------------------
*/
html	{ 					/* force scrollbar to prevent page jump */
	min-height: 100%;
	margin-bottom: 1px;
}
img {border: none;}
a {text-decoration: none;}
ul {
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	margin-bottom: 12px;
}

/*
  ------------------------------------------------
  LAYOUT
  ------------------------------------------------
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #191c1f;
	background: #f0eeec url(img/background.gif) top left repeat-x;
	margin: 0;
	padding: 0;
}
#outer_wrapper { /* needed for the bottom background */
	width: 100%;
}
#masthead {
	position: relative;
	color: #999999;
	background: transparent url(img/background-top.gif) top center no-repeat;
	padding: 36px 0 0 79px;
	margin: 0;
}
#tagline {
	margin-top: 11px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
	border-bottom: 13px solid #191c1f;
}
#column_wrapper {
	padding: 0 15px;      /* Added */
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#main {
	width: 645px;   /* Orig 690 */
	float: left;
}
#sidebar {
	width: 325px;   /* Orig 310 */
	float: left;
}
#sidebar .content {
	padding: 24px 15px;   /* Orig 24px 0 24px 45px */
	font-size: 0.7em;
	line-height: 1.5em;
}
#main .content {
	padding: 24px 15px;
	font-size: 0.8em;
	line-height: 1.3em;
}
#main .content img.align-right,
#main .content img.alignright {
	float: right;
	margin-left: 45px;
        margin-bottom: 30px;
}
.cat-img {
	float: right;
	padding-left: 30px;
        margin-bottom: 30px;
}
#masthead .content {
	padding: 0 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	width: 1000px;
	color: #191c1f;
	margin: 0 auto;
	padding: 0px;
	font-size: 0.65em;
	text-transform: uppercase;
	line-height: 0.65em;
	clear: both;
}
/*
  ------------------------------------------------
  TYPOGRAPHY
  ------------------------------------------------
*/
h1 {
	font-size: 1.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 1.25em;
	color: #000000;
	font-weight: normal;
	line-height: 1.25em;
	margin-right: 120px;
}
h1.post-title {
	font-size: 1.58em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	padding-bottom: .438em;
	line-height: normal;
	margin-right: 0 !important;
}
h1.post-title a {
	color: #000000 !important;
}
h1 .subtitle {
	font-size: .7em;
	color: #8b2346;
	line-height: 1.4em;
}
h1.post-title .subtitle {
	font-size: .7em;
	color: #191c1f
}
h1 a:hover {
	color: #c9282d !important;
}
h2 {
	font-size: 1.165em;
	font-weight: normal;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: .625em;
	color: #8b2346;
}
h3 {
	font-size: 1.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding-bottom: .625em;
	color: #707a80;
}
#sidebar h3 {
	color: #55274f;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.0em;
	width: 96%;
	margin-left: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #cccccc;
}
h4 {
	font-size: 1em;
	margin: 0;
	font-weight: bold;
	color: #55274f;
	padding-top: .625em;
        line-height: 1.5em;
}
h5 {
        font-size: 1.063em;
        font-weight: normal;
        width: 70%;
	padding-bottom: 2px;
	border-bottom: 1px dotted #cccccc;
        margin-bottom: .5em;
}
h5 strong {
        color: #191c1f;
}
#main .content h4 {
	margin-right: 160px;
}
strong {
	font-weight: bold;
	color: #55274f;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 0 0 1.5em 0;
}
#main .content p {
	margin-right: 160px;
	line-height: 1.35em;
}
#main .content p img.alignright {
	margin-right: -160px;
}
.nospacing {
	margin-bottom: 0;
	padding-bottom: 0;
}
#main ul {
	margin: 0 160px .625em 1.25em;
}
#main .entry ul ul {
	margin: 0 0 0em 1.25em;
}
#main .entry ul li {
	list-style-type: disc;
        padding-top: .2em;
}
.post {
	margin-bottom: 12px;
}
.postIdeas {
	margin-bottom: 24px;
	border-bottom: 1px dotted #ccc;
}
.homeside {
        margin: 10px;
}
blockquote.contact {
        margin: 0;
        padding: 0;
}
#main blockquote.contact p {
        line-height: 1.6em;
}
blockquote.contact strong {
        color: #575a5d;
        background-color: #f0eeec;
        padding: .125em .25em;
        margin-right: .25em;
        font-size: .9em;
}
blockquote.quote {
        margin: 0;
        padding-left: 2.5em;
        padding-right: 1.5em;
    	background: transparent url(img/quote.gif) 0 0 no-repeat;
}
#main blockquote.quote p {
        line-height: 1.6em;
        color: #36424a;
}
blockquote.quote .credit {
	font-size: .9em;
        font-style: normal;
        margin-left: 2em;
}
#main blockquote.quote p strong {
        color: #000;
        font-weight: 600;
}


/*
  ------------------------------------------------
  FEATURES
  ------------------------------------------------
*/
/* ---------[ Slideshow ]--------- */

#slideshow {
	background:#fff top left repeat-x;
	width: 606px;
	margin: 0 0 10px;
	padding:0;
	border: 1px solid #cccccc;
	}

#slideshow ul {
	background:transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}           

/* ---------[ Slideshow Slides ]--------- */

#slideshow .slides {
	background:transparent;
	width:606px;
	overflow: hidden;
	}

#slideshow .slides ul {
	width:99999em;
	overflow: hidden;
	}

#slideshow .slides li {
	width:580px;
	height:245px;   /* originally 188 */
	float: left;
	padding: 15px;
	margin:0;
	overflow: auto;
	}
#slideshow .slides .entry {
	font-size: .9em;
	color: #575a5d;
}
#slideshow .slides .entry p {
 	margin-bottom: .5em;
	margin-right: 0;
}
#slideshow .slides .post-thumb,
#slideshow .slides .post_thumbnail {
    float: left;
    margin-right: 15px;
}
#slideshow .slides .entry-text {
	margin-left: 220px;
	margin-right: 12px;
	/* Orig. float left & width 350px; */
}

/* ---------[ Slideshow Navigation ]--------- */

#slideshow  ul.slides-nav {
	height:25px;
	line-height:25px;
	margin:0;
	padding: 5px;
	border:1px solid #f5f5f5;
	border-top:1px solid #ddd;
	background: #ddd url(img/slidenavwrap.gif) top left repeat-x;
	clear:both;
	width:596px;
}

#slideshow .slides-nav h3 {
	font-size:12pt;
	letter-spacing:0;
	color:#333;
	padding:0;
	margin: 0 10px 0 0;
	height:25px;
	line-height:25px;
	}

#slideshow .slides-nav li {
	float:left;
	line-height:25px;
	height:25px;
	width:25px;
	}

#slideshow .slides-nav li a {
	display:block;
	padding: 0;
	text-align:center;
	line-height:25px;
	height:25px;
	width:25px;
	outline: none;
	color: #c9282d;
	}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background: url(img/slidenavcount.gif) top left no-repeat;
	color: #55274f;
	line-height: 25px;
	height: 25px;
	width: 25px;
	}

.js #slideshow .slides-nav li.on a {
	}

/* -------------------[ Sidebar ]------------------- */

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar li {
	list-style-type: none;
	margin: 0 15px 10px 15px;
	overflow:hidden;
	padding:14px;
	border:1px solid #bbb;
	background:#fff url(images/box.gif) top left repeat-x;
	}

#sidebar li li {
	list-style-type: none;
	margin: 0;
	border:0;
	padding: 5px 0px 5px 17px;
	background:transparent url(images/arrowgray.gif) 2px 9px no-repeat;
	border-bottom:1px dotted #ccc;
	}

#sidebar li li li {
	background-image:none;
	border:0;
	padding: 1px 0;
	}

#sidebar li li li:hover {
	background-image:none;
	}

#sidebar li li li li {
	padding-left: 10px;
	}

#sidebar .textwidget {
	margin: 0;
	padding:0;
	}

#sidebar li#tag-cloud ul { }

#sidebar li#tag-cloud ul.wp-tag-cloud {	padding: 9px; }

#sidebar li#tag-cloud li {
	border:0;
	float:none;
	display:inline;
	padding: 0;
	margin: 0 5px 0 0;
	background:transparent;
	background-image: none;
	line-height:2em;
	}

#sidebar li#tag-cloud li a {
	padding:0;
	background:transparent;
	background-image: none;
	}

#sidebar li select {
	width:160px;
	margin: 0;
	}

/* -------------------[ Side Tabs ]------------------- */

#sidebar li#side-tabs ul {
	margin: 0;
	padding: 0;
	background:transparent;
	}

#sidebar li#side-tabs ul.tabs {  
	list-style-type:none;
	margin: 0;
	padding: 0;
	clear:both;
	font-size:8pt;
	}

#sidebar li ul.tabs li {
	border:0;
	background:transparent;
	font-weight:bold;
	float: left;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	} 

#sidebar li ul.tabs li a, #sidebar li ul.tabs li a:link, #sidebar li ul.tabs li a:visited {
	float: left;
	display: block;
	padding: 3px 7px;
	font-weight: bold;
	border:1px solid #c5c5c5;
	background:url(img/goldbg.gif) top center no-repeat;
	color:#000;  
	} 

#sidebar li ul.tabs li a:hover, #sidebar li ul.tabs li a:active {
	border:1px solid #333;
	background:#333;
	color:#fff; 
	}  

#sidebar li ul.tabs li a.on {
	border:1px solid #333;
	background:#333;
	color:#fff; 
	}

#sidebar li#side-tabs form {
	margin: 0 !important;
	padding: 0 !important;
	}

#sidebar li#side-tabs form p {
	margin: 0 0 1px;
	padding: 0;
	}

#sidebar li#side-tabs .cat_content {
	}

#sidebar li#side-tabs #content_2, #sidebar li#side-tabs #content_3  {
	padding:15px 0 0;
	}

#sidebar li#side-tabs .cat_content li {
	margin: 0;
	padding: 5px 0px 5px 17px;
	background:transparent url(img/arrowgray.gif) 2px 9px no-repeat;
	}

#sidebar li#side-tabs .cat_content li.feeds {
	margin: 0;
	padding: 5px 0 5px 25px;
	background: url(img/FeedIcon-16.gif) 0 6px no-repeat;
	}

#sidebar li#side-tabs .cat_content li.twitter {
	margin: 0;
	padding: 5px 0 5px 25px;
	background: url(img/twitter.png) 0 6px no-repeat;
	}

#sidebar li#side-tabs .cat_content li.facebook {
	margin: 0;
	padding: 5px 0 5px 25px;
	background: url(img/facebook.png) 0 6px no-repeat;
	}

#sidebar li#side-tabs .cat_content li.linkedin {
	margin: 0;
	padding: 5px 0 5px 25px;
	background: url(img/linkedin.png) 0 6px no-repeat;
	}

#sidebar li#side-tabs .cat_content li.email {
	margin: 0;
	padding: 10px 0 5px;
	background:transparent;
	}

#sidebar li#side-tabs li.email input#sub {
	width: 180px;
	border:1px solid #ccc;
	background:#fff;
	padding: 6px;
	margin: 0;
	}

#sidebar li#side-tabs li.email input#subbutton {
	padding:5px;
	font-size:8pt;
	margin: 0;
	font-weight:bold;
	border:1px solid #000;
	background:#333;
	color:#fff; 
	}

#sidebar li#side-tabs li.email input#subbutton:hover {
	background:#333;
	color:#FF9900;
	border:1px solid #000;
	cursor:pointer;
	}
/*
  ------------------------------------------------
  NAVIGATION AND LINKS (keep below the sidebar section)
  ------------------------------------------------
*/
#main a:link {
	color: #c9282d;
}
#main a:visited {
	color: #a34046;
}
#main a:hover {
	color: #000000;
}
a.more {
	background: url(img/bullet-red.gif) no-repeat;
	background-position: 100% 2px;
	padding-right: 15px;
	color: #c9282d;
}
#main blockquote.contact a:link, #main blockquote.contact a:visited {
        color: #191c1f;
}
#main blockquote.contact a:hover {
	color: #c9282d;
}
#sidebar h3 a:link, #sidebar h3 a:visited {
	color: #55274f;
}
#sidebar ul.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
}
#sidebar ul.menulist li { /* override homepage styles */
	padding: 0;
	border:none;
	background-image: none;
}
#wrapper #sidebar ul.menulist li a, #wrapper .menulist li a:visited {
	color: #575a5d;
	background: url(img/bullet-gray.gif) no-repeat;
	padding-left: 12px;
}
#wrapper #sidebar ul.menulist a:hover {
	background: url(img/bullet-red.gif) no-repeat;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
#topnav {
	position: absolute;
	top: 45px;
	right: 95px;
	text-align: right;
	text-transform: uppercase;
	list-style: none;
	font-size: 0.563em;
	line-height: 1.7em;
	letter-spacing: .125em;
}
#topnav ul {
	margin-top: 0;
	padding-top: 0;
	list-style: none;
}
#topnav a:link, #topnav a:visited {
	color: #828a8f;
}
#topnav a:hover {
	color: #000000;
}
#mainmenu {
	position: absolute;
	top: 136px;
	right: 95px;
	text-transform: uppercase;
	font-size: 0.79em;
}
#mainmenu ul {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	list-style: none;
	margin-right: 0;
}
#mainmenu ul li {
	display: inline;
	padding-left: 1.75em;
}
#mainmenu a:link, #mainmenu a:visited {
	color: #55274f;
}
#mainmenu a:hover {
	color: #000000;
}
#footernav {
	float: right;
	width: 50%;
	text-align: right;
	text-transform: uppercase;
	color: #575a5d;
}
#footernav ul {
	margin-top: 0;
	padding-top: 0;
	list-style: none;
}
#footernav ul li {
	display: inline;
}
#footernav a:link {
	color: #191c1f;
}
#footernav a:hover {
	color: #000000;
}
/* ---------[ Home Page Posts ]--------- */

.intro-why-prior {
       color: #000000;
       text-align: center;
       margin-top: 25px;
}
.category-why-prior {
	float:left;
	width:170px;
	padding: 15px;
}
.category-why-prior .entry {
	font-size: .89em;
}
#main .content .category-why-prior .entry p {	/* need the full selector to undo the right margin */
	margin-bottom: 0;
	margin-right: 0;
}
#main .content .category-why-prior .entry ul {
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0;
}
#main .content .category-why-prior .entry ul li {
	list-style-type: none;
	margin: 0;
	border:0;
	padding: 2px 0px 2px 15px;
	background:transparent url(img/bullet-gray.gif) 0px 3px no-repeat;
        line-height: normal;
}
#main .content .category-why-prior .entry ul li a:link, #main .content .category-why-prior .entry ul li a:visited {
	color: #191c1f;
}
#main .content .category-why-prior .entry ul li a:hover {
	color: #c9282d;
}
.category-why-prior h3 {
	font-family: Verdana, Helvetica, sans-serif;
        font-size: 1.25em;
}
#main .content .category-why-prior h3 a:link, #main .content .category-why-prior h3 a:visited {
	color: #707a80;
}
#main .content .category-why-prior h3 a:hover {
	color: #c9282d;
}