/* =========================================================
*   Styles for the Team Excel Synchronized Skating Website
*   First launched in May 2009
*
*   Initially defined by Jeff Sokolov, Publicity Chair
*   with help from all the volunteers
============================================================= */


/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}
BODY {
	margin: auto;
	background-image: url(../images/collageBack_v2.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-bottom: 100px;
}
#roundedBorder {
	margin: 0 auto;
	margin-top: 100px; 
    background-color: #fffff0;          /* if needed */
    -webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
	-khtml-border-radius: 10px;     /* older Konquerer browsers */
	border-radius: 10px;
	padding: 20px; 
	width: 975px; 
	/* margin: 125px; */
}
#outerBorder {
	background-color:#fffff0;
	border:4px solid #d01b22; /* dark red was 9a0201; blue was 00adef*/
	padding:2px; 
	/* height: 500px;  400px; */
	width: 965px;
}
#innerBorder {
	border:1px solid #d01b22;  /* 9a0201*/
	display:block;
	padding:5px; 
	/* height: 487px;  387px; */
	width: 952px;
}
#primNavBdrTop {
	margin-left: -6px;
	height: 2px;
	border-top: 1px solid #d01b22; /* 9a0201*/
	background: #faf3e1; 
	margin-top: 25px; 
	width: 964px; 
	text-align: center;
	float: left;
}
#primNav {
	margin-left: -6px;
	border: 1px solid #d01b22; /* 9a0201*/
	background: #d01b22; 
	width: 962px; 
	height: 30px;
	text-align:left;
	margin: 0 0 0 -6px;
	padding: 0;	
	float: left;
}
#primNavBdrBot {
	margin-left: -6px;
	height: 2px;
	border-bottom: 1px solid #d01b22; 
	background: #faf3e1; 
	width: 964px; 
	text-align: center;
	float: left;
}
#primNav UL {
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0px;
	margin-right: 0;
}
#primNav UL LI {
	list-style: none;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
	padding-left: 0;
	padding-right: 0;
}
#primNav UL LI.selected {
	text-decoration: none;
	list-style: none;
	display: inline;
	color: #333333;
	background-color: #faf3e1;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
#primNav UL LI a.mainNav:link, a.mainNav:visited, a.mainNav:active {
	text-decoration: none;
	background-color:#d01b22;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0px;
	margin-right: 0px; 
}
#primNav UL LI a.mainNav:hover {
	background-color: #faf3e1;
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;
}

#chipsLogo {
	text-align: center;
}

#sloganBox {
	/* background-color:#FFFFFF; */
	color: #000000; 
	font-size: 1.2em;
	font-family:"Monotype Corsiva", "Brush Script", cursive;
	margin-right: 25px;
}

/* Home Page Styles */

#feature {
	width: 35%;
	float: left;
	margin: 20px;
	vertical-align: top;
	text-align: left;
}
#details {
	width: 55%;
	float: right;
	margin: 20px;
	vertical-align: top;
	text-align: left;
}
#titleTxt {
	font-size: 1.3em; 
	font-weight: bold; 
	border-bottom: 1px solid #333; 
	width: 100%; 
	padding-bottom: 2px; 
	margin-bottom: 20px;
}
#headerTxt {
	font-size: 1.1em; 
	font-weight: bold; 
	margin-bottom: 10px;
}
#footer {
	clear: both;
}
/* Additional Page Styles */

#secondNav {
	margin-top: 30px;
	width: 20%;
	float: left;
	padding-left: 20px;
	vertical-align: top;
	text-align: left;
}

#secondNav UL {
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	margin-right: 0;
}
#secondNav UL LI {
	list-style: none;
	color: #000;
	text-decoration: none;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}
#secondNav UL LI.selected {
	text-decoration: none;
	font-weight:normal;
	list-style: none;
	color: #000;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}
#secondNav UL LI a.leftNav:link, a.leftNav:visited, a.leftNav:active {
	text-decoration: none;
	color: #000;
}
#secondNav UL LI a.leftNav:hover {
	color: #000;
	font-weight: bold;
}
#content {
	margin-top: 30px;
	width: 70%;
	float: right;
	margin-right: 20px;
	vertical-align: top;
	text-align: left;
}
#content p {
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

#newsTitle {
	font-weight: bold;
}