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

  NeoCMS Core File : stylesheet.tpl

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

  Updated : 27-08-2010 14:44

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

html,body {
  margin:0;
  padding:0;
  font-family: TrebuchetMS,Ari,Arial,sans-serif;
}

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

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

#ncms_header {
  position:relative;
  width: 100%;
  height: 150px;
  margin: 0px;
  padding: 0px;
  background-image: url('../ncms-images/page_furniture/mh3/header_780x150.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000033;

  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: #000033;
  text-align: center;
}

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

.header_top_left {background-color:#000000;float:left;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/mh3/corner_top_left.png');}
.header_centre {background-color:#000033;height:15px;}
.header_top_right {background-color:#000000;float:right;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/mh3/corner_top_right.png');}
.header_bottom_left {background-color:#000000;float:left;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/mh3/corner_bottom_left.png');}
.header_bottom_right {background-color:#000000;float:right;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/mh3/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: #000000;
}

/*-------------------------------------------------
  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: #000033;
}

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

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

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

#ncms_footer {
  width:100%;
  padding: 10px 0px;
  color: #ccccff;
  background-color: #000033;
  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: #ccccff;
  background-color: #000000;
  font-size: 80%;
  text-align: center;
  clear:both;
}

#ncms_tooltip{
  position: absolute;
  width: 150px;
  border: 2px solid black;
  padding: 2px;
  background-color: #000033;
  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: #ccccff;
}

/*-------------------------------------------------
  Links
-------------------------------------------------*/
a:link {color: #ccccff;text-decoration: underline;}
a:visited {color: #9999ff;text-decoration: underline;}
a:hover {color: #e5e5ff;}
a:active {color: #e5e5ff;}

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

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

fieldset {
  padding: 5px 5px;
  margin: 5px 0px 0px 0px;
  font-size: 80%;
  color: #FFFFFF;
  background-color: #000066;
}

fieldset legend {
  font-size: 100%;
  padding: 2px 5px;
  color: #1e0a30;
  color: #FFFFFF;
  background-color: #000066;
  font-weight: bold;
}

fieldset input {font-size:90%;}

.buttn {padding:5px;margin:5px 0px 5px 5px;}
.checkbx {margin:5px;}

.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: #ffffff;
  background-color: #660000;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;  
}

.data_table tfoot td {
  padding: 0px 5px;
  text-align: center;
  color: #ffffff;
  background-color: #660000;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

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

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

.data_table td {
  color: #FFFFFF;
  padding: 0px 5px;
}

/*-------------------------------------------------
  Category display above category lists
-------------------------------------------------*/
#category_title {
  color: #e5e5ff;
  background-color: #000033;
  padding: 10px 10px;
  margin-bottom: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  }

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

#admin_title {
  padding: 10px 10px;
  margin-bottom: 5px;
  color: #FFFFFF;
  background-color: #660000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#admin_title h1 {
  color: #FFFFFF;
}

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

#page_title {
  padding: 10px 10px;
  margin-bottom: 5px;
  color: #e5e5ff;
  background-color: #000099;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
}

#page_title h1 {color: #e5e5ff;}

#next_previous {
  text-align: center;
}

/*-------------------------------------------------
  Items
-------------------------------------------------*/
.item {padding: 0px 0px;margin: 0 0 5px 0;color: #FFFFFF;background-color: #000000;}

.itemtitle1 {font-size: 80%;padding: 2px 5px 5px 5px;color: #e5e5ff;background-color: #000099;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.itemtitle2 {font-size: 110%;padding: 10px 5px 10px 5px;color: #e5e5ff;background-color: #000099;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
h1.itemtitle {color: #e5e5ff;background-color: #000099;}
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: #e5e5ff;;background-color: #000066;font-size: 80%;}
.itemcategories a:link {color: #e5e5ff;;text-decoration: underline;}
.itemcategories a:visited {color: #e5e5ff;;text-decoration: underline;}
.itemcategories a:hover {color: #e5e5ff;;text-decoration: underline;}
.itemcategories a:active {color: #e5e5ff;;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 20px 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: #e5e5ff;;
  background-color: #000066;
  font-size: 80%;
  clear: both;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.itemtechnorati p {padding:5px 5px;}

.itemsummary {
  padding: 0px 5px;
  color: #e5e5ff;;
  background-color: #000066;
  font-size: 80%;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.itemsummary p {padding:5px 5px;}

.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 #000099;
  font-family: courier,Arial,sans-serif;
  background-image: url('../ncms-images/icons/icon_quote.gif');
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

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

#next_previous {
  text-align: center;
}

#sidebar_banner {
  text-align: center;
  padding:5px 0px 15px 0px;  
}

/*-------------------------------------------------
  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;
}
