/* Theme Name:		iEntry Layout by Chad */

body { 
	background: #ffffff; 
	color: #333; 
	font: 62.5% Georgia, "Times New Roman", Times, serif; 
	text-align: center;	 
	background: url(http://directories.ientry.com/wp-content/themes/myientry/images/grayline.jpg); 
	background-repeat: repeat-x;
}

* { 
	padding: 0; 
	margin: 0; 
}

a { 
	color: #0060ff; 
	text-decoration: underline; 
}

a:hover { 
	color: #df0000; 
	text-decoration: underline; 
	}
	
#container { 
	width: 971px; 
	margin: 0px auto 0 auto; 
	background-color: white; 
} 

#header table{
	float: left;
	}

/* - Content Area - */
					
#contentarea { 
	width: 971px; 
	text-align: left; 
	float: left; 
	clear: both; 
	margin-top: 1px; 
	background-color: white; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; }
					
#contentarea a { 
	text-decoration: none; 
	}
	
#content { 
    width: 521px; 
	padding: 0 15px 0 15px; 
	float: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.postmetadata {
	font-size: 8pt;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* - Sidebars - */

#rightsidebar { 
	width: 210px; 
	/* padding: 0 0 0 20px; */
	float: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	/* border-right: 1px solid #ccc; */ 
}

#sidebartitle {
	background: url('http://directories.ientry.com/wp-content/themes/myientry/images/bluewhitegradient.jpg');
	background-repeat: no-repeat;
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftsidebar { 
	width: 210px; 
	float: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	/* border-left: 1px solid #ccc; */ 
} 

#sidebar h2 {
	background: url('http://directories.ientry.com/wp-content/themes/myientry/images/bluewhitegradient.jpg');
}
		
ul#sidebar li a {
	list-style: none;
	text-transform: uppercase;
}

#leftsidebar a { 
	font-size: 8pt;
	list-style: none;
	color: #143866;
}

#leftsidebar a:hover {
	border-bottom: 1px dotted red;
}

#leftsidebar a:img {
	border-bottom: none;
	}

#rightsidebar a { 
	font-size: 8pt;
	list-style: none;
	color: #143866;
	margin-bottom: 5px;
	
}

#rightsidebar a:hover {
	border-bottom: 1px dotted red;
	}
	
#footer {
	clear: both;
}

/* - Background div - */

/* Header */
#header { 
	width: 971px; 
	background-color: #074a8e;
	padding-top: 6px;
	text-align: center;
	float: left;
	vertical-align: center;
}		

/* Navigation menu in header */
#menuback {
	background-image: url(http://directories.ientry.com/wp-content/themes/myientry/images/headlinkback.jpg);
	width: 971px;
	}

ul#menu {
	background-image: url(http://directories.ientry.com/wp-content/themes/myientry/images/headlinkback.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding-bottom: 12px;
	padding-top: 12px;
	float: left;
    	clear: both; 
	list-style: none;

}

ul#menu li {
	padding: 0px 20px 0px 20px;
	text-transform: uppercase;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

ul#menu li a {
	text-decoration: none;
	color: white;
	}
	
ul#menu li a:hover {
	background-color: white;
	color: black;
	}
	
/* Article styles */

#article {
	line-height: 1.65em;
};

#articleheader {
	font-size: 12pt;
	text-transform: uppercase;
	}
	
.article {
	line-height: 1.65em;
	text-align: left;
	}
	
.article a {
	color: red;
	}
	
.article a:hover {
	border-bottom: 1px dotted red;
	}
	
.article p {
	margin: 0 0 1.5em 0;
	}
.article ul {
	margin-left: 50px;
	margin-bottom: 17px;
	}

.article ol {
	margin-left: 50px;
	margin-bottom: 17px;
	/* list-style-type: lower-alpha; */
	font-size: 8pt;
	font-weight: bold;	
	}

/* .article li {
	list-style: disc;
	} */
	
#credit {
	border-bottom: 1px solid #bac0c6;
	text-transform: uppercase;
}

/* Search Bar */

#search_form .textbox {
	color: #090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.post {
	margin: 0 0 40px;
	text-align: justified;
	}

/* Comments */
 
ul#commentsbelow {
	list-style: none;
}

#commentline {
	background-color: black;
}
 
#commentdata {
	font-size: 7pt;
	border-bottom: 1px solid #ccc;
	}
	
/* Footer */

#footer {
	border: 1px solid #ccc;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	width: 971px;
	}
	
#footer a {
	color: #143866;
	text-decoration: none;
	}
	
#footer a:hover {
	border-bottom: 1px dotted #143866;
	}

#header img {
	float: left;
	padding: 0px 0px 0px 15px;
} 	
