/*-------------------------------------------------

  NeoCMS Core File : stylesheet.tpl

  This file contains CSS definitions
  that affect the appearance of the whole site.

  Updated : 20-03-2010 15:48

-------------------------------------------------*/

html,body {
  margin:0;
  padding:0;
  font-family: "Trebuchet MS",Arial,sans-serif;
}

body {
  margin: 10px 0;
  /*text-align: center;*/
  color: #000000;
  background-color: #FFFFFF;
}

/*-------------------------------------------------
    Header
-------------------------------------------------*/

#ncms_header {
  position:relative;
  width: 100%;
  height: 150px;
  margin: 0px;
  padding: 0px;
  background-image: url('../ncms-images/page_furniture/scouts/header_780x150.jpg');
  background-repeat: [HEADER_REPEAT];
  background-position: 50% 50%;
  background-color: #4d1979;

  text-align: center;
}

#header_logo_left {
    width:220px;
    height:150px;
    text-align: left;    
    float:left;
}

#header_logo_right {
    width:220px;
    height:150px;
    text-align: right;
    float:right;
}

#header_title {

    height:100px;
    padding: 50px 0 0 0;
    margin-left: 220px;
    margin-right: 220px;
    text-align: center;
}

#ncms_header h1 {
    font-size: 200%;
    color: #FFFFFF;
    text-align: center;
}

#ncms_header_2 {
    width: 100%;
    min-height: 31px;
    padding: 5px 0px 2px 0px;
    background-color: #4d1979;
    text-align: center;
}

#ncms_header_2 h1 {
    /*height: 28px;*/
    color: #add632;
}

.header_top_left {background-color:#FFFFFF;float:left;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/scouts/corner_top_left.png');}
.header_centre {background-color:#4d1979;height:15px;}
.header_top_right {background-color:#FFFFFF;float:right;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/scouts/corner_top_right.png');}
.header_bottom_left {background-color:#FFFFFF;float:left;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/scouts/corner_bottom_left.png');}
.header_bottom_right {background-color:#FFFFFF;float:right;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/scouts/corner_bottom_right.png');}

/*-------------------------------------------------
    Main Wrapper
-------------------------------------------------*/

#ncms_page_wrapper {
  width: 95%;
  margin: 0 auto;
  min-width: 750px;
  max-width: 1000px;
  text-align: left;
  background-color: #ede8f1;
}

/*-------------------------------------------------
    Main Content
    overflow required to fix italics bug in IE
-------------------------------------------------*/

#ncms_centre_col_wrapper {
  float:right;
  width:100%;
  margin: 0px;
  padding: 0px;
  margin-left:-200px;
}

#ncms_centre_col {
  width: 100%;
}

#ncms_centre_col_content {
  margin-left:200px;
  padding: 5px 5px 5px 5px;
  background: #ede8f1;
}

/*-------------------------------------------------
    Sidebar
-------------------------------------------------*/

#ncms_left_col {
  float:left;
  width:196px;
  padding: 5px 2px 10px 2px;
  background-color: #ede8f1;
  font-size: 70%;
}

/*-------------------------------------------------
    Footer & Foot
-------------------------------------------------*/

#ncms_footer {
  width:100%;
  padding: 10px 0px;
  color: #FFFFFF;
  background-color: #4d1979;
  text-align: center;
  text-decoration: none;
  clear:both;
}

#ncms_footer a:link {color: #FFFFFF;}
#ncms_footer a:visited {color: #f4f9e5;}
#ncms_footer a:hover {color: #eaf4cc;}
#ncms_footer a:active {color: #eaf4cc;}

#ncms_foot {
  width:100%;
  padding: 5px 0px;
  color: #AAAAAA;
  background-color: #FFFFFF;
  font-size: 80%;
  text-align: center;
  clear:both;
}

#ncms_tooltip{
  position: absolute;
  width: 150px;
  border: 2px solid black;
  padding: 2px;
  background-color: #ede8f1;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

/*-------------------------------------------------
    Text
-------------------------------------------------*/
h1 {
    margin: 0;
    font-size: 120%;
}

h2 {
    margin: 0;
    font-size: 100%;
}

h3,h4,h5,h6 {
    margin: 0;
    font-size: 90%;
}

p.footnote {
    text-align: center;
    font-size: 70%;
    color: #2e0f48;
}

/*-------------------------------------------------
    Links
-------------------------------------------------*/
a:link {color: #3d5100;text-decoration: underline;}
a:visited {color: #5b7a00;text-decoration: underline;}
a:hover {color: #7aa300;}
a:active {color: #7aa300;}

img {
    border: 0px;
    vertical-align: middle;
}

/*-------------------------------------------------
    Forms
-------------------------------------------------*/

fieldset {
    padding: 5px 5px;
    margin: 5px 0px 0px 0px;
    font-size: 80%;
    color: [FIELDSET_COLOR];
    background-color: #ede8f1;
}

fieldset legend {
    font-size: 100%;
    padding: 2px 5px;
    color: #1e0a30;
    color: [FIELDSET_COLOR];
    background-color: #ede8f1;
    font-weight: bold;
}

fieldset input {
    font-size: 90%;
}

.fieldset_on DIV {
	display: block;
}

.fieldset_off DIV {
	display: none;
}

/*-------------------------------------------------
    Data Tables
-------------------------------------------------*/

.data_table {
    width: 96%;
    margin: 5px auto 5px auto;
}

.data_table th {
    padding: 5px 5px;
    text-align: center;
    color: [TABLE_HEAD_COLOR];
    background-color: #b7a3c9;
}

.data_table tr.odd {
    background-color: #dbd1e4;
}

.data_table tr.even {
    background-color: #ede8f1;
}

.data_table td {
    color: [TABLE_DATA_COLOR];
    padding: 0px 5px;
}

/*-------------------------------------------------
    Category display above category lists
-------------------------------------------------*/
#category_title {
    color: #ede8f1;
    background-color: #704693;
    padding: 5px 5px;
    margin-bottom: 5px;
}

/*-------------------------------------------------
    Admin pages
-------------------------------------------------*/

#admin_title {
    padding: 5px;
    margin-bottom: 5px;
    color: #EDE8F1;
    background-color: #3D5100;
}

#admin_title h1 {
    color: #EDE8F1;
}

/*-------------------------------------------------
    Pages
-------------------------------------------------*/

#page_title {
    padding: 5px;
    margin-bottom: 5px;
    color: #ede8f1;
    background-color: #2e0f48;
}

#page_title h1 {color: #ede8f1;}

#page_title img {margin: 5px;}

#next_previous {
    text-align: center;
}

/*-------------------------------------------------
    Items
-------------------------------------------------*/
.item {padding: 0px 0px;margin: 0 0 5px 0;color: [ITEM_COLOR];background-color: [ITEM_BKCOLOR];}

.itemtitle1 {font-size: 80%;padding: 2px 5px 5px 5px;color: #ede8f1;background-color: #2e0f48;}
.itemtitle2 {font-size: 110%;padding: 10px 5px 10px 5px;color: #ede8f1;background-color: #2e0f48;}
h1.itemtitle {color: #ede8f1;background-color: #2e0f48;}
h1.itemtitle a:link {color: #ffffff;}
h1.itemtitle a:visited {color: #eeeeee;}
h1.itemtitle a:hover {color: #b7a3c9;}
h1.itemtitle a:active {color: #b7a3c9;}

.itemcategories {padding: 2px 5px 5px 5px;color: #1e0a30;background-color: #dbd1e4;font-size: 80%;}
.itemcategories a:link {color: #1e0a30;text-decoration: underline;}
.itemcategories a:visited {color: #1e0a30;text-decoration: underline;}
.itemcategories a:hover {color: #1e0a30;text-decoration: underline;}
.itemcategories a:active {color: #1e0a30;text-decoration: underline;}

.itemimage {
    padding: 5px 5px 5px 5px;
    width: 110px;
    text-align: center;
    float: left;
}

.itembody1a,.itembody1b {
    padding: 5px 5px 5px 5px;
    margin : 0px 0px 0px 0px;
    font-size: 90%;
}

.itembody1a {
    margin-left: 120px;
}

.itembody2 {
    padding: 0 5px 0 5px;
    margin: 0px 0px 0px 0px;
    font-size: 90%;
    clear: both;
}

.itemlinks {
    padding: 5px 5px 5px 5px;
    font-size: 90%;
    clear: both;
}

.itemlinks ul {
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.itemlinks li {
    padding: 0px;
    margin: 0px;
}

.itemtechnorati {
    padding: 0px 5px;
    color: #1e0a30;
    background-color: #dbd1e4;
    font-size: 80%;
    clear: both;
}

.itembody1a img, .itembody1b img, .itembody2 img {
    padding: 5px 5px 5px 5px;
    float: left;
    vertical-align: top;
}

.itembody1a a:hover img, .itembody1b a:hover img, .itembody2 a:hover img {
    background: #b7a3c9;
}

.item_youtube {
  text-align:center;
}

blockquote {
  /*width:100%;*/
  background: #FFFFFF;
  padding: 10px 10px 10px 40px;
  margin: 5px 5px;
  border: 1px solid #2e0f48;
  font-family: courier,Arial,sans-serif;
  font-style: italic;
  background-image: url('../ncms-images/icons/icon_quote.gif');
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

pre {
  background: #ede8f1;
  padding: 10px 10px 10px 10px;
  margin: 5px 5px;
  border: 1px solid #dbd1e4;
  font-family: courier,"courier new", monospace;
}

#next_previous {
    text-align: center;
}

#sidebar_banner {
    text-align: center;  
}

/*-------------------------------------------------
    Adsense ADs
-------------------------------------------------*/

.adsense_250 {
  width:250px;float:left;margin:10px 20px 20px 10px;
}

.adsense_468x60 {
  width:100%;text-align:center;padding:10px 0px;
}

.adsense_728x90 {
  clear:both;width:100%;padding:10px 0px 15px 0px;text-align:center;
}
