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

  NeoCMS Core File : stylesheet.tpl

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

  Updated : 12-07-2011 22:39

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

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

body {
  margin: 10px 0;
  color: #FFFFFF;
  background-color: #000000;
}

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

#ncms_header_1 {background-color:#000033;height:15px;-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;}

#ncms_header_2 {
  position:relative;
  width: 100%;
  height: 100px;
  margin: 0px;
  padding: 0px;
  background-image: url('../ncms-images/page_furniture/mh3/header_1000x100.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000033;
  text-align: center;
  -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;  
}

#header_logo_left  {width:220px;height:100px;text-align: left;float:left;}
#header_logo_right {width:220px;height:100px;text-align: right;float:right;}
#header_title {height:100px;padding: 30px 0 0 0;margin-left: 220px;margin-right: 220px;text-align: center;}
#ncms_header_2 h1 {font-size: 250%;color: #FFFFFF;text-align: center;}
#ncms_header_3 {min-height: 22px;padding: 10px 0px 12px 0px;background-color: #000033;text-align: center;-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;}
#ncms_header_3 h1 {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: 850px;
  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: #000000;
}

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

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

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

#ncms_footer_1 {
  width:100%;
  padding: 10px 0px;
  color: #ccccff;
  background-color: #000033;
  text-align: center;
  text-decoration: none;
  -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;  
  clear:both;
}

#ncms_footer_1 a:link {color: #FFFFFF;}
#ncms_footer_1 a:visited {color: #f4f9e5;}
#ncms_footer_1 a:hover {color: #eaf4cc;}
#ncms_footer_1 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: 1000;
  /*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 10px;
  margin: 5px 0px 0px 0px;
  font-size: 80%;
  color: #FFFFFF;
  background-color: #000066;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

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

.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:nth-child(odd) {
  background-color: #000033;
}

.data_table tr:nth-child(even) {
  background-color: #000066;
}

.data_table tr:hover {
  color: #ffffff;
  background-color: #660000;
}

.data_table a:hover {
  color: #ffffff;
}

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

/*-------------------------------------------------
  Category display above category lists
-------------------------------------------------*/
#category_title {
  color: #e5e5ff;
  background-color: #000099;
  padding: 10px 10px;
  margin-bottom: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  }
#category_desc {padding: 10px 10px;text-align:center;}
  
/*-------------------------------------------------
  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;}

#page_title a:link {color: #e5e5ff;text-decoration: underline;}
#page_title a:visited {color: #e5e5ff;text-decoration: underline;}
#page_title a:hover {color: #e5e5ff;}
#page_title a:active {color: #e5e5ff;}

#next_previous {
  text-align: center;
}

/*-------------------------------------------------
  Items
-------------------------------------------------*/
.item_list {padding: 0px 0px;margin: 0 0 5px 0;border-width:0px 0px 2px 0px;border-color: #222222;border-style:solid;color: #FFFFFF;background-color: #000000;}
.item_list h1 {font-size: 110%;padding: 2px 2px 5px 0px;color: #e5e5ff;}
.item_list_image {
  padding: 5px 5px 5px 5px;
  width: 110px;
  text-align: center;
  float: left;
}
.item_list_body {
  padding: 5px 5px 5px 5px;
  margin-left: 120px;
  font-size: 90%;
}
.item_list_footer {clear:both;}

.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-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
h1.itemtitle {color: #e5e5ff;background-color: #000099;}
h1.itemtitle a:link {color: #e5e5ff;}
h1.itemtitle a:visited {color: #e5e5ff;}
h1.itemtitle a:hover {color: #e5e5ff;text-decoration: underline;}
h1.itemtitle a:active {color: #e5e5ff;text-decoration: underline;}

.itemtoolbar {padding: 2px 10px 5px 10px;color: #FFFFFF;background-color: #cc0000;font-size: 80%;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.itemtoolbar a:link {color: #e5e5ff;;text-decoration: underline;}
.itemtoolbar a:visited {color: #e5e5ff;;text-decoration: underline;}
.itemtoolbar a:hover {color: #e5e5ff;;text-decoration: underline;}
.itemtoolbar 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;
}

.itemfooter {
  padding: 0px 5px;
  margin:0px 0px 10px 0px;
  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: 5px 5px;
  color: #e5e5ff;;
  background-color: #000066;
  font-size: 80%;
  overflow:auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.itemsubtitle {padding: 5px 5px 20px 5px;color:#666666;font-size:80%;}

.itemshare {background-color: #222222;margin:15px 5px; padding: 10px 5px 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;
}

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

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;
  overflow:auto;
}

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

#next_previous {
  text-align: center;
}

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

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

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

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

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

/*-------------------------------------------------
  Pagination
-------------------------------------------------*/
#pagination {text-align:center;padding:20px 0px;}
#pagination ul {margin:0px;padding:0px;}
#pagination li {
border:solid 1px #990000;
color: #FFFFFF;
background-color: #990000;
margin:0px;
padding : 5px 0px;
display: inline;list-style: none;font-size:90%;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
#pagination li a {margin:0px;padding : 5px 10px;color: #FFFFFF;background-color: #000000;text-decoration: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
#pagination li a:hover {color: #FFFFFF;background-color: #990000;}
#pagination .active {margin:0px;padding : 5px 10px;background-color: #990000;}