/*
Theme name: CV-CMS Sandbox
Theme URI: http://www.ConferenceVillage.com/
Description: Specialized theme to build a professional web site / blog for a small business using WordPress as a content management system (CMS). By <a href="http://www.ConferenceVillage.com/biowilliams.html">Dave Williams</a>.
Template: ashford
Version: 0.6
Author: Dave Williams
Author URI: http://www.ConferenceVillage.com/
Tags: ashford, two columns, widgets, fixed width, 960 Grid System, jQuery, theme options, page template, framework, extensible, parent theme, child theme, cms, search engine optimization, SEO

This software (Ashford WordPress Theme) is licensed under the CC-GNU GPL version 2.0 or later.
http://creativecommons.org/licenses/GPL/2.0/

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  long with this program.  If not, see <http://www.gnu.org/licenses/>.

Copyright (c) 2008-2009 Timothy James Bednar.
*/

/*
Add CSS here to customize your child theme.
*/

#navigation {
background-color:transparent;
background-image:url(images/navigation_bg.png);
background-position:left top;
background-repeat:repeat-x;
float:left;
height:34px;
width:940px;

} 
.grid_9  .post_page .post_title{
  border-bottom:#CCC dotted 1px;
  font-size:30px;
  margin-bottom:20px;
  width:520px;
}
.grid_9 .post_date{
  color:#990033;
  float:left;
  width:100px;
}
.post_by{
  border-top:#CCC dotted 1px;
  clear:both;
  color:#3399ff;
  margin-bottom:20px;
  text-transform:uppercase;
}
.post_by a{
  color:#ff9900;
}
.post_click_here a{
  color:#3399ff;
  text-transform:lowercase;
}

.txtbox                 {width:120px; height: 16px; font-size:9px; border:2px solid #b2c7de; background:#FFFFff;}
.txtbox:hover           {border:solid 2px #1FA8FF; background:#FFFFff;}
.txtbox:focus           {border:solid 2px #1FA8FF; background:#ffffff;}
/*
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
*/
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}

.stylesmlb {
font-size: 9px;
line-height: 15px;
font-weight: bold;
color: #0235cc;
padding-left: 0px;
}

table#other {
border:solid 1px blue;
}
#other td, #other th {
border:none;
}

#sidebar_inner {
background-color:transparent;
background-image:none;
padding:0px;

} 