/*  
Theme Name: PSM Client
Theme URI: http://www.pikestmedia.com
Description: Theme for a Pike St. Media Client

*/


body {
  background: #012853 url(images/body-bg.png) repeat-x top center;
  background-color: white;
  margin:0px;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 105%;
  
}  
a {color: #00f;}
a img{border: 0px;}

.hover a, a.hover {text-decoration: none;}
a.hover:hover, .hover a:hover {text-decoration: underline;}

.post-edit-link{background-color: #C9FF8F; padding: 3px;}


h2 {margin-bottom: 0px; margin-top: .2em;}
h2, h2 a, h2 a:visited{
  color: #72a919;
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
  font-size: 120%;
}

h3 {
  margin-bottom: 0px;
  margin-top: .2em;
  color: #1983A9;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  font-size: 120%;
}

.article {padding-bottom: 2em;}
.article p {
  margin-top: 0px;
  margin-bottom: 1.2em;
  color: #333;
  line-height: 130%;
}

.article p a{white-space: nowrap;}

.article p img { /* NOTE: This makes all images in articles to be centered. */
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.hentry h4 {
  margin: 0px;
  margin-top: 1em;
  font-weight: normal;
  font-style: italic;
}
.hentry .permalink {font-size: 12px; color:#7B7F00; font-style: italic;}
.hentry p{margin: 0px; border-bottom: solid 1px #ddd;}


.search-navigation{text-align: center; margin: 1em;}

/*    STRUCTURE STUFF HERE    */



#container {
  margin: 0px auto;
  padding: 0px;
  width: 95%;
  min-width: 800px;
  border: solid 1px #ddd;
  border-top: 0px;
  background-color: white;
}



#content {
  padding-right: 1.2em;
  padding-left: 1.2em;
}


#header { 
  padding-top: 6px;
  padding-left: 6px;
  background: #1c3cb5 url(images/header-bg.png) repeat-x top left;
}

#header h1{
  margin: 0px;
}
#header h1 a span{display: none;}

#header p {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 5%;
  width: 400px;
  text-align: right;
  color: #EFF1EE;
  font-size: 18px;
}




#navbar {
  background: #F7F7F7 url(images/tabs-bg.png)  top left;
  overflow:hidden;
}



#navbarlist {
  margin: 0px;
  list-style: none;
  padding: 0px;
  display:block;
  overflow: hidden;
  height: 1%;
}

#navbarlist li {
  background: #e9e9e9 url(images/tabs-bg.png) repeat-x top left;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-weight:bold;
  font-size: 14px;
  float: left;
  margin: 0;
  vertical-align: middle;
  padding-top: .8em;
  padding-bottom: .8em;
  padding-left: 0;
  padding-right: 0;
  border-left: solid 1px #ddd;
  border-right: solid 1px #fff;

  zoom: 1;
}
#navbarlist a:link, #navbarlist a:visited {
  white-space: nowrap;
  padding: .6em;
  padding-top:10px;
  color: black;
  text-decoration: none;
  letter-spacing: 80%;

}

#navbarlist a:hover, #navbarlist a:active {
  text-decoration: underline;
}


/* SIDE NAV STUFF HERE */

.sidenav {
  margin: 0;
  padding: 0;
  border-right: solid 1px #ddd;
  width: 15em;
  padding: 0px;
  background: #fff url(images/side-bg.png) no-repeat top right;
  font-size: 90%;
  padding-bottom: 150px;
}
.sidenav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidenav h3 {
  padding-left: 5px;
  margin-top: 0;
  color: #72a919;
  font-family: Arial;
  font-weight: normal;
  font-size: 120%;
}



.widget_hier_page a, .widget_hier_page a:visited {
  color: #00f;
  text-decoration: none;
}

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

.widget_hier_page li {
  font-family: Arial;
  font-size: 110%;
  margin:0px;
  list-style: none;
  padding: 0;
  padding-bottom: .5em;
  padding-top: .5em;
  padding-left: 10px;
  border-bottom: solid 1px #efefef;
}

.widget_hier_page ul li ul {margin: 0; padding: 0; margin-left: 2em; }
.widget_hier_page ul li ul li{
  font-size: 90%;
  margin: 0px;
  margin-bottom: .2em;
  padding: 0px;
  font-style: italic;
  border: 0;
  list-style: outside url(images/bullet.gif);
}
.widget_hier_page ul li ul li a,.widget_hier_page ul li ul li a:visited{
  color: #002FBF;
}

/* .sidenav li:hover{background-color: #f2f2f2;}*/

.sidenav ul {
  margin: 0px;
  list-style: none;
  padding: 0;
}


/* Make the sub category bg a different shade */

.sidenav .current_page_item ul, .sidenav .current_page_ancestor ul {
  position: relative;
  left: -5px;
  background-color:#dcebfe;
  padding-left: 30px;
  margin:0;
  width: 185px;
}
.sidenav .current_page_item ul li, .sidenav .current_page_ancestor ul li {width: 170px;}



.sidenav .current_page_ancestor ul .current_page_item {
  background-color: #f9ffdb;
  width: 200px;
  padding-left: 10px;
  margin-left: -30px;
  list-style: inside url(images/bullet.gif);
}


/* L3 link unseleected */
ul ul ul .current_page_item ul {
  width: 180px !important;
  background-color: #F9FFDB !important;
  position: relative;
  left: -10px !important;

}
ul ul ul .current_page_item ul li{list-style: inside circle url() !important;}

/* current active page */
ul ul ul .current_page_parent ul {background:none !important;}
ul ul ul ul .current_page_item {
  width: 185px !important;
  position: relative;
  left: -10px;
  list-style: inside circle url() !important;
}




#footer {
  border-top: solid 1px #ccc;
  background: #1c3cb5 url(images/body-bg.png) repeat-x top left;  
  padding: 10px 0 10px 0;
}


#footer p {
  text-align: center;
  margin: 0px;
  color: #444;
  font-size: 90%;
}

#footer a:link, #footer a:visited {
  color: blue;
  text-decoration: underline;
}

#psmtag {
  text-align: center;
  font-size: 70%;
  margin-top: 5px;
  margin-bottom: 3em;
}
#psmtag, #psmtag a {color: #999;}



#psm-subpages {
  border: solid 1px #dddddd;
  text-align: center;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
#psm-subpages td{padding: 10px; border: solid 1px #cccccc;}
#psm-subpages img{display: block; margin-left:auto; margin-right: auto; }

.wpcf7-not-valid-tip-no-ajax, .wpcf7-validation-errors{font-weight: bold; color: red;}
