/*
RESET
MAIN ELEMENTS
COMMON
HEADER/AUX
NAVIGATION
FOOTER
FONTS
LINKS
COMPONENTS
GROUPOF LAYOUTS
LISTS
BUTTONS
IMAGES
BANNERS
TABLES
FORMS
GENERAL STYLES
MEASUREMENTS

PAGE SPECIFIC
MISC
BLOG SPECIFIC


 */


/**
--- RESET ---
 **/

/* http://meyerweb.com/eric/tools/css/reset/ | v2.0b1 | 201101 | modified by cloudmark */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite, code, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

/**
--- MAIN ELEMENTS ---
 **/
html { 
    font: 75%/140% helvetica, arial, sans-serif; 
}

body { 
    color: #666;
    text-align: center;
    background: #eff6fc url(images/bg/v_fade.png) left top repeat-x;
}

body:before { 
    content: "";
    position: fixed;
    top: -10px;
    left: -10px;
    width: 110%;
    height: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.8);
    box-shadow: 0 0 10px rgba(0,0,0,.8);
    z-index: 100;
}

a:link, a:visited, a:active, body #aux a:visited, body #footer dt a:visited {
    color: #39c;
    outline: none;
    text-decoration: none;
}

body a:visited { color: #83AEC8; }

a:hover { text-decoration: underline; }

h1 { 
    color: #036; 
    font-weight: normal; 
    text-transform: uppercase;
    font-size: 170%;    
    margin-bottom: 1em;
}

h2 { 
    font-size: 140%; 
    margin-bottom: 0.25em;
    color: #39c; 
    font-weight: normal; 
    line-height: 1.4em;
}

h2.font2 {
    color: #39C; 
    font-size: 1.3em; 
}

h3 { 
    font-size: 115%;
    color: #036; 
    margin-bottom: 0.25em;
}

h4 { 
    font-size: 100%; 
    margin-bottom: 0.25em;
}

h5 { 
    font-size: 105%;
    margin-bottom: 0.25em;
}

p, ul, ol, dl {
    margin-bottom: 1.5em;
}

p ~ h2 {
    margin-top: 2em;
}

code {
    background: #f0f0f0;
    padding: 1em;
    font-size: 120%;
    display: block;
    line-height: 2.5em;
    border: 1px dotted #ccc;
}

hr {
    background-color: #e4f1ff;
    height: 1px;
    border: none;
}

/**
--- COMMON ---
 **/
#main {
    line-height: 1.6em;
}

#wrapper {
    width: 83em;
    margin: 0 auto;
    padding-bottom: 1em;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 12px #ccc;
    -webkit-box-shadow: 1px 1px 12px #ccc;
    box-shadow: 1px 1px 12px #ccc;
}

#header, #primary, #secondary, #main, #footer {
    clear: both;
    text-align: left;
    width: 77em;
    margin: 0 auto;
}


/**
--- HEADER/AUX ---
 **/
#header h1 {
    font-size: 100%;
    height: 7em;
}

#header h1 a {
    display: block;
    width: 260px;
    height: 60px;
    background: #fff url(images/logos/cloudmark-logo.jpg) 0 0 no-repeat;
    text-indent: -666em;
    position: absolute;
    margin: 24px 0 0 0;
}

#header h1 a:hover {
    background-position: 0 -61px;
}

#aux ul {
    margin: 0 0 1.5em 0;
}
#aux {
    padding-top: 1em;
    text-align: right;
    float: right;
    width: 50%;
}

#aux li { 
    line-height: 2em;
    padding: 0 .5em;
    display: inline; 
}

#aux li+li {
    border-left: 1px solid #4da1cb;
}

#aux a {
    font-size: 85%;
    text-transform: uppercase;
    text-decoration: none;
}

#aux a:hover {
    text-decoration: underline;
}
/*--- END HEADER/AUX---*/




/**
--- NAVIGATION ---
 **/

/* top level + fly out and mega navigation */
#primary {
    height: 3em;
    margin: 0 auto .5em;
}

#primary ul {
    margin: 0;
    padding: 0;
    height: 3em;
    white-space: nowrap;
    background-color: #39C;
    background-image: -moz-linear-gradient(top, #52B3E7, #3399CC); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #52B3E7),color-stop(1, #3399CC)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#3399CC'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#3399CC');
}

#primary li {
    line-height: 3em;
    float: left;
    white-space: nowrap;
    text-transform: uppercase;
    border-left: 1px solid #67a9d0; 
}

#primary li.first { 
    border: 0
}

#primary a {
    display: block;
    font-size: 110%;
    padding: 0 2.1em;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#primary a:hover {
    background-color: #52B3E7;
    background-image: -moz-linear-gradient(top, #3399CC, #52B3E7); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3399CC),color-stop(1, #52B3E7)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#3399CC', EndColorStr='#52B3E7'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3399CC', EndColorStr='#52B3E7');
}

#primary ul.menu li a:hover, #primary li.active2 ul.menu li a, #primary li.active ul.menu li a {
    background:transparent;
    filter:  none;
    -ms-filter: none;
}

#primary li.last {
    padding-bottom: 0;
}

#primary li.first a, #primary li.first.active a:hover {
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topleft:5px;
    border-top-left-radius: 5px;
}

#primary li.first.active a {
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius: 5px;
}

#primary li.first.active.active2 a.top {
    -moz-border-radius-bottomleft:0;
    border-bottom-left-radius: 0
}

/*active1,2,3 because of dynamic class switching: tricky removing just one without removing wrong one in heavily nested areas*/
#primary li.active a, #primary li.active2 a, #primary li.active3 a {
    background-color: #52B3E7;
    background-image: -moz-linear-gradient(top, #3399CC, #52B3E7); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3399CC),color-stop(1, #52B3E7)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#3399CC', EndColorStr='#52B3E7'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3399CC', EndColorStr='#52B3E7');
}

#primary li a.focus {
    background-color: #1977A9;
    background-image: -moz-linear-gradient(top, #1977A9, #52B3E7); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1977A9),color-stop(1, #52B3E7)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#1977A9', EndColorStr='#52B3E7'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1977A9', EndColorStr='#52B3E7');
}

#primary li.active ul li a {
    font-weight: normal;
}

/* multi-level fly-out menu */
.nav#secondary .menu li a:hover, .nav#secondary .menu li a.active, .nav#secondary li.active, #secondary #breadcrumb li a.active, #primary li.active a  {  
    color: #fff;
}
#primary .menu, #primary .menu ul, #secondary .menu,  #secondary .menu ul { 
    height: auto;
    display: none;
    position: absolute;
    padding-bottom: 5px;
    z-index: 1000; 
    width: 18em;
}

/* dropdowns in secondary nav */
#secondary.nav .menu {
    background-color: #036;
    background-image: -moz-linear-gradient(top, #003366, #05263D); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #003366),color-stop(1, #05263D)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#003366', EndColorStr='#05263D'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#003366', EndColorStr='#05263D');
    border-color: #072144;
    margin-left: -1em;
    font-size: 90%;
    width: auto;
}

#secondary .menu li {
    padding: 0 3em 0 1em;
}

#secondary.nav .menu li a {    
    color: #67A9D0;
}

#secondary.nav .menu li a:hover {  
    text-decoration: underline;
}
#primary li:hover .menu, #secondary li:hover .menu {
    display: block;    
}

#primary .menu li, #secondary .menu li {  
    display: block;
    float: none;
    text-transform: capitalize;
    background: transparent;
    border: none; 
    line-height: 2.4em;
    height: 2.4em;    
}
#primary .menu li a, #secondary .menu li a, #primary .mega a { 
    filter: none;
    background: transparent;    
    display: block;
    color: #006097;
    font-weight: normal;
}

#primary .menu li a:hover {
    background: transparent;
    text-decoration: underline;
}

#primary .menu ul {
    position: absolute;
    top: inherit;
    left: 17em; 
    float: none;
    display: none;
}
#primary .menu li:hover > ul {
    display: inline-block;
    margin-top: -2.4em;
}

#primary .mega {
    height: auto;
    display: none;
    position: absolute;
    padding-bottom: 0;
    z-index: 1000; 
    width: 60em;  
    color: #35444d;
    text-transform: none;
}

#primary .mega, #primary .menu, #primary .menu ul, #secondary .menu,  #secondary .menu ul {
    border: 1px solid #52B3E7;
    border-top: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #52B3E7;
    background-image: -moz-linear-gradient(top, #52B3E7, #A7DAF5); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #52B3E7),color-stop(1, #A7DAF5)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#A7DAF5'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#A7DAF5');    
}

#primary li:hover .mega {
    display: block;
}

#primary .mega .underline {
    border-bottom: 1px dotted #659eba;
}

#primary .mega .overline {
    border-top: 1px dotted #659eba;    
}
#primary .mega h3 {    
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #036;
}

#primary .mega ul {
    margin: 0.5em 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
    background: none;
    background-image: none;
}
#primary .mega li {
    margin: 0;
    padding: 0 0 0 1.5em;
    background: none;
    background-image: none; 
    line-height: 2.2em;
    text-transform: none; 
    display: block;
    border: 0;
}

#primary .mega li a {
    display: block;
    background: transparent url(images/icons/arw-navy.gif) left center no-repeat;
    color: #006097;
    padding: 0 2em 0 1em;
    font-weight: normal;
}

#primary .mega ul > ul {
    margin-left: 1em;
}
/* overriding this for simple style ul */
#primary .mega ul.simple {    
    margin: 0; 
    width: 100%;
    padding: 0 0 0 0.2em;    
    display: block;
    list-style: none; 
}
#primary .mega ul.simple li {
    clear: left; /* trick to override parent inline styles...*/
    float: left;
    display: block;
    margin: 0;
    width: 100%;
    padding-left: 0;
    line-height: normal;
    text-transform: none;
}
#primary .mega ul.simple li a {
    padding: 0 0 0 1em;  
    margin: 0;   
    background: transparent url(images/icons/arw-navy.gif) center left no-repeat;
    color: #006097;  
}

#primary .mega ul li a:hover {
    text-decoration: underline;
}
/* three columns */ 
#primary .mega .groupOf3 {
    clear: both;
    margin: 0 1.5em;
    padding: 0;
    /* important below to eliminate float bug in ie8 */
    height: 9.5em;  
    overflow: hidden;
}
#primary .mega .groupOf3 .one, #primary .mega .groupOf3 .two {
    float: left;
    width: 18em; 
    margin-right: 1em;
}
#primary .mega .groupOf3 .three { 
    float: right;
    width: 16em;
    margin-left: auto;
}

#primary .mega .groupOf3 .two-three { 
    float: left;
    margin-left: 1em;
    width: 30em;
}

#primary .mega .groupOf3 .three:after {
    clear: both;
}
#primary .mega br {
    height: 0;
}

#primary .mega ul, #primary .mega ul li, #primary .mega ul li a {
    filter: none;
    -ms-filter: none;
}

/* secondary navigation on pages */
#secondary {
    background-color: #003366;
    background-image: -moz-linear-gradient(top, #075287, #003366); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #075287),color-stop(1, #003366)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#075287', EndColorStr='#003366'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#075287', EndColorStr='#003366');
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1.75em;
}

#secondary h2 {
    margin: 0 0 0 1em;
    font-weight: normal;
    line-height: 2em;
    color: #fff;
    font-size: 150%;
}


#secondary hr {
    height: 1px;
    margin: 0 1.5em;
    border: 0;
    border-bottom: 1px solid #368;
    background: transparent;
}

#secondary ul {
    height: 3em;
}
#secondary li {
    line-height: 3em;
    padding: 0 0 0 1.5em;
    float: left;
    display: block;
}

#secondary li ul li {
    background: none;

}
#secondary li+li {
    background-image: none;
}

#secondary li.separate {
    float: right;
    margin-right: 1em;
}

#secondary li.separate a {
    color: #ccc;
}

#secondary a {
    color: #67A9D0;
    display: block;
    font-size: 1.2em;
    text-decoration: none;
}

#secondary a:hover, #secondary a.active, #secondary #breadcrumb a:hover,
#secondary li.separate a:hover, #secondary li.active2 a {
    color: #fff;
    text-decoration: none;
}


/* for breadcrumbs within secondary nav */

#secondary #breadcrumb {
    color: #fff;
    overflow: hidden;
}

#secondary #breadcrumb li {
    padding: 0;
    line-height: 2em;
    font-size: 150%;
    /*a hack to get the text in exact same spot as h2's when we're not using list elements on pages with no breadcrumbs*/
    text-indent: 0.75em;
}

#secondary #breadcrumb li+li {
    text-indent: 1.5em;
}


#secondary #breadcrumb li a {
    color:#ccc;
    font-size: 1em;
}
/* --- END NAVIGATION --- */

/**
--- FOOTER --- 
 **/
#footer {
    padding-top: 1.4em;
    border-top: 1px solid #e5e5e5;
    margin: 2em auto;
}
#footer dl {
    float: left;
    color: #39C;
    margin-bottom: 3em;

}

#footer dl+dl { margin-left: 4.25em; }
#footer dd, #footer dt { line-height: 1.5em; text-transform: capitalize; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer a.active, #footer a.active:hover { 
    cursor: default;
    text-decoration: none;
}
#locations {
    clear: both;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#footer .imgLinks a span {
    float: left;
}

#locations li {
    line-height: 2.5em;
    padding: 0 1em;
    font-size: 125%;
    display: inline;
}

#copyright {
    color: #aaa;
    line-height: 2em;
}

.imgLinks li {
    display: inline;
    line-height: 2em;
}

.imgLinks a {
    display: block;
    float: right;
    margin-left: 1em;
}

#footer .imgLinks a span {
    float: left;
}

.image.fbLink {
    background-position: -60px 0;
}

.imgLinks a span {
    display: block;
    float: left;
    margin-right: 0.2em;
}

.image {
    background: url("images/gr/global_assets.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 25px;
    overflow: hidden;
    width: 25px;
}

/* --- END FOOTER --- */


/**
--- FONTS ---
(we have two fonts stacks: one for serif and one for sans. no more than two.)
 **/

h3, h4, #secondary #breadcrumb, #secondary h2, h2.font2,  ul.tabNav li, .panel.more dt {
     font-family: georgia, "Times New Roman", serif;
}

 
#primary .mega h3 {
     font-family: helvetica, arial, sans-serif; 
}



/**
--- LINKS ---
 **/

a.external { 
    padding-right: 1em; 
    background: url(images/icons/external_grey.png) no-repeat right top; 
}

a.external:hover { 
    background: url(images/icons/external.png) no-repeat right top; 
}



a:visited.arrowLink.lBlue:after, a:visited.arrowLink:after, .panel a:visited.arrowLink:after {
    content: url("images/icons/arrow83AEC8.gif");
}

a.arrowLink:hover { text-decoration: underline; }

a.arrowLink:after, a.btn.btn2:after {
    text-decoration: none;
    content: url("images/icons/arrow_r.gif");
}

a.arrowLink.lBlue:after, .list-two-items a.arrowLink:after, dl.arrowLinks dd a:after {
    content: url("images/icons/arrow2089BE_r.gif");
}

li.separate a.arrowLink:after {
    content: url("images/icons/arrowccc_r.gif");
}

.panel.secondary a.arrowLink:after {
    content: url("images/icons/arrow666_r.gif");
}
.panel a.arrowLink:after, #footer a.arrowLink:after {
    content: url("images/icons/arrow2089BE_r.gif");
}

/* pagination */
.pagLink { 
    height: 2em;
    width: 2em;
    border: 1px solid #f0f0f0;
    padding: 0.5em 1em;
    font-weight: bold;
    margin: 0 0.25em 0 0;
}
.pagLink:hover, .pagLink.active {
    background: #f0f0f0;
    border-color: #ccc;
    text-decoration: none;
}




/**
--- COMPONENTS ----
 **/

/* media */

.media {
    height: 300px;
    margin: 0 0 2em 0;
    width: 508px;
    background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); 
    background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); 
    border: 2px solid #333;
    -moz-box-shadow: 3px 3px 7px #BEBFBF;
    -webkit-box-shadow: 3px 3px 7px #BEBFBF;
    box-shadow: 3px 3px 7px #BEBFBF;
}

.media.margin-left {
    margin-left: 4em;
}

.media div{
    height: 268px;
    width: 478px;
    margin: 1em;
    background: #000;
    border: 2px solid #333;
    position: absolute;
}

.media object {
    margin: 0;
    position: absolute;
    z-index: 100;
}

.media-caption{
    font-weight: bold;
    padding: 0 1em 1em 1em;
    border-bottom: 1px dotted #ccc;
    width: 80%;
    font-size: 1.1em;
}

.media #loadVid {
    display: block;
    height: 268px;
    width: 478px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    line-height: 100px;
    font-weight: bold;
    font-size: 1.5em;
}

.media span.loading {
    font-size: 1.2em;
    font-weight: bold;
    margin: 100px 0 0 0;
    position: absolute;
    text-align: center;
    width: 508px;
    z-index: 10;
}



/* loading indicator*/
#loading {
    background-image: url(images/gr/loading.gif);
    display: none;
    height: 0;
    width: 0;
}

#loading.active {
    background-image: none;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1000;
}


#loading.active div {
    display: block;
}

#loading div {
    display: none;
    color: #39C;
    font-size: 1.3em;
    font-weight: bold;
    height: 9em;
    width: 24em;
    line-height: 13em;
    margin: 9em auto;
    position: relative;
    text-align: center;
    z-index: 1000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #39C;
    background-color: #fff;
    background-image:url(images/gr/loading.gif);
    background-position: center 28px;
    background-repeat: no-repeat;
}

#loading span {
    height: 100%;
    width: 100%;
    background: url(images/bg/000_75percent.png) repeat;
    display: block;
    position: absolute;
    z-index: 1000;
    opacity: 0.7;
}


/*
quotes
 */
.quote .overline span {
    margin-left: 8px;
    color: #EEC8A3;
}

.quote .image {
    height: 23px;
    width: 36px;
    background-position: -183px -808px;
    background-color: #EEC8A3;
    display: block;
    float: left;
    margin: -0.5em 0 0 -0.5em;
}

.quote .image.closing {
    float: right;
    background-position: -217px -808px;
    margin: 0;
}

.panel.quote p {
    margin-top: 3em;
}


/* PANEL component (replacing the old .blue-box, .white-box, etc.)
all panels use h3's. use them instead of h2's etc will be default style for you. also, for elements that need padding etc(like a form), use class .wrapper. 

Can take additional classes: 
default panel is currently light blue.
panel.secondary is grey and white
panel.highlight is orange and white
panel.wShadow (has a drop shadow)
panel.more (used only in the 'next steps' sections at base of pages) is currently identical to default panel- has extra class for easy css targeting in future if needed.
 */

.panel {
    color: #556A78;
    background: #eff6fc;
    border: 1px solid #C7E4F7;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tabbed-panels .panel, .tabbed-panels .panel:hover {
    border: 1px solid #ccc;  
    background: #f0f0f0;
    -moz-box-shadow: 1px 1px 6px #BCBDBF;
    -webkit-box-shadow: 1px 1px 6px #BCBDBF;
    box-shadow: 1px 1px 6px #BCBDBF;
}

.panel:hover, .panel.wShadow {
    -moz-box-shadow: 1px 1px 6px #BCBDBF;
    -webkit-box-shadow: 1px 1px 6px #BCBDBF;
    box-shadow: 1px 1px 6px #BCBDBF;
}

.panel.highlight {
    color: #C62;
    background: #fff;
    border: 1px solid #EFDBC1;  
}

.panel.secondary {
    color: #666;
    background: #fff;
    border: 1px solid #f0f0f0;  
}

.panel.secondary li, .panel.secondary dt {
    color: #999;
}

.panel.secondary a {
    color: #666;
}

.panel.highlight a, .panel .highlight a.btn, .panel .highlight a:visited {
    color: #C62;
}

.panel.more {
    margin-top: 1.5em;
    text-align: right;
    font-weight: bold;
}

.panel.more dl {
    margin-bottom: 1.5em;
}

.panel.more a {
    line-height: 2em;
}

.panel.more dt {
    background: none;
    font-size: 1.2em;
    margin-bottom: .5em;
    padding: 0;
    height: 1.75em;
    color: #036;
    border-bottom: 1px dotted #BCD6E0;
    font-size: 125%;
}

.panel.more dt:after {
    content: ":";
}

.panel.more dd {
    padding: 0;
    background: none;
}

.panel ol, .panel dl, .panel ul, .panel p, .panel .wrapper {
    margin: 1em 1.5em 2.5em 1.5em;
}

.panel.wBtn p {
    margin-top: 2em;
}

.panel.wBtn .btn {
    font-size: 1em;
}

.panel.noHeader p.first {
    margin-top: 2em;
}

.panel h3 {
    border-bottom: 1px dotted #BCD6E0;
    margin: 1.5em 1.5em 0 1.5em;
    padding-left: 0.25em;
    line-height: 2em;
    font-size: 125%;
}

.highlight ul.imageList li {
    border-bottom: 1px dotted #EDC8AC;
}

.panel ul.imageList p {
    margin-right: 0;
}

.four .panel {
    margin-bottom: 1em;
}

.four.split .panel {
    width: 18.25em;
}

.four.splitLeft .panel {
    width: 17.25em;
}

.panel.highlight h3 {
    color: #C62;
    border-bottom: 1px dotted #EDC8AC;
}

.panel.secondary h3 {
    color: #666;
    border-bottom: 1px dotted #ccc;
}

.panel ul.arrowList span {
    height: 10px;
    width: 10px;
    background: url("images/icons/arrowMask.png") no-repeat 0 0 #C62;
    display: block;
    position: absolute;
    margin: 0.25em 0 0 -1.5em;
}

.panel ul.arrowList li:hover span {
    background-color: #39C;
}

.panel ul.arrowList li:hover span.subtext {
    background-color: transparent;
}


.panel ul.arrowList span.subtext {
    background: none;
    position: relative;
    display: inline;
    margin: 0;
    width: auto;
    height: auto;
}

.panel ul.arrowList li:hover a{
    color: #39C;
    text-decoration: none;
}

.panel img.std {
    border: 1px solid #C7E4F7;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin: 1em 1em 1em 2em;
    background: #EFF6FC;
}

/*dynamic content needs to match height of div nextdoor*/
#pageContent_homepage .panel dl {
    height: 368px;
    overflow: hidden;
    margin-top: 0;
}

#mainBoxes .panel {
    height: 455px;
}
.panel dl {
    margin-top: 0.5em;
}

.panel dt, .panel li {
    line-height: 1.5em;
    padding: .3em 0 0 1.5em;
    background: transparent url(images/bg/arrow.png) left .5em no-repeat;
}

.panel dt a {
    color: #005e96;
}

.panel dd {
    line-height: 1.5em;
    color: #6ac;
    margin-left: 1.5em;
    padding-bottom: .3em;
}


.panel dd a {
    color: #66AACC;
}

.panel h3 a {
    color: #036;
}

#mainBoxes .panel h3 a {
    float: right;
    font-weight: normal;
    color: #ccc;
    font-size: 0.8em;
}

#mainBoxes .panel.highlight:hover h3 a {
    color: #C62;
}

#mainBoxes .panel .half:hover h3 a {
    color: #39C;
}

.groupOf3 .panel .half {
    float: left;
    width: 25em;
    margin-right: auto;
}

.panel span {
    font-weight: bold;
}

.panel span.subtext {
    font-weight: normal;
}

.panel .arrowLink {
    display: block;
    margin-top: 0.75em;
    text-align: right;
    font-weight: bold;
}

.panel .image.icon {
    height: 62px;
    width: 45px;
    margin: 1em -1em 0 14em;
    position: absolute;
}

.panel img.standard {
    margin: 1.5em 1.75em 0 1.5em;
}

.panel img.standard.large {
    padding: 2em 6em;
}

.panel img.standard.xlarge {
    padding: 2em ;
}

.groupOf3 .panel .image.icon {
    margin-left: 21em;
}

.groupOf3 .three .panel .image.icon {
    margin-left: 18em;
}

.groupOf3.fullWidth .panel .image.icon {
    margin-left: 19em;
}



/*
User related Flashes & Warnings
global partial: _flashes.php
 */
.decor, .notice, .warning {
    padding: 1em;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 120%;
}

.decor {
    background-color: #e8f7ff;
    color: #5487A5;
    border: 1px solid #f0f0f0;
}

.notice { 
    background-color: #FFFACD; 
    color: #225ca5; 
    border: 1px solid #f0f0f0;
}

.warning { 
    background-color: #EFEFEF; 
    color: #333; 
    border: 1px solid #f0f0f0;
}

/*--- END COMPONENTS---*/




/**
--- GROUPOF LAYOUTS ---
 **/

/* 
2 column layout
 */
.groupOf2 .one {
    width: 49%;
    float: left;
    margin-right: auto;
}

.groupOf2 .two {
    width: 49%;
    float: right;
    margin-left: auto;
}

/* 
3 column layout: 
2nd Level 2 Column With 3 elements
 */
.groupOf3 .one {
    width: 25em;
    float: left;
}

.groupOf3 .two {
    margin-left: 1em;
    width: 25em;
    float: left;
}

.groupOf3 .three {
    margin-left: 52em;
}

.groupOf3 .three.split {
    margin-left: 53em;
}

.groupOf3 .one-two {
    width: 51em;
    float: left;
}

.groupOf3 .two-three {
    margin-left: 26em;
}

/* 
4 column layout:
3d Level 2 Column With 4 elements
 */
.groupOf4  .one, .groupOf4 .two, .groupOf4 .three { 
    width: 18.5em; 
    float: left; 
    margin-right: 1em;
}

.groupOf4 .four { 
    width: 18.5em; 
    margin-left: 58.5em; 
}

.groupOf4  .four.panel { 
    width: 17.75em; 
    float: left; 
    margin-left: 0;
}

.groupOf4 .one-two-three { 
    width: 57.5em; 
    float: left; 
    margin-right: 1em; 
}
.groupOf4 .two-three-four { 
    margin-left: 20.5em; width: 56.5em;
}

.groupOf4 .one-two-three.splitRight { width: 56.5em; }

.groupOf4 .one-two-three.split { 
    width: 56.5em; 
}

.groupOf4 .four.split { 
    width: 19.5em; 
}

.groupOf4 .groupOf2 .one {
    width: 25em;
}

.groupOf4 .groupOf2 .two {
    margin-left: 3em;
    width: 25em;
}


/**
--- LISTS ---
 **/

ol {
    margin: 1.5em 2em;   
}

ol.roman {
    list-style-type: upper-roman;
}

ol.roman ul {
    margin: 0;
    list-style: none;
    font-style: oblique;
    font-size: 0.95em;
}

dt { 
    margin-top: 1em;
    font-weight: bold; 
    color: #036;
    font-size: 1.1em;
}

dt.first { margin-top: 0;}

/*  
(list style graphics: it's the exception so lets add when we need not by default.)
 */

ul {
    list-style: none;
    margin: 1em 1em 2em 1em;
    padding-left: 1em;
}

ul.nostyle {
    list-style: none;
}

ul.checkmarkList, ul.resources, #secondary ul {
    padding: 0;
    margin: 0;
}

dl.horizontal, ul.horizontal { 
    float: left; 
}

.four ul.quotes {
    padding-top: 1.25em;
}

.one ul.quotes li{
    font-weight: normal;
    margin-left: 1em;  
}

.four ul.quotes li {
    font-weight: normal
}

.tab ul.quotes li{
    background: none;
    text-indent: 0;
    font-size: 100%;
    height: auto;

}

ul.quotes li {
    margin-top: 1em;
}

.tab ul.quotes {
    float: none;
    margin: -1.5em 0 0 0;
    width: 64em;
}



.checkbox_list li, .radio_list li {
    float: left;
    margin: 0 2em 1em 0;
    cursor: pointer;
    list-style: none;
    padding: 0.5em;
    border: 1px solid #f0f0f0;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.checkbox_list li:hover, .radio_list li:hover {
    border-color: #C5E3FF;
}

.checkbox_list label, .radio_list label {
    cursor: pointer;
    font-weight: normal;
    text-transform: capitalize;
}

.checkbox_list li:hover, .radio_list li:hover {
    background: #F0F8FF;
}

.checkbox_list, .radio_list { 
    float: left; 
    margin: 0.5em 0 0.5em 0;
    padding: 0;
}

input:checked ~ label {
    color: #39C;
}

/*reduce the top margin for nested lists*/
dd ul { margin: 0 0 0.25em 1em;}


/* indent_subsections: add to parent, avoid excess class declarations in html */
.indent_subsections li { 
    padding-left: 15em; 
    text-align: left; 
    margin: 0 1em 3em 0; 
}

.indent_subsections h3 { 
    margin-left: 2em; 
}

.indent_subsections p {
    margin-left: 2.5em; 
}

.indent_subsections span   { 
    float: left; 
    margin-left: -15em; 
    text-align: right; 
}


/**
--- BUTTONS---
 **/

.btn, a.btn, a:visited.btn {
    font-weight: bold;
    color: #036;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0.5em 1em;
    text-align: center;
    background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #c7c7c7);
    background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#ffffff),
    to(#c7c7c7));
    background-color: #c7c7c7;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#c7c7c7'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#c7c7c7');
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #fff;
    -moz-box-shadow:
    0 2px 4px rgba(000,000,000,0.2),
    inset 0 0 2px rgba(082,082,082,0.2);
    -webkit-box-shadow:
    0 3px 8px rgba(000,000,000,0.2),
    inset 0 0 2px rgba(082,082,082,0.2);
}


.btn:hover, a.btn:hover {
    color: #39C;
    background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #c7c7c7);
    background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#ffffff),
    to(#c7c7c7));
    background-color: #c7c7c7;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#c7c7c7'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#c7c7c7');
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #fff;
    -moz-box-shadow:
    0 3px 8px rgba(000,000,000,0.2),
    inset 0 0 2px rgba(082,082,082,0.2);
    -webkit-box-shadow:
    0 3px 8px rgba(000,000,000,0.2),
    inset 0 0 2px rgba(082,082,082,0.2);
}

.btn.focus, a.btn.focus, .btn.focus:hover, a.btn.focus:hover {
    background-color: #fff; 
    background-image: -moz-linear-gradient(top, #E0EEEE, #ffffff); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E0EEEE),color-stop(1, #ffffff)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#E0EEEE', EndColorStr='#ffffff'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E0EEEE', EndColorStr='#ffffff');
}

.btn.disabled, .btn.disabled:hover, a.btn.disabled:hover, input.btn.disabled, a.btn.disabled.focus, input.btn.disabled.focus,  input.btn.disabled.focus:hover  {
    color: #ccc;
    -moz-box-shadow:
    0 0 0 rgba(000,000,000,0.2),
    inset 0 0 0 rgba(082,082,082,0.2);
    -webkit-box-shadow:
    0 0 0 rgba(000,000,000,0.2),
    inset 0 0 0 rgba(082,082,082,0.2);
    cursor: default;
}

.btn.btn2, a.btn.btn2 {
    font-size: 90%;
}

.btn.search {
    margin: .2em 0 0 0;
}



/**
--- IMAGES ---
 **/



/*for global icons*/    
.gearIcon               { background-position: -60px -274px; }
.globeIcon              { background-position: -244px -275px; }
.mobileIcon             { background-position: -236px -419px; }
.hostingIcon            { background-position: -186px -199px;}
.socialIcon             { background-position: -190px -417px;}
.bookIcon               { background-position: -362px -275px ;}
.dwnIcon                { background-position: -127px -482px; }
.mouseIcon               { background-position: -185px -268px ;}
.awardIcon              { background-position: -218px -323px; }
.statsIcon              { background-position: -60px -482px; }
.newIcon                { background-position: -218px -376px; }
.upgradeIcon, .checkmarkIcon            { background-position: -363px -346px; }
.infoIcon, .faqIcon               { background-position: -303px -344px; }
.blogIcon               { background-position: -92px -484px; }
.prIcon               { background-position: -70px -477px; }
.tvIcon               { background-position: -243px -194px; }
.kbIcon               { background-position: -66px -200px; }
.helpIcon               { background-position: -128px -271px; }
.image.twitterLink { background-position: -29px 0;}
.image.fbLink { background-position: -60px 0;}
.speechIcon    { background-position: -128px -415px; }
.antiPhishIcon { background-position: -294px -485px; }
.avIcon { background-position: -352px -485px; }
.antiSpamIcon { background-position: -237px -484px; }
.eventsIcon   { background-position: -304px -550px; }
.blogIcon   { background-position: -353px -551px; }
.trWhite { background-position: -98px -4px; }
.brWhite { background-position: -98px -21px; }



/**
--- TABLES ---
 **/

table { 
    width: 100%; 
    border-collapse: collapse; 
}

table.banners tbody td {
    padding: 2em 1em 4em 1em;
}

table.banners h2 {
    color: #666;
    font-weight: bold;
}

table thead label {
    color: #fff;
}

tr.underline {
    border-bottom: 1px solid #e6f0fb;
}

tbody strong {
    color: #39C;
}

thead th { 
    padding: 0.6em 1em; 
    font-weight: bold; 
    text-align: left;
    background: #f0f0f0;
}

thead th.last {
    -moz-border-radius-topright:5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius: 5px;
}

thead th.first {
    -moz-border-radius-topleft:5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius: 5px;
}

td  { 
    vertical-align: top;
    padding: 0.6em 1em; 
}

tr.odd {
    background: #fff;    
}

tr.even {    
    background: #eff6fc; 
}

table ul {
    margin-top: 1em;
    margin-bottom: 0.5em;    
}

table li {
    margin-bottom: 0.5em;
}

/* --- END TABLES --- */



/**
--- FORMS ---
 **/
fieldset {
    padding: 0.25em;
    margin: 0 1em 1em 1em;
    border: 1px solid #E6E6E6;
    -moz-border-radius: 5px;
    border-radius: 5px;   
}

fieldset+fieldset {
    margin-top: 1em;
}

legend {
    font-size: 130%;
    padding: 0.2em 0.25em 0 .25em;
    margin-left: 1.25em;
}

label, legend {
    font-weight: bold;
    color: #036
}

fieldset fieldset {
    margin: 0;
}

fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { 
    border-style:none;
    outline: none;
}

input[type="submit"], input[type="button"], input[type="image"] {
    cursor: pointer;
    background-color: transparent;
}

select {
    color: #036;    
}

option {
    color: #5487A5;
    font-size: 1.1em;
}

input, textarea, input[type="file"] {
    background: #FCFCFC;
    border: 1px solid #DADADA;
    color: #5487A5;
    padding: 0.25em;
    font-size: 1.1em;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input:hover, textarea:hover {
    border: 1px solid #AED1E3;
}

input:focus, textarea:focus {
    background: #E8F7FF;
    border: 1px solid #AED1E3;
}

input.error, textarea.error {
    border: 1px solid #F8C1B6;
    background: #FFE4E4;
}

input.error:focus, textarea.error:focus {
    background: #FFE4E4;
    border: 1px solid #EE5C42;
}

.error_list, .error { 
    color: #EE5C42; 
    font-weight: bold;
}

textarea { 
    /*webkit fix*/
    resize: none;
    overflow: auto;
    height: 5em;
    width: 60%;
    font: 115%/140% arial,helvetica,sans-serif;

}

.withTextArea input {
    width: 60%;
}
.checkbox_list li {
    list-style: none;
}
.tabular {
    margin: 1em 0 1.5em 2em;
    clear: both;
}
.groupOf3 .three .tabular {
    clear: none;
}
.tabular span.subtext {
    margin-left: 0.25em;
    font-weight: bold;
}

span.required {
    color: #39C;
    font-size: 160%;
    font-weight: bold;
    margin-left: 0.1em;
    position: absolute;
}

.tabular label+label {
    margin-left: 1em; 
}

.tabular .btn { 
    float: left; 
    margin: 0 0 1em 0;
} 

#main .tabular .error_list {
    padding: 0;
    margin: 0 0 3em;
    list-style: none;
}

.error_list li   {
    padding: 0;
}



/*we need to be styling inputs globally, not just one like this*/

#searchBox {
    float:right;
    border: 1px solid #aed1e3;
    background-color: #e8f7ff;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#searchBox #search {
    border: none;
    background-color: #e8f7ff;
    border-right: 1px solid #d6e8fa;
    font-size: 1em;
    line-height: 1em;
    padding: .4em .2em;
    color: #5487A5;
    text-indent: 1em;
}

#searchBox #srchSubmit {
    font-size: 1em;
    width: 1.8em;
    line-height: 1em;
    padding: .4em 0 .3em;
    text-indent: -666em;
    border: none;
    border-left: none;
    background: #e8f7ff url(images/icons/search.png) center center no-repeat;
    color: #5487A5;
}

#main #searchBox {
    float: left;
    margin-bottom: 1em;
}

/* explains what asterisk represents */
.key { 
    color:#036;
}
.key.wText {
    width: 9em;
    float: left;
    margin: 0.75em 0 0 1.2em;
}
.key span {
    margin-left: 1em;
}
.key span.huge {
    font-weight: bold;
    position: absolute;
    color:#39c;
    margin: 0.25em 0 0 0;
}

.one-two.wKey p.splitRight {
    float: left;
    margin-left: 1.2em;
    width: 38em;
}

.one-two.wKey .key.wText {
    margin-top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .key span.huge {
        margin: 4px 0 0 0;
}
}

/*--- END FORMS ---*/

/**
--- GENERAL STYLES ---
 **/
a img { border: 0; }
.abs              { position: absolute;}
.active           { cursor: default; }
.align-right      { text-align: right; }
.align-left       { text-align: left;  }
.align-center     { text-align: center; }
.big              { font-size: 120%; }
.bold             { font-weight: bold; }
.huge             { font-size: 200%;  margin-top: 1em; }
.caps             { text-transform: capitalize; }
.clear            { clear: both; }
.clear-left       { clear: left; }
.clear-right      { clear: right; }
.defaultPadding   { padding: 1em; }
.defaultMargin    { margin: 1em; }
.dark             { color: #333; }
span.error { display: block; }
.float-left, .float-margin-left { float: left; }
.float-right      { float: right; }
.hidden { display: none; }
.legible { width: 70%; }
.line { display: block; margin: 0.5em 0; }
.margin-left, .float-margin-left { margin-left: 1em; }
.margin-left-more { margin-left: 3em;}
.margin-right     { margin-right: 1em; }
.margin-top       { margin-top: 1.2em; }
.margin-bottom { margin-bottom: 1.2em; }
.no-margin-top    { margin-top: 0; }
.no-margin-bottom { margin-bottom: 0; }
.no-margin-left   { margin-left: 0; }
.no-margin-right  { margin-right: 0; }
.no-margin         { margin: 0; }
.pushRight        { margin-left: 2em; }
.pushUp           { margin-top: -4em; }
.pushDown          { margin-top: 2em; }
.pushUpSmall      { margin-top: -1.5em; }
p.pushUpSpaceBot  { margin: -1.25em 0 5em 0; }
#main ol.push-left-more, .push-left-more  { margin-left: 4em;}
.underline, .offsetUnderlineAll h2, .underlineAll h3, .underlineAll h2 { padding-bottom: 0.5em; border-bottom: 1px dotted #ccc; }
.underlineAll .offset h3 { border: 0; padding: 0;}
.underline.heavy  { border-bottom: 5px solid #eff6fc; }
.overline, .overlineAll div { padding-top: 0.5em; border-top: 1px dotted #ccc; }
.blueline         { border: 2px solid #eff6fc; }
.offset, .offsetUnderlineAll p, #main .offsetUnderlineAll ul, .offsetUnderlineAll h3 { margin-left: 2em; }
.offset3      { margin-left: 3em;}
.no-border, .overlineAll .overrideParent, #content.no-border { border: 0; } 
.add-border       { border: 1px solid #e6e6e6; }
.padding-top      { padding-top: 1.5em;}
.pre-arrow-link   { background: url(images/icons/arw-navy.gif) no-repeat left center; padding-left: 1em; padding-right: 0.5em;}   
.back-to-top      { text-decoration: none; background: url(images/icons/arw-stocky-blue-up.png) no-repeat right center; padding-right: 1em; }
.uppercase        { text-transform: uppercase; }
.small            { font-size: 0.9em; }
.smaller          { font-size: 0.8em; }
.small, .smaller {-webkit-text-size-adjust:none;}
.splitLeft { border-left: 1px dotted #ccc; padding-left: 1em; }
.splitRight{ border-right: 1px dotted #ccc; padding-right: 1em; }
.lightText { color: #666;}
.link {
    color: #39C;
    cursor: pointer;
    text-decoration: underline;
}
.link:hover { color: #036;}
a.sub, .subtext { color: #999; }
.standout         { line-height: 1.6em; }
.lowercase        { text-transform: lowercase; }
.uppercase        { text-transform: uppercase; }
.odd              { background: #EFF6FC; }
.scroll           { overflow: hidden; }


/* global color highlighting scheme, apply one of these classes to highlight text etc */
.color1 { color: #39c }
a.color2, #pageContent_homepage a.color2:visited { color: #036;}

h4 span{ color: #FCA125; }

#main h2 span, #main h1 span { color: #39C;}

h2 a.float-right {
    font-size: 0.8em;
    color: #39C;
}
#main h1 span.float-right {
    text-transform: none;
    font-size: 0.7em;
    color: #036;
}

#primary ul {
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*--- END GENERAL STYLES---*/




/* JS OR NOT */

.hasJs .js-hide {
    display: none;
}



/**
--- MISC ---
 **/

.twitter-share-button {
    float: left;
    margin: 0.5em 0.5em 0 0;
}

iframe.twitter-follow-button {
    float: right;
    width: 140px;
    display: block;
    margin: 2px 0 0 1em; 
}

iframe.fbBtn {
    float: left;
    height: 25px;
    margin-top: 6px;
    overflow: hidden;
    width: 250px;
}

/*--- END MISC --- */


/**
-----BLOG SPECIFIC------
**/
a#rssLink {
    background: url("images/icons/rss.jpg") no-repeat 0 0 transparent;
    color: #CC6622;
    display: block;
    font-weight: bold;
    margin: -10px 0 0 806px;
    position: absolute;
    text-indent: 20px;
}
.home#main .post h2 {
    margin-bottom: 0.25em;
    font-weight: bold;
    color: #003366;
}

#main .post h2.first {
    font-weight: bold;
    color: #3399CC;
}

/* social media related styling */
p.social-media.default {
    margin: 0;
    height: 2em;
}
p.social-media {
    margin: -0.5em 0 2.5em 0;
}
.twitter-share-button {
    float: left;
    margin-top: 0.5em;
}

.no-margin .twitter-share-button, .no-margin iframe.fbBtn {
    margin-top: 0;
}

iframe.fbBtn {
    margin: 5px 0 0 5px;
    float: left;
    border: 0;
    height: 25px;
    width: 450px;
    overflow: hidden;
}

/* wp content specific */
h1 a {
color:#003366;
font-family:Arial;
font-weight:normal;
text-transform:uppercase;
}

/*identical to 'one-two-three' in a groupOf4 */
#one-two-three {
    float: left;
      margin-right: 1em;
      width: 57.5em;
}

/*identical to 'four' in a groupOf4 */
#four {
    margin-left: 57.5em;
    padding-left: 1em;
}

#main ul ul {
    padding-left: 0;
}

#four h2 {
    color: #036;
}
#content { 
    float: left;
    padding: 1em 1em 0 0;
    width: 57.5em;
    border-right: 1px dotted #ccc;
}

.post {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

h1.color1 a:visited, .post h2 a:visited {
    color: #39C;
}


h3 {
    font-family: helvetica,arial,sans-serif;
}

.smallMargin { margin-bottom: 0.5em;}
#main h3.no-bold { font-weight: normal; font-size: 120%;}

#main #four ul {
    list-style: none;
}

#main #four ul ul {
    margin: 0 0 1em 0;
    font-size: 1.1em;
}

#main #four h2 {
    margin-bottom: 0;
}

#main.home .post h2 {
    color: #036;
    font-weight: bold;
    margin-bottom: 0.25em;
}
/*end wp content specific */




