/*
Theme Name: Webmasterfree Theme
Theme URI: http://www.webmasterfree.com/
Description: This is the new (and tableless) wordpress theme for Webmasterfree
Version: 1.1
Author: Christopher R Heiss & Michael S Marr
Author URI: http://www.ientry.com/
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(http://images.ientrymail.com/webmasterfree/redesign/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a, a:visited, a:hover, a:hover:visited {
	color: #FF0000;
}

.top-ientry-bar {
	z-index: 100;
	position: fixed;
	margin: 0;
	padding:0;
	height: 35px;
	width: 100%;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	background-color: #000000;
	top: 0;
 }
.top-ientry-bar a {
	padding: 5px 15px 0px 10px;
	float: left;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.top-ientry-bar a:hover {
	background-color: #333333;
}
.top-ientry-bar a img {
	margin: -3px 5px -5px 0px;
	z-index: 2;
}

.header {
	margin: 3px auto 0px auto;
	padding: 0px 5px 0px 5px;
	width: 1000px;
}

.header .logo {
	margin: 38px 0 0 0;
	width: 170px;
	height: 40px;
}

.header .logo h1 {
	text-indent: -9999px;
	background-image: url(http://images.ientrymail.com/webmasterfree/redesign/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header .logo h1 a {
	display: block;
	width: 170px;
	height: 40px;
	outline: none;
}

.adtop {
	width: 994px;
	text-align: center;
	margin: 5px auto;
}

.nav {
	margin: 0 auto;
	padding: 5px 10px;
	padding-bottom: 0;
	width: 1000px;
	height: 25px;
	clear: both;
	background-image: url(http://images.ientrymail.com/webmasterfree/redesign/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.searchnav {
	float: right;
	width: 225px;
	height: 25px;
	margin: -3px 0;
	font-weight: bold;
}
.searchnav form, .searchform {
	display: inline;
	border: none;
}
.searchinput {
	width: 100px;
}
.searchsubmit {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #FF0000;
}
.nav ul {
	width: 715px;
	margin-left: 10px;
}
.nav li {
	display: inline;
	padding: 0px 5px 0px 10px;
	border-right: solid 1px #B6B6B6;
}
.nav li h3 {
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold;
	font-size: 12px;
}
.nav li h3 a, .nav li h3 a:visited, .nav li h3 a:hover, .nav li h3 a:hover:visited {
	text-decoration: none;
	font-weight: bold;
}


/* 3-column layout stuff */

.container {
	width: 1000px;
	margin: -5px auto 0px auto;
	padding: 0px 5px 0px 5px;
	background-image: url(http://images.ientrymail.com/webmasterfree/redesign/main_shade.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.leftcol {
	float: left;
	width: 330px;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	display: inline;
}

.middlecol {
	float: left;
	width: 450px;
	margin: 0px 0px 0px 10px;
	padding: 5px;
	display: inline;
}
.rightcol {
	float: right;
	width: 170px;
	padding: 5px;
	display: inline;
}
.footer {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 15px 5px 0px 5px;
	width: 984px;
	clear: both;
	text-align: center;
	background-image: url(http://images.ientrymail.com/webmasterfree/redesign/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}
#comment {
	width: 440px;
	height: 250px;
}
#comments {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	margin: 15px 0px 2px 0px;
	border-bottom: dotted 1px #FF0000;
	padding: 0px;
}
.commentlist {
	width: 428px;
}
.commentmetadata {
	font-style: italic;
}
#commentform {
	width: 446px;
	padding: 5px;
	border: dotted 1px #CCCCCC;
}
.footer-nav{
	 padding: 10px auto; 
	 clear: both; 
	 text-align: center; 
	 color:#FFFFFF; 
	 background:#000000;
}
.footer-nav a, .footer-nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-nav a:hover, .footer-nav a:hover:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Software box formatting */

.loginboxsmall {
	border: solid 1px #000000;
}
.welcome {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	border-right: solid 1px #000000;
}
.welcometext {
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
}
.box {
	padding: 6px;
	border-right: solid 1px #000000;
	background-color: #eeeeee;
}
.whitetext, .whitetext:hover, .whitetext:visited, .whitetext:hover:visited {
	color: #FFFFFF;
}
.article {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	border-bottom: solid 1px #000000;
}
.postedby {
	background-color: #EEEEEE;
	font-weight: normal;
	font-color: #FFFFFF;
	font-size: 10px;
	padding: 4px;
	border-bottom: solid 1px #000000;
}
.articlebottom {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 4px;	
}
/* end Software box formatting */

/* end 3 column layout stuff */

.leftcol h2 {
	margin-top: 10px;
	padding: 2px 0px 2px 5px;
	color: #FFFFFF;
	font-size: 16px;
	background: url(http://images.ientrymail.com/webmasterfree/redesign/left-h2.jpg) repeat-x;
	width: 331px;
	height: 18px;
}

.leftcol ul#topdls {
	width: 336px;
	padding: 0;
	font-size: 14px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(http://images.ientrymail.com/webmasterfree/redesign/li_star.gif);
}

.leftcol ul#topdls li {
	background-color: #FFFFFF;
	border-left: solid 1px #FF0000;
	border-bottom: solid 1px #FF0000;
	border-right: solid 1px #FF0000;
	padding: 2px 0;
}

.leftcol ul#topdls li a, .leftcol ul#topdls li a:visited {
	text-decoration: none;
	color: #FF0000;
}

.leftcol ul#topdls li a:hover, .leftcol ul#topdls li a:hover:visited {
	text-decoration: underline;
	color: #FF0000;
}

.leftcol ul#cat, .leftcol ul#cat ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	font-size: 14px;
	width: 336px;
}

.leftcol ul#cat li {
	position: relative;
	float: left;
	line-height: 16px;
	margin-bottom: -1px;
	width: 317px;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	padding: 2px 2px 2px 15px;
	background-image: url(http://images.ientrymail.com/webmasterfree/redesign/li_star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
}

.leftcol ul#cat li ul {
	position: absolute;
	left: -9999px;
	margin-left: 319px;
	margin-top: -18px;
	border-top: 1px solid #FF0000;
}

.leftcol ul#cat li a {
	width: 317px;
	w\idth: 300px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
}

.leftcol ul#cat li a:hover {

}

.leftcol ul#cat li:hover ul ul, .leftcol ul#cat li:hover ul ul ul, .leftcol ul#cat li.sfhover ul ul, .leftcol ul#cat li.sfhover ul ul ul {
	left: -9999px;
}

.leftcol ul#cat li:hover ul, .leftcol ul#cat li li:hover ul, .leftcol ul#cat li li li:hover ul, .leftcol ul#cat li.sfhover ul, .leftcol ul#cat li li.sfhover ul, .leftcol ul#cat li li li.sfhover ul {
	left: auto;
}

.middlecol {
	text-align: center;
}

.middlecol hr {
	margin: 5px 0 15px 0;
	color: #990000;
	height: 1px;
	clear: both;
}
.middlecol p {
	padding:5px 0;
}
.middlecol ul{
	margin:0 0 0 15px;
	list-style-type: lower-alpha;
}
.middlecol li{
	padding:0 0 5px 0;
}
.middlecol .post {
	text-align: left;
}

.navigation {
	clear: both;
	padding: 0 10px;
}

.rightcol {
	text-align: center;
}

.ad {
	clear: both;
	margin: 10px 0;
}

.footer {
	width: 1000px;
	margin: 0 auto;
	padding: 10px auto 5px;
	text-align: center;
	background-image: url(http://images.ientrymail.com/webmasterfree/redesign/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}

div.newsletter {
	float: right;
	line-height: 35px;
	position: relative;
}
div.newsletter div#signup {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	height: 0px;
	width: 250px;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	overflow: hidden;
}

div.newsletter div#signup * {
	position: relative;
}

/* sitemap stuff */

.middlecol-site {
	float: left;
	width: 630px;
	margin: 0px 0px 0px 10px;
	padding: 5px;
}
.middlecol-site ol {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.middlecol-site li {
	padding: 2px;
	background-repeat: repeat-x;
	background-position: left top;
}
.middlecol-site h2 {
	margin: 0px;
	padding: 2px;
	color: #FF0000;
	font-size: 14px;
	border-top: solid 1px #FF0000;
	border-right: solid 1px #FF0000;
	border-left: solid 1px #FF0000;
	background-color: #cccccc;
}

.publications {
	border-left: solid 1px #043270;
	border-right: solid 1px #043270;
	border-bottom: solid 1px #043270;
}
.headings {
	color: #FFFFFF;
	text-align: center;
	background-color: #FF0000;
}
.headings td {
	padding: 5px 10px;
	border-top: solid 1px #043270;
	border-bottom: solid 1px #043270;
}
.headings td a, .headings td a:hover, .headings td a:visited {
	color: #FFFFFF;
	text-align: center;
}
.site-cat {
	height: 184px;
	vertical-align:top;
	overflow: hidden;
	border-left: solid 1px #cd0303;
}
.site-cat ul {
	margin: 0px;
	padding: 0px;
}
.site-cat li {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	height: 18px;
	list-style-type: none;
	font-weight: bold;
	background-color:#FFFFFF;
}
.site-cat li a {
	color: #cd0303;
}
.tabs, .tabs2, .tabs3, .tabs4, .tabs5, .tabs6, .tabs7, .tabs8, .tabs9 {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom: solid 1px #cd0303;
}
.tabs a, .tabs2 a, .tabs3 a, .tabs4 a, .tabs5 a, .tabs6 a, .tabs7 a, .tabs8 a, .tabs9 a {
	color: #CC0000;
}
a.selected {
	outline: none;
	color: #cd0303;
	text-decoration: none;
}

/* end sitemap stuff */

/* App box formatting */

.apps-loginboxsmall{
	text-align:left;
}
.apps-welcome {
	background-color: #0088cc;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}
.apps-welcometext {
	font-weight: normal;
	color: #0088cc;
	background-color: #FFFFFF;
	padding: 4px;
}
.apps-box {
	padding: 6px;
	background-color: #eeeeee;
}
.apps-whitetext, .apps-whitetext:hover, .apps-whitetext:visited, .apps-whitetext:hover:visited {
	color: #FFFFFF;
}
.apps-article {
	color: #000000;
	font-weight: bold;
	font-color: #0088cc;
	font-size: 16px;
	padding: 4px;
}
.apps-postedby {
	background-color: #EEEEEE;
	font-weight: normal;
	font-color: #0088cc;
	font-size: 10px;
	padding: 4px;
}
.apps-articlebottom {
	background-color: #FFFFFF;
	color: #0088cc;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;	
}
/* end App box formatting */
