
BODY {
   font-family: arial, sans-serif;
   font-size: 13px;

   /*line-height: 150%; */
   /*margin: 0.25em 0.5em;*/
}

/*
FONT {
   line-height: 50%;
}
*/

p {
  /* format: top right bottom left */
   margin: 0cm 0cm 0cm 0cm;
 font-family: arial, sans-serif;
   font-size: 13px;
}

/*
P {
 font-family: arial, sans-serif;
   font-size: 12px;

   color: white;*/
   /*font-style: normal;  */

  /* line-height: 50%; */
/*  padding: 0;

   margin-top: -1.0em
   margin-bottom: -1.0em
}*/

/*
P + P {
 font-family: arial, sans-serif;
   font-size: 12px;

   color: white;*/
   /*font-style: normal;  */
/*
   line-height: 50%
   margin-top: -1.0em 
   margin-bottom: -1.0em
}
*/


H1 {
	font-family: arial, sans-serif;
	font-size: 28px;
	color: #ff6633;        
	line-height: 90%;
	margin:	0.5cm 0cm -0.25cm 0cm;
}

H2 {
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #339999;
	line-height: 80%;
/*	margin: 0em 0.7em;*/

}

H3 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: 80%;
/*	margin: 0em 0.7em;*/

}

/* 
HR {
   color: #336633; 
}
*/

a:link {color: #ff6633;}     /* unvisited link */
a:visited {color: black;}  /* visited link */
a:hover {color: #CCCCCC;}   /* mouse over link */
/* a:active {color: #0000FF} */  /* selected link */


/* THIS IS THE HEART OF TYPO. Change this, and the Typo base goes haywire! */
.bodytext
{

}






/* FORM MODULE */
/*
THE ULTIMATE REFERENCE: http://www.sitepoint.com/article/fancy-form-design-css
*/


/* GET RID OF THAT DAMN BORDER AROUND THE ENTIRE FORM */
.csc-mailform 
{
border: 0px;
float: left;  
clear: left;  
width: 100%;  
margin: 0 0 1.5em 0;
margin-bottom: 0.5em;
padding: 0;
align:center;
}

/* THIS IS CRITICAL FOR SPACING IN BETWEEN FIELDS! */
.csc-mailform-field
{
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 0.25em;
}

/* THIS IS THE LABEL THAT GOES BEFORE THE FORM ELEMENT (EX INPUT BOX) */
.csc-mailform-field label
{
float: left;  
width: 10em;  
margin-right: 1em;
}

/* THIS IS THE BUNCH OF TEXT (CALLED A LABEL .. I DUNNO WHY) */
.csc-mailform-label
{
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 0.5em;
padding-top: 0.25em;
}

/* THE SUBMIT BUTTON */
.csc-mailform-submit 
{  
float: none;  
position:absolute;
right:20%;
/*width: 100px;  */
/*border: 0 none #FFF;  */
/*padding-left: 2em; */
} 



/* ------------- WEC DISCUSSION FORUM ------------- */
.tx-wecdiscussion-forumPreview, .tx-wecdiscussion-forumPreviewEntry, 
.tx-wecdiscussion-$ {
        margin:                 2px;
        margin-left:            0px;
        margin-bottom:          10px;
        font-family:            arial, sand-serif;
        font-size:              13px;
        line-height:            150%;
}
.tx-wecdiscussion-forumPreviewEntryHeader {
	margin-left:		0px;
        font-size:              12px;
        font-weight:            bold;
}
.tx-wecdiscussion-forumPreview {
	margin-left:		0px;
/*      width:                  {$plugin.tx_wecdiscussion_pi1.previewWidth};*/
        width:                  100%;
        font-size:              12px;
/*      border:                 1px solid #888;*/
        border:                 0px;
    background-color: {$plugin.tx_wecdiscussion_pi1.msgBackColor};
}
.tx-wecdiscussion-forumPreviewInfo {
	margin-left:		0px;
        font-size:              10px;
        color:                  #555;
        border-top:             dotted 1px #888;
        margin-bottom:          15px;
}
.tx-wecdiscussion-forumMessageSubject {
/*        background:           
{$plugin.tx_wecdiscussion_pi1.subjectBackColor};*/
	background:		#336666;
        color:                  {$plugin.tx_wecdiscussion_pi1.subjectColor};
        font-weight:            bold;
        font-family:            arial, sand-serif;
        font-size:              14px;
        padding-left:           6px;
        padding-top:            3px;
        padding-bottom:         3px;
}



/* ------------------- TAG CLOUD ---------------------- */
.tx-vgetagcloud-pi1 {
                        background: none;
                        line-height: 200%;
              }
                .tx-vgetagcloud-pi1 ul {
                        margin: 0px;
                        padding: 0px;
                        list-style: none;
                        float: left;
                }
                .tx-vgetagcloud-pi1 li {
                        display: inline;
                        float: left;
                }
                .tx-vgetagcloud-pi1 li a {
			color: white;
                        padding: 4px;
                        text-decoration: none;
                }


