/*
Theme Name: Metric Child Theme
Theme URL: http://www.studiopress.com/themes/metric
Description: Metric is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
Author: StudioPress
Author URI: http://www.studiopress.com
Version: 1.0

Template: genesis

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
BODY
{
	background: #002838 url(images/bg.png) repeat-x;
	color: #444444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto;
	padding: 0;
	line-height: 20px;
}
BODY.home #header .widget-area
{
	display: none;
}
/***** Hyperlinks ********************/
A, A:visited
{
	color: #0067A2;
	text-decoration: none;
}
A:hover
{
	color: #7CA513;
	text-decoration: none;
}
A IMG
{
	border: none;
}
A:focus, A:hover, A:active
{
	outline: none;
}
/***** Wrap ********************/
.home #wrap, .home-page #wrap, .blog #wrap
{
	background: url(images/wrap.png) no-repeat top center;
	margin: 0 auto;
	padding: 0;
}
#wrap
{
	background: #F7F7F7 url(images/wrap-bg.png) repeat-x;
	margin: 0 auto;
	padding: 0;
}
/***** Header  ********************/
#header
{
	margin: 0 auto;
	padding: 0;
}
#header .wrap
{
	width: 960px;
	height: 120px;
	margin: 0 auto;
}
#title-area
{
	width: 340px;
	float: left;
	margin: 0;
	padding: 20px 0 0;
	overflow: hidden;
}
#title-area #title
{
	font-size: 20px;
	font-weight: normal;
	line-height: 34px;
	margin: 0;
	padding: 0 0 0 20px;
}
#title-area #title A
{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#title-area #title A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#title-area #description
{
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
}
#header .widget-area
{
	width: 610px;
	color: #FFFFFF;
	float: right;
	margin: 0;
	padding: 0;
}
#header .widget-area A, #header .widget-area A:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
#header .widget-area A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#header .widget-area P
{
	margin: 0;
	padding: 0 0 5px;
}
#header .widget-area H4
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0;
	padding: 0;
	text-decoration: none;
}
#header .widget-area UL
{
	margin: 0;
	padding: 0;
}
#header .widget-area UL LI
{
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}
/***** Image Header - Partial Width ********************/
.header-image #header #title-area
{
	background: url(images/logo.png) no-repeat left top;
}
.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title A
{
	display: block;
	float: left;
	width: 340px;
	height: 120px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.header-image #title-area #description
{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
/***** Image Header - Full Width ********************/
.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title A
{
	width: 960px;
}
/***** Header Pages/Category Widget Menu ********************/
#header UL.nav
{
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 45px 0 0;
}
#header UL.nav LI
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header UL.nav LI A, #header UL.nav LI A:visited
{
	color: #FFFFFF;
	display: block;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px 5px;
	text-decoration: none;
	text-shadow: 1px 1px #002838;
	position: relative;
}
#header UL.nav LI A:hover, #header UL.nav LI A:active, #header UL.nav .current_page_item A
{
	background: #00B8DE;
	color: #FFFFFF;
	text-decoration: none;
}
#header UL.nav LI A.sf-with-ul
{
	padding-right: 20px;
}
#header UL.nav LI A .sf-sub-indicator
{
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
}
#header UL.nav LI LI A, #header UL.nav LI LI A:link, #header UL.nav LI LI A:visited
{
	background: #00B8DE;
	width: 148px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-transform: none;
	position: relative;
}
#header UL.nav LI LI A:hover, #header UL.nav LI LI A:active
{
	background: #72D4EA;
	color: #FFFFFF;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#header UL.nav LI LI A .sf-sub-indicator
{
	background: url(images/arrow-right.png);
	top: 10px;
}
#header UL.nav LI UL
{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
}
#header UL.nav LI UL A
{
	width: 150px;
}
#header UL.nav LI UL A:hover, #header UL.nav LI UL A:active
{
}
#header UL.nav LI UL UL
{
	margin: -31px 0 0 169px;
}
#header UL.nav LI:hover UL UL, #header UL.nav LI:hover UL UL UL, #header UL.nav LI.sfHover UL UL, #header UL.nav LI.sfHover UL UL UL
{
	left: -999em;
}
#header UL.nav LI:hover UL, #header UL.nav LI LI:hover UL, #header UL.nav LI LI LI:hover UL, #header UL.nav LI.sfHover UL, #header UL.nav LI LI.sfHover UL, #header UL.nav LI LI LI.sfHover UL
{
	left: auto;
}
#header UL.nav LI:hover, #header UL.nav LI.sfHover
{
	position: static;
}
/***** Nav Menu ********************/
#nav
{
	clear: both;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
}
#nav .wrap
{
	background: #00B8DE;
	width: 960px;
	height: 40px;
	margin: 0 auto;
}
#nav UL
{
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#nav LI
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav LI A
{
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: 1px 1px #00839E;
	position: relative;
}
#nav LI A:hover, #nav LI A:active
{
	background: #72D4EA;
	color: #FFFFFF;
}
#nav LI A.sf-with-ul
{
	padding-right: 20px;
}
#nav LI A .sf-sub-indicator
{
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
}
#nav LI A:hover .sf-sub-indicator
{
	background: url(images/arrow-down-hover.png);
}
#nav LI LI A, #nav LI LI A:link, #nav LI LI A:visited
{
	background: #00B8DE;
	color: #FFFFFF;
	width: 138px;
	font-size: 12px;
	margin: 0;
	padding: 6px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-shadow: 1px 1px #00839E;
	text-transform: none;
	position: relative;
}
#nav LI LI A:hover, #nav LI LI A:active
{
	background: #72D4EA;
	color: #FFFFFF;
}
#nav LI LI A .sf-sub-indicator, #nav LI LI A:hover .sf-sub-indicator
{
	background: url(images/arrow-right.png);
	top: 10px;
}
#nav LI UL
{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
}
#nav LI UL A
{
	width: 140px;
}
#nav LI UL A:hover, #nav LI UL A:active
{
}
#nav LI UL UL
{
	margin: -33px 0 0 158px;
}
#nav LI:hover UL UL, #nav LI:hover UL UL UL, #nav LI.sfHover UL UL, #nav LI.sfHover UL UL UL
{
	left: -999em;
}
#nav LI:hover UL, #nav LI LI:hover UL, #nav LI LI LI:hover UL, #nav LI.sfHover UL, #nav LI LI.sfHover UL, #nav LI LI LI.sfHover UL
{
	left: auto;
}
#nav LI:hover, #nav LI.sfHover
{
	position: static;
}
#nav LI.right
{
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 25px 10px 0;
	text-shadow: 1px 1px #00839E;
}
#nav LI.right A
{
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#nav LI.right A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
#nav LI.date
{
}
#nav LI.rss A
{
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 18px;
}
#nav LI.search
{
	padding: 0 10px;
}
#nav LI.twitter A
{
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
}
/***** SubNav Menu ********************/
#subnav
{
	clear: both;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
}
#subnav .wrap
{
	background: #00A8D1;
	width: 960px;
	height: 40px;
	margin: 0 auto 20px;
}
#subnav UL
{
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#subnav LI
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav LI A
{
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: 1px 1px #00839E;
	position: relative;
}
#subnav LI A:hover, #subnav LI A:active
{
	background: #72D4EA;
	color: #FFFFFF;
}
#subnav LI A.sf-with-ul
{
	padding-right: 20px;
}
#subnav LI A .sf-sub-indicator
{
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
}
#subnav LI A:hover .sf-sub-indicator
{
	background: url(images/arrow-down-hover.png);
}
#subnav LI LI A, #subnav LI LI A:link, #subnav LI LI A:visited
{
	background: #00A8D1;
	color: #FFFFFF;
	width: 138px;
	font-size: 12px;
	margin: 0;
	padding: 6px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-shadow: 1px 1px #00839E;
	text-transform: none;
	position: relative;
}
#subnav LI LI A:hover, #subnav LI LI A:active
{
	background: #72D4EA;
	color: #FFFFFF;
}
#subnav LI LI A .sf-sub-indicator, #subnav LI LI A:hover .sf-sub-indicator
{
	background: url(images/arrow-right.png);
	top: 10px;
}
#subnav LI UL
{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
}
#subnav LI UL A
{
	width: 140px;
}
#subnav LI UL A:hover, #subnav LI UL A:active
{
}
#subnav LI UL UL
{
	margin: -33px 0 0 158px;
}
#subnav LI:hover UL UL, #subnav LI:hover UL UL UL, #subnav LI.sfHover UL UL, #subnav LI.sfHover UL UL UL
{
	left: -999em;
}
#subnav LI:hover UL, #subnav LI LI:hover UL, #subnav LI LI LI:hover UL, #subnav LI.sfHover UL, #subnav LI LI.sfHover UL, #subnav LI LI LI.sfHover UL
{
	left: auto;
}
#subnav LI:hover, #subnav LI.sfHover
{
	position: static;
}
/***** Inner ********************/
#inner
{
	width: 960px;
	margin: 20px auto;
	padding: 0;
	overflow: hidden;
}
.home #inner, .home-page #inner, .blog #inner
{
	width: 100%;
	margin: 0;
}
/***** Inner Backgrounds ********************/
.content-sidebar #inner
{
}
.sidebar-content #inner
{
}
.content-sidebar-sidebar #inner
{
}
.sidebar-sidebar-content #inner
{
}
.sidebar-content-sidebar #inner
{
}
.full-width-content #inner
{
}
/***** Home Top ********************/
#home-top-bg
{
}
#home-top
{
	width: 960px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0 0 30px;
	overflow: hidden;
}
#home-top A, #home-top A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#home-top A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
#home-top .more-link
{
	background: url(images/read-more.png);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 8px 15px;
	text-decoration: none;
	text-shadow: 1px 1px #436D04;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 42px;
}
#home-top .more-link:hover
{
	background: url(images/read-more-hover.png);
	text-decoration: none;
}
#home-top P
{
	margin: 0;
	padding: 0 0 10px;
}
#home-top H2
{
	color: #FFFFFF;
	font-size: 26px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
	text-shadow: 1px 1px #002838;
	line-height: 30px;
}
#home-top H2 A, #home-top H2 A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#home-top H2 A:hover
{
	color: #72D4EA;
	text-decoration: none;
}
#home-top .home-top-right H4
{
	color: #FFFFFF;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-shadow: 1px 1px #002838;
	border-bottom: 1px solid #72D4EA;
}
#home-top UL
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
}
#home-top UL LI
{
	margin: 0;
	padding: 5px 0 0;
}
#home-top .byline
{
	margin: 0;
	padding: 0;
}
#home-top .textwidget
{
	margin: 0;
	padding: 0;
}
#home-top LI.widget_tag_cloud DIV
{
	margin: 0;
	padding: 0 0 10px;
}
#home-top .featuredpost .post, #home-top .featuredpage .page
{
	clear: both;
}
#home-top .featuredpost, #home-top .featuredpage
{
	clear: both;
}
#home-top .featuredpost IMG, #home-top .featuredpage IMG
{
	background: #FFFFFF;
	padding: 7px;
	border: 1px solid #BBBBBB;
}
.home-top-left
{
	background: #FFFFFF;
	width: 520px;
	height: 280px;
	float: left;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0 5px 5px #333333;
	-webkit-box-shadow: 0 5px 5px #333333;
}
.home-top-left .widget
{
	padding: 10px;
}
.home-top-right
{
	width: 410px;
	float: right;
	margin: 0;
	padding: 10px 0 0;
}
/***** Home Middle ********************/
#home-middle-bg
{
	background: #F7F7F7;
	padding: 20px 0 0;
}
#home-middle
{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 5px;
	overflow: hidden;
}
#home-middle A, #home-middle A:visited
{
	color: #7CA513;
	text-decoration: none;
}
#home-middle A:hover
{
	color: #7CA513;
	text-decoration: underline;
}
#home-middle P
{
	margin: 0;
	padding: 0 0 10px;
}
#home-middle H2
{
	color: #444444;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
	text-decoration: none;
}
#home-middle H2 A, #home-middle H2 A:visited
{
	color: #444444;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
}
#home-middle H2 A:hover
{
	color: #0067A2;
	text-decoration: none;
}
#home-middle H4
{
	color: #444444;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #DDDDDD;
}
#home-middle UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#home-middle UL LI
{
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #DDDDDD;
}
#home-middle UL UL
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
}
#home-middle UL LI UL LI
{
	margin: 0;
	padding: 5px 0 0;
}
#home-middle .widget
{
	margin: 0;
	padding: 0 0 5px;
}
#home-middle .textwidget
{
	margin: 0;
	padding: 0;
}
#home-middle .featuredpost .post, #home-middle .featuredpage .page
{
	clear: both;
}
#home-middle .featuredpost, #home-middle .featuredpage
{
	clear: both;
}
#home-middle .featuredpost IMG
{
	background: #FFFFFF;
	margin: 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
}
#home-middle .user-profile .avatar
{
	background: #FFFFFF;
	margin: 0 0 -5px;
	padding: 1px;
	border: 4px solid #EEEEEE;
}
.home-middle-1
{
	float: left;
	width: 305px;
	margin: 0;
	padding: 0 20px 0 0;
}
.home-middle-2
{
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
}
.home-middle-3
{
	float: right;
	width: 305px;
	margin: 0;
	padding: 0;
}
/***** Breadcrumb ********************/
.breadcrumb
{
	background: #E8E8E8;
	margin: 0 0 30px;
	padding: 5px 0 5px 10px;
}
/***** Content-Sidebar Wrapper ********************/
#content-sidebar-wrap
{
	width: 790px;
	margin: 0;
	padding: 0;
	float: left;
}
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap
{
	width: 960px;
}
.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap
{
	float: right;
}
/***** Content ********************/
#content
{
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
}
.sidebar-content #content, .sidebar-sidebar-content #content
{
	float: right;
}
.sidebar-content #content, .content-sidebar #content
{
	width: 670px;
	padding: 0;
}
.full-width-content #content
{
	width: 960px;
}
#content IMG, #content P IMG
{
	max-width: 100%;
}
#content BLOCKQUOTE
{
	background: #E8E8E8;
	margin: 0 15px 15px;
	padding: 10px 20px 0 15px;
}
#content .post
{
	margin: 0 0 40px;
	padding: 0;
}
#content .page
{
	margin: 0;
	padding: 0 0 15px;
}
#content .post P
{
	margin: 0;
	padding: 0 0 10px;
}
#content .post UL, #content .page UL
{
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px;
}
#content .post UL LI, #content .page UL LI
{
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}
#content .post UL UL, #content .page UL UL
{
	list-style-type: square;
	margin: 0;
	padding: 0;
}
#content .post OL, #content .page OL
{
	margin: 0;
	padding: 0 0 15px;
}
#content .post OL LI, #content .page OL LI
{
	margin: 0 0 0 20px;
	padding: 0;
}
#content .post OL OL, #content .page OL OL
{
	margin: 0;
	padding: 0;
}
#content .entry-content
{
	overflow: hidden;
}
#content .entry-content .post-image
{
	padding: 4px;
	border: 1px solid #DDDDDD;
}
#content .post-image
{
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}
#content .archive-page
{
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 20px 0 0;
}
.clear
{
	clear: both;
}
/***** Post Info ********************/
.post-info
{
	font-size: 11px;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}
.post-info P
{
	margin: 0;
	padding: 0;
}
/***** Post Meta ********************/
.post-meta
{
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0;
	border-top: 1px solid #DDDDDD;
}
/***** Author Box ********************/
.author-box
{
	background: #E8E8E8;
	margin: 0 0 30px;
	padding: 10px;
	overflow: hidden;
}
.author-box P
{
	margin: 0;
	padding: 0;
}
.author-box IMG
{
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}
/***** Headlines in Content ********************/
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6
{
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px;
	padding: 0;
}
#content H1
{
	font-size: 20px;
	border-bottom: 1px solid #DDDDDD;
	margin: 0;
	padding: 0 0 5px;
}
#content H2
{
	font-size: 18px;
	border-bottom: 1px solid #DDDDDD;
	margin: 0;
	padding: 0 0 5px;
}
#content H2 A, #content H2 A:visited
{
	color: #444444;
	text-decoration: none;
}
#content H2 A:hover
{
	color: #73AB01;
	text-decoration: none;
}
#content H3
{
	font-size: 16px;
}
#content H4
{
	font-size: 14px;
}
#content H5
{
	font-size: 12px;
}
#content H6
{
	font-size: 10px;
}
/***** Post Icons ********************/
.time
{
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
}
.post-comments
{
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
}
.categories
{
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
}
.tags
{
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
}
/***** Images ********************/
IMG.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
IMG.alignnone
{
	padding: 0;
	margin: 0 0 10px;
	display: inline;
}
IMG.alignleft
{
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}
IMG.alignright
{
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
}
.aligncenter
{
	display: block;
	margin: 0 auto 10px;
}
.alignleft
{
	float: left;
	margin: 0 10px 0 0;
}
.alignright
{
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption
{
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
}
.wp-caption IMG
{
	margin: 0;
	padding: 0;
	border: 0;
}
.wp-caption P.wp-caption-text
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
IMG.wp-smiley, IMG.wp-wink
{
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}
/***** Post Navigation ********************/
.navigation
{
	width: 100%;
	margin: 0;
	padding: 20px 0;
	overflow: hidden;
}
.navigation UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation LI
{
	display: inline;
}
.navigation LI A
{
	color: #0067A2;
	padding: 5px 8px;
	border: 1px solid #DDDDDD;
}
.navigation LI A:hover
{
	background: #0067A2;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
}
.navigation LI.disabled
{
	margin: 0;
	padding: 5px 8px;
	border: 1px solid #DDDDDD;
}
.navigation LI.active A
{
	background: #0067A2;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
/***** Sidebar & Sidebar-Alt ********************/
#sidebar
{
	width: 270px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
}
#sidebar-alt
{
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar
{
	float: left;
}
.content-sidebar-sidebar #sidebar-alt
{
	float: right;
}
#sidebar .widget, #sidebar-alt .widget
{
	background: #E8E8E8;
	margin: 0 0 15px;
	padding: 10px 15px 5px;
}
#sidebar H2, #sidebar H2 A, #sidebar-alt H2, #sidebar-alt H2 A
{
	color: #444444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#sidebar H2 A:hover, #sidebar-alt H2 A:hover
{
	color: #0067A2;
	text-decoration: none;
}
#sidebar H4, #sidebar-alt H4
{
	color: #444444;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}
#sidebar .widget P, #sidebar-alt .widget P
{
	margin: 0;
	padding: 0 0 10px;
}
#sidebar .textwidget P, #sidebar-alt .textwidget P
{
	margin: 0;
	padding: 0 0 10px;
}
#sidebar IMG, #sidebar A IMG, #sidebar-alt IMG, #sidebar-alt A IMG
{
	border: none;
	margin: 0;
	padding: 0;
}
#sidebar UL, #sidebar OL, #sidebar-alt UL, #sidebar-alt OL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar UL UL, #sidebar OL OL, #sidebar-alt UL UL, #sidebar-alt OL OL
{
	margin: 0;
	padding: 0;
}
#sidebar LI, #sidebar-alt LI
{
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 3px;
	border-bottom: 1px solid #DDDDDD;
	word-wrap: break-word;
}
/***** Tag Cloud ********************/
#home-middle .widget_tag_cloud DIV, #sidebar .widget_tag_cloud DIV DIV, #sidebar-alt .widget_tag_cloud DIV DIV, #footer-widgeted .widget_tag_cloud DIV DIV
{
	padding: 0;
}
/***** Sidebar(s) Category Dropdown ********************/
#cat
{
	background: #FFFFFF;
	color: #444444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 0 5px;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
}
#sidebar #cat
{
	width: 238px;
}
#sidebar-alt #cat
{
	width: 148px;
}
/***** Sidebar(s) Featured Post/Page ********************/
#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage
{
	margin: 0 0 15px;
	padding: 0;
	clear: both;
}
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page
{
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar
{
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}
#sidebar .featuredpost IMG, #sidebar .featuredpage IMG, #sidebar-alt .featuredpost IMG, #sidebar-alt .featuredpage IMG
{
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}
/***** Sidebar(s) User Profile ********************/
#sidebar .user-profile, #sidebar-alt .user-profile
{
	overflow: hidden;
}
#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar
{
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}
#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link
{
	margin: 0;
	padding: 0 0 10px 10px;
}
/***** Search Form(s) ********************/
.searchform
{
	margin: 0;
}
#header .searchform
{
	float: right;
	padding: 7px 0 0;
}
#sidebar .searchform
{
	padding: 5px 0 10px;
}
#nav .searchform
{
	float: right;
	padding: 2px 0 0;
}
.s
{
	background: #FFFFFF url(images/search.png) no-repeat right;
	width: 170px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px 0 5px 7px;
	border: 1px solid #DDDDDD;
}
#header .s
{
	width: 250px;
}
.searchsubmit
{
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px #436D04;
	text-transform: uppercase;
	margin: 0;
	padding: 5px;
	border: 1px solid #73AB00;
}
.searchsubmit:hover
{
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;
}
/***** eNews & Updates Widget ********************/
.enews
{
	margin: 0;
	padding: 0;
}
#header .enews
{
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
}
.enews #subscribe
{
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
}
.enews #subbox
{
	width: 190px;
	color: #777777;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 6px 0 6px 7px;
	border: 1px solid #DDDDDD;
}
.enews #subbutton
{
	background: #FFFFFF url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px #436D04;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 5px 4px;
	border: 1px solid #73AB00;
}
.enews #subbutton:hover
{
	background: #FFFFFF url(images/button-hover.png);
	border: 1px solid #73AB00;
}
/***** Latest Tweets Widget ********************/
#header .latest-tweets
{
	width: 450px;
	float: right;
	margin: 0;
	padding: 0;
}
#sidebar .latest-tweets
{
	margin: 0 0 15px;
	padding: 10px 15px 5px;
}
/***** Calendar ********************/
#wp-calendar
{
	margin: 0;
	padding: 0;
	width: 100%;
}
#footer-widgeted #wp-calendar A, #footer-widgeted #wp-calendar A:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer-widgeted #wp-calendar A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#wp-calendar CAPTION
{
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
}
#sidebar #wp-calendar CAPTION
{
	color: #333333;
}
#footer-widgeted #wp-calendar CAPTION
{
	color: #FFFFFF;
}
#sidebar #wp-calendar TH
{
	color: #333333;
}
#footer-widgeted #wp-calendar TH
{
	color: #FFFFFF;
}
#wp-calendar THEAD
{
	margin: 10px 0 0;
	font-weight: bold;
}
#sidebar #wp-calendar THEAD
{
	color: #F7F7F7 !important;
}
#footer-widgeted #wp-calendar THEAD
{
	background: none;
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
}
#wp-calendar TD
{
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
}
#sidebar #wp-calendar TD
{
}
#footer-widgeted #wp-calendar TD
{
	background: none;
}
#wp-calendar TFOOT TD
{
	background: none;
	margin: 0;
	padding: 0;
}
/***** Contact Form ********************/
.gform_footer .button
{
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px #436D04;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #73AB00;
}
.gform_footer .button:hover
{
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;
}
.gform_footer INPUT.button
{
	color: #FFFFFF !important;
}
.gform_wrapper .gform_footer
{
	border: none !important;
}
/***** Footer Widgeted ********************/
#footer-widgeted
{
	background: #444444 url(images/footer-widgeted.png) repeat-x;
	color: #DDDDDD;
	margin: 0 auto;
	padding: 0 0 15px;
	text-shadow: 1px 1px #000000;
	overflow: hidden;
	clear: both;
}
#footer-widgeted .wrap
{
	width: 960px;
	margin: 0 auto;
}
#footer-widgeted .widget
{
	margin: 0;
	padding: 0 0 5px;
}
#footer-widgeted H4
{
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
}
#footer-widgeted P
{
	margin: 0;
	padding: 0;
}
#footer-widgeted .widget P, #footer-widgeted .textwidget P
{
	margin: 0;
	padding: 0;
}
#footer-widgeted A, #footer-widgeted A:visited
{
	color: #DDDDDD;
	text-decoration: none;
}
#footer-widgeted A:hover
{
	color: #DDDDDD;
	text-decoration: underline;
}
#footer-widgeted UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-widgeted UL LI
{
	background: url(images/footer-list.png) no-repeat top left;
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
}
.footer-widgeted-1
{
	width: 225px;
	float: left;
	margin: 0;
	padding: 30px 20px 5px 0;
}
.footer-widgeted-2
{
	width: 225px;
	float: left;
	margin: 0;
	padding: 30px 20px 5px 0;
}
.footer-widgeted-3
{
	width: 225px;
	float: left;
	margin: 0;
	padding: 30px 20px 5px 0;
}
.footer-widgeted-4
{
	width: 225px;
	float: right;
	margin: 0;
	padding: 30px 0 5px;
}
#footer-widgeted .user-profile .avatar
{
	background: #FFFFFF;
	margin: 0 0 -5px;
	padding: 1px;
	border: 4px solid #EEEEEE;
}
/***** Footer ********************/
#footer
{
	background: #444444;
	color: #DDDDDD;
	font-size: 11px;
	margin: 0 auto;
	padding: 0;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
	clear: both;
	overflow: hidden;
}
#footer .wrap
{
	width: 960px;
	height: 35px;
	margin: 0 auto;
	padding: 15px 0 0;
	border-top: 1px solid #CCCCCC;
}
#footer A, #footer A:visited
{
	color: #DDDDDD;
	text-decoration: none;
}
#footer A:hover
{
	color: #DDDDDD;
	text-decoration: underline;
}
#footer P
{
	margin: 0;
	padding: 0;
}
#footer .gototop
{
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}
#footer .gototop A
{
	margin: 0;
	padding: 2px 0 2px 12px;
	background: url(images/footer-top.png) no-repeat left center;
}
#footer .creds
{
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}
/***** Comments ********************/
#comments
{
	margin: 0 0 15px;
	padding: 0;
}
#respond
{
	margin: 0 0 15px;
	padding: 0;
}
#author, #email, #url
{
	background: #F4F4F4 !important;
	width: 250px;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
}
#comment
{
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0;
	border: 1px solid #DDDDDD;
}
#submit
{
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-shadow: 1px 1px #436D04;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 5px;
	border: 1px solid #73AB00;
}
#submit:hover
{
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;
}
.comment-list
{
	margin: 0;
	padding: 0;
}
.ping-list
{
	margin: 0 0 40px;
	padding: 0;
}
.comment-list OL, .ping-list OL
{
	margin: 0;
	padding: 10px;
}
.comment-list LI, .ping-list LI
{
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.comment-list LI UL LI
{
	margin-right: -6px;
	margin-left: 10px;
}
.comment-list P, .ping-list P
{
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
}
.comment-list LI .avatar
{
	background: #F4F4F4;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
}
.comment-list CITE, .comment-list CITE A, .ping-list CITE, .ping-list CITE A
{
	font-weight: bold;
	font-style: normal;
}
.commentmetadata
{
	font-size: 11px;
	font-weight: normal;
}
#respond:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.alt
{
	margin: 0;
	padding: 10px;
}
.children
{
	margin: 0;
	padding: 0;
}
.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}
.reply A, .reply A:visited
{
	background: url(images/button.png);
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px #436D04;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #73AB00;
}
.reply A:hover
{
	background: url(images/button-hover.png);
	text-decoration: none;
	border: 1px solid #73AB00;
}
#comments .navigation
{
	display: block;
	margin: 10px 0 0;
}
.thread-alt, .thread-even
{
	margin: 0;
	padding: 0;
}
.depth-1
{
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
}
.even, .alt
{
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
}
/*Luba Changes*/
#header .widget-wrap
{
	/*[disabled]margin:0px;*/
}
#header .widget-area
{
	/*[disabled]float:right;*/
	/*[disabled]position:relative;*/
}
#header .widget-area IMG
{
	float: right;
	position: relative;
	max-height: 176px;
	margin: 16px 0 -50px;
}

