/*
	Theme Name: TwentyTen->WVUPCI
	Theme URI: http://wvupci.org/
	Description: WVUPCI is Child Theme of WP's 3.0's TwentyTen Default Theme
	Author: Doug Joseph
	Author URI: http://dougjoseph.net/
	Template: twentyten
	Version: 1.0
	This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
	http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

	@import url('../twentyten/style.css');

/*	a:link {
	    color:red; /* Red? Ugh! * /
	}
	a:visited {
	    color:green; /* Green? Yechh! * /
}*/

/*
COLORS:
	#F29D26		=	gold (from WV UPCI logo)
	#100059		=	dark blue (from WV UPCI logo)
	#5342A2		=	medium blue
	#686A5D		=	olive drab (from WV UPCI logo - word "district")
	#A4A797		=	medium olive drab
	#1D3527		=	very dark green
*/

#body {
	background:#1D3527;
}
#wrapper {
	border:thin #A4A797 double;
	padding-top:20px;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius:20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    border-radius:20px;
}
#header {
	padding: 0px 0px 0px 0px;
	position: relative;
}
#access {
	top: -243px;
	position: relative;
	margin-bottom:-28px;
	background:#100059;  /* dark blue */
	-moz-border-radius:8px 8px 0px 0px;
    -webkit-border-radius:8px 8px 0px 0px;
    -khtml-border-radius:8px 8px 0px 0px;
    border-radius:8px 8px 0px 0px;
}
#access a {
}
#access ul ul a {
	position: relative;
	padding:0px 10px 0px 10px;
	line-height:28px;
	height:28px;
}
#access li:hover > a, #access ul ul :hover > a {
	background:#5342A2;   /* med blue */
}




#departments-nav {          
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;     /* Use same font-family as TwentyTen does for menus */
  font-size:1.1em;          /* Make a little bigger than default */
  padding:2px 1px 2px 3px;              /* padding around the menu */
  display: block;
  float: left;
  margin: 0 auto;
  width: 936px;             /* 940 / 5 = 188 pixels ---- OR ---- 940 / 6 = 156.667 pixels */
  position: relative;
  top: -10px;               /* location off-set */
  margin-bottom:-16px;

/*	background:#100059;     /* dark blue */
/*	background:#f8af37;     /* medium gold */
  background:#ffdda6;       /* light gold */

/*  -moz-border-radius:0px 0px 8px 8px;
  -webkit-border-radius:0px 0px 8px 8px;
  -khtml-border-radius:0px 0px 8px 8px; */

/*  border-radius:0px 0px 8px 8px; */
}
#departments-nav ul {
  margin:0 auto;            /* Also needed to center the menu */
  padding:0;
  width:auto;              /* Make menu only as wide as needs to be */
  display:inline;           /* Also needed to keep width to a minimum */
  line-height: 18px;
  height: 18px;
/*  border: 1px green solid; */
}
#departments-nav li {
  display:inline;           /* Make menu horizontal instead of veritcal */
  margin:0;            /* Also needed to center the menu */
  padding:0;
  line-height: 18px;
  height: 18px;
  width:auto;
/*  border: 1px blue solid; */
}
#departments-nav a {
  display: inline-block;
  width:170px;
  text-decoration:none;     /* Remove underlines from links */
  background-color:#ffd083; /* Create a lite-medium (slightly darker than lite) gold background for each option */
  padding-top:0px;
  padding-left:5px;
  padding-bottom:0px;
  padding-right:5px;
  margin:1px;
  color: #261773;           /* blue menu text color */
  border: 1px #f8af37 solid; /* Create a med gold border around each menu option */
}
#departments-nav ul ul a {
  position: relative;
}
#departments-nav .menu {
  text-align:center;        /* Needed to center the menu */
}
#departments-nav a:hover {
/*  background:#5342A2;       /* med blue */
/*  background-color:#5342A2; /* Surround the menu item under the mouse pointer in ... */
/*  color:white;              /* Make the text for the same menu item be white */
  background:white;           /* med blue */
  background-color:white;     /* Surround the menu item under the mouse pointer in ... */
  color:black;                /* Make the text for the same menu item be white */
}




#site-title {
	margin:0 0 57px;
	height:88px;
	width:940px;
	background-image:url('http://wvupci.org/wp-content/themes/wvupci-twentyten-child-theme/images/WV-District-Logo-masthead-0940x0088.jpg');
	background-repeat:no-repeat;
}
#site-title span {
	display: none;
}
#site-description {
	display: none;
}
#branding img {
	border-top:4px #5342A2 solid;  /* med blue */
	border-bottom:4px #5342A2 solid;  /* med blue */
}
#main {
	padding-top:20px;
}
#content .wp-caption {
	background:#E3E3E3;
}
.category-gallery .size-thumbnail img {
	border:10px #E3E3E3 solid;
}
#dept_name p {
	margin:0;
	font-weight:bold;
	font-size:medium;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	line-height:normal;
}
.dept_description, .archive-meta {
	margin-top:0;
	margin-bottom:20px;
	font-size:small;
	line-height:20px;
}
td {
	color: #444;
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 16px;
	height: 24px;
	line-height: 24px;	
}
.small-stats {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size:small;
	height: 20px;
	line-height: 20px;
}
span.headline {
	display: none;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	margin-bottom: 5px !important;
}
#content tr td {
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-bottom:0;
	font-family:'Arial Narrow', Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

