/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}
a.newwin {
	overflow: visible;
	width: 100%;
	padding-right: 14px;
	background: transparent url(../images/new-window.gif) no-repeat 100% 50%;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

h3.newsh3 {
	margin: 3px 0;
	padding: 0;
	color: #1c70c9;
	font: normal 16px/19px tahoma, verdana, serif;
	background: transparent; background-image: none;
}

a.newstitle, a.newstitle:link, a.newstitle:active, a.newstitle:visited, a.newstitle:hover {
	background: transparent url(pointer.png) top left no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #88ac0b;
}
a.newstitle:hover {
	color: #000;
	text-decoration: underline;
}

div.newsdate {
	font: normal 11px/14px tahoma, verdana, serif;
	margin: 0 0 5px 0;
	padding: 0;
	color: #999999;
}
div.newsbox {
	padding: 0;
	margin: 0 0 20px 0;
}
div.newsbox p {
	padding: 0;
	margin: 0 0 15px 0;
	font: normal 13px/17px tahoma, verdana, serif;
}
 

/* images */
img {
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	padding: 3px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #F6F6F6;
  border: 1px solid #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #666666;
}


blockquote {
	margin: 10px;
	padding: 0 0 0 28px;
	border: 1px solid #F0F0F0;
	background: #F6F6F6 url(../images/tpl/quote.gif) no-repeat 5px 5px;
}

p.soft {
	margin: 10px;
	padding: 4px 4px 4px 40px;
	border: 1px solid #65A2BB;
	background: #DFFADA url(../images/tpl/clean.png) no-repeat 2px 50%;
	text-align: justify;
	color: #000000;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #FFFFFF;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFFFFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	/*height: 30px;*/
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */





/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #F0F0F0; 
	background-color: #F6F6F6; 	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input, select {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#666666;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#666666;
}

textarea.comments {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:60px;
	display:block;
	color:#666666;
}

input.button {
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/tpl/button-bg.jpg) repeat-x 0 0;
	border: none;
}

/* general message */
.message {
	background: #F6F6F6 url('../images/tpl/star32.png') no-repeat 0 50%;
	padding: 5px 2px 5px 36px;
	margin: 20px 10px 10px 10px;
	border: 1px solid #F0F0F0;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #366DAA;
	font-weight: bold;
	min-height: 32px;
}


.errormessage {
	background: #F6F6F6 url('../images/tpl/error32.png') no-repeat 0 50%;
	padding: 5px 2px 5px 36px;
	margin: 20px 10px 10px 10px;
	border: 1px solid #F0F0F0;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #A51212;
	font-weight: bold;
	min-height: 32px;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;		
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 280px;
	color: #666666; 
	height: 16px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	height: 22px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	
	background: #CCC url(../images/tpl/content.jpg) repeat-y center top;
	/*
	background-color: #FFFFFF;
	*/
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0;
	margin: 10px auto 0 30px;
	
}
#header {
	width: 820px;
	position: relative;
	height: 103px;
	background: #CCC url(../images/tpl/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 0;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px;
	left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px;
	right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a, #header-links a:visited { color: #FFF; text-decoration: none; }
#header #header-links a:hover { color: #D4E59F;	}

/* Menu */
#menu {
	clear: both;	
	/*margin: 0 auto;*/
	margin: 0 auto 0 20px;
	padding: 0;
	background: url(../images/tpl/menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 780px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 16px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 5px 0 0 5px;
	display: inline;
}
#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/tpl/square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(../images/tpl/bullet.gif);
}

.post-footer {
	background-color: #F6F6F6;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #F0F0F0;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/tpl/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/tpl/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/tpl/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;	
	color: #68774A;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: justify;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/tpl/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/tpl/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #333333;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a, #sidebar ul.sidemenu li a:visited {
	text-decoration: none;	
	background-image: none;	
	color: #000000;
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

#sidebar ul.sidemenu li a.sidenormal, #sidebar ul.sidemenu li a.sidenormal:visited {
	color: #1773BC;
}
#sidebar ul.sidemenu li a.sidenormal:hover {	
	color: #000000;	
}

/* Footer */
#footer {
	color: #C6DDEE;
	background: #CCC url(../images/tpl/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/*PAGERANK SCRIPT*/
#results {
	border-bottom: 1px solid #666666;
}
#results div {
	border-top: 1px solid #666666;
	padding: 4px;
}
#results span {
	float: right;
}
#results a {
	color: #666666;
	text-decoration: none;
}
#results .clear {
	display: block;
	clear: both;
}
#results img, img.iclean {
	border: 0;
	background: transparent;
}

/*DOMAIN WHOIS SCRIPT*/
.tldbox {
	display: block;
	float: left;
	width: 70px;
	margin: 2px 5px 2px 5px;
	padding: 2px;
}

.domdomain {
	color: #000000;
	font-weight: normal;
}

.domtaken {
	color: #FF0000;
	font-weight: bold;
	background: transparent url(../images/taken.png) no-repeat 0 50%;
	clear: both;
	padding: 2px 0 2px 20px;
	margin: 4px;
}

.domfree {
	color: green;
	font-weight: bold;
	background: transparent url(../images/available.png) no-repeat 0 50%;
	clear: both;
	padding: 2px 0 2px 20px;
	margin: 4px;
}

.domerror {
	color: #FF9900;
	font-weight: bold;
	background: transparent url(../images/error16.png) no-repeat 0 50%;
	clear: both;
	padding: 2px 0 2px 20px;
	margin: 4px;
}

/* rounded corners */
div.module-round, div.moduletable-round {
	background: url(../images/tpl/rounded_topl.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}
div.module-round div, div.moduletable-round div {
	background: url(../images/tpl/rounded_topr.png) 100% 0 no-repeat;
}
div.module-round div div, div.moduletable-round div div {
	background: url(../images/tpl/rounded_botl.png) 0 100% no-repeat;
}
div.module-round div div div, div.moduletable-round div div div {
	background: url(../images/tpl/rounded_botr.png) 100% 100% no-repeat;
	padding: 8px;
	width: auto !important;
	width: 100%;
}
div.module-round h3, div.moduletable-round h3 {
	background: url(../images/tpl/downloadarrow.png) 10px 50% no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #2A5279;
	margin: -2px -8px 0 -8px;
	padding-left: 30px;
	padding-bottom: 2px;
}
div.module-round ul, div.moduletable-round ul {
	margin: 5px 0;
	padding: 0;
	height: 100px;
}
div.module-round li, div.moduletable-round li {
	margin: 0; padding: 0;
	font-size: 0.9em;
}

/* front 2 columns */
div.twocols {
	width: 100%;
	margin:0 0 20px 0;
	padding: 0 10px 0 10px;
	border:0;
	float: left;
	clear: both;
}

div.twocoll {
	width: 46%;
	float: left;	
}

div.twocolj {
	width: 45%;
	float: left;
	text-align: justify;
	padding-right: 15px;
}

/* books list */
#main ul.contents { margin: 0; padding: 10px; list-style: none; }
#main ul.contents li, ul.contents li.lev1, ul.contents li.lev2 {
	list-style-image: none;
	list-style-type: none;
}

#main li.lev1 { padding-left: 20px; }
#main li.lev2 { padding-left: 40px; }

/* module projects */
.modproj_overtop { width: 198px; height: 16px; margin: 0; padding: 0; background: #FFFFFF url(../modules/projects/over_top.png) 0 0 no-repeat; }
.modproj_modtitle { margin: 0; padding: 0 0 10px 0; background: #FFFFFF url(../modules/projects/over_mid.png) 0 0 repeat-y; text-align: center; font-size: 14px; color: #999; font-family: tahoma, verdana, serif; }
.modproj_prcontainer { margin: 0; padding: 0 10px 10px 10px; background: #FFFFFF url(../modules/projects/over_mid.png) 0 0 repeat-y; text-align: left; font-size: 11px; color: #555; font-family: tahoma, verdana, serif; }
.modproj_prtitle { font-size: 12px; color: #2180c2; font-weight: bold; font-family: tahoma, verdana, serif; }
.modproj_prdesc { font-size: 11px; color: #555; font-weight: normal; font-family: tahoma, verdana, serif; }
.modproj_prdate { font-size: 11px; color: #999; font-weight: normal; font-family: tahoma, verdana, serif; }
.modproj_overbottom { width: 198px; height: 16px; margin: 0; padding: 0; background: #FFFFFF url(../modules/projects/over_bottom.png) 0 0 no-repeat; }
div.modproj_barback { margin: 0; padding: 0; width: 130px; height: 15px; position:relative; float: left; background:url(../modules/projects/bar_back.png) no-repeat 0 0; }
div.modproj_barpc { width:35px; height: 15px; margin: 0; padding: 0; float: left; text-align: left; font-size: 11px; color: #66b2e6; font-weight: bold; font-family: tahoma, verdana, serif; }
span.modproj_barover { position:absolute; display:block; width:120px; height:5px; background-color: #66b2e6; top:5px; left:5px; overflow:hidden; text-indent:-8000px; }




/* ORDER BUILDER */
.builderform {
	margin:10px 0; padding: 0 5px;
	border: none; 
	background-color: #FFF; 	
}
.buildertable {
	border-collapse: collapse;
	margin: 2px;
	font-size: 12px;
}
.buildertable th strong {
	color: #FFFFFF;
	font-size: 12px;
}
.buildertable th {
	background: #93BC0C;
	height: auto;
	padding: 2px 6px;
	color: #FFFFFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
.buildertable tr {
}
.buildertable td {
	font-size: 12px;
	color: #000;
	padding: 2px 6px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: solid 1px #ddd;
}
.smalltext { font-size: 11px; color: #555; font-weight: normal; font-family: tahoma, verdana, serif; }

.builderbutton {
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 5px 2px;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/tpl/button-bg.jpg) repeat-x 0 0;
	border: none;
	cursor: pointer;
	border: 1px solid #888;
}
.builderbutton:hover {
	background: none;
	background-color: #CC0000;
	border: 1px solid #000;
}

input.buildtext {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#555;
	background-color: #eff8d8;
}

textarea.buildarea {
	background-color: #eff8d8;
	width:400px;
	margin: 4px 0;
	padding:2px;
	font: normal 12px Tahoma, Verdana, sans-serif;
	border:1px solid #eee;
	height:70px;
	display:block;
	color:#555;
}

/* AFFILIATES TABLE */
.afftable {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.afftable th {
	font: bold 12px/16px tahoma, verdana, serif;
	background: #93BC0C;
	padding: 2px 6px;
	color: #FFFFFF;
	text-align: left;
	border: none;
	height: auto;
}
.afftable tr {
}
.afftable td {
	font: normal 12px/16px tahoma, verdana, serif;
	color: #000;
	margin: 0;
	border: none;
	padding: 2px 2px 20px 2px;
}

div.betterprice {
	float: right;
	width: 204px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: transparent url(betterpricebox.png) no-repeat 100% 0;
}
div.betterin {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font: normal 12px/16px tahoma, verdana, serif;
	color: #444;
}
