/* Start of CMSMS style sheet 'journeytheme : Journey menu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper {
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 180px; 
       }


/* Unless you know what you do, do not touch this */ 
/******* top navigation *******/
#primary-nav ul {
padding:0;
margin:0;
white-space: nowrap;
font-size:8pt;
color:#442b2c;
float:left;
background: #b2a292;
list-style:none;
}

#primary-nav ul li {
margin: 0 0 0 0;
padding: 0 0 0 0;
color: #442b2c;
text-decoration:none;
float: left;
}

#primary-nav a:hover{display:block;
background: #01758f;
color: #ffffff;
text-decoration:none;
}

#primary-nav{
        list-style: none; 
	margin: 0px; 
	padding: 0px; }

#primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul {
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */


#primary-nav li a { 
        color:#442b2c;
	display: block;  
	padding: 4px 10px;         
	text-decoration: none;
	}
#primary-nav li li a{
        text-align:left;
        padding: 4px 10px;
        display: block;
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 

	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li .menuparent, #primary-nav ul li .menuparent:hover{ 
	background-image: url(modules/CSSSMenu/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat;

	}

/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #rimary-nav li.menuh, #primary-nav ul li .menuparent:hover, #primary-nav ul li. menuparent li:hover{
         background: url(uploads/journeytheme/topnav_bg_green.gif);
        }


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li:hover ul ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul, #primary-nav li.menuparenth ul ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul, #primary-nav ul ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}


/* End of 'journeytheme : Journey menu' */

/* Start of CMSMS style sheet 'journeytheme : Journey screen' */
/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset


/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(uploads/journeytheme/back.png) repeat;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
padding:0 0 18px 40px;
list-style: disc;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#bigwrapper {
background: url(uploads/journeytheme/texture.png) no-repeat top center;
max-width: 1114px;
min-width: 900px;
min-height: 885px;
height: auto;
_height: 885px;
margin: 0 auto;
}

#contentwrap {
width:900px;
margin:0 auto;
height: 100px;
display: block;
float: none;
}

/***** Header *****/

#logodiv h1 {
float:left;
width:307px;
display:block;
text-indent:-2000px;
}

#logodiv h1 a {
width:307px;
height:182px;
display:block;
float: left;
background:url(uploads/journeytheme/logo.png) no-repeat;
}

#navdiv {
color: #442b2c;
padding: 118px 0 0 2px;
display: block;
float: left;
width:563px;
}

#navdiv a {
color: #442b2c;
font-size: 1em;
font-weight: bold;
}

/***** Content Holder Homepage *****/

#contentdiv1 {
background: url(uploads/journeytheme/content-mi.png) repeat-y top center;
width: 900px;
min-height: 300px;
display: block;
}
*html #contentdiv1 {
height: 300px;
}
#contentdiv2 {
background: url(uploads/journeytheme/content-bot.png) no-repeat bottom center;
min-height: 300px;
width: 900px;
display: block;
}
*html #contentdiv2 {
height: 300px;
}
#contentdiv3 {
background: url(uploads/journeytheme/content-top.png) no-repeat top center;
display: block;
padding-bottom: 22px;
width: 900px;
}

/***** Content Holder Subpage *****/

#contentdiv1s {
background: url(uploads/journeytheme/content-mis.png) repeat-y top center;
width: 900px;
min-height: 300px;
display: block;
}
*html #contentdiv1s {
height: 300px;
}
#contentdiv2s {
background: url(uploads/journeytheme/content-bots.png) no-repeat bottom center;
min-height: 300px;
width: 900px;
display: block;
}
*html #contentdiv2s {
height: 300px;
}
#contentdiv3s {
background: url(uploads/journeytheme/content-top.png) no-repeat top center;
display: block;
padding-bottom: 22px;
width: 900px;
}

/***** Homepage Content *****/

#flashdiv {
padding: 22px 0 0 15px;
}

#blockdiv {
padding: 0 0 8px 15px;
}

#block1 {
display: block;
float: left;
padding: 10px 10px 8px 0;
}

#block2 {
display: block;
float: left;
padding: 0 10px 8px 10px;
}

#block3 {
display: block;
float: left;
padding: 0 0 8px 10px;
}

/***** Subpage Content *****/

#sidebardiv {
width: 250px;
padding: 50px 0 50px 40px;
float: left;
display: block;
}

#textdiv {
width: 480px;
padding: 60px 55px 65px 55px;
float: right;
display: block;
color: #534d47;
font-size: .9em;
line-height: 1.5em;
}

#textdiv h1 {
color: #2c6076;
font-weight: bold;
font-size: 2.5em;
padding: 20px 0;
}

#textdiv h2 {
color: #2c6076;
}

#textdiv h3 {
color: #2c6076;
}

#textdiv a {
color: #534d47;
text-decoration: underline;
}

#textdiv a:hover {
color: #534d47;
text-decoration: none;
}

/***** Footer *****/

#footerdiv {
width: 900px;
margin: 20px auto;
padding: 0;
font-size: 85%;
color: #442b2c;
display: block;
float: none;
}

#footer1 {
float: left;
display: block;
}

#footer2 a {
color: #442b2c;
}

#footer2 a:hover {
color: #fff;
}

#footer2 {
float: right;
display: block;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
/* End of 'journeytheme : Journey screen' */

/* 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-size: 80%;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  font-size: 79%;
  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: 90%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 90%;
}

/** 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
{
  font-size: 80%;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
}

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

#big .calendar-today
{
  font-weight: normal;
  background-color: #92b0ad;
}

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

