﻿/*
These styinling are for site wide usage*/

body  {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "segoe ui",tahoma,verdana,"lucida grande",sans-serif;
	font-size: 13px;
	color: #444444;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:800px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-weight: normal;
	color: #3F586B;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

.blogAbstract
{
    background-color: #A7EF9C;
}

p 
{
    margin:.4em 0 .8em 0;
	padding:0;
}
p textarea 
{
	font-family: Verdana, Arial, Tahomoa, Sans-serif;
}
textarea 
{
	font-family: Verdana, Arial, Tahomoa, Sans-serif;
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}


a {
    text-decoration: none;
    color: #5E017C;
}

a:hover {
	text-decoration: underline;
	color: #1777B1;
}

.logo
{
    position:relative;
    height: 51px;
    width: 350px;
    margin-left: 25px;
    padding-top: 3px;
    /*border:dotted 2px purple;*/
}
img 
{
	border: none;
	float: left;
}

img.first, img.prev,
img.next, img.last 
{
    float:none;
    clear: both;
}

hr {
	clear: both;
}
	p.layoutstyle {
		float:right;
		padding-right: 10px;
	}
	/*wrapper styles */
	.fixed #page {
		width:1024px;
		text-align:left;
		margin:0 auto;
	}
	.liquid #page {
		width:100%;
		text-align:left;
		margin:0;
		}

/* Page */

.page { margin: 0; padding: 0; width: 100%;/* position: relative;*/}

#headWrap  
{
    clear: both;
    float: left;
    margin: 0; 
    padding: 0; 
    width: 100%; 
    /*position: relative;*/
    }

/* Header styles */
#header
{
    float: left;
    width: 100%;
    background-color: #7DFF81;
    margin: 0;
    padding: 0;
}
/*
#logon { float: right; }
*/
/* Menu */

 .menucontainer
{
   /* clear: both;*/
    width: 100%;
    height: 30px;
    background-color: #7DFF81;
   /* position:relative;*/
   float: left;
   /* border: dotted 2px black;*/
    margin: 0;
    padding: 0;
}



/* Footer Menu */
#footer     
{
    text-align:center;
    clear: both;
    position: relative;
	float:left;
    width: 100%;
    height: 60px;
    background: #7DFF81;
	border-top:1px solid #000;
}

#footer .fmenucontainer
{
    height: 20px;
    background-color: #7DFF81;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}


#footer .fmenu 
{
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
}

#footer .fmenu ul {
	margin: 0;
	list-style: none;
}

#footer .fmenu li {
	display: inline;
	margin: 0;
	padding: 0 3px 0 3px;
}

#footer .fmenu a {
	text-decoration: none;
	font-size: .75em;
	font-weight: bold;
	color: #610720;
}

#footer .fmenu a:hover {
	text-decoration: underline;
}

#footer .fmenu .active a {
	color: #FFFFFF;
}
/* Footer styles */
 #footer #CopyR 
 {
     color:#111111;
	float: left;
	width: 100%;
	font-size: .9em;
}

.form {
	margin: 0 0 7px 0;
}

.form .title {
	height: 35px;
	margin: 0;
	padding: 10px 0 0 10px;
	background:  #A8C3CB;
	font-size: 136%;
	color: #144B6B;
}

.form .content {
	padding: 20px;
	border: 1px solid #97C984;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail
{
    background-position: #FCF89C;
    background: #ECFFEC; /* Right column background color */
}

.holygrail .colmid {
    float:left;
    width:200%;
    margin-left:-240px; 	/* Width of right column */
    position:relative;
    right:100%;
    background:#fff;    	/* Centre column background color */
}
.holygrail .colleft
{
    background-position: #C5FFC4;
    float: left;
    width: 100%;
    margin-left: -50%;
    position: relative;
    left: 480px; /* Left column width + right column width */
    background: #ECFFEC; /* Left column background color */
}
.holygrail .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:240px;        	/* Width of left column */
    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
    margin:0 252px;     	/* Centre column side padding:
                        	Left padding = left column width + centre column left padding width
                        	Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
   /* overflow:hidden;*/
}
.holygrail .col2 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:216px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:12px;         	/* Width of the left-had side padding on the left column */
}
.holygrail .col3 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:216px;        	/* Width of right column content (right column width minus left and right padding) */
    margin-right:36px;  	/* Width of right column right-hand padding + left column left and right padding */
    position:relative;
    left:50%;
}

.dagrid
{
    width: 750px;
    border-width: 2px;
    border-color: blue;
}
    

/* Sidebar */

#sidebar {
	float: right;
	width: 170px;
}

.boxed {
	margin: 0 0 20px 0;
}

.boxed .title {
	height: 35px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #F0F0F6 ;
	font-size: 136%;
	color: #144B6B;
}

.boxed .content {
	padding: 20px;
	border: 1px solid #97C984;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 8px 0 8px 10px;
}

.boxed ul li.first {
	border: none;
}

.daily 
{
    position: relative;
    padding:0;
    margin:0;
 }

.daily i
{
 text-align: right; 
 text-indent: 100px;  
}

.genre h3
{
    font-size: .95em;
    font-weight: bold;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	float: left;
	padding-top: 5px;
	font-size: 85%;
}

#searchinput {
	width: 210px;
	margin-bottom: 5px;
}

#searchsubmit {
	float: right;
}


/* ERRORS */
.fld-val-error 
{
    color: Red;
    font-style:italic;
}

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:1px solid #000; /* black line below menu */
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul 
{
    clear:left;
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li 
{
    display:block;
    list-style:none;
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#ddd;
   text-decoration:none;
   color:#444;
   font-weight:bold;
   border-bottom:1px solid #000;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
   font-weight:bold;
}
#centeredmenu ul li a:hover
{
    /* Top menu items background colour */
    background-position: #33AA00;
    background: #278200;
    color: #fff;
    border-bottom: 1px solid #03f;
}
#centeredmenu ul li:hover a, #centeredmenu ul li.hover a
{
    /* This line is required for IE 6 and below */ /* Top menu items background colour */
    background-position: #278200;
    background: #278200;
    color: #fff;
    border-bottom: 1px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
#rss
{
    padding-top: 5px;
    font-size: .8em;
}
#rss img
{
    padding-right: 5px;
}
