/* Start of CMSMS style sheet 'aam-common' */
/* COLOR GUIDE

red: cc0000

*/

/*** ELEMENT STYLES ***/

html, body {
	width: auto;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #666666;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
a:link {
	color: #cc0000;
}
a:visited {
	color: #cc0000;
}
a:hover {
	color: #000;
}
h1 {
	font-size:24px;
	line-height: 130%;
	color: #cc0000;
	font-weight:normal;
}
h2 {
	font-size:20px;
	line-height: 130%;
	color: #cc0000;
}
h3 {
	font-size:18px;
	line-height: 130%;
	color: #cc0000;
}
h4 {
	font-size:16px;
	line-height: 130%;
}
h5 {
	font-size:14px;
	line-height: 130%;
}
h6 {
	font-size:12px;
	line-height: 130%;
}
p {
	line-height: 135%;
}
hr {
	height: 1px;
	border: 0;
	color: #a1a1a1;
	background-color: #a1a1a1;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
}
input:focus, textarea:focus, select:focus {
	background-color: #e5e5e5;
	border: #cc0000 thin solid;
	padding: 3px;
	margin: 2px;
}
input:hover, textarea:hover, select:hover {
	background-color: #e9e9e9;
}

/*** LAYOUT STYLES ***/

.container {
	width:800px;
	padding-top:50px;
}
.leftCol {
	float: left;
	width: 114px;
	background:url(/images/aam-logo.gif) no-repeat top;
	padding-top:120px;
	padding-right: 18px;
	margin-left: 18px;
	min-height:120px;
}
.rightCol {
	float: right;
	width: 650px;
}

.nav {
	width: 650px;
	height: 28px;
	background: url(/images/red-pixel.png) repeat;
}

#footer {
	float: right;
	width: 650px;
	font-size: 10px;
	color: #666666;
	text-align:left;
	padding-top: 15px;
}

.contentContainer {
   width:650px;
}

/*** SPECIFIC STYLES ***/

.sm-copy {
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}
.copy {
	line-height: 14px;
	color: #666666;
}
.header {
	font-size: 24px;
	color: #cc0000;
}
.copybold {
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}
.minorheader {
	font-size: 17px;
	color: #333333;
	font-variant: small-caps;
}
.redheader {
	font-weight: bold;
	color: #cc0000;
}
.athletes {
	font-size: 9px;
	line-height: 13px;
	color: #333333;
	text-indent: 3px;
}
.print {
        padding-top:10px;
        padding-bottom:10px;
        clear:both;
        text-align:right;
}
img { behavior: url(/js/iepngfix.htc) }

/*** BACKGROUNDS ***/

.nav_holder_main {
	height: 190px;
	padding-top: 60px;
	margin-bottom: 15px;
	background:url(/images/bg-about.jpg) no-repeat;
}
.nav_holder_profile {
	height: 38px;
	padding-top: 60px;
	margin-bottom: 15px;
	background:url(/images/bg-profile.jpg) no-repeat;
}
.about {
	height: 190px;
	padding-top: 60px;
	margin-bottom: 15px;
	background:url(/images/bg-about.jpg) no-repeat;
}
.news, .news-archives {
	height: 190px;
	padding-top: 60px;
	margin-bottom: 15px;
	background:url(/images/bg-news.jpg) no-repeat;
}
.athlete-manager-information {
	height: 190px;
	padding-top: 60px;
	margin-bottom: 15px;
	background:url(/images/bg-info.jpg) no-repeat;
}
.press-info {
	height: 190px;
	padding-top: 60px;
	margin-bottom: 15px;
	background:url(/images/bg-press.jpg) no-repeat;
}
.contact, .thank-you {
	height: 190px;
	padding-top: 60px;
	margin-bottom: 15px;
	background:url(/images/bg-contact.jpg) no-repeat;
}

/*** PROFILES ***/

/*
.profileContent {}
*/

.athleteCol {
	text-align: left;
	padding-bottom: 15px;
        clear:both;
	margin:0;
}
.athleteCol table {
	border: 1px solid #333;
        width: 100%;
        font-size: 10px;
}
.athleteCol td {
	color:#333;
        padding:1px;
        vertical-align:top;
	border: 1px solid #333;
}

.2column {
	text-align: left;
	padding-bottom: 15px;
	clear:both;
	margin:0;
}
.infoLeft {
	float: left;
	width: 48%;
	padding-right: 2%;
	padding-bottom: 15px;
}
.infoRight {
	float: right;
	width: 48%;
	padding-left: 2%;
	padding-bottom: 15px;
}
.nav_holder_profile {
	height: 38px;
	padding-top: 60px;
	margin-bottom: 15px;
	background:url(/images/bg-profile.jpg) no-repeat;
}

/*** NEWS ***/

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding-bottom: 10px; /* padding for the news article summary */
    margin-bottom: 10px; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-weight: bold;
}

.NewsSummaryLink a {
    font-weight: bold;
    font-size: 14px;
    padding-top: 0.2em;
    text-decoration: none;
   line-height: 138%;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
}

.NewsSummaryMorelink {
  padding-top: 15px;
  text-align:right;
}

#NewsPostDetailDate {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

/* to add specific style to the below divs, uncomment them. */

#NewsPostDetailTitle h3 {
   margin-bottom:5px;
   padding-bottom: 5px;
}
#NewsPostDetailHorizRule {}

#NewsPostDetailPrintLink {
  text-align:right;
}
#NewsPostDetailReturnLink {
  text-align:right;
}
.rsslink, .rsslink img {
   border:none;
   vertical-align:-14px;
}
/* End of 'aam-common' */

