/*
Theme Name: lgi_theme
Theme URI: http://wordpress.org/
Description: Theme for LGI Homes
Version: 1.6
Author: Brian Smallwood
Author URI: http://www.builderdesigns.com/

*/




@charset "UTF-8";


/* Start Basics - CSS */

* { margin:0; padding:0; }

body {
	background: #0f4679;
}

a:active, a:focus {
	outline: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.clear {
	height: 0px;
	clear: both;
}

.photo_edge {
	margin: 4px;
	padding: 2px;
	border: 4px solid #DEDBCA;
}

.photo_edge:hover {
	margin: 4px;
	padding: 2px;
	border: 4px solid #333333;
}

.right {
	margin: 10px;
	padding: 4px;
	border: 4px solid #C5B776;
	float: right;
}

.left {
	margin: 10px;
	padding: 4px;
	border: 4px solid #C5B776;
	float: left;
}

a {
	font-weight: bold;
	color: #670F0B;
	text-decoration: none;	
}

a:hover {
	font-weight: bold;
	color: #17354C;
	text-decoration: none;	
}

/* End Basics - CSS */


/* start of home_content */

#wrapper {
	width: 100%;
}

#content_container {
	background-color: #071e2e;
	background-image: url(images/home_bg01b.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	width: 100%;
}

#content {
	width: 990px;
	margin: 0px auto;
	text-align: left;
	background-image: url(images/blog_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#nav_container {
	background-image: url(images/nav_bgb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height:32px;
	/*height: 68px;*/
	width: 990px;
}

#nav {
	clear: both;
	float: left;
	height: 44px;
	width: 948px;
	margin-top: 24px;
	margin-left: 21px;
}

#nav ul {
	display: block;
	float: left;
	width: 948px;
	height: 44px;
	list-style: none;
}

#nav ul li {
    display: block;
    float: left;
	height: 44px;
    text-indent: -10000px;
}

#nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#nav_01 {
    width: 80px;
}

#nav_02 {
    width: 120px;
}

#nav_03 {
    width: 138px;
}

#nav_04 {
    width: 102px;
}

#nav_05 {
    width: 123px;
}

#nav_06 {
    width: 116px;
}

#nav_07 {
    width: 101px;
}

#nav_08 {
    width: 78px;
}

#nav_09 {
    width: 90px;
}

#nav_01 a:hover {
	background: url(images/nav01_f2.jpg) no-repeat left top;
}

#nav_02 a:hover {
    background: url(images//nav02_f2.jpg) no-repeat left top;
}

#nav_03 a:hover {
    background: url(images/nav03_f2.jpg) no-repeat left top;
}

#nav_04 a:hover {
    background: url(images/nav04_f2.jpg) no-repeat left top;
}

#nav_05 a:hover {
    background: url(images/nav05_f2.jpg) no-repeat left top;
}

#nav_06 a:hover {
    background: url(images/nav06_f2.jpg) no-repeat left top;
}

#nav_07 a:hover {
    background: url(images/nav07_f2.jpg) no-repeat left top;
}

#nav_08 a:hover {
    background: url(images/nav08_f2.jpg) no-repeat left top;
}

#nav_09 a:hover {
    background: url(images/nav09_f2.jpg) no-repeat left top;
}


#nav ul li ul {
	display: none;
	float: none;
	position: relative;
	top: 0px;
	width: 220px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333929;
}

#nav ul li:hover ul {
    display:block;
}

#nav ul li ul li {
	background-image: none;
	background-repeat: none;
	background-color: #333929;
	color: #ffffff;
	display: block;
	float: none;
	height: 30px;
	text-indent: 6px;
	padding-top: 6px;
}

#nav ul li ul li a {
    color: #ffffff;
    font: arial;
    font-size: 11px;
    height: 25px;
    text-indent: 6px;
    padding-top: 6px;
	text-decoration: none;
	background-color: #333929;
}

#nav ul li ul li a:hover {
	background-image: none;
	background-repeat: none;
	background-color: #596447;
	text-decoration: none;
}

#pagetitle_area {
	background-image: url(images/blog_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 249px;
	width: 990px;
}

#pagetitle_area h1 a {
	text-indent: -5000px;
	display: block;
	height: 310px;
	width: 313px;
	float: left;
	height: 226px;
	width: 293px;
}

#main_area {
	width: 990px;
}

#main_area #main_area_left {
	float: left;
	width: 642px;
	margin-top: 10px;
	margin-right: 44px;
	margin-left: 82px;
}

#main_area #main_area_right {
	float: left;
	width: 182px;
	margin-top: 10px;
}

#main_area a {
	color: #104869;
	font-weight: bold;
	text-decoration: none;
}

#main_area a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#main_area h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #333333;
	padding: 3px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFC2A1;
	font-weight: normal;
	margin-top: 10px;
}

#main_area h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #404829;
	padding: 3px 3px 6px;
	font-weight: normal;
	line-height: 19px;
}

#main_area h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #404829;
	padding: 3px 3px 6px;
	font-weight: normal;
	line-height: 22px;
}

#main_area p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

.sidebar_module {
	float: left;
	width: 182px;
	margin-bottom: 15px;
}

.sidebar_header_follow {
	background-image: url(images/blog_sidebar_header_connnected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 46px;
	width: 182px;
}

.sidebar_header_communities {
	background-image: url(images/blog_sidebar_header_communities.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 46px;
	width: 182px;
}

.sidebar_header_search {
	background-image: url(images/blog_sidebar_header_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 46px;
	width: 182px;
}

.sidebar_header_posts {
	background-image: url(images/blog_sidebar_header_posts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 46px;
	width: 182px;
}

.sidebar_header_categories {
	background-image: url(images/blog_sidebar_header_categories.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 46px;
	width: 182px;
}

.sidebar_header_archives {
	background-image: url(images/blog_sidebar_header_archive.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 46px;
	width: 182px;
}

.sidebar_social {
	background-image: url(images/blog_sidebar_social.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
	width: 182px;
}

.social_box01 {
	float: left;
	height: 39px;
	width: 43px;
}

.social_box02 {
	float: left;
	height: 39px;
	width: 40px;
}

.social_box03 {
	float: left;
	height: 39px;
	width: 41px;
}

.social_box04 {
	float: left;
	height: 39px;
	width: 58px;
}

.social_btn01 a {
	height: 39px;
	width: 43px;
	text-indent: -5000px;
	display: block;
}

.social_btn02 a {
	height: 39px;
	width: 40px;
	text-indent: -5000px;
	display: block;
}

.social_btn03 a {
	height: 39px;
	width: 41px;
	text-indent: -5000px;
	display: block;
}

.social_btn04 a {
	height: 39px;
	width: 58px;
	text-indent: -5000px;
	display: block;
}

.sidebar_community_box {
	height: 78px;
	width: 182px;
}

.sidebar_comm_btn01 a {
	background-image: url(images/blog_sidebar_comm01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}

.sidebar_comm_btn02 a {
	background-image: url(images/blog_sidebar_comm02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}

.sidebar_comm_btn03 a {
	background-image: url(images/blog_sidebar_comm03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}

.sidebar_comm_btn04 a {
	background-image: url(images/blog_sidebar_comm04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}

.sidebar_comm_btn05 a {
	background-image: url(images/blog_sidebar_comm05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}

.sidebar_comm_btn06 a {
	background-image: url(images/blog_sidebar_comm06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}
.sidebar_comm_btn07 a {
	background-image: url(images/blog_sidebar_comm07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}
.sidebar_comm_btn08 a {
	background-image: url(images/blog_sidebar_comm08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}
.sidebar_comm_btn09 a {
	background-image: url(images/blog_sidebar_comm09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}
.sidebar_comm_btn10 a {
	background-image: url(images/blog_sidebar_chateauwoods.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}
.sidebar_comm_btn11 a {
	background-image: url(images/blog_sidebar_sonterra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}
.sidebar_comm_btn12 a {
	background-image: url(images/blog_sidebar_oakhollow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}
.sidebar_comm_btn13 a {
	background-image: url(images/blog_sidebar_santanheights.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 182px;
}
.sidebar_inner {
	float: left;
	width: 168px;
	margin-left: 7px;
}

.social_list {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	list-style: none;
}

.social_list li {
	border-bottom:1px solid #BFC2A1;
	padding: 3px;
}

/* end of home_content */



/* start of footer */

#footer_container {
	background-image: url(images/home_bg03.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	width: 100%;
}

#footer {
	width: 990px;
	height: 167px;
	margin: 0px auto;
	text-align: left;
	background-image: url(images/blog_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer #foot_left {
	width: 787px;
	float: left;
	margin-left: 40px;
	margin-top: 77px;
	margin-right: 16px;
}

#footer #foot_right {
	width: 107px;
	float: left;
	margin-top: 77px;
}

#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}

#footer a {
	font-weight: bold;
	color: #EEDFAB;
	text-decoration: none;		
}

#footer a:hover {
	font-weight: bold;
	color: #CABD90;
	text-decoration: none;
}

.holder_eho {
	float: left;
	width: 45px;
	margin-right: 10px;

}

.holder_bd {
	float: left;
	width: 160px;
	margin-right: 10px;
}

.holder_social {
	float: left;
	width: 34px;
}

.logo_bd {
	background-image: url(images/logo_bd.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 25px;
	width: 160px;
	margin-bottom: 20px;
}

.logo_bd a {
	background-image: url(images/logo_bd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 25px;
	width: 160px;
}

.logo_eho {
	background-image: url(images/logo_eho.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 35px;
	width: 45px;
}

.social_rss {
	background-image: url(images/social_foot_rss.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

.social_rss a {
	background-image: url(images/social_foot_rss.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

.social_fb {
	background-image: url(images/social_foot_fb.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

.social_fb a {
	background-image: url(images/social_foot_fb.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

.social_twitter {
	background-image: url(images/social_foot_twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

.social_twitter a {
	background-image: url(images/social_foot_twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

/* end of footer */



/* start of post styling */

.post {
	width: 640px;
	float: left;
	clear: both;
	padding-bottom: 20px;
}

.post img, .post img a {
	margin: 10px;
	padding: 4px;
	border: 4px solid #C5B776;
}

.post-date {
	width: 75px;
	height: 75px;
	float:left;
	background: url(images/calendar.jpg) no-repeat;
}

.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 12px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 18px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #FDFFE7;
	text-align: center;
	display:block;
	line-height: 20px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.post-title {
	margin-bottom: 15px;
}

.post-cat {
	padding: 4px 8px;
	background-color: #ede5da;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.post-comments, .mini-add-comment {
	padding: 4px 4px 4px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/icon_comments.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 15px;
	margin-left: 10px;
}

.post_list01 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.post_list01 li {
	border-bottom:1px solid #BFC2A1;
	padding: 8px;
	margin: 2px;
}

.post_list02 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	list-style: square url(none) inside;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.post_list02 li {
	padding: 6px 12px;
	margin: 3px;
	background-color: #D4D7B1;
}

#commentform textarea {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 600px;
}

.commentlist {
	padding: 10px 10px 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
}

.commentlist li {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin-bottom: 10px;
	background-color: #ede5da;
}

.sociable {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BFC2A1;
	border-bottom-color: #BFC2A1;
}

.sociable_tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px 3px 6px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFC2A1;
}

.previous-entries {
	float: left;
}

.previous-entries {
	float: right;
}


/* end of post styling */
































/* start of inside_content */

