/* leaders.css */

/* Table of Contents
------------------------------------
	1. Reset
    2. Elements (a, body, p, etc.)
	3. ID's (#container, etc.)
	4. Classes (.red, .clear, etc.)
	5. Print
	6. Handheld
	7. Debug

------------------------------------*/

/* 1. Reset (included in root.css)
------------------------------------*/


/* 2. Elements
------------------------------------*/
h3, h4 {
    text-align: center;
}
h3 {
	color: #FFF;
	font-size: 10px;
	height: 3.6em;
	line-height: 16px;
	margin-top: -1px;
	background-color: #999;
}
h3, h4, p {
	padding-right: 7px;
	padding-left: 7px;
}
h4 {
	height: 2.4em;
	line-height: 1.3em;
	margin-top: .7em;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
}
h5 {
    margin-bottom: 0.2em;
}

/* 3. ID's
------------------------------------*/
#breadCrumbs {
	width: 593px;
}
#leftCol {
    
}
#mainContent {
    background: #f7f7f7;
    color: #4e4e4e;
    
    padding-bottom: 0;
    width: 604px;
}

/* #leader styles - for leader's individual pages */

#leader #leftCol {
    
}
#leader #mainContent {
    background: #fff;
    
}
#background {
    padding: 0 12px;
}
#background img {
    margin-top: 1em;
}
#background p {
    margin: 1em 0;
    padding: 0;
}
#background ul {
    font-size: 11px;
    margin: 1.6em 0;
}
#background li {
    margin: 0.4em 0;
}
#portrait {
    float: left;
    margin-right: 10px;
}
#pullQuote {
    border: none;
    float: left;
    margin: 0 8px 4px 0;
    padding-top: 1em;
}
#pullQuoteText {
    margin-right: 10px;
    padding-top: 1em;
}

#scrollerImages li.bigBoy {
    float: left;
    width: 388px;
}
#row1 {
    background: #f7f7f7;
}
#row1, #row2, #row3 {
    clear: both;
    overflow: auto;
}
#row2, #row3 {
    background: #fff;
}
#row2 li, #row3 li {
    display: block;
    list-style-position: outside;
}
#row2 li, #scrollerTrans li {
     background: url(http://usarmy.vo.llnwd.net/e1/rv4_images/diamond_bullet.gif) no-repeat 0 3px;
     line-height: 1.3em;
     margin: 1em 0;
}
#row2 li a, #scrollerTrans li a {
    display: block;
    font-weight: normal;
    margin-left: 15px;
}
#row2 li.bigBoy, #scrollerTrans li.bigBoy {
    background: none;
    border-right: 1px solid #cecece;
    float: left;
    margin-top: 0px;
    width: 205px;
}
#row3 li.audioVideo {
    display: block;
    float: left;
    margin-bottom: 1em;
}

/* news pages styles */
#newsText {
    clear: both;
    margin-left: 10px;
    padding-top: 1em;
}
#newsText h1 {
    margin-bottom: 1em;
}
#newsText p {
    padding: 0;
}
#newsText li {
    border-bottom: 1px solid #e2e2e2;
    display: block;
    margin-right: 10px;
    padding: 1em 0;
}
#newsText li p#date {
    margin: 0.8em 0;
}
#newsText li a {
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
}
#ofInterest ul#customLeaders {
    margin-top: 0;
}
#scrollerNews, #scrollerTrans, #scrollerImages, #scrollerVideo {
	float: left;
	margin-top: 10px;
	overflow: hidden;
	width: 215px;
}
#scrollerImages, #scrollerVideo {
	float: left;
	overflow: hidden;
	width: 389px;
}
#scrollerImages, #scrollerVideo {
    margin-top: 20px;
}
#scrollerVideo {
    margin-left: 10px;
    width: 379px;
}
#scrollerVideo a {
    float: right;
    font-size: 10px;
    margin: 0.8em 5px 0.8em 0;
}
#leaderPageNews, #leaderPageTrans, #leaderPageImages, #leaderPageVideo {
	width: 100000px;
}
.prev, .next {
	float: right;
    display: inline;
	position: relative;
	top: -26px;
	right: 15px;
    height: 18px;
    margin: 4px;
    width: 18px;
}


/*------------------------------------*/
.audioVideo {
    display: block;
    float: left;
    margin-bottom: 1em;
}
.audioVideo img {
    float: left;
    margin-right: 8px;
}
.audioVideo h5, .audioVideo p {
    float: left;
    padding: 0;
    width: 190px;
}
.block {
	clear: both;
}
.bordered {
	background: #f7f7f7;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	border-left: none;
	border-right: none;
	color: #3d3d3d;
}
.clear {
    clear: both;
}
.contentBlock {
    float: left;
	display: inline;
	margin: 0 10px;
	width: 190px;
}
.leaderBox {
	float: left;
	width: 150px;
	margin-right: 12px;
	margin-left: 12px;
}
.leaderBox img {
	border: none;
	height: 188px;
	width: 150px;
	margin-right: 0px;
	margin-left: 0px;
}
.leaderBox p {
	background: #efefef;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	height: 7em;
	margin-bottom: 1em;
	margin-top: 30px;
}
.leaderBox ul {
    padding: 0 5px;
}
.leaderBox li {
    margin: 0.4em 0;
}
.leftHeader, .rightHeader {
	display: inline;
	float: left;
	height: 4em;
	margin-bottom: -24px;
	width: 215px;
}
.rightHeader {
	width: 379px;
}
.recentPhotos {
    width: 368px;
}
.recentPhotos img {
    border: none;
}
.recentPhotos li {
    background: #fff;
    border: 1px solid #3d3d3d;
    float: left;
    height: 100px;
    margin: 0 10px 20px 10px;
    overflow: hidden;
    text-align: center;
    width: 150px;
}
.leftHeader a, .rightHeader a {
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}
.thumb {
	background: #fff;
	border: 1px solid #3D3D3D;
	display: inline;
	float: left;
	height: 95px;
	margin: 0 7px 10px;
	overflow: hidden;
	text-align: center;
	width: 156px;
}
.thumb img {
	border: none;
}

/* 5. Print
------------------------------------*/
@media print {
    
}

/* 6. Handheld
------------------------------------*/
@media handheld {
    
}

/* 7. Debug
------------------------------------*/
/* Un-comment for site testing

*[style], font, center {outline: 5px solid red;}
img[alt=""] {border: 3px solid red;}
img[title=""] {border: 3px dotted fuchsia;}
img:not([alt]) {border: 5px solid red;}
img:not([title]) {outline: 5px solid fuchsia;}
table[summary=""] {outline: 3px solid red;}
table:not([summary]) {outline: 5px solid red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}
a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href=""] {background: fuchsia;} */
#container #navBar #dropDownNav li a {
	color: #3d3d3d;
}
#container #navBar #dropDownNav li a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

#container #contentBackground #leftCol #navLinks #leftColNav li a {
	color: #3d3d3d;
}
#container #contentBackground #leftCol #navLinks #leftColNav li a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

#container #contentBackground #leftCol #navLinks #leftColNav li .current {
	color: #FFF;
}
#container #contentBackground #leftCol #navLinks #leftColRSS li .podcasts .textLink {
	color: #3d3d3d;
}
#container #contentBackground #leftCol #navLinks #leftColRSS li .rss .textLink {
	color: #3d3d3d;
}
