/* 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 'newimage' */
/* project: internet music template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
  
body { 
	padding: 0; 
	margin: 0; 
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #E1E1F8; 
	color: #454545; 
}

a {
	color: #4A8EBC; 
	background: inherit;
}

a:hover {
	color: #C3593C;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 0;
	margin: 0 0 0 20px;
	color: #fff;
	background: inherit;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #AD409A; 
	background: inherit;
}

h3 {
	margin: 0 0 5px 22px; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #AD409A; 
	background: inherit;
}

h4 {
             margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.2em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #90CAFC; 
	background: inherit;
}

p {	margin: 0 0 5px 0; }


blockquote {
             margin: 0 0 5px 0;
             padding: 10px;
             background: #f4f4f4;
	border-top: 1px solid #ccc;
}

form { 
	margin: 0; 
}

input.button {
	border: 0;
	height: 23px;
	width: 76px;
	background-color: #AD409A;
	color: #FFF;
	font: bold 1.1em Arial, Helvetica, Sans-Serif;
}

img {
            border: none;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
             list-style-type: none;
}

/* Album and Picture Lists */
.thumb
{
	padding:0;
	width:150px;
	margin:0 0.5em 0.5em 0;
    
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;

}

.thumb a
{
	display:block;
	height:72px; 
/* Set link formatting*/
	width:100px; 
/* Thumb width*/ 
	
/* Thumb height*/
	padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}
.albumcomment { text-align: left; }
.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 779px;
             background-color: #fff;
             padding: 5px; 
}

.logo h1 a  {
             background: transparent url(uploads/images/logo.jpg) 0 0 no-repeat;
	float: left;
	width: 233px;
	height: 110px;
             display: block;
             text-indent: -999em;
}

.header_right {
             background: transparent url(uploads/images/header1.jpg) bottom right no-repeat;
	float: right;
	width: 450px;
	height: 110px;
}

.search_field { 
             float: right;
	text-align: right;
             width: 509px;
	height: 35px;
	background-color: #F3C1ED; 
	color: #000;
	clear: both;
	padding: 13px 10px 0 0;
}

.search {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: inherit;	
}

.newsletter {
	float: left;
	height: 33px;
	padding: 15px 0 0 15px;
	width: 242px;
	background-color: #90CAFC;
	color: #FFF;
	margin: 0 0 3px 0;
}

div#signup {
            background-color: #90CAFC;
            margin-bottom: 5px;
}

.subheader {
	clear: both;
	margin: 0 0 5px 0;
	padding: 8px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* right side
   --------- */

.main {
	float: right;
	width: 529px;
	margin: 0 0 5px 0;
             background-color: #fff;
}
	.main_articles {
	margin: 0 0 5px 0;
	padding: 0;
	}

.main ul { 
	margin: 0 0 0 2em; 
	padding: 0; 
	list-style: none; 
}

.main li {
            background-image: url(uploads/images/button.gif);
            background-repeat: no-repeat;
            background-position: 0 .6em;
            padding-left: 1em;
            color: #808080;
}

.main1 {
	float: right;
	width: 529px;
	margin: 0 0 5px 0;
             background-color: #fff;
}
	
	.mbox {
		color: #eee;
		padding: 0;
		margin: 5px 0 0 1px;
		background-color: #fff;
	}
	
	.mbox a {
		color: #FFFCD1;
		background: inherit;
	}
	
	.mbox h2 {
		color: #FFF;
		background-color: inherit;
                          margin-left: 10px;
	}
             
             .mbox p {
                         color: #fff;
                         background-color: inherit;
                         margin-left: 10px;
             }
            
             .mbox1 {
                          clear: both;
		padding: 5px;
		margin: 0 0 5px 0;
                         color: #808080;
		background: #f4f4f4;
	             border-top: 1px solid #ccc;
	}

             .mbox1 p {
                         background-color: inherit;
                         margin-left: 10px;
             }

             .mbox1 h2 {
		color: #AD409A;
		background-color: inherit;
                          margin-top: 5px;
                          margin-left: 10px;
	}

             .mbox1 ul { 
	margin: 0 0 0 1em; 
	padding: 0; 
	list-style: none; 
             }

.mbox1 li {
            background-image: url(uploads/images/button.gif);
            background-repeat: no-repeat;
            background-position: 0 .6em;
            padding-left: 1em;
            color: #808080;
}
	
.imgright {
	float: right;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 5px 0 0;
	padding: 4px;
}

.imgleft {
            float: left;
            margin-right: 4px;
           }

.imgleftborder {
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 5px 0 0;
	padding: 4px;
}

.nomargin {
            float: left;
            margin: 0 0 0 3px;
           }

.noborder {
	float: right;
	margin: 0 5px 0 0;
}

.tonelist {
                         clear: both;
		padding: 5px;
		margin: 0 0 5px 0;
                          color: #808080;
	             border-bottom: 1px solid #ccc;
	}

.tonelist h4 {
             margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.2em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #90CAFC; 
	background: inherit;
}

ul.picturelist {
             list-style: none;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
	
/* left side
   ---------- */
		
.left{
	float: left;
	width: 245px;
	margin: 0 0 5px 0;
}

.left a {
	color: #FFFCD1;
	background: inherit;
}
		
	.left_articles {
		font-size: 0.9em;
		background-color: #F3C1ED;
		color: #FEE1D5;
		padding: 0;	
		margin: 0 0 5px 0;
	}
	
			
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	background: #f4f4f4;
	color: #808080;
	border-top: 1px solid #ccc;
	padding: 8px 0;
}

.footer a {
	color: #C3593C;
	background: inherit;
}
/* End of 'newimage' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding:8px;
   /*margin-left: -15px;*/
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   /*border-bottom: 1px solid #fff;*/
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 3em; /* some air for it */
   color: #8E247B; /* this will be link color for all levels */
   background: url(uploads/images/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   color: #fff;
   text-decoration: underline;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #fff;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(uploads/images/arrow-right.gif) no-repeat 0.4em center;
   background-color: #F3C1ED;
   display: block; 
   padding: 0.8em 0.5em 0.8em 3em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0 0 5px 0;  /* margin for the entire div surrounding the news list */
  border: 1px solid #db52c3; 
  background: #fcddf8; 
}

div#news h2 {
   line-height: 2em;
   margin: 5px 0 0 10px;
   background: transparent;
   color:#AD409A;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

