/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
//.custom #header #logo a { display: block; height:300px; width: 1160px;
//background: url(http://vk3app.com/wp-content/uploads/2010/06/logo1.jpg) no-repeat;  outline: none; }
//.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
//.custom #header #tagline { height: 0; }
//.custom #header {border:0.2em solid #9c9c9c;
//height:300px;
//padding:5px;
//}

body.custom {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(http://vk3app.com/wp-content/uploads/2010/06/35.jpg) repeat fixed 0 0;
}



.custom #sidebar_2 {background:#F5F5F5 none repeat scroll 0 0;}
.custom #sidebars {
Background-color:#eee;

}
.custom h3 {

color:#897E7C;

} 
custom .sidebar 2 {background-color: #00B8B8;

-moz-border-radius: 4px;&nbsp;padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#ffffff;}


.custom #feature_box{ padding-left:0; padding-right:0; height:300px; width:1100px; }
.custom #featured{ position:absolute; top:53px; }

/* save this code in custom.css file */

.custom ul.sidebar_list li.widget h3

    {
       margin:0 -0.9em;
       padding:0.5em 1em;
       font-size:16px;
    }


/*common css code for different color in each sidebar heading */
.custom ul.sidebar_list li#social-widget-3 h3

          {
              color:#ffffff;
              background-color:#ff0000;
              background:url("http://vk3app.com/wp-content/uploads/2010/06/sidebar-h4-bg1.gif") no-repeat; 
          }


.custom ul.sidebar_list li#text-19 h3

          {
              color:#ffffff;
              background-color:#ff0000;
              background:url("http://vk3app.com/wp-content/uploads/2010/06/sidebar-h4-bg.gif") no-repeat; 
          }

.custom ul.sidebar_list li#text-20 h3

          {
              color:#ffffff;
              background-color:#ff0000;
              background:url("http://vk3app.com/wp-content/uploads/2010/06/sidebar-h4-bg.gif") no-repeat; 
          }

.custom ul.sidebar_list li#text-7 h3

          {
              color:#ffffff;
              background-color:#ff0000;
              background:url("http://vk3app.com/wp-content/uploads/2010/06/sidebar-h4-bg.gif") no-repeat; 
          }
.custom ul.sidebar_list li#text-21 h3

          {
              color:#ffffff;
              background-color:#ff0000;
              background:url("http://vk3app.com/wp-content/uploads/2010/06/sidebar-h4-bg.gif") no-repeat; 
          }
.custom ul.sidebar_list li#recent-posts-3 h3

          {
              color:#ffffff;
              background-color:#ff0000;
              background:url("http://vk3app.com/wp-content/uploads/2010/06/sidebar-h4-bg.gif") no-repeat; 
          }


.custom ul.sidebar_list li#recent-posts-3 h3

          {
              color:#ffffff;
              background-color:#ff0000;
              background:url("http://vk3app.com/wp-content/uploads/2010/06/sidebar-h4-bg.gif") no-repeat; 
          }
.custom ul.sidebar_list li#search h3

          {
              color:#ffffff;
              background-color:#ff0000;
              background:url("http://vk3app.com/wp-content/uploads/2010/06/sidebar-h4-bg.gif") no-repeat; 
          }

.custom ul.sidebar_list li#categories-3 h3

          {
              color:#ffffff;
              background-color:#ff0000;
              background:url("http://vk3app.com/wp-content/uploads/2010/06/sidebar-h4-bg.gif") no-repeat; 
          }
.custom ul.sidebar_list li#dfrads-widget-3 h3

          {
              color:#ffffff;
              background-color:#ff0000;
              background:url("http://vk3app.com/wp-content/uploads/2010/06/sidebar-h4-bg.gif") no-repeat; 
          }

custom li.h3 {

color:#30BD20;

}

.custom h2 {
   bottomleft:4px;
   bottomright:4px;
   topright:4px;
   background-color:#89E2FB;
   border:1px solid #033653;
   color:#111111;
   padding:0.2em 0.2em 0.2em 0.5em;

}





