/* @group Site */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  background: url(/themes/veteransforpeace/images/bkg_page.png) repeat-x #fff;
}

html.c5-dashtoolbar {
  background-position: 0 49px !important;
}

html.cID-1 {
  height: 100%;
  background: url(/themes/veteransforpeace/images/bkg_page_home.png) repeat-x #fff;
}

body {
  height: 100%;
  font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
  background: url(/themes/veteransforpeace/images/bkg_body.jpg) no-repeat center 25px;
}

body.cID-1 {
  background: url(/themes/veteransforpeace/images/bkg_body_home.jpg) no-repeat center 25px;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted black;
  font-weight: bold;
}

del {
  text-decoration: line-through;
  color: black;
}

ins {
  text-decoration: none;
  color: red;
}

/* @end */

/* @group Sticky Footer */

#not_footer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -520px; /* the bottom margin is the negative value of the footer's height */
}

#footer, #footroom {
  height: 520px; /* #footroom must be the same height as #footer */
}

/* @end */

/* @group Page */

.cID-1 #page_content {
  background-color: transparent;
}

#page_content {
  width: 966px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

table.layout {
  border-collapse: collapse;
}

table.layout td {
  vertical-align: top;
}

/* @end */

/* @group Header */

#header {
}

#header_content {
  width: 966px;
  margin: 0 auto;
  position: static;
  overflow: hidden;
}

#site_name {
  margin: 0;
}

#site_name a {
  display: block;
  width: 220px;
  height: 158px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/themes/veteransforpeace/images/header_logo.png) no-repeat;
  margin: 40px 0 0;
}

#utility_nav {
  float: right;
  text-align: right;
  color: #989db3;
  margin-top: 5px;
}

#utility_nav p {
  font-size: 12px;
  margin: 0;
  font-weight: bold;
}

#utility_nav a:link, #utility_nav a:visited {
  text-decoration: none;
  color: #000;
}

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

/* @end */

/* @group Footer */

#footer {
  width: 100%;
  clear: both;
  background: url(/themes/veteransforpeace/images/bkg_footer.png) repeat-x #4fbaf2;
  overflow: hidden;
}

#footer h2 {
  font-size: 16px;
}

#footer p, #footer ul, #footer li {
  color: #fff;
  font-size: 14px;
}

#footer ul {
  margin: 0;
}

#footer li {
  margin: 0;
  list-style-type: none;
}

#footer_content {
  width: 966px;
  margin: 120px auto 0;
  position: static;
}

#footer_content td {
  white-space: nowrap;
}

#footer_content td.left {
  vertical-align: top;
  padding: 0 10px 0 0;
}

#footer_content td.middle {
  vertical-align: top;
  padding: 0 10px;
}

#footer_content td.right {
  vertical-align: bottom;
  padding: 0 0 0 10px;
  text-align: center;
}

#footer_content td.right p{
  font-size: 12px;
}

#footer_content a:link, #footer_content a:visited {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #56a0d8;
}

#footer_content a:hover, #footer_content a:active {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

#footer_content h2 {
  margin-top: 0;
}

/* @end */

/* @group Site Navigation */

#site_nav {
  position: relative;
}

#site_nav_menu {
  position: relative;
  width: 936px;
  padding-left: 30px;
  margin: 0 auto;
  background-color: #000;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

#site_nav_ribbon {
  position: absolute;
  top: 10px;
  left: -19px;
}

/* @group Top-Tier Menu */

#ws_nav_menu {
  white-space: nowrap;
  margin: 0;
  float: left;
  width: 100%;
  clear: both;
}

#ws_nav_menu li {
  list-style-type: none;
  margin: 0;
}

#ws_nav_menu > li {
  display: inline;
}

#ws_nav_menu > li > a {
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  float: left;
  font-weight: bold;
}

#ws_nav_menu > li > a:hover {
  color: #3ea6eb;
}

/* @end */


/* @group Sub-Menus */

#ws_nav_menu ul {
  display: none;
  position: absolute;
  background-color: #49b6ef;
  padding: 5px 0;
  margin: 0;
  border-top: 2px solid #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
  box-shadow: 5px 5px 5px rgba(0,0,0,.3);
  z-index: 10;
}

#ws_nav_menu ul a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  margin: 0 5px;
}

#ws_nav_menu ul .last a {
  border: none;
}

#ws_nav_menu ul a:hover {
  color: #072f67;
}

/* @end */

/* @group Spacer */

#ws_nav_menu div {
  padding: 7px 0 5px;
}

#ws_nav_menu hr {
  width: 100px;
  margin: 0 auto;
  border: 1px dotted #fff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

/* @end */


/* @end */

/* @group Path Navigation */

#path_nav {
  padding: 10px 0 10px 60px;
  font-size: 12px;
  color: #999;
  clear: both;
}

#path_nav a:link, #path_nav a:visited {
  text-decoration: none;
}

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

#path_nav > a:first-child {
  font-weight: bold;
  color: #000;
}

.path_separator {
  color: #333;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  content: "➤";
}

/* @end */

/* @group Sub Navigation */

#page_title_ribbon {
  position: absolute;
  top: 36px;
  left: 30px;
}

#page_head {
  margin: 0 30px;
}

#page_head h1 {
  margin: 0 0 0 21px;
  padding-left: 20px;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  background: url(/themes/veteransforpeace/images/bkg_page_title_end.png) no-repeat right center #4095cf;
}

#child-nav {
  padding: 10px 20px 20px 35px;
  background: url(/themes/veteransforpeace/images/bkg_subnav.png) repeat-x left bottom;
}

#child-nav ul {
  list-style-type: none;
  margin: 10px 20px;
  padding: 0;
  float: left;
}

#child-nav a {
  font-size: 14px;
}

#child-nav a:link, #child-nav a:visited {
  color: #1E5799;
  text-decoration: none;
}

#child-nav a:hover, #child-nav a:active {
  color: #000;
  text-decoration: underline;
}

/* @end */

/* @group Sidebar */

#sidebar {
  width: 250px;
  padding: 20px 30px 20px 0;
}

#sidebar > *:first-child {
  margin-top: 0 !important;
}

#sidebar p, #sidebar li, #sidebar th, #sidebar td, #sidebar blockquote {
  font-size: 14px;
}

#sidebar h2 {
  font-size: 16px;
}

#sidebar ul {
  margin: 0 0 10px 5px;
  padding: 0;
}

#sidebar ul li {
  margin: 0px 0px 0 10px;
}

#sidebar ol {
  padding: 0;
  margin: 0 0 10px 20px;
}

#sidebar ol li {
  padding: 0 0 0 0;
}

#sidebar h2 {
  
}

/* @end */

/* @group Featured Images */

#featured_images {
  width: 200px;
  padding: 20px 0 0 70px;
}

/* @end */

/* @group Body Copy */

#body_copy {
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 30px;
}

#body_copy > *:first-child {
  margin-top: 0 !important;
}

.three_column #body_copy {
  padding: 20px 30px;
  width: 100%;
}

.two_column_sidebar #body_copy {
  width: 100%;
}

.two_column_images #body_copy {
  width: 100%;
  padding-left: 30px;
}

/* @end */

/* @group Definition Tables */

table.ws_definition_table {
  
}

table.ws_definition_table th {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: dotted none none none;
  white-space: nowrap;
  padding: 5px 5px 10px 0px;
}

table.ws_definition_table td {
  text-align: left;
  vertical-align: top;
  padding: 5px 0px 10px 5px;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: dotted none none none;
}

table.ws_definition_table td > p:first-child {
  margin-top: 0;
}

/* @end */

/* @group Data Tables */

table.ws_data_table {
  border-collapse: collapse;
  border-color: hsl(204, 70%, 40%);
  border-width: 1px;
  border-style: solid;
  margin-bottom: 15px;
}

table.ws_data_table caption {
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
}

table.ws_data_table th {
  text-transform: inherit;
  white-space: nowrap;
  background-color: hsl(204, 70%, 40%);
  color: #FFFFFF;
  padding: 10px 20px;
  border-right: #FFFFFF;
  border-width: 1px;
  border-style: none dotted none none;
  font-weight: bold;
  text-align: left;
}

table.ws_data_table td {
  padding: 10px 20px;
  border-right: #cccccc;
  border-width: 1px;
  border-style: none dotted none none;
  vertical-align: top;
}

table.ws_data_table tr:nth-child(odd) {
  background-color: white;
}

table.ws_data_table tr:nth-child(even) {
  background-color:  hsl(0, 0%, 95%);
}

/* @end */

/* @group Site Map */

#site_map {
  padding-left: 10px;
}

#site_map ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

#site_map ul li {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  list-style-type: none;
  list-style-image: none;
  background-image: none;
}

#site_map ul li a {
  color: #000;
  display: table;
  padding: 0px 7px 1px;
  margin: 0 0 3px -10px;
  border: 1px solid #b2b2b2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
}

#site_map ul li a:link, #site_map ul li a:visited {
  text-decoration: none;
  color: #000;
}

#site_map ul li a:hover, #site_map ul li a:active {
  text-decoration: underline;
  color: #000;
}

/* @group Level 1 */

#site_map ul li {
  font-weight: bold;
}

#site_map ul li a {
  background-color: #ff9;
}

/* @end */

/* @group Level 2 */

#site_map ul li ul li {
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  border-left: 1px dotted #999;
}

#site_map ul li ul li a {
  background-color: #d8e8ff;
}

/* @end */

/* @group Level 3 */

#site_map ul li ul li ul li {
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  border-left: 1px dotted #999;
}

#site_map ul li ul li ul li a {
  background-color: #d8ffd8;
}

/* @end */

/* @group Level 4 */

#site_map ul li ul li ul li ul li {
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  border-left: 1px dotted #999;
}

#site_map ul li ul li ul li ul li a {
  background-color: #ffe5e5;
}

/* @end */

/* @group Level 5 */

#site_map ul li ul li ul li ul li ul li {
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  border-left: 1px dotted #999;
}

#site_map ul li ul li ul li ul li ul li a {
  background-color: #cff;
}

/* @end */

/* @group Level 6 */

#site_map ul li ul li ul li ul li ul li {
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  border-left: 1px dotted #999;
}

#site_map ul li ul li ul li ul li ul li a {
  background-color: #f0e3ff;
}

/* @end */

/* @end */

/* @group Home */

.home_page {
  padding-top: 390px;
}

#home_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 966px;
  height: 383px;
  z-index: 2;
}

#home_top_bkg {
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 1;
}

.cID-1 .two_column_sidebar #body_copy {
  padding: 0 20px 0 0;
}

/* @group Feature Slider */

#home_features {
  float: left;
  margin: 26px 0 0 30px;
}

div.anythingSlider-VFP .anythingControls ul {
  margin-top: 10px;
}

div.anythingSlider-VFP .anythingControls ul li {
  content: normal !important;
  padding-left: 8px !important;
  margin: 0 !important;
  line-height: 12px !important;
  font-size: 12px !important;
}

div.anythingSlider-VFP .anythingControls ul li:before {
  content: normal !important;
}

div.anythingSlider-VFP .anythingControls ul li a, div.anythingSlider-VFP .anythingControls ul li a:hover {
  overflow: hidden;
  text-indent: -100px !important;
  background: url(/themes/veteransforpeace/images/bkg-slider-controls.png) no-repeat;
  height: 12px;
  width: 12px;
  padding: 0;
}

div.anythingSlider-VFP .anythingControls ul li a.cur {
  background-position: -15px 0;
}

div.anythingSlider-VFP .start-stop {
  display: block;
  height: 12px;
  width: 12px;
  background: url(/themes/veteransforpeace/images/bkg-slider-controls.png) no-repeat -30px 0;
  overflow: hidden;
  text-indent: -100px;
  padding: 0;
  margin: 10px 10px 0 0;
}

div.anythingSlider-VFP .start-stop.playing {
  background-position: -45px 0;
}

/* @end */

/* @group Action Links */

#home_action_links {
  position: absolute;
  right: 20px;
  top: 80px;
  width: 300px;
}

#home_action_links ul {
  list-style-type: none;
  margin: 0 0 0 1px;
}

#home_action_links li {
  list-style-type: none;
  background: url(/themes/veteransforpeace/images/bullet_action_links.png) no-repeat left center;
  padding: 0 0 0 40px;
  margin: 5px 0;
}

#home_action_links a {
  font: bold 24px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-decoration: none;
}

#home_action_links a:hover {
  text-decoration: underline;
}

/* @end */

/* @group Social Media */

#home_social_media {
  position: absolute;
  right: 20px;
  top: 240px;
  width: 300px;
}

#home_social_media h2 {
  margin: 10px 0;
  font: italic bold 28px Georgia, "Times New Roman", Times, serif;
  color: #2e4a74;
  text-align: center;
}

#home_social_media ul, #home_social_media li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#home_social_media a {
  margin: 0 0 0 20px;
  padding: 0;
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -500px;
  background: url(/themes/veteransforpeace/images/bkg_social_media.png) no-repeat 0 0;
}

#home_social_media a.facebook_link {
  margin-left: 45px;
}

#home_social_media a.youtube_link {
  background-position: -41px 0;
}

#home_social_media a.twitter_link {
  background-position: -82px 0;
}

#home_social_media a.flickr_link {
  background-position: -123px 0;
}

#home_social_media a.digg_link {
  background-position: -164px 0;
}

/* @end */

/* @group Home Sidebar */

.cID-1 #sidebar {
  padding: 0;
}

.home_sidebar {
  background: url(/themes/veteransforpeace/images/bkg_home_sidebar.png) no-repeat left top;
  padding-left: 35px;
  overflow: hidden;
}

#sidebar .home_sidebar h2 {
  font: bold 26px/39px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.home_sidebar .rss_embedder ul {
  margin: 0 !important;
}

.home_sidebar .rss_embedder li {
  list-style-type: none;
  margin: 0 0 10px 0 !important;
}

.home_sidebar .rss_embedder a {
  text-decoration: none;
}

.home_sidebar .rss_embedder a:hover {
  text-decoration: underline;
}

.home_sidebar .rss_embedder .rssItemDate {
  font-size: 12px;
}

/* @end */

.featured_story {
  background: url(/themes/veteransforpeace/images/bkg_featured_story_top.png) no-repeat, url('/themes/veteransforpeace/images/bkg_subnav.png') repeat-x left bottom !important;
  padding: 60px 0 5px 35px;
  margin-bottom: 20px;
}

.featured_story *:first-child {
  margin-top: 0;
}

#members_in_action {
  background: url(/themes/veteransforpeace/images/bkg_members_in_action.jpg) no-repeat;
  padding: 100px 35px 5px;
  width: 518px;
  height: 341px;
}

/* @end */

/* @group WebSanity Posts */

.ws-posts-meta {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  padding: 10px 20px;
  background-color: #f7f7f7;
}

.ws-posts-break {
  text-align: right;
  margin: 10px 0;
}

/* @end */

/* @group Comments Block */

.commentAuthor {
  font-style: italic;
  margin-top: 10px;
}

/* @end */

/* @group C5 Design Styles */

.pull-left {
  float: left;
  margin: 0 1em 1em 0;
}

.pull-right {
  float: right;
  margin: 0 0 1em 1em;
}

/* @end */