@charset "utf-8";
/*  
	CSS Document
	Project : ENV2
	File 	: layout.css
	Date 	: 20/02/13 (dd-mm-yy)
	Author  : shiraz (shiraz@digitalbrandgroup.com)
*/

/* ==========================================================================
 Html element direct styled.
========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}
textarea, input { 
    outline: none; 
}
body{ 
    background: #f6f6f6;
    color: #4d4d4d;
    font: normal normal normal 1em/1.4 "droid_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    line-height: 1.4;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
::-moz-selection { 
    background: #3a759f; 
    color: #fff; 
    text-shadow: none; 
}
::selection { 
    background: #3a759f; 
    color: #fff; 
    text-shadow: none; 
}
a {
	color: #3399FF;
	text-decoration: underline;
}
a:visited { 
    color: #347498; 
    font-weight: bold; 
}
a:hover { 
    color: #3399CC; 
}
.clearBoth{
    clear:both;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
/* ==========================================================================
 Helper classes extented.
========================================================================== */
a.linkBlack{
    color: #000;
}
a.linkBlack:hover{
    color: #347498;
}
a.linkWhite{
    color: #39C;
}
a.linkWhite:hover{
    color: #000;
}
a.linkRed{
    color: #FF0000;
}
a.linkBlack:hover{
    color: #000;
}
a.linkGrey{
    color: #c9c9c9;
}
a.linkGrey:hover{
    color: #4d4d4d;
}
a.linkBlue{
    color: #3c7ca0 !important;
}
a.linkBlue:hover{
    color: #4d4d4d;
}
.btmGreyBordered{
    border-bottom:1px solid #e0e1e1;
}
.bgBlue{
    background: #ecf6fb;
}
.bgRed{
    background: #f00000;
}
.bgGreen{
    background: #98d011;
}
.blueBox{
    background: #ecf6fb;
    border: 1px solid #dbdbdb;
}
.greenBorder{
    border:1px solid #77a800;
}
.greyBorder{
    border: 1px solid #acacac;
}
.blueBorder{
    border: 1px solid #366c8b;
}
.redBorder{
    border:1px solid #bb0000;
}
.topBordered{
    border-top:1px solid #d4d4d4;
}
.btnLarge{
    background: url(../images/common/btnLarge.png);
    border:0;
    color: #FFF;
    display: block;
    font-size: 1.1em;
    font: normal normal normal 1.25em/2.5 'droid_sansregular' ;
    height: 46px;
    margin: 0 0 20px 0;
    text-align: center;
    text-shadow:0px 1px 1px #010101;
    width: 360px;
}
.btnGrey{
    background: #d6d6d6 url(../images/common/greyBtnBg.png) repeat-x;
}
.btnBlue{
    background: #37789c url(../images/common/blueBtnBg.png) repeat-x;
}
.btnGreen{
    background: #89b012 url(../images/common/greenBtnBg.jpg) repeat-x;
}
.envHr{
    background: url(../images/common/lightGreyHR.png) repeat-x;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.btnSubmit{
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: 'droid_sansbold';
    font-size: .85em;
    height:29px;
    padding-top: 5px; 
    text-shadow:0px 0px 1px #000;
}
.submitBlue{
    background: #37789c url(../images/common/btnBluebg.jpg) repeat-x;
    border:1px solid #2e6889; 
}
.submitRed{
    background: #be1010 url(../images/common/btnRedbg.jpg) repeat-x;
    border: 1px solid #a70000; 
}
.envbtnBlue{
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #37789c url(../images/common/blueBtnBg.png) repeat-x;
    border-radius: 3px;
    border: 1px solid #366c8b !important;
    color: #FFF !important;
    cursor: pointer;
    font-family: 'droid_sansbold' !important;
    font-size: .75em;
    font-weight: normal !important;
    padding: 7px 12px;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}
.envbtnGreen{
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #7aa104 url(../images/common/greenBtnBg.jpg) repeat-x;
    border-radius: 3px;
    border: 1px solid #7aa104 !important;
    color: #FFF !important;
    cursor: pointer;
    font-family: 'droid_sansbold' !important;
    font-size: .75em;
    font-weight: normal !important;
    padding: 7px 12px;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}
.envbtnGold{
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #d8bc01 url(../images/common/goldBtnBg.jpg) repeat-x;
    border-radius: 3px;
    border: 1px solid #d8bc01 !important;
    color: #FFF !important;
    cursor: pointer;
    font-family: 'droid_sansbold' !important;
    font-size: .75em;
    font-weight: normal !important;
    padding: 7px 12px;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}

.envbtnLink{
    color: #000 !important;
    cursor: pointer;
    font-family: 'droid_sansbold';
    font-size: .75em;
    font-weight: normal !important;
		border: 0;
		background: transparent;
		outline: none;
}

.envbtnRed{
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #bd1010 url(../images/common/redBtnBg.jpg) repeat-x;
    border: 1px solid #a70000 !important;
    color: #FFF !important;
    cursor: pointer;
    font-family: 'droid_sansbold';
    font-size: .75em;
    font-weight: normal !important;
    padding: 7px 12px;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}

.envbtnGrey{
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #d6d6d6 url(../images/common/ashBtnBg.png) repeat-x;
    border-radius: 3px;
    border: 1px solid #acacac !important;
    color: #a5a5a5 !important;
    cursor: pointer;
    font-family: 'droid_sansbold' !important;
    font-size: .75em;
    font-weight: normal !important;
    padding: 7px 12px;
    text-decoration: none;
}
.noBorder{
    border:0px none !important;
}
.width0{
	display:none;
}
/* ==========================================================================
 Site specific styles
========================================================================== */
#globalContainer{
    background: url(../images/common/pageTopBg.png) repeat-x;
    float: left;
    width: 100%;
}
/* ==========================================================================
 Popup specific styles
========================================================================== */
.popup .title{
    color: #555;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
    padding: 1em 0 1em 20px;
}
.popup .popupContent{
    border-width:1px 0;
    border:1px solid #eaeaea !important;
    font-size: .9em;
    padding:0 20px;
}
.popup .btnContainer{
    background: #eaeaea;
    margin: 1px 0 0 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
/* ==========================================================================
 Header area styles.
========================================================================== */
#header{
    margin: 0 auto;
    position: relative;
    width:960px;
}
#header .header{
    float: left;
    width: 100%;
}
#header .header h1.logo{
    float: left;
    height: 42px;
    margin: 2px 0 0 0;
    padding-bottom: 15px;
    width: 331px;
    width: 335px;
}
#header .header h1.logo a{
    background: url(../images/common/empowerNetwork_logo.png) no-repeat;
    display: block;
    text-indent: -999em;
}

#header .accountNavBlock{
    background: url("../images/common/pageTopBg.png") repeat-x 0 0;
    float: right;
    padding: 9px 0 0 9px;
}
#header .accountNavBlock .profileImg{
    border:1px solid #1f4e68;
    float:right;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
#header .accountNavBlock .profileName{
    background: url(../images/common/arrow.png) no-repeat 100% 40%;
    color: #FFF;
    float: right;
    font-size: .8em;
    padding: 12px 20px 20px 5px;
    text-decoration: none;
}
#header .accountNavBlock .profileName:hover{
	color: #3399CC;
}
#header .accountNavBlock .accountNav{
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#header .accountNavBlock .accountNav li.menuItems{
    float: right;
    margin: 0;
    position: relative;
}
#header .accountNavBlock .accountNav li .subMenu{
    background-color: #7d7e7d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
    display: none;
    font-size: .8em;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top:50px;
    right: 0;
    width: 125px;
    z-index: 10000000;
}
#header .accountNavBlock .accountNav li:hover .subMenu{
    display: block;
    box-shadow: 0px 4px 5px #000;
}
#header .accountNavBlock .accountNav .subMenu a{
    color: #FFF;
    display: block;
    padding: 0 0 5px 0; 
    text-decoration: none;
}
#header .accountNavBlock .accountNav .subMenu a:hover{
    text-decoration: underline;
}
/* ==========================================================================
 Content area styles.
========================================================================== */
#contentContainer{
    background: #FFF;
    float: left;
    width: 100%;
}
#contentContainer .content{
    margin: 0 auto;
    position: relative;
    width:960px;
}
/* ==========================================================================
 Footer area styles.
========================================================================== */
#footer{
    margin: 0 auto;
    position: relative;
    width:960px;
}
#footer .footer{
    float: left;
    width: 100%;
}
.footer .footerContents{
    border-top:1px solid #e0e1e1;
    color: #757575;
    float: left;
    font-size: .75em;
    margin: 0 10px;
    padding: 10px 0 30px 0;
    width: 940px;
}
.footer .footerContents.extented{
    margin: 0;
    width: 960px;
}
.footer .footerContents.streamFooter{
    margin: 0;
    width: 960px;
}
.footer .footerContents .supportTxt{
    float: left;
    margin: 0;
    width: 440px;
}
.footerNavWrap{
    float: right;
    width: 500px;
}
.footer .footerContents .footerNav{
    float: right;
}
.footer .footerContents .coprights{
    clear: both;
    float: right;
    text-align: right;
    width: 100%;
}
/* ==========================================================================
 The tablular data styles.
========================================================================== */
.tabularContent{
    font-size: 1em;
}
.tabularData{
    border: 1px solid #e1e2e3;
    color: #4a4a4a;
    table-layout: fixed;
    border-collapse: collapse;
}
.tabularData th{
    background: #efefef url(../images/common/onepxWhite.jpg) repeat-x;
    border: 1px solid #e0e1e1;
    font-family: 'droid_sansbold';
    font-weight: normal;
}
.tabularData td{
    border: 1px solid #e0e1e1;
}
.tabularData tbody tr:nth-child(even) td, 
.tabularData tbody tr.even td{
    background: #FFF;
}
.tabularData td:first-child{
    background: url(../images/common/onepxf6.jpg) repeat-y !important;
}
.tabularContent.heightLessData .tabularData td{
    padding: 10px 0 !important;
}
/* ==========================================================================
 The Create Password Page Styles.
========================================================================== */
.forgetPassword {
    margin: 100px auto 250px;
    width: 360px;
}
.forgetPassword h2 {
    color: #4A4A4A;
    font: 24px/24px 'droid_sansbold';
    text-align: left;
}
.forgetPassword ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.forgetPassword ul li {
    margin: 0;
    padding: 0 0 10px;
}
.forgetPassword ul li label {
    font: 14px/14px 'droid_sansregular';
}
.forgetPassword .error {
    display: none;
}
.longblueBtn {
    background: url("../images/common/btnLarge.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font: normal normal 18px/18px 'droid_sansregular';
    height: 46px;
    margin-top: 5px;
    text-align: center;
    text-shadow: -1px 2px #666666;
    width: 360px;
}

.txtoops{
    color: #347498;
    font-size: 15em;
    margin: 50px 0 0;
    text-align: center;
}

/* ==========================================================================
 The ticker Styles.
========================================================================== */
#statusUpdateBlockWrap{
    background: #fff;
    border-bottom: 1px solid #d8d9da;
}
#statusUpdateBlockWrap .tickerBlock{
    margin:0 auto;
    width:960px;
}
#statusUpdateBlockWrap .statusUpdateBlock{
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    width: 960px;
}
#statusUpdateBlockWrap .statusUpdateBlock .shade{
    position: absolute;
    display: block;
    width: 75px;
    height: 48px;
    background:url(../images/common/hrScrollBg.png) repeat-y;
    top: 0;
    z-index: 1;
}
#statusUpdateBlockWrap .statusUpdateBlock .shade.shadeLeft{
    left: 0;
}
#statusUpdateBlockWrap .statusUpdateBlock .shade.shadeRight{
    right: 0 !important;
    background-position: top right !important;
}
#statusUpdateBlockWrap .statusUpdateBlock #contentContainer .content{
    width: 580px;
}
#statusUpdateBlockWrap ul#statusTicker{
    font-size: .8em;
}
#statusUpdateBlockWrap.rotate{
    float:left;
    padding:20px 0;
    width:100%;
}
#statusUpdateBlockWrap.rotate .statusUpdateBlock{
    float: left;
    position: relative;
    padding: 5px 0;
    width: 960px;
}
#statusUpdateBlockWrap.rotate .statusUpdateBlock ul#statusTicker{
    float: left;
    font-size: .8em;
    list-style-type: none;
    margin:10px 0;
    overflow: hidden;
    padding: 0;
    width: 365px;
}
#statusUpdateBlockWrap.rotate .statusUpdateBlock ul#statusTicker li{
    clear: both;
    float: left;
    margin: 4px 0;
    padding: 5px;
    position: relative;
    width: 340px;
}
#statusUpdateBlockWrap.rotate .statusUpdateBlock ul#statusTicker li.view-details:hover{
    cursor: pointer;
}
#statusUpdateBlockWrap.rotate .statusUpdateBlock ul#statusTicker li.selected{
    border:1px solid #c9c9c9;
}
#statusUpdateBlockWrap.rotate .statusUpdateBlock ul li.selected:after{
    background: url(../images/common/pointer.jpg) no-repeat;
    content:'';
    display: block;
    height: 29px;
    position: absolute;
    right:-9px;
    top:0px;
    width: 9px;
}
#statusUpdateBlockWrap.rotate .clicker{
    background: url(../images/common/arrow.jpg) no-repeat 0px 0px;
    display: block;
    height: 9px;
    margin-left:140px;
    position: absolute;
    text-decoration: none;
    text-indent: -999em;
    width: 18px;
    z-index: 111;
}
#statusUpdateBlockWrap.rotate .clicker.prev{
    top: 0px;
} 
#statusUpdateBlockWrap.rotate .clicker.next{
    background-position: 0 -9px;
    bottom: 0px;
}
#statusUpdateBlockWrap .clicker{
    display: none;
}

#selectedPost{
    float: right;
    margin-right: 2px;
    position: relative;
    width:580px;
    z-index: 9998;
}
#selectedPost .content{
    position: absolute;
}
.paddingTopnBtm20{
    padding-bottom: 20px;
    padding-top: 20px;
}
.content #tickerDetailView .sortBlock{
    background-image: none !important;
    padding: 0 !important;
}


/*=============================================================================
	The Blog Customize with Media Queries
=============================================================================*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
	#globalContainer {
		margin: auto;
		float: none;
		width: 320px;
	}
	#publicBlog {
		margin: auto;
		width: 320px;
		float: none;
	}
	#contentContainer .content {
		width: 100%;
		margin: auto;
		float: none;
	}
	#header {
		width: 320px;
	}
	#header .header {
		width: 320px;	
	}
	#header .header h1.logo {
		float: left;
    margin: 2px 0 0;
    width: 320px;
	}
	#header .header h1.logo a {
		background: url(../images/blog/empowerNetwork_logo.png) no-repeat 0 0;
		width: 300px;
		margin: auto;
		height: 38px;
	}
	#publicBlog .blogHeader {
		width: 320px;
		margin: auto;
	}
	#publicBlog .blogHeader .resizeMenu {
		display: block;
		width: 310px;
		margin: auto;
		padding-top: 20px;
	}
	#publicBlog .archiesList { 
		width: 320px;
	}
	#publicBlog .blogHeader .blogBanner .progileImg {
		left: 12px;
		bottom: -13px;
	}
	#publicBlog .blogHeader ul.bolgNav {
		display: none;
	}
	#publicBlog .blogList {
		width: 99%;
		margin: auto;
		float: none;
	}
	#publicBlog .blogContent {
		width: 99%;
		margin: auto;
		float: none;
	}
	#publicBlog .proveitNow {
		display: none;
	}
	#publicBlog .blogList .poweredVerisign {
		display: none;
	}
	#footer {
		width: 320px;
	}
	.footer .footerContents {
		width: 320px !important;
		text-align: center;
		margin: 0;
		padding: 5% 0;
	}
	.footer .footerContents .supportTxt{
		margin-bottom: 20px;
		width: auto !important;
	}
	.footerNavWrap {
		width: 320px;
		text-align: center;
	}
	.footer .footerContents .supportTxt {
		float: none;
	}
	.footer .footerContents .footerNav {
		float: left;
	}
	.footer .footerContents .coprights {
		float: none;
	}
	.pagination {
		margin-bottom: 5%;
		float: left;
	} 
	#contentContainer .content .commentList{
		margin-bottom: 8.5%;
	}
	#contentContainer .content .commentList .comment {
		width: 210px;
	}
	#contentContainer .content .commentList .comments.replyFirstDegree .comment {
		width: 180px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree .comment {
		width: 145px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree {
		background-position: 35px 10px;
		padding: 19px 15px 15px 60px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree .comment {
		width: 160px;
	}
	#contentContainer .content .commentList .comments.replyThirdDegree {
		background-position: 60px 10px;
		padding: 19px 15px 15px 87px;		
	}
	#contentContainer .content .commentList .comments.replyThirdDegree .comment {
		width: 140px;
	}
	#contentContainer .content .commentList li .blogInput {
		width: 210px;
	}
	#contentContainer .content .commentList li .blogInput .blogInputInner {
		width: 200px;
	}
	#publicBlog .blogList .blogSearch {
		width: 57%;
	}
	#publicBlog .blogList .searchBtn { 
		height: 36px;
		display: block;
		float: right;
		margin-right:5%
	}
}

@media only screen 
and (min-width : 480px) 
and (max-width : 640px) {
	#globalContainer {
		margin: auto;
		float: none;
		width: 480px;
	}
	#publicBlog {
		margin: auto;
		width: 480px;
		float: none;
	}
	#contentContainer .content {
		width: 100%;
		margin: auto;
		float: none;
	}
	#header {
		width: 480px;
	}
	#header .header {
		width: 480px;	
	}
	#header .header h1.logo {
		float: left;
    margin: 2px 0 0;
    width: 480px;
	}
	#header .header h1.logo a {
		background: url(../images/blog/empowerNetwork_logo.png) no-repeat 0 0;
		width: 300px;
		float: left;
		height: 38px;
	}
	#publicBlog .blogHeader {
		width: 480px;
		margin: auto;
	}
	#publicBlog .blogHeader .resizeMenu {
		display: block;
		width: 470px;
		margin: auto;
		padding-top: 20px;
	}
	#publicBlog .blogHeader ul.bolgNav {
		display: none;
	}
	#publicBlog .blogList {
		width: 99%;
		margin: auto;
		float: none;
	}
	#publicBlog .blogContent {
		width: 99%;
		margin: auto;
		float: none;
	}
	#publicBlog .proveitNow {
		display: none;
	}
	#publicBlog .blogList .poweredVerisign {
		display: none;
	}
	#footer {
		width: 480px;
	}
	.footer .footerContents {
		width: 480px !important;
		text-align: center;
		margin: 0;
		padding: 5% 0;
	}
	.footer .footerContents .supportTxt{
		margin-bottom: 20px;
		width: auto !important;
	}
	.footerNavWrap {
		width: 480px;
		text-align: center;
	}
	.footer .footerContents .supportTxt {
		float: none;
	}
	.footer .footerContents .footerNav {
		float: none;
	}
	.footer .footerContents .coprights {
		display: block;
		float: none;
		text-align: center;
	}
	#contentContainer .content .commentList{
		margin-bottom: 8.5%;
	}
	#contentContainer .content .commentList .comment {
		width: 370px;
	}
	#contentContainer .content .commentList .comments.replyFirstDegree .comment {
		width: 340px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree .comment {
		width: 325px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree {
		background-position: 35px 10px;
		padding: 19px 15px 15px 60px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree .comment {
		width: 160px;
	}
	#contentContainer .content .commentList .comments.replyThirdDegree {
		background-position: 60px 10px;
		padding: 19px 15px 15px 87px;		
	}
	#contentContainer .content .commentList .comments.replyThirdDegree .comment {
		width: 295px;
	}
	#contentContainer .content .commentList li .blogInput {
		width: 370px;
	}
	#contentContainer .content .commentList li .blogInput .blogInputInner {
		width: 360px;
	}
}

@media only screen 
and (min-width : 640px) 
and (max-width : 768px) {
	#globalContainer {
		margin: auto;
		float: none;
		width: 640px;
	}
	#publicBlog {
		margin: auto;
		width: 640px;
		float: none;
	}
	#contentContainer .content {
		width: 100%;
		margin: auto;
		float: none;
	}
	#header {
		width: 640px;
	}
	#header .header {
		width: 640px;	
	}
	#header .header h1.logo {
		float: left;
	    margin: 2px 0 0;
	    width: 500px;
	}
	#header .header h1.logo a {
		background: url(../images/blog/empowerNetwork_logo.png) no-repeat 0 0;
		width: 300px;
		float: left;
		height: 38px;
	}
	#publicBlog .blogHeader {
		width: 640px;
		margin: auto;
	}
	#publicBlog .blogHeader .resizeMenu {
		display: block;
		width: 630px;
		margin: auto;
		padding-top: 20px;
	}
	#publicBlog .blogHeader ul.bolgNav {
		display: none;
	}
	#publicBlog .blogList {
		width: 99%;
		margin: auto;
		float: none;
	}
	#publicBlog .blogContent {
		width: 99%;
		margin: auto;
		float: none;
	}
	#publicBlog .proveitNow {
		display: none;
	}
	#publicBlog .blogList .poweredVerisign {
		display: none;
	}
	#footer {
		width: 640px;
	}
	.footer .footerContents {
		width: 640px !important;
		text-align: center;
		margin: 0;
		padding: 5% 0;
	}
	.footer .footerContents .supportTxt{
		margin-bottom: 20px;
		width: auto !important;
	}
	.footerNavWrap {
		float: none;
		text-align: center;
		width: auto;
	}
	.footer .footerContents .supportTxt {
		float: none;
	}
	.footer .footerContents .footerNav {
		float: none;
	}
	.footer .footerContents .coprights {
		display: block;
		float: none;
		text-align: center;
	}
	#contentContainer .content .commentList{
		margin-bottom: 8.5%;
	}
	#contentContainer .content .commentList .comment {
		width: 370px;
	}
	#contentContainer .content .commentList .comments.replyFirstDegree .comment {
		width: 340px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree .comment {
		width: 325px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree {
		background-position: 35px 10px;
		padding: 19px 15px 15px 60px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree .comment {
		width: 160px;
	}
	#contentContainer .content .commentList .comments.replyThirdDegree {
		background-position: 60px 10px;
		padding: 19px 15px 15px 87px;		
	}
	#contentContainer .content .commentList .comments.replyThirdDegree .comment {
		width: 295px;
	}
	#contentContainer .content .commentList li .blogInput {
		width: 370px;
	}
	#contentContainer .content .commentList li .blogInput .blogInputInner {
		width: 360px;
	}
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
	#customBlog #globalContainer{
		width: auto;
	}
	#customBlog #contentContainer .content{
		width: 768px;
	}
	#publicBlog {
		margin: auto;
		width: 768px;
		float: none;
	}
	#header {
		width: 768px;	
		margin: auto;
	}
	#publicBlog .blogHeader ul.bolgNav li a {
		padding: 24px 17px 20px;
	}
	#publicBlog .blogList .poweredVerisign {
		display: none;
	}
	#footer {
		width: 768px;
		margin: auto;
	}
	#footer .footer {
		width: 768px;
		margin: auto;
	}
	.footer .footerContents {
		width: 768px !important;
		text-align: center;
		margin: auto;
		padding: 5% 0;
	}
	.footerNavWrap {
		width: 100%;
		text-align: center;
	}
	.footer .footerContents .supportTxt {
		float: none;
		padding-bottom: 3%;
		width: 100%;
	}
	.footer .footerContents .footerNav {
		float: none;
	}
	.footer .footerContents .coprights {
		float: none;
	}
	#contentContainer .content .commentList{
		margin-bottom: 8.5%;
	}
	#contentContainer .content .commentList .comment {
		width: 355px;
	}
	#contentContainer .content .commentList .comments.replyFirstDegree .comment {
		width: 325px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree .comment {
		width: 325px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree {
		background-position: 35px 10px;
		padding: 19px 15px 15px 60px;
	}
	#contentContainer .content .commentList .comments.replySecondDegree .comment {
		width: 305px;
	}
	#contentContainer .content .commentList .comments.replyThirdDegree {
		background-position: 60px 10px;
		padding: 19px 15px 15px 87px;		
	}
	#contentContainer .content .commentList .comments.replyThirdDegree .comment {
		width: 280px;
	}
	#contentContainer .content .commentList li .blogInput {
		width: 355px;
	}
	#contentContainer .content .commentList li .blogInput .blogInputInner {
		width: 345px;
	}

}


/*=============================================================================
	The Blog Customizer Block css classes
=============================================================================*/
.blogEditorWrap{
	background:#FFF url(../images/blog/customizerBlockBg.png) repeat-x;
}
#blogEditor{
	font-size: 1em;
	margin: 0 auto;
	width: 960px;
}
#domainListBlock{
	float: left;
	width: 100%;
}
#domainListBlock .domainList{
	float: left;
	font-size: .75em;
	margin: 0;
	padding: 0 0 11px 0;
	width: 775px;
}
#domainListBlock .domainList li{
	float: left;
	margin: 0;
	padding: 11px 40px 0 0;
	position: relative;
    z-index: 9999;
}
#domainListBlock .domainList li.hasSubnav{
	background: url(../images/blog/submenuPointer.png) no-repeat  right 7px;
}
#domainListBlock .domainList li.hasSubnav.subnavActive{
	background: url(../images/blog/submenuPointer.png) no-repeat  right -14px;
}
#domainListBlock .domainList li a{
	color: #4a4a4a;
	text-decoration: none;
	position: relative;
}
#domainListBlock .domainList li .activeLink{
	background: url(../images/blog/navSelected.png) no-repeat;
	bottom: -20px;
	display: block;
	height: 9px;
	left: 50%;
	position: absolute;
	width: 10px;
}
#domainListBlock .domainList li .subNav{
	background: #fff;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
}
#domainListBlock .domainList li .subNav li{
	background: url(../images/blog/subnavListBg.png) repeat-y;
	padding: 0;
	position: relative;
	width: 179px;
}
#domainListBlock .domainList li .subNav li.corners{
	background: url(../images/blog/subnavCorners.png) no-repeat !important;
	border:0 !important;
	height: 4px;
	overflow: hidden;
}
#domainListBlock .domainList li .subNav li.corners.btmCorner{
	background-position: 0 -4px !important;
}
#domainListBlock .domainList li .subNav li a{
	float: left;
	padding: 12px 10px 0 15px;
}
#domainListBlock .domainList li .subNav li a.last{
	padding-bottom: 10px;
}
#domainListBlock .addDomain{
	background:#c8c8c8 url(../images/blog/iconAdd.png) no-repeat 14px 14px;
	color: #6e6e6e;
	float: right;
	font-size: .75em;
	height:28px;
	padding: 10px 0 0 35px;
	text-decoration: none;
	width: 150px;
}
#blogCustomizerBlock{
	float: left;
	width: 960px;
}
#blogCustomizerBlock .customizerControlBlock ul{
	font-size: .75em;
	margin: 0;
	padding: 0;
}
#blogCustomizerBlock .customizerControlBlock ul li{
	float: left;
	margin: 0 25px;
	padding: 0;
}
#blogCustomizerBlock .customizerControlBlock ul li a{
	color: #4a4a4a;
	float: left;
	padding: 13px 0;
	text-decoration: none;
}
#blogCustomizerBlock .customizerControlBlock ul li a:hover{
	color: #3a759f;
}
#blogCustomizerBlock .customizerControlBlock ul li a.active{
	color: #3a759f;
	font-family: 'droid_sansbold';
    outline: none;
}
#blogCustomizerBlock .customizerContentBlock{
	float: left;
	width: 960px;
}
#blogCustomizerBlock .pageCustomizerBlock{
	margin:20px 0 10px 0;
	overflow: hidden;
}
.domainInfo {
	background: url(../images/common/tick.png) no-repeat 2% center #e9f5ff;
	border: 1px solid #c4e4fe;
	border-radius: 3px 3px 3px 3px;
	padding: 1% 1% 1% 6%;
}
.wrapBox {
	background: #f9f8f8;
	border: 1px solid #e1e2e2;
	border-radius: 3px 3px 3px 3px;
	padding: 1% 1.5% 1% 1.5%;
	position: relative;
}
.wrapBoxLft {
	background: #f9f8f8;
	border: 1px solid #e1e2e2;
	border-radius: 3px 0px 0px 3px;
	padding: 5px;
	position: relative;
	width: 470px;
	border-right: 0;
}
.lnk-url label.error{
	position: absolute;
	top:65px;
	left: 60px;
}
.lnk-ttl label.error{
	position: absolute;
	top:65px;
	left:68px;
}
.wrapBoxRgt {
	background: #f9f8f8;
	border: 1px solid #e1e2e2;
	border-radius: 0 3px 3px 0;
	padding: 5px;
	position: relative;
	width: 469px;
	border-left: 0;
}
.wrapBoxRgt label.error{
    margin-left: 55px;
}
.domainDetailsTable th {
	background: #4a4a4a;
	padding: 3px 25px 3px 15px;
	font-weight: normal;
	color: #fff;
}
.domainDetailsTable tr td {
	background: #fff !important;
	padding: 3px 25px 3px 15px;
	border-bottom: 1px solid #6e6e6e;
}
.wrapBox.redAlert {
	padding: 1.2% 1.5% 1% 4%;
	background: url(../images/blog/alert.png) no-repeat 2% center #f9f8f8;
	color: #e50000;
	font-size: 1.2em;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.topOptionsPanel #filterForm li.formList {
	width: 960px !important;
}
#menucheck_cntnr .cboxContainer label.list{
	line-height:1.5 !important;
}
.ddTitleText#article_title_font_title .ddlabel,
.ddTitleText#article_body_font_title .ddlabel,
.ddTitleText#sidebar_title_font_title .ddlabel,
.ddTitleText#sidebar_subtext_font_title .ddlabel{
	display: block;
	height: 18px;
	overflow: hidden;
}
.countDisplay {
	background: #fff;
	border: 1px solid #c9c9c9;
	padding: 2px 4px;
	margin: 4px 10px 0 20px;
	border-radius: 3px 3px 3px 3px;
}
.pageCustomizerBlock .wrapBox a{
	text-decoration: underline;
	color: #37779b;
}
.pageCustomizerBlock .wrapBox a.delete{
	color: #ee0000;
}
.navCustomizerBlock .btnSaveChanges{
	float: right;
	font-size: 1em;
}
.seoCustomizerBlock #meta_title_error,
.seoCustomizerBlock #meta_keyword_error,
.seoCustomizerBlock #google_analytics_error{
	float: left;
	width: 100%;
}
.subdomainCustomizerBlock .cboxContainer{
	float: left;
	margin: 5px 0 0 0 !important;
	width: 110px;
}
.subdomainCustomizerBlock .message{
	float: right;
	background: url(../images/blog/iconSuccess_fail.png) no-repeat;
	margin: 8px 0 0 0;
	padding: 0 20px 0 0;
}
.subdomainCustomizerBlock .message.available{
	background-position: 100% -39px;
	color: #569900;
}
.subdomainCustomizerBlock .message.taken{
	background-position: 100% 2px;
	color: #fe0000;
}
.photoBlock {
	background: #f6f6f6 url(../images/blog/uploadImageHolder.jpg) center center no-repeat;
	border: 1px solid #d9d9d9;
	float: left;
	height: 235px;
	width: 278px;
}
.photoBlockWrap .sliderBlock {
	float: left;
	padding: 10px 0 10px 0;
	width: 280px;
}
.photoBlockWrap .sliderBlock .scale {
	background: url(../images/profile/iconScale.jpg) no-repeat;
	float: left;
	height: 24px;
	text-indent: -999em;
}

.photoBlockWrap .sliderBlock .scale.scaleDown {
	width: 20px;
}
.photoBlockWrap .sliderBlock .scale.scaleUp {
	background-position: -20px 0;
	width: 32px;
}
.photoBlockWrap .sliderBlock .scale a {
	display: block;
	text-indent: -999em;
}
.photoBlockWrap .btnSaveImage,
.photoBlockWrap .btnBrowseImage{
	font-size: .85em;
	margin-bottom: 20px;
	width: 100%;
}
.photoBlockWrap .browse{
	cursor: pointer;
	height:30px;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
	position: absolute;
	top:0;
	width: 100%;
}
.slider {
	float: left;
	width: 210px;
	height: 25px;
	margin: 0 9px;
}
.uploadImageHolder {
	background: url(../images/blog/uploadImageHolder.jpg) no-repeat center center #f7f6f6;
	padding: 12px;
	min-height: 183px;
	display: block;
	width: 960px;
	border: 1px solid #d8d9da;
}
.uploadImageHolderVertical {
	background: url(../images/blog/uploadImageHolder.jpg) no-repeat center center #f7f6f6;
	padding: 12px;
	min-height: 340px;
	display: block;
	width: 174px;
	border: 1px solid #d8d9da;
}
.uploadImageHolderVertical:hover .bannerEditBg a {
	padding-left: 11.5%;
}
.imageUploadLandscape .footerImageUpload{
	margin: 20px auto;
	overflow: hidden;
	width:400px;
}
.imageHeader #bannerImageContainer.landscapeImageHoder{
	height:265px;
}
.imageFooter #bannerImageContainer.landscapeImageHoder{
	height:188px;
}
.imageUploadPortrait  #bannerImageContainer.potraitImageHoder {
    height:555px;
    width: 312px;
}
#filterForm{
	float: left;
	font-family: 'droid_sansregular';
	font-size: .75em;
	list-style-type: none;
	margin:0;
	padding: 0;
}
#filterForm li.formList{
	border-bottom: 1px solid #e0e1e1;
	clear: both;
	float: left;
	padding: 12px 0;
	width: 898px;
}
#filterForm li.noBorder{
	border: 0px;
}
#filterForm li label.labelTxt{
	float: left;
	padding-bottom: 8px;
}
#filterForm li .btnSubmit{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #366c8b;
	float: right;
	font-family: 'droid_sansregular' !important;
	font-size: 1em;
	margin:25px 0 0 0;
	padding: 5px 20px;
	width: 100px;
}
#filterForm li .cboxContainer{
	float: left;
	margin-right: 15px;
}
#filterForm li  label.list{
	line-height: 1.7;
	margin:0;
}
#filterForm li .dd{
	font-size: 1em;
}
#filterForm li .dd .ddTitle .ddTitleText{
	padding:8px 20px 6px 6px
}
#filterForm li.nobottomPadding{
	padding-bottom: 0 !important;
}
#filterForm li .btnSaveChanges,
#filterForm li .btnNext,
#filterForm li .btnVerifyDomain{
	float: right;
	font-size: 1em;
	margin-bottom: 20px;
	min-width: 100px;
}
#filterForm li .btnSeoChanges{
	float: right;
	font-size: 1em;
	margin-top: 24px;
	margin-bottom: 25px;
}
#filterForm li .btnAddPages,
#filterForm li .btnCancelCustomization,
#filterForm li .btnpublishPage,
#filterForm li .btnRemoveDomain{
	float: right;
	font-size: 1em;
	min-width: 100px;
}
.optionsTab {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0 0;
	width: 100%;
	float: left;
	border-bottom: 1px solid #e0e1e1;
}
.optionsTab li {
	float: left;
	width: 185px;
	position: relative;
	bottom: -1px;
	z-index: 1000;
}
.optionsTab li a {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
}
.optionsTab li.active {
	background: #fff;
	border-left: 1px solid #e0e1e1;
	border-top: 1px solid #e0e1e1;
	border-right: 1px solid #e0e1e1;
}
.optionsTab li.active strong {
	color: #3a759f;
}
/*--Buttons--*/
.greyBtn {
	padding:5px 15px 5px 15px;
	background:#ededed;
	border-radius:3px;
	text-decoration:none;
	color:#b4b4b4 !important;
	font-family:'Open Sans', sans-serif, Arial, Helvetica;
	font-weight:700 !important;
	font-size:0.875em;
	line-height:23px;
	text-transform: uppercase;
	margin: 43px 30px 0 0;
}
.greenBtn {
	padding:5px 15px 5px 15px;
	background:#90cfd0;
	border-radius:3px;
	text-decoration:none;
	color:#fff !important;
	font-family: 'Droid Sans', sans-serif;
	font-weight:700 !important;
	font-size:0.875em;
	line-height:23px;
	margin: 45px 0 0 0;
}

.blueBtn {
	padding:8px 18px 8px 18px;
	background:#58a0e3;
	border-radius:3px;
	text-decoration:none;
	color:#fff !important;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:400 !important;
	font-size:0.875em;
	line-height:23px;
	margin: 43px 0 0 0;
	border: 1px solid #428dd2;
}
.liteGreyBtn {
	padding:5px 15px 5px 15px;
	background:#ededed;
	border-radius:3px;
	text-decoration:none;
	color:#747373 !important;
	font-family: Arial, Helvetica;
	font-weight:normal;
	font-size:0.875em;
	line-height:23px;
}
.liteGreenBtn {
    padding:5px 15px 5px 15px;
	background: #61d296;
	border-radius:3px;
	text-decoration:none;
	color: #ffffff !important;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:300 !important;
	font-size:0.875em;
	line-height:23px;
	margin: 43px 0 0 0;
}
.readMoreBtn-3 {
	background: url(../images/blog/theme/4/readMoreBtn-3.png) no-repeat top right;
	width: 95px;
	height: 37px;
	text-indent: 9999;
	font-size: 0;
	margin: 43px 0 0 0;
	cursor: pointer;
}
.postCmtBtn-3 {
	background: url(../images/blog/theme/4/postCmtBtn-3.png) no-repeat top right;
	width: 129px;
	height: 38px;
	text-indent: 9999;
	font-size: 0;
	margin: 43px 0 0 0;
	cursor: pointer;
}


/*----------------- Blog theme edit ----------------------------*/
.themepickerBlock {
	padding: 15px 0 18px 0;
	float: left;
}
.themepickerBlock ul.themeList {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
}
.themepickerBlock ul.themeList li {
	margin: 20px 20px 10px 0;
	position: relative;
    width: 223px;
    height: 205px;
    float: left;
}
.themepickerBlock ul.themeList li .themeThumb {
    width: 223px;
    height: 204px;
    float: left;
    background: #f7f6f6;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 7px;
    border: 1px solid #cecdcd;
}
.themepickerBlock ul.themeList li .themeTick {
	background: url(../images/stream/selectedMedia.png) no-repeat;
	width: 34px;
	height: 34px;
	float: right;
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99999
}
.themepickerBlock ul.themeList li .themeThumb .previewTxt {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 50px;
    z-index: 99999;
    font-size: .9em;
    text-decoration: none;
    color: #fff;
}
.themepickerBlock ul.themeList li .themeThumb:hover .previewTxt,
.themepickerBlock ul.themeList li .themeThumb.active .previewTxt{
    display: block;
}
.themepickerBlock ul.themeList li .themeThumb.applied .previewTxt{
    display: none;
}
.themepickerBlock ul.themeList li .themeThumb:hover .themeOverlay ,
.themepickerBlock ul.themeList li .themeThumb.active .themeOverlay {
	background: url(../images/common/overlay.png) repeat 0 0;	
	position: absolute;
	width: 205px;
	height: 185px;
	float: left;
	left:0;
	top: 0;
	border-radius: 3px;
    border:10px solid #4c8eb3;
}
.themepickerBlock ul.themeList li .themeThumb:hover .previewOverlay ,
.themepickerBlock ul.themeList li .themeThumb.active .previewOverlay {
    background: url(../images/common/previewOverlay.png) repeat-x bottom right;   
    position: absolute;
    width: 205px;
    height: 185px;
    display: block;
    left:0;
    bottom: 0;
    border-radius: 3px;
    border:10px solid #4c8eb3;
}
.themepickerBlock ul.themeList li .themeThumb.applied .previewOverlay,
.themepickerBlock ul.themeList li .themeThumb.applied:hover .previewOverlay {
    background: none;   
    position: absolute;
    width: 205px;
    height: 185px;
    display: block;
    left:0;
    bottom: 0;
    border-radius: 3px;
    border:10px solid #F5B000;
}
.themepickerBlock ul.themeList li .themeThumb.active.applied .previewOverlay{
    background: none;
}
.themepickerBlock ul.themeList li .themeThumb.active .themeTick,
.themepickerBlock ul.themeList li .themeThumb:hover .themeTick{
	display: none;
}
.themepickerBlock .paginationThemePicker a {
    background: #fff url(../images/helpCenter/paginationBg.jpg) repeat-x bottom left;
	border:1px solid #dddddd;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color: #4a4a4a;
	display: inline-block;
	font: normal normal normal .75em/1.8 'droid_sansregular' ;
    outline: none;
	text-decoration: none;
	height: 20px;
	width: 22px;
	text-align: center;
	padding: 2px 0 0 0;
}
.themepickerBlock .paginationThemePicker a.active {
	background: #5295ba;
	border: 1px solid #2e6889;
	font: normal normal normal .75em/1.8 'droid_sansbold';
	color: #fff;
}
.previewmode{
    background: url(../images/common/previewOverlay.png) bottom right;
    padding: 14px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.previewmode .previewBlock{
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 1185px;
}
.themepickerBlock ul.themeList li .thumbName {
    font-size: 13px;
    text-align: center;
    margin: 5px 0;
}