/* Start of CMSMS style sheet 'FatherMatters' */
/* CSS Document */

/*-------TEXT--------*/
body {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 7px;
	line-height: 18px;
	background-color: 575757;
	background-image: url(res/images/fm_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

h1 {
	color:#412954;
	font-size: 21px;
	font-weight: bold;
	margin-top: 3px;
}

h2 {
	font-size: 18px;
	margin-top: 34px;
}

p {
	text-indent: 21px;
	/*text-align: justify;*/
}

a {color:#777777; border-bottom-width: 1px; border-bottom-style: dotted; text-decoration:none;}
a:hover {color:#555555; border-bottom-width: 1px; border-bottom-style: dotted;}

.NewsSummaryContent {padding-left: 14px;}
.NewsSummaryContent p {text-indent: 0px;}
#NewsPostDetailContent {padding-left: 14px;}
#NewsPostDetailContent p {text-indent: 0px;}
.submitformpage p {padding-left: 14px;text-indent: 0px;}



/*-------LAYOUT--------*/

/*---Top Nav---*/
#fm-topnav {
	position:absolute;
	width:500px;
	height:24px;
	margin-left: 205px;
	margin-top: 120px;
	color: #412954;
	font-size: 15px;
	font-weight: bold;
}

#fm-topnav-search {
	float: right;
	margin-top: 85px;
	margin-right: 7px;
}

#fm-topnav ul {
	padding:0px;
	margin: 0px;
	list-style-type: none;
	list-style:none;
}

#fm-topnav ul li {
	float:left;
	list-style-type: none;
	list-style:none;
	margin-right: 21px;
	padding-left: 7px;
	line-height: 34px;
}

#fm-topnav ul li a {color: #412954; text-decoration:none; border-bottom-width: 0px;}
#fm-topnav ul li a:hover {color: #5F3C7B;border-bottom-width: 1px;}

/*---Sidebar---*/
#fm-sidebar-scale ul li {
	list-style-type: none;
	list-style:none;
	color: #F7F7F7;
	background-color:#5D4C6E;
	margin-left: -40px;
	padding-left: 14px;
	line-height: 34px;
	margin-bottom: 7px;
}

#fm-sidebar-scale ul li a {color:#F7F7F7; text-decoration:none; border-bottom-width: 0px;}
#fm-sidebar-scale ul li:hover {color:#FFFFFF; background-color:#705A85; }
#fm-sidebar-scale ul li a:hover {border-bottom-width: 1px;}

/*---Wrappers---*/
#outer-wrapper {
	margin:0 auto;
	width:777px;
	background-image: url(res/images/fm_sidebar-scale.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color:#F7F7F7;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #CCCCCC;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC;border-left-color: #CCCCCC;
}


#sidebar-wrapper {
	width:181px;
	float:left;
}

#main-wrapper {
	width:596px;
	min-height:610px;
	float:right;
	margin-top: -21px;
}


/*---Idiv Objects ---*/

#fm-header {
	width:777px;
	height:172px;
	background-image: url(res/images/fm_header.gif);
	background-repeat: no-repeat;
}

#fm-sidebar-top {
	width:181px;
	height:25px;
	background-image: url(res/images/fm_sidebar-top.gif);
	background-repeat: no-repeat;
}

#fm-body {
	width:556px;
	padding:20px;
}

#fm-sidebar-scale {
	width:181px;
	height: 100%;
}


#fm-footer {
	width:777px;
	clear:both;
	margin:0 auto;
	height:29px;
	background-color:#242424;
	text-align:center;
	color: #777777;
	padding-top: 7px;
}

/* End of 'FatherMatters' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: silver;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

