html, body, form,
h1, h2, h3, h4, h5, h6,
p, img, a
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}

body, .standardForm .textarea
{
	font-family:Arial, Helvetica, sans-serif;
}
body
{
	background:#333;
	font-size:0.8em;
	color:#666666;
	line-height:175%;
}
#main
{
	background:#EFEFEF;
	margin-top:10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
p, h1, h2, h3, h4, h5, h6
{
	padding:0 0 20px 0;
}
h1, h2, h3, h4, h5, h6
{
	color:#333;
	font-family:'Times New Roman';
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	text-decoration:none;
}
UL
{
	padding:0 0 0 20px;
	margin:0 0 20px 0;
}
UL LI
{
	padding-top:5px;
	padding-bottom:5px;
}
h1
{}
h2 { font-size:2.3em; }
h3 { font-size:1.9em; }
h4 { font-size:1.8em; }
h5 { font-size:1.7em; }
h6 { font-size:1.5em; }

A
{
	color:#666;
}
A:hover
{
	color:#333;
	background-position:1px 17px;
}
A:active
{
	color:#000;
}
#header
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:15px 0 14px 0;
}
.logo {
	margin-top:5px;
}
.round {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
    behavior: url(border-radius.htc);
}
.round_right {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	-khtml-border-top-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    behavior: url(border-radius.htc);
}
.round_top {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;

	-khtml-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
    behavior: url(border-radius.htc);
}
.round_tr {
	-moz-border-radius-topright: 5px;

	-webkit-border-top-right-radius: 5px;

	-khtml-border-top-right-radius: 5px;
	
	border-top-right-radius: 5px;
    behavior: url(border-radius.htc);
}

.post .postmeta
{
	padding:0;
}
A.more-link
{
	text-decoration:none;
	padding:5px 10px;
	background:#f0f0f0;
	border:1px solid #ccc;
}
.block a
{
	padding:3px 5px;
	text-decoration:none;
}
small.block a.on,
.block a:hover
{
	background:#d4d4d4;
	color:#666;
}
.widget-area
{
	padding:20px 0 0 0;
}
#footer
{
	background:#333;
	color:#888;
	padding:15px 0 10px 0;
	font-size:1.0em;
}
#footer a {
	color:#999;
	line-height:1em;
}

#main .container_12
{
	padding-bottom:40px;
}
div.latest-posts {
	width:300px;
	height:120px;
}
UL.latest-posts LI,
UL.latest-posts LI A
{
	display:block;
}
UL.latest-posts LI A
{
	text-decoration:none;
}
UL.latest-posts p
{
	padding-bottom:0;
}	
.latest-posts span
{
	background:#d4d4d4;
	padding:1px 4px;
	font-size:0.8em;
	margin-right:10px;
	color:#666;
}
UL.social LI A
{
	margin:0 1px;
}
.shadow,
.ads LI a
{
	-webkit-box-shadow: 0px 0px 2px #ddd;
	-moz-box-shadow: 0px 0px 2px #ddd;
}
.hovershadow:hover,
.ads LI a:hover
{
	-webkit-box-shadow: 0px 0px 6px #ccc;
	-moz-box-shadow: 0px 0px 6px #ccc;
}
.shadow-large
{
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
    border:1px solid #ccc;
}

hr
{
	background:#f7f7f7;
	border:0;
	border-bottom:1px solid #ddd;
	margin:20px 0;
	height:2px;
}
hr.nopad
{
	padding:0;
	margin:0;
}

.standardForm .field
{
	padding:0 0 10px 0;
}
.standardForm label
{
	display:block;
	font-weight:bold;
	font-size:1.3em;
}
.standardForm .textbox,
.standardForm .button,
.standardForm .textarea
{
	border:1px solid #ccc;
	-moz-border-radius:3px;
	color:#999;
	font-weight:bold;
}
.standardForm .textbox
{
	width:350px;
	padding:8px 6px;
}
.standardForm .button
{
	padding:5px 10px;
	background:#f0f0f0;
	border:1px solid #ccc;
}
.standardForm .textarea
{
	font-size:0.85em;
	width:450px;
	height:150px;
	padding:8px 6px;
}
.message
{
	padding:5px 10px;
	margin:0 0 20px 0;
	border:1px solid #fff;
	font-size:0.85em;
	font-weight:bold;
	cursor:pointer;
}
.warning
{
	background:#f5d2c2;
	border-color:#d0a28d;
}
.success
{
	background:#d1dfbf;
	border-color:#a4c37b;
}
UL.clean, UL.clean LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
.alternate, .hidden
{
	display:none;
}
.right
{
	float:right;
}
.left
{
	float:left;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.promo span.overlay {
  background: url('overlay.png');
  top: 0;
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 780px;
  height: 400px;
  left: 0;
}

span.overlay_big {
  background: url('big_overlay.png');
  top: 0;
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 350px;
  height: 500px;
  left: 0;
}

span.overlay_giant {
  background: url('giant_overlay.png');
  top: 0;
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 350px;
  height: 650px;
  left: 0;
}
div.overlay_title {
  top: 0;
  display: block;
  position: absolute;
  margin: 45px 0;
  padding: 0 40px 0 0;
  left: 0;
  background: url(bg.png) ;
background-position:right center; 
}

div.overlay_title h4{
	font-size:1.6em;
	font-weight:normal;
}

.thumb_grid {
    width:228px;
    margin:0 3% 3% 2px;
    text-align:center;
    float:left;
}
.thumb_grid h4{
    margin-top:8px;
}

.divLink{
text-decoration:none;
}
.divLink:hover {
text-decoration:underline;
}
#slideThumbs {

}
#slideThumbs img{
    width:60px;
    height:60px;
    margin:5px;
}

#accordion { margin: 0; padding: 0; border:1px solid #ccc;}
#accordion dd { margin: 0 0 5px 0; padding: 0; }
#accordion dd ul li{ padding: 0 0 3px 0;}

#accordion dt {width:100%; border:1px solid #ccc; background: url(386X25_RGMGRAY.png);}
#accordion dt.active {background: url(386X25_RGMBLUE.png);}

#accordion dt a{font-weight:bold; color:#333; text-indent:3px;}
#accordion dt.active a{font-weight:bold; color:#fff; text-indent:3px;}

.widget a{
text-decoration: none;
}

#blog_content img{
	margin:10px;	
}

a.video {
	text-decoration:none;
}

a.video h4 {
	color:#666;
	font-weight:normal;
	padding: 4px 0 4px 4px;
	margin:5px;
	border:1px solid #ccc;
	font-size:1.3em;
	line-height:44px;
	height:42px;
}

a.video h4 img {
	height:38px !important;
	width:50px !important;
	margin:2px !important;
	vertical-align: middle !important;
	
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
	
}

.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}

sb-container {
    z-index:10000;
}
