/* SITE SPECIFIC STYLES
These are style that are specific to your mini-site.
You can set the color themes for your headlines, and additional style elements.
*/

/*  HOW TO USE CSS PROPERTIES
CSS can be very easy to modify if you use this as your template.

For an overview of CSS, go to this site:
http://webmonkey.wired.com/webmonkey/reference/stylesheet_guide/

For a complete list of CSS properties, go to this site:
http://webmonkey.wired.com/webmonkey/reference/stylesheet_guide/css_properties.html
*/

/* These are the properties for your primary heading */
h1 {
	font-size: small;
	font-weight: bold;
	color: #CC3333;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

/* These are the properties for your secondary heading */
h2 {
	font-size: x-small;
	font-weight: bold;
	color: #CC3333;
	margin: 0;
}

/* These are the properties for your tercerary heading */
h3 {
	font-size: x-small;
	font-weight: bold;
		color: #666666;
	border: 0;
	margin: 0;
}

/* These are the properties for your fourth heading */
h4 {
	font-size: xx-small;
	font-weight: bold;
	border: 0;
	margin: 0;
}

/* These are specs for your masthead (the area right underneath the global header that describes your particular site */

.mastdate {font-size: 11px; font-weight: bold; color: #666; padding-top: 5px;}

.mast {
 background: #fff url(../images/mast_bg.gif) top left repeat-x;
 padding: 0;
}

/* Here is a myriad of fun-extra design elements. You can modify for each site */
.box {border: 1px dashed #666666; background-color: #efefef; padding: 5px; font-size: xx-small;}

.bar {border-top: 1px solid #369; border-bottom: 1px solid #369; color: #333; font-weight: bold; padding: 2px}

.date { border-top: 1px dashed #cccccc; font-size: xx-small; color: #666666; text-align: right;}

.date2 {font-size: xx-small; color: #666666; text-align: right;}

.headline2 {font-weight: bold; color #666}

.intro {color: #666; padding: 10px;margin-bottom: 10px;}

.intro p {color: #666;padding: 10px;}

.news { padding: 3px; border-bottom: 1px dashed #cccccc}

.newstitle { border-top: 1px solid #69C; border-bottom: 1px solid #69c; color: #666; font-weight: bold }

.squarebullets li {color: #999; list-style-type: square; margin-top: 0px; margin-bottom: 0px; }


/* These are for your column settings. You can keep them as the default or customize them per your needs. Be sure the images are referencing the correct files */
.middlenav {
 background: #69c url(../images/assets/dropshadow_homeblue.gif) top left repeat-y;
 padding: 8px;
}

.rightnav {
 background: #fff url(../images/dropshadow_grey.gif) top left repeat-y;
 font-size: 11px;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
}

.related li{
 list-style-image: url(../images/bullet_triplegrey.gif);
 padding: 0;
 line-height: 18px;
}
.articledate {
 font-style: italic;
 font-size: 10px;
 font-color: #666;
}

.cTxt1{
 font-size: 12px;
}

.cTxt10{
 font-size: 12px;
font-weight: bold;
}

.cTxt12{
 font-size: 12px;
font-weight: bold;
}

.cTxt14{
 font-size: 14px;
font-weight: bold;
}

.cTxtblue{
font-size: 12px;
font-weight: bold;
color: #336699;
}

.cTxtred{
font-size: 12px;
font-weight: bold;
color: #CC0000;
}

.cTxtred12{
font-size: 12px;
font-weight: bold;
color: #CC0000;
}

.articletools {padding: 5px; font-size: 11px; font-weight: bold;}
.articletools a:link {color: #999; font-weight: bold; text-decoration: none}
.articletools a:visited {color: #999; text-decoration: none}
.articletools a:hover {color: #ccc; text-decoration: none}

.LnkProducts {padding: 5px; font-size: 12px; font-weight: bold;}
.LnkProducts a:link {color: #336699; font-weight: bold; text-decoration: none}
.LnkProducts a:visited {color: #336699; text-decoration: none}
.LnkProducts a:hover {color: #333333; text-decoration: none}

.Lnkfooter {padding: 5px; font-size: 12px; font-weight: bold;}
.Lnkfooter a:link {color: #336699; font-weight: bold; text-decoration: none}
.Lnkfooter a:visited {color: #336699; text-decoration: none}
.Lnkfooter a:hover {color: #ccc; text-decoration: none}