@charset "UTF-8";


/* --- tags --- */


body {
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  background: #f9f9f9;
  line-height: 140%;
  font-size: 14px;
  font-weight: 300;
}

.wf-active body {
  font-family: "myriad-pro-1","myriad-pro-2", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-style: italic;
}

h1 {
  font-size: 28px;
  line-height: 120%;
}

h2 {
  font-size: 25px;
  line-height: 120%;
}

h3 {
  font-size: 22px;
  line-height: 120%;
}

h4 {
  font-size: 20px;
  line-height: 120%;
}

h5 {
  font-size: 18px;
  line-height: 120%;
}

h6 {
  font-size: 16px;
  line-height: 120%;
}

article {
  padding: 0px 10px 20px 10px;
}

article header {
  padding: 10px 0px 5px 0px;
}

article h1 {
  color: #0048a0;
  padding-bottom: 5px;
}

article h2 {
  font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}

article h3 {
  font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}

a {
  color: #0048a0;
  text-decoration: none;
}

a:hover {
  color: #ffa400;
}

p {
  padding-bottom: 8px;
}

pre {
  overflow: auto;
  padding: 10px;
  border: #777 solid 1px;
  background-color: #ddd;
  margin-bottom: 8px;
}

ul, ol {
	list-style-position: outside;
	padding: 0 0 8px 18px;
}

dl.table-display {
}

.table-display dt {
	float: left;
	clear: left;
	margin-right: 10px;
}

.table-display dd {
	margin-left: 100px;
}

td {
	vertical-align: top;
}

/* --- page_header --- */


#page_header {
  background-color: #0048a0;
  padding-bottom: 10px;
  border-bottom: #f9f9f9 solid 5px;
}

.cssgradients #page_header {
  background: gradient(linear, 
                       center top, center bottom, 
                       from(#0050b2), to(#0048a0));
  background: -moz-linear-gradient(top, #0050b2, #0048a0);
  background: -webkit-gradient(linear, 
                               center top, center bottom, 
                               from(#0050b2), to(#0048a0));
}

.boxshadow #page_header {
  border-bottom-color: #0048a0;
  box-shadow: 0px 0px 3px #777;
  -moz-box-shadow: 0px 0px 3px #777;
  -webkit-box-shadow: 0px 0px 3px #777;
}

#page_header .skip-link {
  display: none;
}


/* --- page_prolog --- */


#page_prolog {
  margin: 0px auto;
}


/* --- planb_logo --- */


#planb_logo {
  display: block;
  float: left;
  width: 200px;
  height: 100px;
  background: url(img/logo_200x100.gif) no-repeat top left;
}

#planb_logo:hover {
  background: url(img/logo_hover_200x100.gif) no-repeat top left;
}

#planb_logo h1 {
  display: none;
}


/* --- site-description --- */


#site-description {
  display: inline-block;
  color: #fff;
}


/* --- page_footer --- */


#page_footer {
  margin-top: 15px;
  background-color: #0048a0;
  border-top: #f9f9f9 solid 5px;
}

.cssgradients #page_footer {
  background: gradient(linear, 
                       center top, center bottom, 
                       from(#0050b2), to(#0048a0));
  background: -moz-linear-gradient(top, #0050b2, #0048a0);
  background: -webkit-gradient(linear, 
                               center top, center bottom, 
                               from(#0050b2), to(#0048a0));
}

.boxshadow #page_footer {
  border-top-color: #0050b2;
  box-shadow: 0px 0px 3px #777;
  -moz-box-shadow: 0px 0px 3px #777;
  -webkit-box-shadow: 0px 0px 3px #777;
}


/* --- page_epilog --- */


#page_epilog {
  margin: 0px auto;
	padding: 10px 0px;
}

#page_epilog ul {
	list-style: none;
}

page_epilog li {
	display: inline;
	margin-right: 10px;
}

#page_epilog a {
	font-size: 18px;
	color: #fff;
}

#page_epilog a:hover {
  color: #ffa400;
}


/* --- container_header --- */


#container_header {
  margin-bottom: 10px;
}

#container_header nav {
  clear: both;
  padding: 5px;
}

#container_header nav ul {
  background-color: #cbe2ff;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-style: italic;
  list-style-type: none;
  overflow: hidden;
}

.cssgradients #container_header nav ul {
  background: gradient(linear, 
                       center top, center bottom, 
                       from(#cbe2ff), to(#b6cbe5));
  background: -moz-linear-gradient(top, #cbe2ff, #b6cbe5);
  background: -webkit-gradient(linear, 
                               center top, center bottom, 
                               from(#cbe2ff), to(#b6cbe5));
}

.borderradius #container_header nav ul {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#container_header nav ul li {
  display: block;
  float: left;
  margin-right: 15px;
  padding: 10px 15px;
  height: 22px;
}


/* --- container --- */


#container {
  margin: -15px auto 0px auto;
  padding-bottom: 10px;
  background-color: #f9f9f9;
}

.borderradius #container {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.boxshadow #container {
  border-bottom-color: #0048a0;
  box-shadow: 0px 0px 1px #777;
  -moz-box-shadow: 0px 0px 1px #777;
  -webkit-box-shadow: 0px 0px 2px #777;
}


/* --- container_footer --- */


#container_footer {
  clear: both;
}


/* --- content --- */


#content {
  clear: both;
  float: left;
}

#content .post {
  position: relative;
  clear: both;
}

#content_footer {
  clear: both;
}


/* --- .entry-title --- */


#content article .entry-title {
  border-bottom: #cbe2ff 2px solid ;
}

/* --- .entry-meta --- */


#content article .entry-meta {
  float: right;
  margin: 0 0 0 10px;
  padding: 3px 10px 3px 5px;
  background-color: #cbe2ff;
  font-size: 12px;
  line-height: 10px;
}

.cssgradients #content article .entry-meta {
  background: gradient(linear, 
                       center top, center bottom, 
                       from(#cbe2ff), to(#b6cbe5));
  background: -moz-linear-gradient(top, #cbe2ff, #b6cbe5);
  background: -webkit-gradient(linear, 
                               center top, center bottom, 
                               from(#cbe2ff), to(#b6cbe5));
}

.borderradius #content article .entry-meta {
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

#content article .entry-meta .entry-date {
  display: none;
}

#content article .entry-meta a {
  display: inline-block;
  margin-left: 5px;
  height: 12px;
}

#content article .entry-meta .edit-link a {
  padding-left: 14px;
  background: url(img/edit-icon.gif) no-repeat left top;
}

#content article .entry-meta .edit-link a:hover {
  background-position: left -12px;
}

#content article .entry-meta a.comments-link {
  padding-left: 16px;
  background: url(img/comment-icon.gif) no-repeat left top;
}

#content article .entry-meta a.comments-link:hover {
  background-position: left -12px;
}


/* --- .entry-content --- */


#content .entry-content div {
  padding-bottom: 8px;
}


/* --- .commentlist --- */


#comments {
  padding-top: 10px;
}

#comments .commentlist {
  list-style: none;
}

#comments .commentlist footer {
  padding-bottom: 5px;
}

#comments .commentlist article {
  margin: 0px;
  padding: 0px;
}


/* --- .comment --- */


#comments .comment {
  margin-top: 10px;
  padding: 10px;
  background-color: #eee;
}

#comments .comment .children li:first-child {
  margin-top: 0px;
}
  
.borderradius #comments .comment {
  border-radius: 5px;  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
}

#comments .depth-1.odd .even {
  background-color: #f9f9f9;
}

#comments .depth-1.even .odd {
  background-color: #f9f9f9;
}

#comments .comment .comment-header {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 5px 0px;
  border-bottom: #cbe2ff solid 2px;
}

.borderradius #comments .comment .comment-header {
  border-top-left-radius: 5px;  
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;  
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

#comments .comment .comment-header .avatar {
  float: left;
  margin-right: 20px;
  border: solid #f9f9f9 2px;
}

#comments .comment .comment-header .comment-author {
  height: 40px;
}

#comments .comment .comment-meta {
  float: right;
  margin: 10px 0px 0px 10px;
  padding: 3px 10px 3px 5px;
  background-color: #cbe2ff;
  line-height: 100%;
}

.borderradius #comments .comment .comment-meta {
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.cssgradients #comments .comment .comment-meta {
  background: gradient(linear, 
                       center top, center bottom, 
                       from(#cbe2ff), to(#b6cbe5));
  background: -moz-linear-gradient(top, #cbe2ff, #b6cbe5);
  background: -webkit-gradient(linear, 
                               center top, center bottom, 
                               from(#cbe2ff), to(#b6cbe5));
}

#comments .comment .comment-meta a {
  display: inline-block;
  margin-left: 5px;
  height: 12px;
  font-size: 12px;
}

#comments .comment .comment-meta .comment-reply-link {
  padding-left: 16px;
  background: url(img/reply-icon.gif) no-repeat left top;  
}

#comments .comment .comment-meta .comment-reply-link:hover {
  background-position: left -12px;
}

#comments .comment .children {
  list-style: none;
}


/* --- respond --- */


#comments #respond {
  margin: 10px 0px 0px 0px;
  padding: 10px; 
  background-color: #eee;
}

#comments .depth-1 #respond {
  margin: 0px 0px 10px 0px;
  background-color: #f9f9f9;
}

#comments .depth-1.odd .even > #respond {
  background-color: #eee;
}

#comments .depth-1.even .odd > #respond {
  background-color: #eee;
}

.borderradius #comments #respond {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#comments #respond label {
  display: block;
}

#comments #respond h3 small {
  float: right;
  margin-left: -5px 0px 0px 10px;
}

#comments #respond h3 small a {
  background-color: #cbe2ff;
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
}

.borderradius #comments #respond h3 small a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.cssgradients #comments #respond h3 small a {
  background: gradient(linear, 
                       center top, center bottom, 
                       from(#cbe2ff), to(#b6cbe5));
  background: -moz-linear-gradient(top, #cbe2ff, #b6cbe5);
  background: -webkit-gradient(linear, 
                               center top, center bottom, 
                               from(#cbe2ff), to(#b6cbe5));
}

#comments #respond #comment {
  width: 90%;
}


/* --- sidebar --- */


#sidebar {
  float: left;
}

#sidebar .widget-container header {
  padding-bottom: 5px;
}

#sidebar .widget-container header h1 {
  font-size: 160%;
  padding-bottom: 10px;
  color: #555;
}

#sidebar .widget-container ul {
  list-style: none;
}

#sidebar .widget-container footer {
  height: 5px;
}


/* --- calendar --- */


#wp-calendar {
  width: 100%;
  vertical-align: center;
}

#wp-calendar caption {
  background-color: #cbe2ff;
  color: #000;
}

.borderradius #wp-calendar caption {
  border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
}

#wp-calendar thead {
  background-color: #0048a0;
  color: #fff;
}

.cssgradients #wp-calendar thead {
  background: gradient(linear, 
                       center top, center bottom, 
                       from(#0050b2), to(#0048a0));
  background: -moz-linear-gradient(top, #0050b2, #0048a0);
  background: -webkit-gradient(linear, 
                               center top, center bottom, 
                               from(#0050b2), to(#0048a0));
}

#wp-calendar thead th {
  text-align: right;
  vertical-align: middle;
}

#wp-calendar tbody {
  background-color: #ddd;
  color: #000;
}

#wp-calendar tbody td {
  text-align: right;
  vertical-align: middle;
}

#wp-calendar tfoot {
}

#wp-calendar tfoot td {
  background-color: #cbe2ff;
  vertical-align: middle;
  border: none;
}

.cssgradients #wp-calendar tfoot td {
  background: gradient(linear, 
                       center top, center bottom, 
                       from(#cbe2ff), to(#b6cbe5));
  background: -moz-linear-gradient(top, #cbe2ff, #b6cbe5);
  background: -webkit-gradient(linear, 
                               center top, center bottom, 
                               from(#cbe2ff), to(#b6cbe5));
}

#wp-calendar tfoot td:last-child {
  text-align: right;
}

.borderradius #wp-calendar tfoot td:first-child {
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

.borderradius #wp-calendar tfoot td:last-child {
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

@media screen and (max-width:719px) {  /* small */
  #wp-calendar caption {
    padding: 15px;
  }

  #wp-calendar thead th {
    padding: 15px; 
  }

  #wp-calendar tbody td {
    padding: 15px;
  }

  #wp-calendar tfoot td {
    padding: 15px;
  }
}

@media screen and (min-width:720px) and (max-width:959px) { /* medium */
  #wp-calendar caption {
    padding: 10px;
  }

  #wp-calendar thead th {
    padding: 10px; 
  }

  #wp-calendar tbody td {
    padding: 10px;
  }

  #wp-calendar tfoot td {
    padding: 10px;
  }
}

@media screen and (min-width:960px) { /* large */
  #wp-calendar caption {
    padding: 5px 0px;
  }

  #wp-calendar thead th {
    padding: 5px 10px 5px 0px;
  }

  #wp-calendar tbody td {
    padding: 0px 10px;
  }

  #wp-calendar tfoot td {
    padding: 5px 10px;
  }
}


/* --- .wp-pagenavi --- */

.wp-pagenavi {
  text-align: center;
  margin-top: 10px;
}

.wp-pagenavi .current {
  background-color: #cbe2ff;
  padding: 5px 10px;
  margin: 0px 5px;
}

.borderradius .wp-pagenavi span {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.wp-pagenavi a {
  background-color: #cbe2ff;
  padding: 5px 10px;
  margin: 0px 5px;
}

.borderradius .wp-pagenavi a {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.cssgradients .wp-pagenavi a {
  background: gradient(linear, 
                       center top, center bottom, 
                       from(#cbe2ff), to(#b6cbe5));
  background: -moz-linear-gradient(top, #cbe2ff, #b6cbe5);
  background: -webkit-gradient(linear, 
                               center top, center bottom, 
                               from(#cbe2ff), to(#b6cbe5));
}

.boxshadow .wp-pagenavi a {
  box-shadow: 0px 1px 2px #999;
  -moz-box-shadow: 0px 1px 2px #999;
  -webkit-box-shadow: 0px 1px 2px #999;
}

.boxshadow .wp-pagenavi a:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}


/* --- media specific --- */


@media screen and (max-width:419px) {  /* too small */
  body {
    width: 420px;
  }
}

@media screen and (max-width:719px) {  /* small */
  #page_prolog {
    width: 400px;
  }  

  #site-description {
    padding: 18px 0px 10px 0px;
    width: 200px;
    font-size: 36px;
    line-height: 36px;
  }

  #page_epilog {
    width: 400px;
  }  

  #container {
    width: 400px;
  }  

  #content {
    width: 400px;
    padding-bottom: 20px;
    border-bottom: solid #cbe2ff 2px;
  }

  #sidebar {
    clear: both;
    width: 400px;
    font-size: 16px;
  }

  #sidebar .widget-container {
    float: left;
    width: 380px;
    padding: 0px 10px 20px 10px;
  }

  #sidebar .widget-container header h1 {
    font-size: 180%;
  }
}

@media screen and (min-width:720px) and (max-width:959px) { /* medium */
  #page_prolog {
    width: 630px;
  }

  #site-description {
    padding: 49px 0px 10px 0px;
    font-size: 42px;
    line-height: 42px;
    height: 42px;
  }

  #page_epilog {
    width: 630px;
  }

  #container {
    width: 630px;
  }

  #content {
    width: 630px;
    padding-bottom: 20px;
    border-bottom: solid #cbe2ff 2px;
  }

  #sidebar {
    clear: both;
    width: 630px;
    font-size: 16px;
  }

  #sidebar #primary {
    float: left;
    width: 295px;
    padding: 10px;
  }
  
  #sidebar #secondary {
    float: left;
    width: 295px;
    padding: 10px;
  }
}

@media screen and (min-width:960px) { /* large */
  #page_prolog {
    width: 960px;
  }

  #site-description {
    padding: 33px 0px 10px 50px;
    font-size: 60px;
    line-height: 60px;
  }

  #page_epilog {
    width: 960px;
  }

  #container {
    width: 960px;
  }

  #content {
    width: 630px;
    padding-right: 20px;
    margin-right: -2px;
    border-right: solid #cbe2ff 2px;
  }

  #sidebar {
    padding-left: 19px;
    width: 270px;
    border-left: solid #cbe2ff 2px;
  }

  #sidebar .widget-container {
    width: 270px;
  }
}

