/*
Theme Name: Encased Light
Theme URI: http://demos.ithemes.com/encased-light/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 2.0.3
Template: Builder
Tags: blog, light, simple

Version History
See history.txt
*/
/*********************************************
Default font settings and typography.
The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}

body {
	font-size: 100%;
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
}
input,select,textarea {
	color: #000000;
}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
address,img,q,ul,ol,dl {
	
}
a img {
	margin: 0;
}
/*********************************************
Main Background (With added Styles)
*********************************************/
body {
	background: #EEEEEE url('images/body-bg-light.gif') repeat scroll top left;
}
/*********************************************
Universal Link Styles
*********************************************/
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
/*********************************************
Headings
*********************************************/
h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.4em;
}
h1 {
	font-size: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.4em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5,h6 {
	font-size: 1.1em;
}
h6 {
	color: #49674C;
	font-style: italic;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	margin: 0em;
}
/*********************************************
Container Div
*********************************************/
.builder-container-outer-wrapper {
	margin: 0 auto !important;
	padding: .5em 1em;
	border: 0em solid #FFFFFF;
	display: block;
}
/*********************************************
Default Module
*********************************************/
.builder-module {
	background: transparent;
}

/*********************************************
    Header Module
*********************************************/
.builder-module-header {
	background: transparent;
}
.builder-module-header .builder-module-sidebar {
	background: none;
}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #555555;
	line-height: 1;
    height: auto;
    margin: .2em 0;
    padding: 0;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #252525;
    text-decoration: none;
}
.widget .site-title,
.widget .site-title a,
.widget .site-title a:hover,
.widget .site-tagline,
.widget .site-tagline a,
.widget .site-tagline a:hover {
	font-style: normal;
    text-shadow: none;
}
.widget .site-title a:hover,
.widget .site-tagline a:hover {
	text-decoration: none !important;
}
.site-title {
	font-size: 2.5em;
    font-weight: bold;
    margin-top: .5em;
}
.site-tagline {
	font-size: 1.25em;
    font-weight: normal !important;
    text-shadow: none !important;
    margin-left: 1px;
    margin-bottom: 1.25em;
}


/*********************************************
All Sidebars
*********************************************/
.builder-module-sidebar > div:last-child .widget:last-child {
	margin-bottom: 0;
}
.builder-module-block-outer-wrapper.middle .builder-module-element,
.builder-module-block-outer-wrapper.right .builder-module-element {
	}
.builder-module-content .builder-module-sidebar h4.widget-title a,
.builder-module-content .builder-module-sidebar h4.widget-title {
	margin: 0 0 10px;

	color: #FFFFFF;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0 0 1px;
	padding-bottom: 4px;
}
.builder-module-content .builder-module-sidebar.right .widget-wrapper {
	padding-right: 20px;
	padding-bottom: 20px;
}
.builder-module-content .builder-module-sidebar.left .widget-wrapper {
	padding-left: 20px;
	padding-bottom: 20px;
}
.builder-module-content .widget-wrapper-top,
.builder-module-content .widget-wrapper-single {
	padding-top: 20px;
}
.builder-module-sidebar .widget {
	color: #FFFFFF;
}
.builder-module-sidebar .widget img {
	max-width: 100%;
}
.builder-module-sidebar .widget p {
	margin: 0 0 10px;
}
.builder-module-sidebar .widget a {
	margin-top: 0;
}
.builder-module-sidebar .widget a:hover {
	margin-top: 0;
	text-decoration: none;
}

.widget-top {
	height: auto;
}

/*********************************************
Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: 12px;
	width: auto;
	overflow: hidden;
}
.builder-module-navigation ul {
	display: block;
	z-index: 1000;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	font-size: 13px;
	padding: 6px;
	font-weight: normal;
	color: #111111;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	color: #888888;
}

/* second level default stuff */
.builder-module-navigation li ul {
	background: transparent;
	width: 200px;
	border: none;
	text-align: left;
	margin: 0;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-box-shadow: #AAAAAA 0px 0px 8px;
	-moz-box-shadow: #AAAAAA 0px 0px 8px;
	-o-box-shadow: #AAAAAA 0px 0px 8px;
	-khtml-box-shadow: #AAAAAA 0px 0px 8px;
	box-shadow: #AAAAAA 0px 0px 8px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.builder-module-navigation li:hover ul,
.builder-module-navigation li li:hover ul,
.builder-module-navigation li li li:hover ul,
.builder-module-navigation li li li li:hover ul,
.builder-module-navigation li li li li li:hover ul,
.builder-module-navigation li.sfhover ul,
.builder-module-navigation li li.sfhover ul,
.builder-module-navigation li li li.sfhover ul,
.builder-module-navigation li li li li.sfhover ul,
.builder-module-navigation li li li li li.sfhover ul {
	opacity: 1;
	-moz-opacity: 1;
}
.builder-module-navigation li li {
	width: 200px;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,.9);
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE;
	border-color: rgba(255,255,255,.5);
}
.builder-module-navigation li li:first-child,
.builder-module-navigation li li:first-child a {
	-webkit-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.builder-module-navigation li li:last-child,
.builder-module-navigation li li:last-child a {
	-webkit-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-o-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.builder-module-navigation li li + li {
	border-top: none;
}
.builder-module-navigation li li a,
.builder-module-navigation li li.current_page_item a,
.builder-module-navigation li li.current-cat a {
	width: 188px;
	color: #888888;
	padding: 6px;
}
.builder-module-navigation li li a:hover {
	background-color: #EEEEEE;
	color: #444444;
}
.builder-module-navigation li ul ul {
	margin: -35px 0 0 200px;
	border-right: none;
}
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	font-size: 12px;
	color: #888888;
	border: 0;
}

/* nav menu before content and after content styles */
.builder-module-navigation.builder-module-before-content ul.menu,
.builder-module-navigation.builder-module-after-content ul.menu {
	float: left;
	margin-left: 115px;
	margin-right: 20px;
	overflow: hidden;
	text-align: center;
	background-color: #000000;
	border-color: #DDDDDD;
	border-style: solid;
	-webkit-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.builder-module-navigation.builder-module-before-content ul.menu {
	border-width: 2px 2px 0;
	-webkit-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.builder-module-navigation.builder-module-after-content ul.menu {
	border-width: 0 2px 2px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-o-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.builder-module-navigation.builder-module-before-content ul.menu > li > a,
.builder-module-navigation.builder-module-after-content ul.menu > li > a {
	padding: 6px 15px;
	color: #AAAAAA;
}
.builder-module-navigation.builder-module-before-content ul.menu > li > a:hover,
.builder-module-navigation.builder-module-before-content ul.menu > li.current-cat > a,
.builder-module-navigation.builder-module-before-content ul.menu > li.current_page_item > a,
.builder-module-navigation.builder-module-after-content ul.menu > li > a:hover,
.builder-module-navigation.builder-module-after-content ul.menu > li.current-cat > a,
.builder-module-navigation.builder-module-after-content ul.menu > li.current_page_item > a {
	background-color: #888888;
	color: #FFFFFF;
}
.builder-module-navigation.builder-module-before-content ul.menu > li:first-child > a {
	-webkit-border-radius: 6px 0 0px 0px;
	-khtml-border-radius: 6px 0 0px 0px;
	-moz-border-radius: 6px 0 0px 0px;
	-o-border-radius: 6px 0 0px 0px;
	border-radius: 6px 0 0px 0px;
}
.builder-module-navigation.builder-module-before-content ul.menu > li:last-child > a {
	-webkit-border-radius: 0px 6px 0px 0px;
	-khtml-border-radius: 0px 6px 0px 0px;
	-moz-border-radius: 0px 6px 0px 0px;
	-o-border-radius: 0px 6px 0px 0px;
	border-radius: 0px 6px 0px 0px;
}
.builder-module-navigation.builder-module-after-content ul.menu > li:first-child > a {
	-webkit-border-radius: 0 0 0 6px;
	-khtml-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	-o-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
.builder-module-navigation.builder-module-after-content ul.menu > li:last-child > a {
	-webkit-border-radius: 0 0 6px 0;
	-khtml-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	-o-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

/* fixed navigation menu on top */
.nav-fx-top-outer-wrapper {
	height: 28px;
}
.nav-fx-top-outer-wrapper .builder-module {
	position: fixed;
	top: 0;
	z-index: 1000;
}
.nav-fx-top-outer-wrapper .builder-module-navigation {
	overflow: visible !important;
}
.nav-fx-top-outer-wrapper .builder-module .builder-module-block-outer-wrapper {
	padding-bottom: 20px !important;
	overflow: visible !important;
}
.nav-fx-top-outer-wrapper .builder-module-navigation-menu-wrapper > ul {
	margin-left: 2.5px;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,.9);
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0 1px 1px;
	-webkit-box-shadow: #BBBBBB 0px 0px 8px;
	-moz-box-shadow: #BBBBBB 0px 0px 8px;
	-o-box-shadow: #BBBBBB 0px 0px 8px;
	-khtml-box-shadow: #BBBBBB 0px 0px 8px;
	box-shadow: #BBBBBB 0px 0px 8px;
	box-shadow: rgba(0,0,0,.2) 0 0 8px;
}
.nav-fx-top-outer-wrapper .builder-module-navigation ul.menu > li {
	border-right: 1px solid #DDDDDD;
}
.nav-fx-top-outer-wrapper .builder-module-navigation ul.menu > li:last-child {
	border-right: none;
}
.nav-fx-top-outer-wrapper .builder-module-navigation ul.menu > li > a {
	color: #888888;
	padding: 6px 15px;
}
.nav-fx-top-outer-wrapper .builder-module-navigation ul.menu > li > a:hover {
	background-color: #DDDDDD;
}

/* fixed navigation menu floating left */
.nav-fx-left-outer-wrapper .builder-module-block {
	position: fixed;
	top: 100px;
	left: 0;
}
.nav-fx-left-outer-wrapper .builder-module-block ul.menu {
	width: 120px;
	text-align: center;
	background-color: #EEEEEE;
	background-color: rgba(255,255,255,.9);
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #BBBBBB;
	-webkit-border-radius: 0px 6px 6px 0px;
	-khtml-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-o-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	-webkit-box-shadow: #BBBBBB 2px 0px 8px;
	-moz-box-shadow: #BBBBBB 2px 0px 8px;
	-o-box-shadow: #BBBBBB 2px 0px 8px;
	-khtml-box-shadow: #BBBBBB 2px 0px 8px;
	box-shadow: #BBBBBB 2px 0px 8px;
	box-shadow: rgba(0,0,0,.2) 0 0 8px;
}
.nav-fx-left-outer-wrapper .builder-module-block ul.menu > li > a {
	width: 108px;
	border-bottom: 1px solid #DDDDDD;
	color: #888888;
}
.nav-fx-left-outer-wrapper .builder-module-block ul.menu > li > a:hover {
	background-color: #DDDDDD;
}
.nav-fx-left-outer-wrapper .builder-module-block ul.menu > li:last-child > a {
	border-bottom: none;
}
.nav-fx-left-outer-wrapper ul li {
	float: none;
	display: block;
}
.nav-fx-left-outer-wrapper ul.menu > li > ul {
	margin-left: 120px;
	margin-top: -34px;
	-webkit-border-radius: 0px 6px 6px 6px;
	-khtml-border-radius: 0px 6px 6px 6px;
	-moz-border-radius: 0px 6px 6px 6px;
	-o-border-radius: 0px 6px 6px 6px;
	border-radius: 0px 6px 6px 6px;

}
.nav-fx-left-outer-wrapper ul.menu > li > ul li:first-child,
.nav-fx-left-outer-wrapper ul.menu > li > ul li:first-child a,
.nav-fx-left-outer-wrapper ul.menu > li:first-child a {
	-webkit-border-radius: 0px 6px 0px 0px;
	-khtml-border-radius: 0px 6px 0px 0px;
	-moz-border-radius: 0px 6px 0px 0px;
	-o-border-radius: 0px 6px 0px 0px;
	border-radius: 0px 6px 0px 0px;
}
.nav-fx-left-outer-wrapper ul.menu > li:last-child a {
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/*********************************************
Widget Bar Modules
*********************************************/
.builder-module-widget-bar {
	color: #888888;
}
.builder-module-widget-bar h4.widget-title {
	color: #676767;
	font-weight: bold;
}
.builder-module-widget-bar .widget p {
	color: #888888;
}
.builder-module-widget-bar .builder-module-block.left .widget-wrapper {
	margin-right: 5px;
}
.builder-module-widget-bar .builder-module-block.right .widget-wrapper {
	margin-left: 5px;
}
.builder-module-widget-bar .builder-module-block.middle .widget-wrapper {
	margin-left: 5px;
	margin-right: 5px;
}

/*********************************************
Footer Module
*********************************************/
.builder-module-footer {
	font-size: .75em;
	background: transparent;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	margin: 10px 0;
	color: #444444;
}
.builder-module-footer .builder-module-block.left .widget-wrapper {
	margin-right: 10px;
}
.builder-module-footer .builder-module-block.right .widget-wrapper {
	margin-left: 10px;
}
.builder-module-footer .builder-module-block .widget-wrapper-top h4.widget-title {
	margin-top: 10px;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer h4.widget-title {
	color: #676767;
}
.builder-module-footer .builder-module-sidebar p {
	color: #888888;
}
.builder-module-footer .builder-module-element a {
	color: #FFFFFF;
}
.builder-module-footer .builder-module-element a:hover {
	color: #AAAAAA;
}
.builder-module-footer .builder-module-element a:active {
	color: #555555;
}

/*********************************************
Image Module
*********************************************/
.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 10px 0px;
}
.builder-module-image .builder-module-block .widget-wrapper-top h4.widget-title {
	margin-top: 10px;
}
.builder-module-image .builder-module-element img {
	margin: 0;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.builder-module-image .left .widget,
.builder-module-image .middle .widget {
	margin-right: 1em;
}
.builder-module-image .middle .widget,
.builder-module-image .right .widget {
	margin-left: 1em;
}
.builder-module-image h4.widget-title {
	color: #111111;
	margin-bottom: 15px;
}
.builder-module-image .builder-module-sidebar p {
	color: #444444;
}
.builder-module-image .builder-module-element a {
	color: #111111;
}
.builder-module-image .builder-module-element a:hover {
	color: #888888;
}
.builder-module-image .builder-module-element a:active {
	color: #555555;
}

/*********************************************
HTML Module
*********************************************/
.builder-module-html {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD #FFFFFF #FFFFFF #DDDDDD;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset #888888 0 0 10px;
	-moz-box-shadow: inset #888888 0 0 10px;
	-o-box-shadow: inset #888888 0 0 10px;
	-khtml-box-shadow: inset #888888 0 0 10px;
	box-shadow: inset #888888 0 0 10px;
}
.builder-module-html .builder-module-block .widget-wrapper h4.widget-title {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #676767;
	font-weight: bold;
}
.builder-module-html .builder-module-block .widget-wrapper,
.builder-module-html .builder-module-block .widget-wrapper p {
	margin-top: 0px;
	color: #888888;
}
.builder-module-html .builder-module-block.left .widget-wrapper {
	margin-right: 10px;
}
.builder-module-html .builder-module-block.right .widget-wrapper {
	margin-left: 10px;
}

/*********************************************
Content Module
*********************************************/
.builder-module-content-outer-wrapper {
	background-image:url('../../uploads/2013/01/Damask-Pattern-Background1.jpg');
	background-repeat:repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD #FFFFFF #FFFFFF #DDDDDD;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset #888888 0 0 10px;
	-moz-box-shadow: inset #888888 0 0 10px;
	-o-box-shadow: inset #888888 0 0 10px;
	-khtml-box-shadow: inset #888888 0 0 10px;
	box-shadow: inset #888888 0 0 10px;
}
.builder-module-content .builder-module-element {
	}
.builder-module-content .hentry {
	clear: both;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.entry-title   {
	font-weight: normal;
	font-size: 26px;
	line-height: 28px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.entry-title a {
	text-decoration: none;
	color: #FFFFFF;
}
.entry-title a:hover {
	color: #444444;
	
}
.entry-header .entry-meta {
	color: #AAAAAA;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 2;
	margin: 10px 0px;
}
.entry-header .entry-meta a {
	color: #999999;
}
.entry-header .entry-meta a:hover {
	color: #444444;
}
.front-page-thumbnail {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.front-page-thumbnail img {
	padding: 5px;
	border: 1px solid #BBBBBB;
	background-color: #FAFAFA;
	background-image: -moz-linear-gradient(100% 100% 90deg,#EEEEEE,#CCCCCC 50%,#DDDDDD 50%,#DDDDDD);
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#DDDDDD),color-stop(.5,#DDDDDD),color-stop(.5,#CCCCCC),to(#EEEEEE));
}

/* other post stuff */
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry img {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #AAAAAA 1px 1px 2px;
	-moz-box-shadow: #AAAAAA 1px 1px 2px;
	-o-box-shadow: #AAAAAA 1px 1px 2px;
	-khtml-box-shadow: #AAAAAA 1px 1px 2px;
	box-shadow: #AAAAAA 1px 1px 2px;
}
.entry-content-area {
	float: none;
	display: block;
}
.entry-content {
	padding-bottom: 1em;
	border-bottom: 1px dashed #DDDDDD;
}
.entry-content p {
	color: #FFFFFF;
	background-image:url('../../uploads/2013/01/bg2.png');
}
.loop-title {
	font-size: 1.8em;
	line-height: 1em;
}
.cat-page-title {
	font-size: 1.8em;
	line-height: 1em;
	margin: 20px 20px 0;
	border-bottom: 1px dashed #999999;
	padding-bottom: 20px;
}
.front-page-thumbnail {
	max-width: 100%;
}
.front-page-thumbnail img {
	max-width: 100%;
}
.hentry,.hentry {
	padding: 20px;
}
.page .loop-utility {
	display: none;
}


/*********************************************
Style images and galleries
.hentry is used instead of .page or .post
as it applies to all content types
*********************************************/
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	border: 1px solid #CFCFCF;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	margin: 0;
	padding: 1em .5em .5em .5em;
	line-height: 1;
}
.hentry .gallery + * {
	margin-top: 0;
}
.hentry img {
	max-width: 100%;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}
.hentry .wp-caption {
	padding: .5em;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
	-webkit-box-shadow: #AAAAAA 1px 1px 2px;
	-moz-box-shadow: #AAAAAA 1px 1px 2px;
	-o-box-shadow: #AAAAAA 1px 1px 2px;
	-khtml-box-shadow: #AAAAAA 1px 1px 2px;
	box-shadow: #AAAAAA 1px 1px 2px;
}
.hentry .wp-caption img {
	border: none;
	background: transparent;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	text-align: center;
	margin: 0;
	padding: 0 .5em;
	line-height: 1;
}

/*********************************************
Post Meta Styles,if needed
*********************************************/
.entry-header {
	clear: both;/* we need this so floats in the post are cleared */
}
.entry-footer {
	line-height: 1.2;
}
.entry-footer * {
	padding: 0;
	margin: 0;
}
.entry-footer .alignleft {
	width: 50%;
}
.entry-footer .categories {
	color: #D2DCDF;
}
.entry-footer .categories a {
	}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px;
	width: 100%;
}
.EXIF {
	margin: 0;
	padding: 0;
	float: left;
}
.photometa h4 {
	border-bottom: 1px solid #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}
/*********************************************
Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both;
	padding: 20px;
}
.loop-utility .previous {
	float: left;
	padding: 20px;
}
.loop-utility .next {
	float: right;
	padding: 20px;
}
/*********************************************
Comment Styles
*********************************************/
#comments {
	padding: 0 20px;
}
#comments > h3 {
	color: #999999;
	font-weight: bold;
	margin: 0;
}
#comments .comment-author {
	font-size: 16px;
	color: #555555;
}
.says {
	color: #999999;
}
.comment-body {
	padding-bottom: 20px;
}
.comment-body p {
	color: #555555;
	font-size: 14px;
}
#comments .comment-meta {
	margin-bottom: 20px;
	font-size: 12px;
}
#comments .comment-meta a {
	color: #BBBBBB;
}
#comments ol.commentlist {
	margin: 20px 0;
	padding: 0;
	background: transparent;
}
#comments .vcard .avatar {
	display: block;
	float: right;
	margin: -6px 0 0;
	padding: 5px;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#comments li.comment {
	clear: both;
	list-style: none;
	overflow: hidden;
	padding-top: 1.5em;
	border-top: 1px dashed #BBBBBB;
}
#comments li.thread-alt {
	background: #FAFAFA;
}
#comments .comment.depth-1,
#comments .comment.depth-3,
#comments .comment.depth-5,
#comments .comment.depth-7,
#comments .comment.depth-9, {
	color: #384043;
}
#comments a {
	color: #727AFF;
}
#comments a:hover {
	color: #888888;
}
#comments .children {
	margin-left: 20px;
}
#comments .children li {
	margin-bottom: 0;
	list-style: none;
}
#comments .comment.depth-2,
#comments .comment.depth-4,
#comments .comment.depth-6,
#comments .comment.depth-8,
#comments .comment.depth-10 {
	background: #FFFFFF;
	color: #333333;
}
#comments blockquote {
	background: #FFFFFF;
	margin: 10px 0;
	padding: 10px;
}
#comments .alert {
	background: #FFFBD6;
	border: 1px solid #EBE067;
	margin: 5px 0px;
	padding: 5px;
}
#comments .comment-reply-link {
	padding: 6px 8px;
	border: 2px outset #999999;
	background-color: #EEEEEE;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6F6F6), to(#E4E4E3));
	background-image: -moz-linear-gradient(#F6F6F6, #E4E4E3);
	background-image: -o-linear-gradient(#F6F6F6, #E4E4E3);
	background-image: linear-gradient(#F6F6F6, #E4E4E3);
	color: #555555;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#comments .comment-reply-link:active {
	border-color: #333333;
	background-color: #DDDDDD;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E4E4E3), to(#F6F6F6));
	background-image: -moz-linear-gradient(#E4E4E3, #F6F6F6);
	background-image: -o-linear-gradient(#E4E4E3, #F6F6F6);
	background-image: linear-gradient(#E4E4E3, #F6F6F6);
}
#respond {
	padding: 20px;
	overflow: visible !important;
}
#respond h3 {
	margin-bottom: 0;
	color: #384043;
	font-weight: normal;
}
#respond .cancel-comment-reply a {
	margin: 0;
	display: block
}
#commentform {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#commentform p {
	margin-bottom: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	padding: 5px;
	width: 50%;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 90%;
	height: 18em;/* padding:1.45em;*/
	padding:5px;
}

/*********************************************
Text elements
*********************************************/
p {
	/* margin:.75em 0 .75em;*/
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus,a:hover {
	color: #E6E6E6;
}
blockquote {
	background-image: url('http://beautyinvegas.com/wp-content/themes/BuilderChild-Encased-Light/images/quote.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border-top: 1px dashed #DDDDDD;
	border-bottom: 1px dashed #D2DCDF;
	padding: 20px;
	font-style: italic;
}
blockquote p {
	margin: 0;
	padding: 0;
	color: #777 !important;
}
strong {
	font-weight: bold;
}
em,dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup,sub {
	line-height: 0;
}
abbr,acronym {
	border-bottom: 1px dotted #666666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em 'andale mono','lucida console',monospace;
	line-height: 1.5;
}
/*********************************************
Lists
*********************************************/
ul,ol {
	list-style-position: outside;
	margin: 0 0 0 10px;
	padding: 0;
	color: #444444;
}
ol {
	margin-left: 30px;*margin-left:24px;/* targeted IE 6,7 fix */
}
li {
	margin: 0;
	padding: 0;
}
li *:last-child {
	margin-bottom: 0;
}
ul {
	list-style: inside;
	list-style: inside disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}
/*********************************************
Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width: 100%;
	color: #FFFFFF;
	line-height: 150%
}
th {
	font-weight: bold;
}
thead th {
	background: transparent;
}
th,td,caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #E5ECF9;
}
tfoot {
	font-style: italic;
}
caption {
	background: transparent;
}
/*********************************************
Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*********************************************
Default styling for forms
*********************************************/
label {
	font-weight: normal;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: .1em solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
/*********************************************
Form fields
*********************************************/
input[type=text],input[type=password],input.text,input.title,textarea,select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text],input[type=password],input.text,input.title,textarea {
	background-color: #FFFFFF;
	border: 3px solid #BBBBBB;
	padding: .6em .3em;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
input[type=text]:focus,input[type=password]:focus,input.text:focus,input.title:focus,textarea:focus {
	border-color: #77A97C;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
input[type=submit] {
	color: #111111;
	background-color: #BBBBBB;
	border: 3px solid #999999;
	font-size: 1em;
	display: inline-block;
	margin: 0;
	padding: .6em .8em;
	text-transform: capitalize;
	cursor: pointer;
}
input[type=submit]:hover {
	border-color: #77A97C;
	background-color: #3D5740;
	color: #FFFFFF;
}
input[type=submit]:active {
	border-color: #888888;
	background: #333333;
	color: #FFFFFF;
}
textarea {
	width: 390px;
	height: 250px;
	color: #1F2246;
}
input[type=checkbox],input[type=radio],input.checkbox,input.radio {
	/* position:relative;
top: .25em;*/
}
input[type=text],input[type=password],textarea {
	max-width: 275px;
}
.search-results.hentry h4.loop-title {
	margin: 10px 0 0;
}
.search-results.hentry p {
	margin: 0;
}
/*.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
padding: .2em .5em;
}
*/
/*********************************************
Success,notice and error boxes
*********************************************/
.error,.notice,.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #DDDDDD;
}
.error {
	background: #FBE3E4;
	color: #8A1F11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8A1F11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/*********************************************
Widget Styling
*********************************************/
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}
/*********************************************
The Obligatory WP Styles
*********************************************/
.hentry img.wp-smiley {
	border: none;
}
/*********************************************
	Styles for the Slider Extension
*********************************************/
#slides {
	padding: 20px 0 0 20px;
}
/*********************************************
	IE Fixes
*********************************************/
/* IE6 */
#ie6 #comments .comment {
	word-wrap: break-word;
}
#ie6 #social-tags {
	display: none;
}
#ie6 .nav-fx-top-outer-wrapper .builder-module {
	position: absolute;
	top: 0;
}
#ie6 .nav-fx-left-outer-wrapper .builder-module-block {
	position: absolute;
	left: 0;
}
#ie6 .nav-fx-left-outer-wrapper .builder-module-block ul.menu {
	width: 100px;
}
#ie6 .nav-fx-left-outer-wrapper ul.menu > li > ul {
	margin-left: 170px !important;
	margin-top: -150px !important;
}
/* IE7 */
#ie6 .clearfix,
#ie7 .clearfix {
	height: 1%;
}
#ie6 .hentry .gallery-item,
#ie7 .hentry .gallery-item {
	float: left;
}
#ie6 .builder-module-navigation li li,
#ie7 .builder-module-navigation li li {
	background-color: #FFFFFF !important;
	border-color: #EEEEEE;
}
#ie6 .builder-module-navigation li li a:hover,
#ie7 .builder-module-navigation li li a:hover {
	background-color: #FFFFFF !important;
}
#ie6 .nav-fx-left-outer-wrapper .builder-module-block,
#ie7 .nav-fx-left-outer-wrapper .builder-module-block {
	position: fixed;
	top: 100px;
	left: -20px;
}
#ie6 .nav-fx-left-outer-wrapper .builder-module-block ul.menu,
#ie7 .nav-fx-left-outer-wrapper .builder-module-block ul.menu {
	width: 150px !important;
	background-color: #DDDDDD;
}
#ie6 .nav-fx-left-outer-wrapper .builder-module-block ul.menu > li > a,
#ie7 .nav-fx-left-outer-wrapper .builder-module-block ul.menu > li > a {
	width: 110px !important;
	background-color: #DDDDDD;
}
#ie6 .nav-fx-left-outer-wrapper ul.menu > li > ul,
#ie7 .nav-fx-left-outer-wrapper ul.menu > li > ul {
	margin-left: 50px;
	margin-top: -30px !important;
}
/* IE8 */
#ie8 .front-page-thumbnail img {
	max-width: 300px;
}
.ngg-gallery-thumbnail {
width:250px;
padding-right:10px;
}