/*  
Theme Name: PPCprimer
Theme URI: http://www.ppcprimer.com/ 
Description: Custom three column layout, forked from Almost Spring and Gila.
Version: 1.0
Author: Sam Stevens
Author URI: http://www.stevensmedia.com/
Theme last updated: 05.08.05
*/

/* ##### Common Styles ##### */

body {
 	margin: 0;
	padding: 0;
	font-size: 78%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600; 
}

h1, h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

a {
	text-decoration: none;
}

a:link {
	color: #CC6600;
}

a:visited {
	color: #CC6600;
}

a:hover, a:active {
	color: #000000;
}

input, textarea, select {
	border: 1px solid #CCC;
	background-color: #F4F4F4;
	color: #333;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

blockquote {
	margin: 0;
	padding: 0;
}

code {
	font-family: monospace;
	color: #666;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.small {
	font-size: 0.9em;
	color: #999;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
text-align: center;
}

/* ##### Header ##### */

#header {
    /*background-color: #F4F4F4;*/
	border-top: 5px solid #CC6600;
	border-bottom: 10px solid #000000;
}


/* ##### Left Side Bar ##### */

.textad {
	background-color: #F4F4F4;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CC6600;
}

.textad A {
	color: Black;
	font-weight: bold;
}

#side-bar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	background: url(images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
}

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

#side-bar ul li {
}

#side-bar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #CCC;
	background-color: #F4F4F4;
}

#side-bar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #CCC;
}

#side-bar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
} 

html>body #side-bar ul ul li a {
	width: 170px;
}

#side-bar ul ul li a:hover {
	background-color: #FFF8F0;
}

.subscribe {
	padding-left: 8px;
}

/* ##### Nested Lists ##### */

#side-bar ul ul ul {
	margin: 0;
	border: none;
}

#side-bar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}

#side-bar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
} 

html>body #side-bar ul ul ul li a {
	width: 155px;
}

.leftSideBar {
  width: 190px;
  float: left;
  clear: left;
  background-color: #FFF;
  padding: 20px;
}

/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 160px;
  margin: 2ex 1ex 2ex 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid #F4F4F4;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: #333;
  background-color: #CCCCCC;
  font-weight: bold;
  margin: 1ex 0.75ex;
  padding: 0.75ex 0.8ex;
}

.rightSideBar a {
  color: #CC6600;
  background-color: transparent;
  text-decoration: none;
}

.rightSideBar a:hover {
  text-decoration: underline;
}

.rightSideBar .sideBarText {
  /*line-height: 1.5em;
  font-size: 0.9em;*/
  margin: 0;
  padding: 0 2ex 1em 2ex;
  font: normal 11px/normal Arial, Helvetica, sans-serif;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}
.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.rightSideBar img {
 border: 0;
}


/* ##### Main Copy ##### */

.main-copy {
  color: #333;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 230px;
  padding: 0.5ex 16em 1em 0;
}

/*.main-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}*/

.main-copy a {
  color: #CC6600;
  background-color: transparent;
  text-decoration: none;
}

.main-copy a:hover {
	 color: #000000;
}

.date-header {
  font-size:78%;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
}

.post {
}

.posttitle {
	margin-bottom: 0px;
	width: 90%;
	color: #FFF;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}

.posttitle a {
   float: left;
	padding: 2px 10px;
	background: #CC6600 url(images/posttitle.gif) no-repeat top right;
}

h2.posttitle {
	border-bottom: 1px solid #CC6600;
	width: 99%;
}

.posttitle a:link, .posttitle a:visited {
	color: #FFF;	
}

.posttitle a:hover, .posttitle a:active {
	background: #FFEEDD url(images/posttitle.gif) no-repeat 100% -91px;
	color: #CC6600;
}

.postmeta {
	margin-top: 0;
	padding-top: 1px;
	/*background: url(images/postmeta.gif) no-repeat top left;*/
	font-size: 0.9em;
	color: #999;
}

.postentry {
}

.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}

.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

blockquote {  
   color: #666; 
   padding-left: 20px;
   font-style: italic;
   display:block; 
}

/* ##### HEAD ##### */

#head H1 {
	margin-top: 35px;
	font-size: 1.8em;
	color: Black;
}

/* ##### SEM KIT and Book Ad ##### */

#semkit, #bookad, #featuredPromo {
	border: 1px dashed #CCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

#semkit H1, #bookad H1, #featuredPromo H1 {
	padding-top: 0px;
	font-size: 1.4em;
}

#semkit H2, #bookad H2, #featuredPromo H2 {
	padding-top: 0px;
	font-size: 1.2em;
}

#semkitphoto, #bookadphoto, #featuredPromoPhoto {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

#bookadphoto {
	padding-top: 40px;
}

#semkit H5, #bookad H5, #featuredPromo H5 {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#semkit A, #bookad A, #featuredPromo A {
	text-decoration: underline;
}

#semkit LI, #bookad LI, #featuredPromo LI {
	font-size: 12px;
}


/* ##### Footer ##### */

#sponsor {
	clear: both;
	text-align: center;
	margin: 10px 0;
}

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
	width: 100%;
}

#footer p {
	margin: 0;
	padding: 10px 10px 20px 0;
	 background-color: #DBDBDB;
	border-top: 10px solid #000;
	font-size: 0.9em;
	text-align: right;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: none;
}
	

/* ##### Comments ##### */
	
.comment-link {
	font-size: 0.8em;
}

input.text, textarea {
	color: #333;
	padding: 3px 3px 4px 3px;
	font-size: 1em;
}

input:focus, input.text:focus, textarea:focus {
	border-color: #666;
}

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

OL	LI {
	margin-left: 30px;
}

/* ##### Images ##### */

.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
