/********************************/
/************popu box************/
/********************************/
#popup_box{
	position: relative;
 	margin:0 auto;
 	width:400px;
 	top:10%;
 	background-color:#FFF;
 	padding:10px;
 	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

#popup_box_close{
    background-image: url(/images/close_icon.png);
    width: 34px;
    height: 34px;
    position:absolute;
    cursor: pointer;
    right:-10px;
    top:-15px;
}

#smokescreen{
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    background-image:url(/images/transparent_bg.png);	
}

.popup_header_text{
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #000;
    font-weight:700;
    text-align:center;    
}
.popup_text{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight:300;
    text-align:center;    
}

.popup_text a:link{
    color: #000;
}

.popup_text a:visited{
     color: #000;   
}

#popup_form{
	width: 350px;
	margin: 0 auto;
}

#popup_form input[type=text]{
	padding: 5px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	width:200px;
	margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #AAA solid; 
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}
#popup_form .dropdown{
    padding: 5px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    width:200px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #AAA solid; 
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}
#popup_form input[type=password]{
    padding: 5px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    width:200px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #AAA solid; 
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}

#popup_form label{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
	text-align: left;
	display: block;
	padding-top:5px;
	padding-bottom:5px;
    padding-left:75px;
	font-weight:600;
}
#popup_form .remember_me{
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #000;
    text-align: left;
    display: inline;
    padding-top:5px;
    padding-bottom:5px;
    font-weight:500;
}

#popup_form .submit{
	font-size:14px;
    font-family: 'Open Sans', sans-serif;
  	font-weight: 700;
  	color: #aaaaaa;
    background-color:#cbcbcb;
    width:363px;
 	/*background-image:url(/images/button_bg_lrg.png);
	background-repeat: repeat-x; */  
	border:1px solid #aaaaaa;
    padding: 8px;
    cursor:pointer;
    border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	margin-top:5px;
}

#popup_form .submit:hover{
    background-color:#cbcbcb;
	border:1px solid #aaaaaa;
    color:#7a7a7a;
}
#popup_form .submit:active{
    background-color:#cbcbcb;
	border:1px solid #aaaaaa;
    color:#7a7a7a;
	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	box-shadow: 0px 1px 3px #000;
}
/*********************************/
/***********common clases*********/
/*********************************/
.whitetext{
	color: #FFF;
}

.whitetext a:link{
    color: #FFF;
}

.whitetext a:visited{
     color: #FFF;   
}


.shadow{
	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	box-shadow: 0px 1px 3px #000;
}

.clickable{
    font-family: 'Open Sans', sans-serif;
    color: #000;
	display: inline;
	font-weight:700;
	text-decoration:underline;
	cursor: pointer;
}

.button_gradient{
    background-image:url('/images/button_gradient.png');
    background-repeat: repeat-x;   
    border:1px solid #3681ac;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom:5px;
    cursor:pointer;
    text-shadow: 0px 1px 0px #000;  
    text-align:center;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    color: #fff;
    height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button_gradient:active{
    background-image:url('/images/button_gradient_active.png');
}

.button_gradient_orange{
    background-image:url('/images/button_gradient_orange.png');
    background-repeat: repeat-x;   
    border:1px solid #e2881d;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom:5px;
    cursor:pointer;
    text-shadow: 0px 1px 2px #000;  
    text-align:center;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    color: #fff;
    height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button_gradient_orange:active{
    background-image:url('/images/button_gradient_orange_active.png');
}

.button_gradient_gray{
    background-image:url('/images/button_gradient_gray.png');
    background-repeat: repeat-x;   
    border:1px solid #aaa;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom:5px;
    cursor:pointer;
    text-shadow: 0px 1px 2px #000;  
    text-align:center;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    color: #fff;
    height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button_gradient_gray_sm{
    background-image:url('/images/button_gradient_gray.png');
    background-repeat: repeat-x;   
    border:1px solid #aaa;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom:5px;
    cursor:pointer;
    text-align:center;
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    color: #fff;
    height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.loading_bar{
    background-image: url('/images/ajax-loader-bar.gif');
    width: 210px;
    height: 19px;
    margin: 0 auto;
    display:none;
}

.publication_signup_title{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight:700;
    margin-bottom:15px; 
}

.popup_header{
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #000;
    font-weight:700;
    text-align:center;  
}

.smokescreen_loading{
    position: relative;
    top: 50%;
}

#load_more_bar{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 7px;
	background-color:#F0F0F0;
	display:none;
}
.load_more_bar:hover{
	background-color:#d2eaff;
}

.load_more{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:700;
	color:#000;	
	text-align:center;
	cursor:pointer;
	width:auto;
}
.load_more:hover{
	color:#1874CD;
}

/***** footer **/
#footer_pane{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.footer_text{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight:600;
	color:#fff;	
	text-shadow: 0px -1px 0px #668337;
}

.footer_text a:link{
	color: #fff;
	text-decoration: none;
	font-weight:700;
}

.footer_text a:visited{
	color: #fff;
	text-decoration: none;
	font-weight:700;	
}

#search_column {
    width: 300px;
    position: relative;
    top: 4px;
    margin: 0 auto;
}

#search_column input {
    background: url(/images/glass.png) no-repeat 10px 12px #FFF;
    border: 2px #CCC solid;
    font: 18px Arial,Helvetica,Sans-serif;
    color: #000;
    width: 200px;
    margin-bottom: 15px;
    padding: 9px 15px 9px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    outline: none;
    }
.column_search_text{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight:600;
    color:#000;     
}

.popup_label{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight:600;
    color:#000; 
    text-align: center; 
    margin-top: 10px;
    margin-bottom: 5px;
}

#announcement_bar{
    position: fixed;
    top: 32px;
    width: 100%;
    height: 46px;
    text-align: center;
    /*background-image: url('/images/button_gradient_orange.png');*/
    background-color: #000;
	z-index: 9999;
    -webkit-box-shadow:  0 1px 3px #000;
    -moz-box-shadow:  0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
    display: none;
}

.announcement_body{
	width: 800px; 
    margin: 0 auto;
    position: relative;
}

#top_bar_pub{
    position: relative;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #457b9b;
	z-index: 9999;
	-webkit-box-shadow: 0 1px 3px #000;
	box-shadow: 0 1px 3px #000;
	-moz-box-shadow: 0 1px 3px #000;
}

#top_bar_menu_box_pub{
  width: 1200px;
  position:relative;
  margin: 0 auto;
}



#top_bar{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #457b9b;
	z-index: 9999;
	-webkit-box-shadow: 0 1px 3px #000;
	box-shadow: 0 1px 3px #000;
	-moz-box-shadow: 0 1px 3px #000;
}

#top_bar_menu_box{
  width: 1200px;
  position:relative;
  margin: 0 auto;
}

.bar_text{
	color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight:700;
	position: relative;
	top: 17px;
    left: 150px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}

.bar_text ul{
	margin: 0px;
	padding: 0px;
	list-style-position:inside;
}

.bar_text li{
	padding-left: 15px;
	display: inline;
}

.bar_text li a:link{
	color: #FFF;
	text-decoration: none;
}

.bar_text li a:visited{
	color: #FFF;
	text-decoration: none;
}

,bar_text li a:hover{
  text-shadow: 0 1px 1px #000;
}

.bar_logo{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight:700;
    color:#FFF; 
	position: absolute;
	left: 40px;
	top: 10px; 
    text-shadow: 0 1px 3px #000;
}

.bar_logo a:link{
	color: #FFF;
	text-decoration: none;
}

.bar_logo a:visited{
	color: #FFF;
	text-decoration: none;
}

.bar_logo a:hover{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

.search_bar{
	width: 350px; 
    position: absolute;
    top: 4px;
    right: -23px;
}


 .search_top {
}

.search_top input[type=text] {
    background: url(/images/glass.png) no-repeat 10px 12px #FFF;
    border: 2px #CCC solid;
    font: 13px Arial,Helvetica,Sans-serif;
    color: #000;
    width: 250px;
    padding: 9px 9px 9px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    outline: none;
    }

.top_search_button{
  position: absolute;
  top: 6px;
  right: 30px;
}

.recent_posts_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight:600;
    margin-bottom: 8px;
    color: #000;  
}

.recent_posts_text a:link{
  color: #000;
}

.recent_posts_text a:visited{
  color: #000;
}

.recent_posts_text a:hover{
  color: #000;
    font-weight:700;
}


#breadcrumb{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:700;
	color:#fff;
	margin-bottom: 10px;
	margin-left: 10px;
}

#breadcrumb a:link{
	color:#fff;
}

#breadcrumb a:visited{
	color:#fff;
}

.comment_image{
	width: 100%;
	max-width: 390px;

	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px #000 solid;
	display: block;
	background-color: #FFF;
}

.image_float{
	float: left;
	display: block;
}

.author_posts_list{
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	background-color: #3681ac;
	padding: 3px;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
}
