@import url("layout.css");

/*  ----------------------  Color and Background Changes  ---------------------------------- */

/*  ----------- Color themes        http://kuler.adobe.com   ------------------------------- */  
/*  ---------- #navigation a        text color and background  -------- -------------------- */
/*  ---------- #navigation li       navigation border color  ------------------------------- */
/*  ---------- #masthead            bg color ----------------------------------------------- */
/*  ----------  body                bg image and or color----------------------------------- */
/*  ----------  .hdr1               Masthead header text color ----------------------------- */
/*  ----------  .hdr2               Masthead subheader text color -------------------------- */
/*  ----------  .competitions  ------------------------------------------------------------- */
/*  ----------  .coloredbg  ---------------------------------------------------------------- */
/*  ----------  .boldhot  ------------------------------------------------------------------ */
  
.coloredbg {
	text-align: left;
	color: #000;
	background-color: #c2f6fc;
}

.competition {
	color: #000;
	background-color: #d3d1f3;
}

.img_no_border {
	border-style: none;
	border-color: #FFFFFF;
}

.normalbolddark {
	text-align: left;
	background: #FFF;
	font-weight: bold;
}

.simple_small_text_left {
	text-align: left;
	font-weight: normal;
	font-size: small;
	background: #FFf;
}

.graybackground {
	background: #CCC;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #003 url(../images/fireworks.jpg) repeat fixed;   /* Body background and image */
}


/*  original width 620px */
#container {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7C4741;
	border-bottom-color: #7C4741;
	border-left-color: #7C4741;
	border-top-width: 4px;
	border-top-color: #7C4741;
	left: auto;
	right: auto;
}

#masthead {
	text-align: center;
	width: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
	border: thin double #AA805A;
	float: none;
	background-attachment: fixed;
	background-color: #006;
	background-repeat: repeat;
}

#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFF;  
}

/*  original width 470px */
#content {
	float: left;
	width: 770px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*  original width 618px */
#footer {
	text-align: center;
	clear: both;
	width: 918px;
	border: 1px dotted #dd5523;
}

/* Masthead Styles */
#masthead h1 {
	color: #FFF;
}

#masthead h3 {
	color: #C0C0C0;
}


/* Navigation Styles */

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background: #d6d6d6;
}

#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: thin solid #00C;
	background: 808080;
}

#navigation a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
	background-color: #006;
	border: 1px none #fff;
}

#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}

#navigation a:active {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}


/* Content Styles */

h6 {
	color: #503750;
}

h5 {
	color: #39F;
}

h4 {
	color: #503750;
}

h3 {
	color: #503750;
}

h2 {
	color: #333;
}

#content h1 {
	color: #503750;
}

#content img {
	padding: 5px;
	border: 1px none #FFFBF0;
}

#content ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#content li {
	display: block;
	margin: 0;
	padding: 0;
	color: #D40055;
	font-size: medium;
}


/* Footer Styles */

#footer p {
	color: #808080;
}

#footer a {
	color: #503750;
	text-decoration: underline;
}

#footer a:hover {
	color: #402640;
	text-decoration: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #0CF;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.hot {
	color: #306;
}

.calendar_padding {
	padding: 0px;
	margin: 0px 0px 12px;
}
.imgright {
	margin: 4px;
	float: right;
	height: auto;
	width: auto;
	position: relative;
}

.hdr1 {
	color: #FFF;
	float: none;
	margin: 0px;
	clear: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
}

.hdr2 {
	color: #FFF;
	float: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
}
.boldhot {
	font-weight: bold;
	color: #03C;
}

@media print{
	#container{
		width:50%;
	}

	#navigation{
		display:none;
	}

	#footer{
		display:none;
	}
	#content img{
	display:none;
	border-style: none;
	border-color: #FFFBF0;
	}
	#content a{
	display:none;
	font-weight: normal;
	}
}

#container #content  ul li a {
	padding: 0px 0px 0px 5px;
}

#container #content table tr {
	padding: 0px 0px 0px 5px;
}

#members {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	display: block;
}


#Newsletter {
	margin: auto;
	clear: both;
	float: none;
	width: 450px;
	text-align: center;
}

#photowebs {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 400px;
}


.imgleft {
	margin: 4px;
	float: left;
	height: auto;
	width: auto;
	position: relative;
}

.imgcenter {
	margin: 4px;
	float: none;
	width: auto;
	position: relative;
}

.memberlinkimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	padding: 5px;
	left: -107px;
	top: -7px;
}
