/* **************************************************** 
Title:		GetSimple CSS Document
Author: 	PRAG
URL: 		http://www.prag.cz.cc
Created: 	February 15, 2009
**************************************************** */

/**
 * 0. RESET 
 */
html, 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,
table, caption, tbody, tfoot, thead, tr, th, td, thead th, tbody th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * 1. COMMON
 */
body {
  margin: 0;
  padding: 0;
  font: 13px/20px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  color: #555;
  background: transparent url(images/bgr-body-01.png) center top scroll repeat-x;
}
	
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

small, sup, sub {font-size: 85%;}
sup {vertical-align:top;}	
sub {vertical-align:bottom;}	
cite {font-style:italic;}
	
code {
  padding: 2px;
  font-size: 12px;
  color: #444;
  background: #f7fdfe;
  border:1px dotted #9ae7f6;
}
	
pre code {
  display: block;
  padding: 9px;
  margin: 10px 0 10px 0;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  background: #f7fdfe;
  border: 1px dotted #9ae7f6;
}

blockquote {
  padding: 10px 20px 10px 20px;
  font-style: italic;
}

hr {
  border: none;
  height: 1px;
  color: #c9e047;
  background-color: #c9e047;
}

/* COMMON STYLES */
.clear {clear: both;}	

/* LIST */
dt {font-weight: bold;}
ol li, dl dd {margin-left: 10px;}
ul, ol {margin: 10px 0 10px 15px;}	
ul ul {margin: 0 0 0 15px;}

/* LINKS */
a:link, a:visited {
  color: #0094d5;
  text-decoration: none;
  font-weight: normal;
}
a:hover, a:active {
color: #629400;
}

/* TYPOGRAPHY */	
p {margin: 10px 0 10px 0;}

h1 {
  font: normal 35px/45px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  margin:0 0 10px 0;
  padding:0 0 15px 0;
  color: #444;
}
	
h2 {
  font: normal 27px/40px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}
	
h3 {
  font: normal 23px/40px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}

h4 {
  font: normal 19px/40px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  color: #444;
}
	
h5 {
  font: bold 15px/20px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  color: #444;
}
	
h6 {
  font: bold 13px/20px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}


/**
 * 2. LAYOUT
 */	
.wrapper {
  width: 100%;
  background:transparent url(images/bgr-wrapper-01.png) center top scroll repeat-x;
}	
#page {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* HEADER */
#header {
  width: 960px;
  height: 165px;
  float: left;
  position: relative;
  margin: 0 0 25px 0;
  text-align: left;
  }
#header h1.logo {
  position:absolute;
  top:17px;
  left:0px;
  font: normal 27px/40px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  letter-spacing: 2px;
  color: #00aeef;
}
#header h1.logo a:link, #header h1.logo a:visited, #header h1.logo a:hover, #header h1.logo a:active {
color: #00aeef;
}
#header .tagline {
  position: absolute;
  top: 55px;
  left: 0px;
  margin: 0;
  font: normal 16px/25px Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

/* logo niterb */
#logo2 {
  position: absolute;
  width: 560px;
  height: 90px;
  top: 17px;
  left: 450px;
  right: 34px;
  bottom: 71px;
  background: transparent url(images/logoniterb!.png);
}

/* NAVIGATION */
#nav {
  position: absolute;
  width: 960px;
  height: 40px;
  top: 110px;
  left: 0px;
  background: url(images/bgr-nav-01.png) repeat-x scroll left top;
}
#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nav ul li, #nav ul li.active {
  float: left;
  position: relative;
  width: 150px; /* Nav buttons width  */
  padding: 0;
  margin: 0;
}
#nav ul li a:link, #nav ul li a:visited {
  display: block;
  text-decoration: none;
  text-align: left;
  height: 40px;
  padding: 0 10px 0 10px;
  font: bold 15px/40px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  color: #00bff3;
  background: url(images/bgr-nav-02.png) no-repeat scroll right top;
}
#nav ul li.active a:link, #nav ul li.active a:visited {
  display: block;
  text-decoration: none;
  text-align: left;
  height: 40px;
  padding: 0 10px 0 10px;
  font: bold 15px/40px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  color: #ffffff;
  background: url(images/bgr-nav-02.png) no-repeat scroll right -40px;
}
#nav ul li a:hover, #nav ul li.active a:hover {
  color: #ffffff;
  background: url(images/bgr-nav-02.png) no-repeat scroll right -40px;
}
#nav ul li ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
}	
#nav ul li > ul {
  top: auto;
  left: auto;
}
#nav ul li ul a:link, #nav ul li.active ul a:link, #nav ul li ul a:visited, #nav ul li.active ul a:visited {
  display: block;
  text-decoration: none;
  text-align: left;
  height: 40px;
  padding: 0 10px 0 10px;
  font: bold 15px/40px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  color: #ffffff;
  background: url(images/bgr-nav-02.png) no-repeat scroll right -40px;
}
#nav ul li ul a:hover, #nav ul li.active ul a:hover {
  color: #00bff3;
  background: url(images/bgr-nav-02.png) no-repeat scroll right top;
}
#nav ul li:hover ul {
  display: block;
  left: 0;
  clear: left;
}
	
/* BODY */
#bodycontent {
  width:600px;
  float:left;
  text-align:left;
  padding: 0;
  margin: 0 0 40px 0;
}
.postcontent {
  width: 580px;
  float: left;
  padding: 0 0 0 20px;
  background: url(images/vertical-01.png) repeat-y scroll left top;
  }
.postcontent .inner {
  width: 560px;
  float: left;
  padding: 0 20px 0 0;
  background: url(images/vertical-01.png) repeat-y scroll right top;
}	
.metaTop {
  float: left;
  margin: 0px 0 10px 0;
  padding: 0 0 0 18px;
  font: 11px/20px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  background: url(images/bgr-meta-01.png) no-repeat scroll left center;
}
.metaBottom {
  float: left;
  margin: 10px 0 10px 0;
  padding: 0 0 0 18px;
  font: 11px/20px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  background: url(images/bgr-meta-01.png) no-repeat scroll left center;
}

/* SIDEBAR */
#sidebar {
  width:300px;
  float:right;
  padding: 40px 0 0 0;
  text-align:left;
}

#sidebar h2 {
  background: none repeat scroll 0 0 #b5d391;
  padding-left: 10px;
  color : #333333;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
}

/* FOOTER */
#footer {
  width: 100%;
  clear: both;
  text-align:left;
  color: #555;
  background: url(images/bgr-footer-01.png) repeat-x scroll center top;
}

span.left-footer {
  width: 450px;
  float: left;
  text-align: left;
  padding: 40px 0 10px 20px;
}
span.right-footer {
  width: 450px;
  float: right;
  text-align: right;
  padding: 40px 20px 10px 0;
}

/**
 * 3. FORMS - CONTACT FORM
 */
.contactform p.contactmsg {
  padding: 4px;
  border:1px solid #ccc;
  background:#f9f9f9;
  font-weight:bold;
}
.contactform p.success {color:#00CC33;}
.contactform p.error {color:#CC0000;}
.pot {display:none;}

.contactform b {
  display: block;
  width: 90px;
  float: left;
  padding: 0 10px 0 0;
  text-align: right;
}
 
form {padding: 10px 0 20px 0;}
label {font-weight: bold;}

input.checkbox, input.radio {
  height: 20px;
  margin: 0 0;
  border: none;
  background-color: transparent;
  vertical-align: middle; /* Align the radio buttons with the inputs */
}
input, textarea, select {
  padding: 4px;
  font-family: arial;
  font-size: 13px;
  margin: 0 0 12px 0;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
}

input.text {width: 230px;}
	
textarea {
  width: 410px;
  height: 114px;
}
input#contact-submit {
  height: 36px;
  margin: 4px 0 0 100px;
  padding: 4px 30px 4px 30px;
  font: bold 10pt/20px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  color: #ffffff;
  background: url(images/bgr-submit-01.png) repeat-x scroll left bottom;
  /* cursor: pointer !important; cursor: hand; */
}

/* SIDEBAR FORM */
#sidebar input, textarea, select {
  padding: 4px;
  font-family: arial;
  font-size: 13px;
  margin: 3px 0 9px 0;
}

#sidebar input.text {width: 220px;}

#sidebar textarea {
  width: 290px;
  height: 114px;
}
#sidebar input#contact-submit, input.button {
  height: 36px;
  margin: 4px 0 0 0;
  padding: 4px 30px 4px 30px;
  font: bold 10pt/20px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  color: #ffffff;
  background: url(images/bgr-submit-01.png) repeat-x scroll left bottom;
  /* cursor: pointer !important; cursor: hand; */
}
#sidebar .contactform b  {
  display: block;
  padding: 0 10px 0 0;
  text-align: left;
}

/**
 * 4. COVER
 */
.cover {
  width: 600px;
  height: 310px;
  margin: 0 0 10px 0;
  background: #ffffff url(images/bgr-cover-01.png) no-repeat scroll center bottom;
  overflow: hidden;
}
.cover ul {
  list-style-type: none;
  padding: 0 0;
  margin: 0 0;
}
.cover img {
  padding: 19px;
  border: 1px solid #dedede;
}

/**
 * 5. ADDITIONAL ELEMENTS
 */

/* CLOCK */
#clock {
  width: 100px;
  height: 44px;
  position: absolute;
  top: 0px;
  left: 860px;
  z-index: 200;
  text-align: center;
  padding-top: 16px;
  font: bold 11px/20px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  color: #00aeef;
  background: url(images/bgr-clock-01.png) no-repeat scroll center top;
}
#clock a {
  display: block;
  width: 100%;
  height: 10px;
  text-align: center;
  font: normal 5px/20px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  color:#402d88;
}

/* SOCIALIZE - GETSIMPLE PLUGIN */
#socialize {
  text-align: right;
}
#socialize a img{
  vertical-align: middle; 
}
#contact-us #socialize {
  display: none;
}

/*COUNTER*/
#count {
  width: 100%;
  height: 25px;
  float: left;
  margin: 20px 0 0 20px;
  overflow: hidden;
  font: 12px/25px Arial, Helvetica, Verdana, Tahoma, sans-serif;
  letter-spacing: 0px;
  color: #444444;
  background: transparent url(images/bgr-counter.png) left center scroll no-repeat;
}
#counterAd {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  padding: 0 10px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url(images/bgr-counter-ad.png) center center scroll no-repeat;
}
ul#statistics {
  padding: 0 25px 0 0;
  margin: 0 0 0 35px;
  list-style: none;
}
#count a:link, #count a:visited {
  color: #0094d5;
  text-decoration: none;
  font-weight: normal;
}
#count a:hover, #count a:active {
  color: #629400;
}
