@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  /*  src: local('Bitter-Regular'), url('http://themes.googleusercontent.com/static/fonts/bitter/v3/2PcBT6-VmYhQCus-O11S5-vvDin1pK8aKteLpeZ5c0A.woff') format('woff');  */ 
}
body,
.SiteTitle,
h1, h2, h3, h4, h5 {
  font-family: sans-serif;     /* chip changed */
}
a {
   color: #1D5689;
}
a:hover {
   color: #003467;
}

/** Custom Master View Stuff **/
#Frame > .Top {
   background: #94BC59;          /*#3c71a7;          changed by chip */
   padding: 0 20px;
   text-align: left;
   line-height: 2.4;  /* chip changed this from 2.4 */
}
.TopMenu a {
   padding: 8px;
   font-size: 16px;  /* changed from 13px  */
   font-weight: 400;
   color: #fff;
}
.TopMenu a:hover {
   background: #333;
}
.Banner {
   position: relative;
   min-height: 98px;
   text-align: left;
   background: #FFF;  /* added this line */
}
.SiteTitle {
   font-size: 40px;
   font-weight: bold;
}
.SiteTitle a { 
   color: #000; 
  padding: 0px;
   margin: 0px;
}

.SiteTitle img { 
   padding: 0px;
   margin: -6px -20px;  /*chip changed this from 0*/
}


.Banner .Row {
   position: relative;
}
.AdSpace {
   position: absolute;
   top: 0;
   right: 0;
   height: 90px;
   line-height: 90px;
   width: 728px;
   background: #ddd;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset; 
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
   border: 4px solid #eee;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   text-align: center;
   color: #777;
}
#Head {
   color: #000;
   /* box-shadow: inset 0 5px 5px 0 #EEE,
      inset 0 -5px 5px 0 #EEE; chip removed */
   background: #F7F7F7;
   border: 1px solid #D0D0D0;
   border-width: 1px 0;
   padding: 0;
}
#Head .SiteMenu a {
   font-size: 14px;
   font-weight: 400;
   color: #515151;	/*#777;  */
   padding: 8px 0;
   margin: 0 20px;             /*chip changed from 30px*/
   display: inline-block;
}
#Head .SiteMenu a:first-child {
   margin-left: 0;
}
#Head .SiteMenu a:hover {
   color: #222;
}
#Head .SiteSearch {
   top: 3px;
   right: 0;
}
#Head .SiteSearch .InputBox {
   border: 1px solid #fff;
   box-shadow: inset 0 0 2px #aaa;
   font-size: 13px;
}
#Head .SiteSearch .Button {
   top: 6px;
}
.BreadcrumbsWrapper {
   font-size: 11px;
   border-bottom: 1px dotted #eee;
   padding: 6px 0;
   margin-bottom: 20px;
   color: #aaa;
}
.Breadcrumbs a {
   color: #777;
}

/** Vanilla Contents **/
.PageDescription {
   color: #888;
   margin: 8px;
}
.CategoryBox h2 {
   margin: 20px 8px 8px;
}
.CategoryBox h2 a {
   color: #aaa;
}
.HomepageTitle {
   margin: 0 8px;
}
.HomepageTitle .AdminCheck {
   padding: 0;
}
.Pager {
   font-size: 16px;  /* changed from 18px  */
}
.ProfileOptions {
   font-weight: bold;
}
.DataTable td {
   border-style: dotted;
}
.DataList > .Item {
   border-style: dotted !important;
   padding:  8px 6px 0px 12px; /*   accipiter change -  padding: 12px 8px;      */

}
.DataList .Item .Item {
   border: none !important;
}
.DataList .Title,
.DataList .Title a {
    font-weight: normal;  /*  accipiter change from bold */
    font-size: 16px;  /* changed from 18px */
  /*  color:  #1E79A7;    /* accipiter changed from color: #777;   */
}

.DataList .Title {
     font-weight: normal;  /*  accipiter change from bold */
  /*  color:  #1E79A7;    /* accipiter changed from color: #777;   */
}
.Meta,
.MItem,
.MItem a {
  
}
.DataList .Title a:hover {
   text-decoration: underline;
}
.MItem {
   margin: 0 8px;
   padding: 0;
}
.MItem:last-child {
   border: none;
}


/* Big Button */
.ButtonGroup .Button,
#Content input.Button,
.Button {
    text-shadow: none !important; /*added accipiter */
   background: #0072BB;  /*#3c71a7;*/
   color: #fff;
}
.ButtonGroup.Open .Button.Handle,
#Content input.Button:hover,
#Content input.Button:focus,
#Content input.Button:active,
.Button:hover,
.Button:focus,
.Button:active {
   color: #fff;
   border-color: #6f0b00;
}
.ButtonGroup.Open .Button.Handle,
#Content input.Button:focus,
#Content input.Button:active,
.Button:focus,
.Button:active {
   background: #aa1100;
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
}

#Panel .BigButton {
   margin: 20px 0;
}
input.Button {
   padding: 6px 12px;
}
.BoxFilter {
   margin: 20px 0;
}
.Box {
   color: #888;
   margin: 0 0 30px;
}
.Box h4 {
   color: #333;
   font-size: 12px;  /* changed from 18 px */
   text-transform: uppercase;
   margin: 6px 0;
}
.PanelInfo li {
   font-weight: bold;
   background: #f7f7f7;
   padding: 2px 4px;
   border-style: dotted !important;
}
.PanelInfo a {
   color: #555;
}
.PanelInfo a:hover {
   text-decoration: underline;
}
body.Profile .PanelInfo .Active,
.PanelInfo .Active {
   background: #fff;
}
.PanelInfo .Active a {
   color: #333;
}
.Bullet {
   color: #aaa;
}

/* added Accipiter */
blockquote {
 background-color: rgba(0, 0, 0, 0.05);
 }
 
.Mine {
 background:rgba(0, 0, 0, 0.04);
 }
 
 .Discussion .PageTitle h1 {
    font-size: 18px;
    line-height: 1.2;
}

.ItemDiscussion .Meta, .DataList .Meta {
    color: #616060;
}

.AuthorDate {
    padding-left: 5px;
}


HasNew, .JustNew {
    display: inline;
    margin-right: 5px;
}


#Foot a {
    color: black;
}

#Foot p {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:230px;
    color: black;
}

.PoweredByMFO {
margin-left: 200px;
padding-right: 50px;
display: inline-block;
height: 33px;
width: 70px;
background: url('images/final_owl_195.gif') center center no-repeat;
background-size: 70px auto;
line-height: 999px;
color: transparent;
overflow: hidden;
font-size: 0;
}

.Message {
   font-size: 110% !important;
}

.MItem.MCount.ViewCount {
position:relative;
float: right;
background:  #4395CD;		/*#70a9e3;*/
font-size: 12px;
color: white;
border:1px solid;
border-radius:10px;
padding-left:5px;
padding-right:3px;
width:60px;
right: 11px;
} 

.MItem.MCount.CommentCount, .NewCommentCount {
float: left;
}


.Tag.Tag-Announcement {
    float: left;
}


.Item .OptionsTitle {
    visibility: visible;
}

