html, body{
	padding:0;
	margin:0;
	/*height:100%;*/
}
body{
    background: #dddddd url(images/bg-glow-effect.png) center top no-repeat;
    font-family: DaftareeFont, tahoma, arial;
    color: #333333;
    font-size: 12px;
    cursor: default;
}
    body.hideGlow{
        background-color: #777777;
        background-position: 100% -1000px;
    }
    body.showGlow{
        background-position: 50% 0px;
    }
    
    body.orange{
        background-color:#ffd15c;
    }
    body.blue{
        background-color:#94d2ff;
    }
    body.green{
        background-color:#c8f47a;
    }

@font-face  {
	font-family: DaftareeFont;
	src: url("fonts/daftareefont.eot");
}
@font-face  {
	font-family: "DaftareeFont";
	font-style: normal;
	src: url("fonts/daftareefont.woff") format("woff"), url("fonts/daftareefont.ttf") format("truetype"), url("fonts/daftareefont.svg#webfontKWmDqtHl") format("svg");
}

@-webkit-keyframes fadeScrollDown {
   from { opacity:0; -webkit-transform:translate(0px,-15px); }
   to   { opacity:1; }
}
@-webkit-keyframes fadeScrollUp {
   from { opacity:0; -webkit-transform:translate(0px,35px); }
   to   { opacity:1; }
}


a{
    color: #01528f;
    text-decoration: none;
}
a:hover{
    color: #057bd4;
}
.siteHolder{

	width:100%;
	height:100%;
}


.siteContent{
	width:960px;
	margin: 0 auto;
	position:relative;
	padding-top:9px;
}

.box{
	position:absolute;
	top:289px;
	width:303px;
	height:75px;
	/*cursor:pointer;*/
	border-radius:5px;
    background:url(images/sprite-homepage-elements.png) left -164px;
}
/**/
.box.hover{
	box-shadow:0px -15px 50px #ffffff;
	opacity:1;
    -webkit-transform:scale(1) translate(0px,-5px);
    -ms-transform:scale(1) translate(0px,-5px);
    z-index: 9999;

}
    .box.blue{
        left: 329px;
        background-position: left -164px;
    } .box.blue.loginForm{left: 493px;}

    .box.green{
        left: 16px;
        background-position: left -239px;
        height:92px;
    } .box.green.loginForm{ left: 180px; height: 75px; }


    .box.orange{
        right: 15px;
        background-position: left -331px;
        height: 106px;
    }



.box .textbox{
    position: absolute;
    top: 36px;
    margin: 0; padding: 0;
    height: 26px;
    direction: ltr;
    border: 0px transparent solid !important;
    color: #666;
    font-family: verdana;
    font-size: 18px;
    /*background: rgba(255, 0, 0, 0.3);*/
    background: transparent;
}
.box.orange .textbox{
    right: 151px;
    width: 140px;
    text-align: right;
}
.box.blue .textbox, .box.green .textbox{
    right: 19px; /*12px;*/
    width: 264px; /*279px;*/
    text-align: left;
}
.box .textbox:focus{
    outline: none;
}
.btn.signup, .btn.login{

    position:absolute;
	border:none;

    left: 0px;
	top:388px;
    width: 100%;
    height: 75px;
    text-align: center;
    font-size: 14px;
}
.btn.signup a.button , .btn.login a.button{
    background: url(images/sprite-homepage-elements.png) left -437px no-repeat;
    margin: 0 auto;
    width:214px;
	height:51px;
    display: block;
}

.btn.login{
    display: none;
}

.btn.login a.button{
    background: url(images/login-button.png) no-repeat;
    width:137px;
    height:55px;
    /*left:411px;*/
}
::-webkit-input-placeholder {
    color: #ddd;
}
input:-moz-placeholder { color:#ddd !important; }

.logo{
	background:url(images/logo.png) top left no-repeat;
	width:239px;
	height:94px;
	margin:0 auto;
}
.logo h1{
	display:none;
}
.signUpDialog .step1{
    height: 310px;
}
.signupTitle{
	position:relative;
    padding-top: 20px;
	height:146px;/*126px;*/
}
.signupTitle div{
    background: url(images/sprite-homepage-elements.png) left top no-repeat;
    height:126px;
    width: 280px;
    margin: 0 auto;
}
.slogan{
    position:relative;
    height:38px;
    top: 4px;
}
.slogan div{
    background: url(images/sprite-homepage-elements.png) left -126px no-repeat;
    width: 315px;
    height: 38px;
    margin: 0 auto;
}
.slogan h2, .slogan h3{
    display: none;
}
.facebookBox{
    position: absolute;
    left: 10px;
    top: 139px;
    background: url(images/like-our-page-arrow.png) 47px 34px no-repeat;
    width: 188px;
    height: 96px;
    text-align: left;
}


.bottomSection{
    background: url(images/shadow-seperator.png) no-repeat center top;
    padding-top: 40px;
}

.bottomSection .title{
    background: url(images/sprite-homepage-elements.png) left -488px no-repeat;
    height: 30px;
    margin-bottom: 10px;
}
.latestBlogs{
    width: 310px;
    float: right;
    margin-left: 20px;
}

.latestPosts{

    background: url(images/shadow-seperator_vertical.png) no-repeat right top;
    height: 310px;
    padding-right: 40px;
    width: 590px; /*630*/
    float: right;

}
.latestPosts .title{
    background-position: left -493px;
    width: 297px;
}
.latestBlogs .title{
    background-position:  left -523px;
    width: 139px;
}

.blogImage{
    /*position: relative;*/
    width: 72px;
    height: 72px;
    float: right;
    margin-left: 5px;
}
.blogImage img.brd{
    /*background: url(images/sprite-homepage-elements.png) -71px -553px;*/
    background-position: 4px 4px;
    background-repeat: no-repeat;
}

.blogImage .profilePic{
    position: absolute;
    left:3px;
    top:4px;
    background: url(images/loading-photo.png) center center no-repeat;
    width: 64px;
    height: 64px;
}
.blogImage a{
    /*position: absolute;
    right: 0px;*/
    width:72px;
    height:72px;
    display: block;
    background: url(images/loading-photo.png) center center no-repeat;
}
.blogPostRow{
    
}
/*
.blogPostRow .blogImage{
    position: absolute;
}
*/
.postInfo{
    margin-right: 80px;
}
.postInfo .blogName a{
    font-size: 18px;
    /*color:#015795;*/
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
.postInfo .postDetails{
    font-size: 14px;
    color:#333333;
    margin-top: 3px;
    margin-bottom: 5px;
}
.postInfo .readMore{
 float: right;
}
.postInfo .readMore, .postInfo .readMore a{
    width: 66px;
    height: 18px;
    padding: 0;
    margin: 0;
    display: block;
}
.postInfo .readMore a{
    background: url(images/sprite-homepage-elements.png) -4px -589px no-repeat;
}
.clearFloat{
	clear: both;
    float: none;
    line-height: 0px;
    font-size: 1px;
	height: 0;
}
.footer{
    margin: 0px 15px;
    background: url(images/shadow-seperator.png) no-repeat center top;
    padding-top: 40px;
    padding-bottom: 25px;
    font-size: 14px;
    color:#999999;
}
.footerR{
    float: right;
}
.footerL{
    float: left;
    color:#6a6a6a;
}
.footerL a{
    /*color: #01528f;*/
    text-decoration: none;
}
.footerL span{
    padding: 0px 10px;
}
.topButton{
    top:23px;
    right: 11px;
    position: absolute;
    display: block;
    width: 103px;
    height: 36px;
    background: url(images/sprite-homepage-elements.png) -142px -553px no-repeat;
}
.topButton.login{
    background-position: -142px -553px;
}
.topButton.signup{
    background-position: -142px -589px;
}
.loading{
    z-index: 99999;
    background: #999999;
    position: absolute;
    top:0;
    right:0;
    color:#DDDDDD;
    font-size: 48px;
    cursor: default;
    /*
    text-shadow: 0px 1px 0px #CCC;
    color: #404040;
    */
}
.loginTitle{
    display: none;
	position:relative;
    padding-top: 20px;
	height:146px;/*126px;*/
}
.loginTitle div{
    background: url(images/sprite-homepage-elements.png) left -625px no-repeat;
    height:111px;
    width: 310px;
    margin: 0 auto;
}
#hiddenFormElements{
    display: none;
}

.hiddenDetails{
    display: none;
}
.blogShortInfo .blogLink{
    direction: ltr;
    display: block;
    float: right;
    font: 12px tahoma;
}
.blogShortInfo{
    padding: 15px 0px;
    margin-left: 30px;
    width: 100%;
}
.blogShortInfo h2{
    margin: 0px;
    font-weight: normal;
}

dl.error {
    width: 244px;
    height: 61px;
    padding: 15px 21px;
    position: absolute;
    top: -104px;
    left: 7px;
    display: none;
    border: 1px #F00 solid;
    border-bottom: 0px;
    background: url(images/box-error-bg.png) no-repeat;
    border-radius: 10px 10px 0px 0px;
}
.box.error dl.error{
    display:block;
}
dl.error dt{
	color:#d21e1e;
	font-size:18px;
	padding:0 30px 0 0px;
}

dl.error dd{
    padding-top: 3px;
    font-size: 14px;
    color: #777;
    margin:0;
    margin-right: 30px;
}


.box.orange dl.error {
    border-color:#F00 solid;
}



/* =================== */
.latestBlogs .blogImage{
    margin-bottom: 5px;
}
.hc-preview .blogImage{
	margin-left:0px;
    margin-bottom: 0px;
}

.hc-preview {
    position: relative;
    display: inline-block;
    float: right;
    
    margin-left: 5px;
    margin-bottom: 5px;
}

.hc-name {
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.hc-details {
    /*font-family: Sans-serif !important;*/
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5em;
    border: solid 1px #ddd;
    position: absolute;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: -10px;
    z-index: 50;
    padding: 2em 10px 10px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    display: none;
}

.hc-pic {
    width: 70px;
    margin-top: -1em;
}

.hc-details-open-right {
    left: -10px;
    margin-right: 80px;
    text-align: left;
}

.hc-details-open-right > .hc-pic {
    float: right;
}

.hc-details-open-left {
    right: -10px;
    text-align: right;
    /*margin-left: 80px;*/


    padding: 0;

    box-shadow: 0px 0px 10px #999999;

    background: #ffffff url(images/bg-bloginfo.png) left bottom repeat-x !important;
    border: 1px #ffffff solid;
    border-radius: 0px;
    margin-left:0;
    
    min-height: 90px;
    min-width: 230px;
    /*
    padding-right: 50px;
    margin-right: 40px;
    */

    padding-right: 90px;
    margin-right: 0px;

}

.hc-details-open-left > .hc-pic {
    float: left;
}

.hc-details .s-action {
    position: absolute;
    top: 8px;
    right: 5px;
}

.hc-details .s-card {
    border-top: solid 1px #eee;
    margin-top: 10px;
    padding-top: 10px;
    overflow: hidden;
}

.hc-details .s-card .s-strong {
    font-weight: bold;
    color: #555;
}

.hc-details .s-img {
    float: left;
    margin-right: 10px;
}

.hc-details .s-name {
    color: #222;
    font-weight: bold;
}

.hc-details .s-loc {
    float: left;
}

.hc-details .s-href {
    clear: both;
    float: left;
}

.hc-details .s-desc {
    float: left;
    font-family: Georgia;
    font-style: italic;
    margin-top: 5px;
    width: 100%;
}

.hc-details .s-username {
    text-decoration: none;
}

.hc-details .s-stats {
    display: block;
    float: left;
    margin-top: 5px;
    clear: both;
    padding: 0px;
}

.hc-details ul.s-stats li {
    list-style: none;
    float: left;
    display: block;
    padding: 0px 10px !important;
    border-left: solid 1px #eaeaea;
}

.hc-details ul.s-stats li:first-child {
    border: none;
    padding-left: 0 !important;
}

.hc-details .s-count {
    font-weight: bold;
}
/* ====== */
.mainContent{
    background: url(images/shadow-seperator.png) center -3px no-repeat;
    font-size: 14px;
    line-height: 20px;
    padding-top: 35px;

}
.mainContent h1{
    color:#015B9A;
    text-shadow: 0px 1px 0px #eeeeee;
    font-size: 25px;

    line-height: 25px;

    margin: 0px;
    margin-bottom: 10px;
    font-weight: normal !important;
    /*

    */
}

.mainContent p, .mainContent li{
    color:#555;

}
.mainContent li{
    margin-bottom: 20px;
}

.mainContent strong{
    font-weight: normal !important;
    color: #222;
    font-size: 20px;
    text-shadow: 0px 1px 0px #f0f0f0;
}
.mainContent .innerPadding{
    margin: 0px 50px;
}