
/*-------- THEATOMGROUP.COM --- defaults.css --------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,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;font-weight:inherit;font-style:inherit;font-size:99%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
p {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    vertical-align:baseline;
    line-height:20px;
    color: #444444; 







}

#main .widget .copy-left-col p
{
    font-size:14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height:20px;
    color: #444444;

}

p strong {
    line-height: 18px;
    color: #444444; 
    font-size:12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;

}

#main .right-col .widgetColumn .editor p {
   font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #444444 !important; 
    font-size:12px !important;
}

.right-col .widgetColumn .editor strong{
    line-height: 18px;
    color: #444444; 
    font-size:12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;

}

 .right-col .widgetColumn .editor p a.readmore strong{
    line-height: 18px;
    color: #444444; 
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.right-col .widgetColumn .editor p a:hover{
    color: #000000;
}

body {
	
/* 
apashko 2:06 PM 7/29/2014
changes global styles for body and li (inherits) 
font: 12px helvetica, arial, sans-serif;
color: #757575;

*/

/* define global body type */
background: white;
font-family: 'Open Sans' !important;
font-weight:normal !important;
font-size: 14px !important;
line-height: 20px !important;
color: #444444 !important;


}

/* define defaults styles for all headings*/
h1, h2, h3, h4, h5, h6 { color: #4D4D4F; } 
/*h1 { font-size: 21px; color: #4D4D4F; }*/

h1  {
    background: none repeat scroll 0 0 #FFFFFF !important;
    color: #444444 !important;
    font-family: MetaSerifWeb-Book !important;
    font-size: 36px !important;
    font-style: normal !important;
    line-height: 38px !important;
    margin: 0 0 10px !important;
    text-transform: none !important;
    font-weight: normal !important;
}
h2 { font-size: 21px; color: #4D4D4F; }

/* hyperlinks */
a { text-decoration: none; color: #808080; }
a:hover { text-decoration: underline; }

/* remember to define focus styles! */
a:focus { outline: 1px dotted #333; } 

/* font styles */
em, i { font-style: italic; }
strong, b { font-weight: bold; }
sup { font-size: 55% !important; vertical-align: top; }
sub { font-size: 55% !important; vertical-align: bottom; }

/* clearfix */
#main:after,.panel-inner:after,.panel:after,.clearfix:after{
visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
#main, .panel-inner, .panel, .clearfix { .zoom: 1; } /*IE 6&7*/


