/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0 0 0 0;
}

.NewsSummary {
  padding: 1em 0em 0em 0em;
  margin: 0 0 0 0;
}

.NewsSummaryPostdate {
  font-size: 60%;
 }

.NewsSummaryLink {
  font-family: georgia, serif;
  text-decoration: none;
  font-size: 130%;
  padding-top: 0.2em;
}

.NewsSummaryLink a {
  text-decoration: none;
}

.NewsSummaryLink a:hover {
  text-decoration: none;
}

.NewsSummaryLink a:visited {
  text-decoration: none;
}

.NewsSummarySummary, .NewsSummaryContent {
  font-size: 0.8em;
  line-height: 1.3em;
  padding: 0.6em 0 1em 0;
  border-bottom: 1px solid #ddd;
}

#NewsPostDetailDate {
  font-size: 60%;
  padding-top: 12px;
  }

#NewsPostDetailTitle {
  font-family: georgia, serif;
  text-decoration: none;
  font-size: 200%;
  padding-top: 0.2em;
}

#NewsPostDetailContent {
  line-height: 150%;
  padding: 0.6em 0 1em 0;
}

#NewsPostDetailPrintLink a {
  font-size: 70%;
  text-decoration: none;
  float: left;
  padding-right: 15px;
}

#NewsPostDetailReturnLink a {
  font-size: 70%;
  text-decoration: none;
  float: left;
}
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'pitsch_3.0_main' */
/*****************
pitsch 3.0 _main_css
******************/
* {
margin:0;
padding:0;
}


body {
   text-align: left;
   font-family: helvetica, arial, sans-serif;
   font-size: 100%;
   text-transform: lowercase;
   color: #333;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active
a:visited {
   text-decoration: none;
   background-color: inherit; 
   color: #999; 
}

a:hover {
   background-color: #333;
   color: #333;
}


/*****************
basic layout 
*****************/
body {
   background: #fff url(uploads/images/_backys/backy_neon6.gif);
   background-repeat: repeat-y;
}

div#page {
   margin: 0px 0px 0px 27px;
   width: 1024px;
   background-color: #fff;
}


/**********************************/

/*** HEADMENU ***/

div#head {
   font-family: georgia, serif;
   font-size: 250%;
   height: 120px;
   width: 799px;
   margin: 10px 0px 10px 0px;
   float: left;
}

div#head li {
   list-style: none;
   margin: 30px 0px 0px 0px;
   padding: 10px 25px 10px 0px;
   float: left;
}

div#head li a{
   text-decoration: none;
   color: #999;
}

div#head li a:hover{
   text-decoration: none;
   color: #333;
}

div#head li  a:active{
   text-decoration: none;
   color: #333;
}

div#head li a:visited{
}

div#head_logo {
   height: 113px;
   width: 225px;
   background: #fff url(uploads/images/_gfx/pitsch_tri_logo.gif);
   background-repeat: no-repeat;
   float: left;
}

/**********************************/

/*** SUB_MENU ***/

div#sub {
   font-family: hevetica, sans-serif;
   font-size: 70%;
   float: left;
   padding: 0px 0px 0px 0px;
   width: 708px;

}

div#sub li {
   list-style: none;
   margin: 0px 0px 0px 15px;
   float: right;
}

div#sub li a{
   text-decoration: none;
   color: #999;
}

div#sub li a:hover{
   text-decoration: none;
   color: #333;
}

div#sub li  a:active{
   text-decoration: none;
   color: #333;
}

div#top {
   font-family: hevetica, sans-serif;
   font-size: 70%;
   float: right;
   padding: 0px 0px 0px 0px;
}


/**********************************/

/*** CONTEST_MENU ***/

div#contest_menu {
   font-family: georgia, serif;
   font-size: 170%;
   line-height: 60%;
   margin: 3px 0px 0px 0px;
}

div#contest_menu li {
   list-style: none;
   margin: 0px 0px 25px 0px;
}

div#contest_menu li a{
   text-decoration: none;
   color: #999;
}

div#contest_menu li a:hover{
   text-decoration: none;
   color: #333;
}

div#contest_menu li  a:active{
   text-decoration: none;
   color: #333;
}

div#head li a:visited{
}


/**********************************/

/*** SUB_CONTENT [SIDEBAR] ***/

div#sidebar {
   float: right;
   width: 225px;
   padding: 13px 0px 10px 17px;
   background-image: url(uploads/images/_gfx/1px_line_small.gif);
   background-repeat: no-repeat;
}

.sidebar_text {
  font-size: 0.8em;
  line-height: 1.3em;
  padding: 0.6em 0 1em 0;
}


/**********************************/

/*** FOOTER ***/

div#bigfoot {
   background-image: url(uploads/images/_gfx/1px_line_footer.gif);
   background-repeat: no-repeat;
   float: left;
   width: 1024px;
   padding: 8px 0px 0px 0px;

}

div#bigfoot p {
   font-family: hevetica, sans-serif;
   color: #333;
   font-size: 60%;
   float: left;
}


/**********************************/

/*** INPUT_BOX ***/

input[type=text] {
   margin: 5px 0px 5px 0px;
   border: 0px;
   background: #ccc;
   padding: 2px 0px 2px 2px;
   display: block;
}

input[type=submit] {
   color: #333;
   margin: 0px 0px 0px 0px;
   border: 0px;
   background: #ccc;
   padding: 2px 5px 2px 5px;
   text-transform: lowercase;
   cursor: pointer;
}

input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover,
input[type=text]:active, input[type=text]:focus, input[type=text]:hover { 
   background: #333;
   color: #ccc;
}


/**********************************/

/*** CONTENT ***/

div#content {
   float: left;
   width: 772px;
   min-height: 468px;
   padding: 0px 0px 10px 0px;
   background-image: url(uploads/images/_gfx/1px_line.gif);
   background-repeat: no-repeat;
}


/**********************************/

/*** HEADLINES ***/

div#content h1 {
   font-family: georgia, serif;
   font-size: 130%;
   margin: 0 0 0 0;
}

div#content h2 {
   font-family: georgia, serif;
   font-size: 100%;
   margin: 0 0 0.25em 0;
}

div#sidebar h3 {
  font-family: georgia, serif;
  font-weight: normal;
  color: #999;
  text-decoration: none;
  font-size: 130%;
  margin: 1em 0 0.25em 0;
}


/**********************************/

/*** TEXT ***/

p {
   font-size: 1em;
   margin: 0 0 1.5em 0;
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

strong, b {
   font-weight: bold;
}

em, i {
   font-style:italic;
}

code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}
/* End of 'pitsch_3.0_main' */

