/*   
Theme Name: Milestones Community
Theme URI: http://www.nineimage.com
Description: Design for Milestones - MilestonesCommunity.com
Author: Orlando Ayala
Author URI: http://www.nineimage.com
Version: 1.00
*/

@media screen {

* { padding: 0; }
/** { margin: 0; padding: 0; }*/

body {
	background:url(images/bg_fence.png) fixed bottom repeat-x, #01b0d9 url(images/bg2.jpg) no-repeat top left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:50px 0;
	color:#8c6239;
	line-height:170%;
}
.faq-answer{
	margin-top:-15px;
	padding-left:15px;
}
.faq-list{
	cursor:pointer;
}
#testBlock {
float:left;
margin-top:25px;
}
#testP{
float:right;
width:750px;
}
#test {
width:150px;
height:150px;
margin-top:25px;
margin-right:15px;
background-color:#cccccc;
float:left;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap {
	width: 1024px;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 20px #004e5f;
	box-shadow: 0px 0px 20px #004e5f;
}

h1, h2, h3, h4, h5, hgroug {
	font-family:Times, "Times New Roman", serif;
	color:#0b9444;
	padding:15px 0;
}

h1 {font-size:32px; margin:0;}
h2 {font-size:28px; margin:0;}
h3 {font-size:24px; margin:0;}
h4 {font-size:20px; margin:0;}
h5 {font-size:18px; margin:0;}
h6 {font-size:30px; color:#f06eaa; padding:0; margin:0; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-weight:normal;}


img {
	border: 0;
}

a:link { 
	color:#0b9444; 
}

a:visited { 
	color:#0b9444; 
}

a:active { 
	color:#0b9444; 
}

/** { margin: 0; padding: 0; }*/
article, aside, figure, footer, header, hgroup, menu, nav, section { 
	display: block; 
}

.group:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}

.group { 
	display: inline-block; 
	clear: both; 
}

/* start commented backslash hack \*/ 
* html .group { height: 1%; } 
.group { display: block; } /* close commented backslash hack */

/* Header Style */

header {
	position:relative;
	margin-bottom:10px;
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
}

#headerLogo {
	display:block;
	width:332px;
	height:100px;
	background:no-repeat url(images/headerLogo2.png);
	margin-left:-10px;
}

header h1 {
	color:black;
	text-indent: -999px;
	display:none;
}


/* Header Style END */



/* Navigation Style */

nav {
	float:right;
	margin-top:-60px;
/*	margin-top:-80px;
	padding-right:25px;
*/}

.color-7 {
	background: none;
}


body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

nav ul {
	list-style: none;
	padding:0;
}

nav ul li {
	display: inline;
	list-style-type: none;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 10px 5px;
	outline: none;
	color: #0b9444;
	text-decoration: none;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 12px;
}

nav a:hover, nav a:focus {
	outline: none;
}
.breadcrumbs {
	padding: 15px 50px 15px 50px;
	font-size:12px;
}
.breadcrumbs a{
padding: 0 !important;
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
	padding: 0 0 5px;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f06eaa;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Navigation Style END */

#heroImages {
	width:1024px;
	height:350px;
	background:#fff;
	margin:0 auto 25px;
	line-height: normal;
}

article {
	margin: 0 auto;
/*	padding-top:25px;
*/}
article p {
	background:url(images/homeChild.jpg) top right no-repeat;
	min-height:233px;
	padding-right:175px;
	padding-bottom:15px;
}
article p img {
	float:right;
	}
/* Offer Style */

#mainOffers {
	height:100%;
	margin: 0 auto;
}

#offer {
	display:block;
	width:30%;
	height:100%;
	float:left;
	padding-left:1.5%;
	padding-right:1.5%;
	/*margin-top:25px;*/
}

#offer h3 {
	text-align:center;
}

#offer img {
	margin-left:30px;
}

/* Offer Style END */

/*.post {
	width:85%;
	margin: 0 auto;
	padding:25px 0 25px 0;
}
#postTemplate, #respond {
	padding-left:25px;
	width:70%;
	float: left;
	padding-bottom:25px;
}
#postTemplate .meta {
	display:none;
}
*/.fb-social-plugin.fb-send.fb_iframe_widget iframe {
	width:100px !important;
	height: 20px !important;
}
/* Aside */
aside {
	font-size:12px;
	width:280px;
	float:right;
	display:inline-block;
/*	padding-right:25px;
*/	margin-bottom:25px;
	line-height:170%;
}
aside li {
	list-style-type:none;
}
aside ul li a, aside ul li a:visited{
	color:rgba(35,166,11,1.00);
}
aside h2 {
	font-size:18px !important;
	color:#f06eaa;
	padding-bottom:5px;
	text-decoration:underline;
}
/* Aside END */
/* One Child */

#oneChild {
	clear:both;
	height:200px;
	background:#fef3c1 url(images/oneChild.jpg);
	text-align:center;
	margin-top:25px;
	margin-bottom:0;
}
#oneChild h6 {
	padding-top:65px;
}

#oneChild #btn {
	margin: 0 auto;
	margin-top: 25px;
}

/* One Child END */

/* One Child Pages */

#oneChildPages {
	clear:both;
	height:200px;
	background:#fef3c1 url(images/oneChild.jpg);
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}
#oneChildPages h6 {
	padding-top:65px;
	color:#0b9444;
}

#oneChildPages #btn {
	margin: 0 auto;
	margin-top: 25px;
}

/* One Child END */

/* Other Wordpress */
.alignleft{
	float:left;
	margin:0 15px 15px 0;
}
.alignright {
	float:right;
	margin:0 0 15px 15px;
}
.aligncenter{
	margin: 0 auto;
}
.wp-caption {
	background:rgba(255,251,214,1.00);
	border:rgba(252,220,117,1.00) solid 1px;
	padding:5px;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.wp-caption-text {
	margin:0;
	font-style:italic;
}
blockquote { 
	margin:0;
	color:rgb(11, 148, 68);
}
blockquote p {
	font-size:22px;
	font-style:italic;
}
ul, ol { margin: 0 0 10px 0; }

.post {
	padding: 0 50px 15px 50px;
/*	float:left;
*/}
.postSidebar, .type-post {
	width:640px;
}
.postSidebar2{
	padding-left:50px;
}
#postComments {
	width:640px;
	float:left;
}
#postTemplate {
	width:640px;
	float:left;
}
.entry {
/*	float:left;
*/}
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

.meta, .meta a { 
	color:#f06eaa;
	text-decoration:none;
}
.postmetadata {
	clear:both;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:rgba(0,0,0,1.00) dotted 1px;
}

#sidebar { }

.nav-single {
	float:left;
	padding: 25px 50px 25px 50px;
}
   .nav-previous { padding-right:5px; }
   .nav-next { padding-left:5px; }
#respond, #wpcf7-f58-p20-o1s{
	float:left;
	margin-left:75px;
	margin-bottom:15px;
	padding: 0px 15px 0px 15px;
}
#respond #author, #respond #email,#respond #url, .your-name .wpcf7-form-control, .your-email .wpcf7-form-control, .tel-797 .wpcf7-form-control, .captcha-406 .wpcf7-form-control {
	font-size:16px;
	color:#999;
	padding-left:0;
	padding-right:0;
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
	width:400px;
}
#respond #comment, .your-message .wpcf7-form-control {
	font-size:16px;
	color:#999;
	padding-left:0;
	padding-right:0;
	padding-top:5px;
	padding-bottom:5px;
	width:400px;
}
#comments {
	padding-top:15px;
	padding-left:50px;
}

#searchform { }
#s {
	font-size:16px;
	color:#999;
	padding-left:0;
	padding-right:0;
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
	width:200px;
}
#searchsubmit {
	background-image:url(images/btnSearch.png);
	height:30px;
	width:30px;
	border:none;
	background-color: transparent;
	color:rgba(0,0,0,0.00);
}
#searchsubmit:hover {
	background-position:left 30px;
}
	
ol.commentlist { 
	list-style: none; 
	padding-top:15px;
	padding-left:50px;	
}
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

.post ol, .post ul {
	margin-left:25px !important;
	padding:none !important;
}

/* Other Wordpress end*/

/* Footer Style */

footer {
	font-size: 12px;
	line-height:18px;
	color:#FFF;
	background:url(images/footerBG2.jpg) top center no-repeat;
	padding:10px 25px 25px 25px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	}
footer h4 {
	color:#fef3c1;
	letter-spacing:1px;
	font-weight:normal;
}
footer .footerAddress, footer .footerNewsletter {
	width:220px;
	float:left;
	min-height:250px;
}

footer .footerNav {
	width:175px;
	float:left;
	padding-bottom:15px;
}

footer .footerNav ul{
	text-align:left;
	padding:0;
	list-style-type:none;
}

footer .footerAddress a, footer .footerNav a  {
	color:#ffffff;
	text-decoration:none;
}

footer .footerAddress a:hover, footer .footerNav a:hover, #designer a:hover  {
	color: #F9C;
	text-decoration:underline;
}

footer .footerIconLinks {
	width:30%;
	float:right;
	min-height:250px;
	text-align:right;
}

footer .footerIconLinks ul {
	clear:both;
}

footer .footerIconLinks ul li {
	display:inline;
	float:right;
}

footer .footerLogo {
	float:right;
/*	margin: 0 auto; */
	width:231px;
	min-height:84px;
	background-image:url(images/footerLogo.png);
	margin-bottom:15px;
}
/* Mail Chimp Style */




.mc_var_label {
	display:none;
}
.mc_merge_var input {
	font-size:16px;
	color:#999;
	padding-left:0;
	padding-right:0;
	padding-top:5px;
	padding-bottom:5px;
	
	width:200px;
}
.mc_signup_submit input {
	background-image:url(images/subscribeRollover.png);
	width: 111px !important;
	height:32px;
	border:none;
	background-color: transparent;
	margin-top:10px;
	font-size:0px;
}
.mc_signup_submit input:hover {
	background-position:left 32px;
}
#mc_message .mc_error_msg {
	color:yellow;
}
#mc_message .mc_success_msg {
	color:white;
}

/* Mail Chimp Style END */
#subscribe{
	background-image:url(images/subscribeRollover.png);
	width:111px;
	height:32px;
	border:none;
	background-color: transparent;
	margin-top:10px;
}
#subscribe .button2{
	display:block;
}

#subscribe.button2:hover{
	background-position:left 32px;
}


#copyright {
	float:left;
	width: 45%;
	font-style:italic;
	color:#ffffff;
	font-size:14px;
	font-size:12px;
}

#designer { 
	float: right;
	width: 45%; 
	text-align: right;
	font-style:italic; 
	color:#ffffff;
	font-size:12px;
}
#designer a{
	color:#FFF;
}

/* Footer Style END */



#btn{
	background-image:url(images/scheduleRollover.png);
}

.button{
	display:block;
	width:250px;
	height:32px;
}

.button:hover{
	background-position:left 32px;
}

/* Icon Footer Set */

/* Home */
#btnHome{
	background-image:url(images/iconHome.png);
}

.buttonHome{
	display:block;
	width:45px;
	height:29px;
}

.buttonHome:hover{
	background-position:left 29px;
}

/* Contact */
#btnContact{
	background-image:url(images/iconContact.png);
}

.buttonContact{
	display:block;
	width:45px;
	height:29px;
}

.buttonContact:hover{
	background-position:left 29px;
}

/* Blog */
#btnBlog{
	background-image:url(images/iconBlog.png);
}

.buttonBlog{
	display:block;
	width:45px;
	height:29px;
}

.buttonBlog:hover{
	background-position:left 29px;
}

/* Calendar */
#btnCalendar{
	background-image:url(images/iconCalendar.png);
}

.buttonCalendar{
	display:block;
	width:45px;
	height:29px;
}

.buttonCalendar:hover{
	background-position:left 29px;
}

/* Facebook */
#btnFacebook{
	background-image:url(images/iconFacebook.png);
}

.buttonFacebook{
	display:block;
	width:45px;
	height:29px;
}

.buttonFacebook:hover{
	background-position:left 29px;
}

/* Icon Footer Set END */


 .divTable
    {
	display: table;
	width: auto;
	background-color: #eee;
	border: 1px solid  #666666;
	border-spacing: 5px;/*cellspacing:poor IE support for  this*/
	border-radius: 5px;
    }

    .divRow
    {
       display:table-row;
       width:auto;
		height:25px;
    }

    .divCell
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:175px;
        background-color:#ccc;
		text-align:center;
    }
    .divCell2
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:175px;
		text-align:center;

    }
    .divCell2b
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:175px;
		text-align:left;

    }
	
    .divCell3
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:300px;
        background-color:#ccc;
		text-align:left;
    }
.divTable .headRow {
	font-size:18px;
	font-weight:bold;
}
.headerRow {
	width:350px;
	text-align:center;
	font-size:40px;
	font-weight:bold;
}





} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */