/*
Theme Name: on2biz
Theme URI: http://yourdomain.com/
Description: Theme for on2.biz
Author: Ashutosh Bijoor
Author URI: http://on2.biz/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
 
/* Style the meta panel for logged-in users */
@import url('../thematic/library/styles/sitemeta.css');
 
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
 
/* Apply default theme styles and colors */
@import url('../thematic/library/styles/classic.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
 
/* Un-comment the line below to set a grid with 18px line-height to fit 125px ad units  */
/* body { background:url(../thematic/images/960_grid_12_col.gif) repeat-y top center; } */

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* =Global Elements
-------------------------------------------------------------- */

body {
    font-family:Verdana, Arial, sans serif;
}

/* =Header
-------------------------------------------------------------- */

#header {
    background:#FFF;
}
#blog-title {
    /*text-indent:-1000px;*/
    line-height:54px;
    padding:0;
    margin:25px;
    margin-left:10px;
    border:0;
}

#blog-title a {
    display:block;
    background-image:url(images/on2bizlogosm.png);
    background-repeat:no-repeat;
    height:50px;
    color:#fff;
    text-decoration:none;
    font-size:0;
}

#blog-description {
    display:none;
    font-style:italic;
    padding:10px;
    color:#fff;
}

#branding {
    padding: 20px 0 20px;
}

#primary {
    border:0;
}
/* =Banner
-------------------------------------------------------------- */
.banner_tall {
    background:url(/wp-content/uploads/2008/02/header_tall.gif) top repeat-x;
}  
.banner_right { 
    background:url(/wp-content/uploads/2008/02/header_right.gif) top right no-repeat; 
    font-size:18pt; 
    font-family:Georgia,Times Roman,serif; 
    text-align:right; color:#000; 
}
.banner_right em {color:#FFF} 
.banner_left {
    background:url(/wp-content/uploads/2008/02/header_left.jpg) top left no-repeat; 
    height:239px;
    width:100%;
} 
.banner_left .banner_taright {padding:25px;text-align:right;} 
.banner_but1 {border:0;margin:15px 0 0 125px!important;} 
.banner_but2 {border:0;margin:15px 0px 0 8px!important;}

/* =Menu
-------------------------------------------------------------- */

#access {
    font-size:11px;
    background:#FFF;
    border:0;
    margin-top:-1px;
    padding-left:25px;
}

.sf-menu {
    border:0;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding:25px 0;
}
#content {
    margin-left:25px;
}    
.hentry {
    border:0;
}
/* Lists */
#content ul {
	 list-style: none;
	 margin-left: 12px;
	 }
#content ul li {
	 overflow: hidden;
	 height: 100%;
	 padding: 2px 0 2px 15px;
	 background: url(images/bullet.png) no-repeat 0 8px;
	 }
#content ul li li {
	 background: url(images/bullet-alt.png) no-repeat 0 8px;
	 }

/* Blockquotes */
blockquote {
	   margin: 0 24px 0  0;
	   padding: 6px 0 0 24px;
	   background: url(images/quotes.gif) no-repeat 0 0;
	   border: none;
	   }
.post blockquote {
      font-style: italic;
      color: #777;
      }
.post blockquote em {
      font-style: normal;
      }

/* Code */
code {
     font-size: 12px;
     padding: 0 3px;
     background: #EFF1E1;
     }
pre {
    font-size: 12px;
    overflow: auto;
    padding: 9px;
    background: #EFF1E1;
    border: 1px solid #e2e2e2;
    }
pre code {
    padding: 0;
    background: transparent;
    }

/* Tables */
table {
      width: 100%;
      background: #0C2E3B;
      border: 1px solid #e2e2e2;
      }
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
   padding: .3em;
   border: 1px solid #e2e2e2;
   }
tr {
   background: #EFF1E1;
   }
th {
   padding: .3em;
   color: #fff;
   background: #113644;
   border: 1px solid #e2e2e2;
   }
td a, th a {
   font-weight: bold;
   }

/* Forms */
textarea {
	 width: 98%;
	 font: normal normal normal 15px/21px arial, verdana, sans-serif;
	 }
input {
      font: normal normal normal 13px/21px arial, verdana, sans-serif;
      }
.text-input {
	    display: block;
	    width: 300px;
	    font-size: 15px;
	    }
.page-template-quick-post .text-input {
			  width: 98%;
			  }
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #fff;
	background: #0A2934;
	border: 1px solid #000;
	}
.button:hover {
	      cursor: pointer;
	      background: #113644;
	      }

/* Drop caps */
.drop-cap {
	  float: left;
	  line-height: 39px;
	  margin-right: 3px;
	  font-size: 48px;
	  font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	  color: #666;
	  }

/* Notes */
.note {
      padding: 6px 9px;
      background: #EFF1E1;
      border: 1px solid #e2e2e2;
      }

/* Warnings/Alerts */
.warning, .alert {
	  padding: 6px 9px;
	  background: #fffbbc;
	  border: 1px solid #E6DB55;
	  }

/* Errors */
.error {
       padding: 6px 9px;
       background: #ffebe8;
       border: 1px solid #C00;
       }

/* Downloads */
.download {
	  padding: 6px 9px;
	  background: #e7f7d3;
	  border: 1px solid #6c3;
	  }

/* Alignment */
.left, .alignleft {
       float: left;
       margin: 0 15px 0 0;
       }
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
	}
.center, .aligncenter {
	 display: block;
	 margin: 0 auto 21px auto;
	 }
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
       clear: both;
       }
span.pullquote {
	       float: none;
	       margin: 0;
	       }

/**
* Images
************************************************/
img, a img {
     padding: 5px;
     }
.post img {
      max-width: 594px;
      padding: 4px;
      background: #EFF1E1;
      border: 1px solid #e2e2e2;
      }

/* WP Smilies */
img.wp-smiley {
	      max-height: 12px;
	      margin: 0;
	      padding: 0;
	      border: none;
	      }

/* Thumbnails */
.thumbnail {
	   float: left;
	   width: 200px;
	   height: 200px;
	   margin: 0 15px 10px 0;
	   padding: 4px;
	   background: #EFF1E1;
	   border: 1px solid #e2e2e2;
	   }

/* WP Captions [caption] */
.wp-caption {
	    overflow: hidden;
	    max-width: 588px;
	    padding: 6px;
	    background: #EFF1E1;
	    border: 1px solid #e2e2e2;
	    text-align: center;
	    }
.wp-caption img, .wp-caption a img {
	    max-width: 588px;
	    margin: 0;
	    padding: 0;
	    border: none;
	    }
.wp-caption p {
	    margin: 0;
	    padding: 0;
	    font-size: 11px;
	    font-style: italic;
	    text-align: right;
	    }

/* Gallery [gallery] */
.gallery {
	 display: block;
	 text-align: center;
	 margin-bottom: 21px !important;
	 }
.gallery img {
	 padding: 4px;
	 background: #EFF1E1;
	 border: 1px solid #e2e2e2;
	 }

/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}


