﻿/************ Standard Blog Classes **************/

.blogFullWrapper
{
	 margin: 0 auto;
	 text-align: center;
}

.item-control {
   display:none;
}

.item-control a, .item-action a {
   text-decoration:none !important;
}

.widget-item-control {
  float: right;
}

.quick-edit-icon {
   background: url("../images/global/icons/editRecord.gif") no-repeat left;

   /* makes an 18x18 box */
   padding:9px;

   margin:0 0 0 .5em;
}

.widget-item-control .quick-edit-icon { 
  background: url("../images/global/icons/settings.gif") no-repeat left;
}

.delete-comment-icon {
   background: url("../images/global/icons/deleteRecord.gif") no-repeat left;

   /* makes a 14x14 box */
   padding:7px;
}

.email-post-icon { 
   background: url("../images/global/icons/emailFromRecord.gif") no-repeat left;

   /* makes an 18x18 box */
   padding:9px;

   margin:0 0 0 .5em;
}

/************ Nav Bar Classes **************/
.nav1
{
	text-align: right; 
	border-bottom: silver 3px solid; 
	background-color: purple; 
	color: white;
}
.nav1 A:link {text-decoration: none; color: white;}
.nav1 A:visited {text-decoration: none; color: white;}
.nav1 A:active {text-decoration: none; color: white;}
.nav1 A:hover {text-decoration: underline; color: white;}


.nav2
{
	text-align: right; 
	border-bottom: silver 3px solid; 
	background-color: black; 
	color: white;
}
.nav2 A:link {text-decoration: none; color: white;}
.nav2 A:visited {text-decoration: none; color: white;}
.nav2 A:active {text-decoration: none; color: white;}
.nav2 A:hover {text-decoration: underline; color: white;}

.outerHeader
{
    width: 100%;
    padding-top: 5px; /* Zero to prevent IE box trouble. */
    height: 27px; 
    background-image: url(../images/master/blogMasterHeader.jpg); 
    background-repeat: repeat; 
    text-align: center;
    color: #ffffff;
}


