/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://forney.org/mt-static/themes-base/blog.css);
@import url(http://forney.org/mt-static/support/themes/Prv/Prv.css);
/* end StyleCatcher imports */

@import url(http://forney.org/mt-static/plugins/ActionStreams/css/action-streams.css);

/* Custom Styles ---------------------------------------------------------- */

#header-name {
    padding-top: 30px;
}

#main-navigation ul li a {
    padding: 7px 10px 7px 11px;
}

#homepage-image {
   margin-bottom: 3px;
}

.asset-body img,
.asset-more img {
   padding: 5px 5px;
   background-color: #ffffff;
   border: 1px solid #999999;
   margin-bottom: 5px;
}

.asset-body img {
   float:right;
   margin: 0 0 20px 20px;
}

dd img {
   padding: 5px 5px;
   background-color: #ffffff;
   border: 1px solid #999999;
}

.map-flags img {
  float: none;
  border: none;
  padding: 5px 5px 0 5px;
  margin: 0 0;
}

.asset-meta .entry-categories h4,
.asset-meta .entry-tags h4 {
   font-weight: normal;
   font-size: 11px;
   margin: 0;
   padding: 0;
}

.entry-categories li,
.entry-tags li {
   font-weight: normal;
   font-size: 11px;
}

.action-stream-list li,
.widget-misc {
   padding-right: 8px;
}


#footer .widget-powered .widget-content span a {
    margin-top: 15px;
    height: 64px;
    width: 64px;
    background: url(http://forney.org/mt-static/addons/Commercial.pack/themes/professional-black/4-sm) no-repeat 0 0;
}

/* ************************************************************** */
/* Calendar Widget style **************************************** */
/* ************************************************************** */
/* Calendar CSS */
/* table and column widths set as MT variables */

/*
.gcal {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
}
*/

/* Table */
.gcal-table {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
}

/* Feed title click message */
.gcal-td-feed-clicks {
	width: 100%;
	text-align: right;
	color: #999999;
	font-size: 10px;
	line-height: 1.5;
}
	
/* Feed Title */
.gcal-td-feed-title {
	width: 100%;
	font-variant: small-caps; 
	font-weight: bold; 
	font-size: 12px;  
	line-height: 2.0; 
	border-bottom: 1px solid #999999; 
	padding: 0;
}

/* Blank line */
.gcal-td-blank {
	width: 100%;
	height: 11px; 
	font-size: 11px; 
	line-height: 1.0;
}

/* Title size*/
.gcal-td-entry-title {
	font-size: 12px;
}

/* Entry Left */
.gcal-td-entry-left {
	font-size: 10px; 
}

/* Entry Right */
/* Required width is 33px */
.gcal-td-entry-right {
	width: 33px; 
	height: 40px; 
	font-size: 13px; 
	font-weight: bold; 
	font-family: Times; 
	text-align: center; 
	text-transform: uppercase; 
	color: #999999; 
	line-height: 1.1; 
	padding: 0px 0px 0px 3px; 
	vertical-align: top;
}

/* Add to Calendar */
.gcal-td-add {
	width: 100%;
	font-size: 10px; 
	padding: 3px 0 15px 0;
}

/* Calendar images */
.gcal-td-add-img {
	width: 16px;
	height: 16px;
	padding: 0 2px;
	border: none; 
	vertical-align: middle;
}

/* Holiday Date */
.gcal-td-holiday-date {
	width: 100%;
	font-size: 12px; 
	font-family: Times; 
	text-transform: uppercase; 
	padding: 0 0 5px 0;
}

/* Holiday Title */
.gcal-td-holiday-title {
	width: 100%;
	font-size: 12px; 
	padding: 0 0 10px 0;
	color: #921712;
}

/* No Event */
.gcal-td-no-event {
	width: 100%;
	padding: 0 0 10px 0;
}

/* Optional Date Header */
.gcal-td-opt-date-header {
	width: 100%;
	font-size: 11px; 
	padding: 0 0 10px 0;
	font-weight: bold;
}
 

