/*
 * Author: Ryan Kipe
 *
 * Project Name: USAWC
 * Version: 1.0
 * URL: http://www.armywarcollege.edu
 */



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../images/header-bg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap img{
	margin-top:-2px;
	float:left;
}

#headerwrap h1 {
	margin-top: 110px;
	color: white;
	font-size: 85px;
	font-weight: 700;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}

/* theme Wrap */

#theme {
	background-color:#000;
}

#theme h3 a{
	font-weight: 700;
	color: #FFF;
	letter-spacing: 1px;
}

#theme bold {
	color: #2f2f2f;
}


/* White Wrap */

#w {
	background: #ffffff;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}

#w h3 {
	font-weight: 700;
	color: #7b7b7b;
	letter-spacing: 1px;
}

#w bold {
	color: #2f2f2f;
}


/* Grey Wrap */

#g {
	background: #f2f2f2;
	padding-top: 35px;
	padding-bottom: 35px;
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

/* Dark Grey Wrap */
#dg1 {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
}
/* item Wrap */

#itemwrap {
	background: url(../images/item-bg.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#itemwrap h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}


.desc {
	text-align: left;
}

.desc-b {
	border-left: 4px solid #bababa;
}

.desc-a i {
	color: #555;
	padding-right: 8px;
}

.desc-b i {
	color: #555;
	padding-right: 8px;
}




/* newsFeature */


.newsFeature:hover {
	background: white;
}

.newsFeature a {
	padding-right: 10px;
	padding-left: 10px;
	color:rgb(17,17,17);
}

.newsFeature p {
	line-height: 18px;
	padding-top:15px;
	margin-bottom: 25px;
	font-size:92%
}