/*header */
.custom #header 
{ 

border-width: 0;
background: #fff url('custom/btn_black.gif') bottom left repeat-x;
height: 100px;
}
.custom #logo {
background: #fff url('custom/banner1.gif') bottom no-repeat; 
text-indent: -9999px;
 }
 
 /* image replacement technique */
.custom #logo  a {text-indent: -5000px; overflow: hidden;}

.custom #logo a {display: block; width: 700px; height: 64px;}
/** ir end */


 /* footer */
.custom #footer {
background: #fff url('custom/btn_black.gif') top left repeat-x;
color: #000;
height: 18px;
border-width:0;
padding-top: 25px;
}
.custom #footer a { color: #1269D0; text-decoration: none;border:none;}
.custom #footer a:hover {color: #000;}
 
 .custom a:hover {color: #000;}
 /* Body */
body.custom { background: #fff url(images/bg1.jpg) 0 0 repeat-x; }
.custom  #container { 
border: solid 1px #ccc;
border-width: 0 1px;
background: #fff;
padding: 0 25px;
}
 /* Nav */
 
.custom #nav li a, .custom #nav li a.current { text-decoration: none; color: #1269D0;}
.custom #nav li a:hover, .custom #nav li a.current:hover { background: #000; color: #fff;}

/* Posts and Pages */
.custom h2 a, .custom h1 { color: #1269D0; }
.custom .post_meta a, .custom .post_meta a.add_comment { color: #1269D0; }
.custom .post_meta a:hover, .custom .post_meta a.add_comment:hover { border:none; color: #000; }

/* Form */
div#subscribeNote {
background: #fff url('custom/postitSubscribe.jpg') 0 0 no-repeat;
background: #fff url('custom/eCover1Signup.gif') 0 0 no-repeat;
height: 75px;
padding-top: 290px;
padding-left: 25px;

}
#subscribeNote input {
padding: 2px; 
font-size: .9em;
font-family: Georgia, Arial;
color: blue;
}
.typeemail { width: 80%; }