/*  
Theme Name: One Epay
Description: <a href="http://ndot.in">One Epay</a> is a unique theme, which has interesting small bits scattered all over the theme zip. It has a nice flash animation in header, which gives this theme an edge. It has nice simple web 2.0 dark color palette, Also theme has clean coding so that it can be modified very easily to one's need. It has in-built AJAX comments which requires no extra plugins to be uploaded. It has 125x125 ready ad blocks in the ad.php template file, which is also adsense code ready. Theme is also checked on all browsers for good looks. For support/custom modification of this theme, please contact .
Version: 1.0
Author: Santhosh.N
Tags: dark, fixed width, three columns, widgets, ajax, flash, right sidebar
Align classes: .aligncenter
*/

@import url(default.css);

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #222;
   text-align: center;
   background-color: #000;
   padding-top: 4px;
   margin: 10px;
color:#eee;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}







/* Menu */

 

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #fff;
  letter-spacing: -1px; font-weight:bold; text-decoration:none;
  }

#nav li a:hover {
  color:#00467F;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
 
  left: -999em;    float:left; clear:both; 
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;  
  margin: 0;
  padding: 0;
  text-align:left;clear:both;
  }
	
#nav li li a {
   width: 100px; 
  height: 24px;
  line-height: 24px;
  color: #fff;
   
  background: #2BBCF8;
  margin: 0;
  padding: 5px   10px 5px 10px;
  }
	
#nav li li a:hover {
   
  padding: 5px   10px 5px 10px;  color:#00467F;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }
