/* ================ */
/* = The 1Kb Grid = */     /* 9 columns, 80 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:80px; }
.grid_2 { width:180px; }
.grid_3 { width:280px; }
.grid_4 { width:380px; }
.grid_5 { width:480px; }
.grid_6 { width:580px; }
.grid_7 { width:680px; }
.grid_8 { width:780px; }
.grid_9 { width:880px; }

.grid_3 {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;

}

.grid_3 a {
color: #fff;
}

.grid_3 a:hover {
color: #26aeff;
}


.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
min-width:900px

}

.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;

}

#rmblogs {
      
      }

      /* Suppress everything except for title */
      #rmblogs .gf-snippet, 
      #rmblogs .gf-author, 
      #rmblogs .gf-spacer,
      #rmblogs .gfc-resultsHeader { 
        display : none;
      }    

      /* decent padding at the bottom of each set of entries */
      #rmblogs .gfc-results {
        padding-bottom : 1em;
border-bottom: none;
      }

      /* no padding between entries */
      #rmblogs .gfc-result {
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
border-bottom: none;
      }


#rmblogs .gfc-resultsHeader {

}

      /* slightly larger section header title */
      #rmblogs .gf-relativePublishedDate {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
border-bottom: none;
      }

 #rmblogs a.gf-title {
color: #22262a;
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
border-bottom: none;
}
 
 #rmblogs a:hover.gf-title {
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
border-bottom: none;
color: #26aeff;
}

div.vcard span.title, span.fn {

font-family: Helvetica, Arial, sans-serif !important;
font-style: normal !important;
font-weight: normal !important;
text-transform: normal !important;
letter-spacing: normal !important;
line-height: 1.4em !important;
color:#999999;

}

div.vcard span.email, span.tel {

font-family: Helvetica, Arial, sans-serif !important;
font-style: normal !important;
font-weight: normal !important;
text-transform: normal !important;
letter-spacing: normal !important;
line-height: 1.4em !important;
color:#999999;

}

div.vcard span.fn {
color: #26aeff;
}

ul#navlist
{
margin-left: 0px;
padding-left: 5px;
white-space: nowrap;
text-align: right;
float:right;
}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a { padding-right: 20px; }

#navlist a
{
color: #22262a;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
letter-spacing: normal;
line-height: 1.6em;
border-bottom: none;
background: #fff;
border: 1px solid #ccc;
text-align: center;
padding: 5px;
margin-left: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}

#navlist a:hover
{
color: #fff;
background:#26aeff;
text-decoration: none;
}


