@import url("http://live.ezezine.com/css/reset.css");
@import url("http://live.ezezine.com/css/style-common.css");


/*  Main site layout  */
HTML {
	background-color:#E9ECF2;
}

BODY, HTML, TABLE, TD, SPAN, DIV {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color:#525456;
}

h1 {
	color: #274a90;
	font-weight:bold;
	font-size: 18px;
}

h2 {
	color: #4c93ea;
	font-weight:bold;
	font-size: 15px;
}

h3 {
	color: #4c93ea;
	font-weight:bold;
	font-size: 13px;
}

a {
  font-size: 12pt;
}

a:link {color:black}
a:hover {color:#013F8B}

ol, ul {
	margin-left:30px;
}

.standsm {
	color: #4c93ea;
	font-weight:bold;

}

.standsm_blk {
	color: #525456;
	font-weight:bold;

}



#site-messages {width:900px; margin:6px auto 5px 60px; padding:5px}

#main_wrapper {
	width:1000px;
  max-width:1000px;
	margin:2px auto 0 auto;
  background-color:#FCFCFA;
	/*background:#FAFAFA url(../images/body_bg.png) repeat-y top right;*/
  border: 1px solid #C1CCDE;
  border-radius: 6px;
  box-shadow:0px 1px 3px silver,inset 0 0 2px #000000;
}

#header {
	position:relative;
	width:1000px;
	height:90px;
	/*background:url(../images/header_bg.png) no-repeat top right;*/
}


#page_headline {
	margin-left:320px;
	font-size:16px;
	line-height:35px;
	font-weight:bold;
	color:#63A2F0;
}

#header_ezine_name {
  float:left;
	padding-right:15px;
	color:navy;
	font-size:13pt;
	font-weight:bold;
}

#content {
	width:975px;
	max-width:975px;
	min-height:300px;
  margin:0 5px;
  padding:0 5px;
  background-color:#FCFCFA;
  /*border: 1px dotted pink;*/
}

#footer {
	width:995px;
  background-color:#F4F2F5;
  font-size: 14px;
  margin-left:2px;
	/*padding-bottom:2px;*/
	/*background:url(../images/footer_bg.png) no-repeat bottom right;*/
}

#footer a {
	font-size:12px;
}


#sub_nav_menu {
	margin:5px 0 5px 0;
}

#top_menu_wrapper {
	position:relative;
	/*background:url(../images/body_bg.png) repeat-y top right;*/
	margin:0 0 0 5px;
}

#top_menu {
	position:relative;
	margin: 0 1px 0 -4px;
	border-bottom:1px solid #D6D8DA;
	color:#24478E;
	font-size:11pt;
	font-weight:bold;
	padding:5px 15px 0px 10px;
}


#top_menu a {
	color:#FCFCFA;
	text-decoration:none;
	background-color:#274a90;
	padding:1px 4px 1px 4px;
	border-radius: 3px 3px 0 0;
}

#top_menu a:hover {
  background-color:#7BB1F2;
	text-shadow: 0px 0px 1px blue;
}

#feed_box {
	font-size:12px;
}

#feed_box a {
	font-size:12px;
}

.feature_description {
  display:none;
  background: #FCFCFA;
  border: 1px solid gray;
  border-radius: 7px;
  padding: 10px;

}

.news_item_large {
  margin:5px;
}

.news_item_small {
  margin:5px;
}

.selected_section {
  color:#4C93EA !important;
  padding:0px 4px !important;
  /*border-color: lightblue !important;*/
  /*margin-bottom:3px !important;*/
  background-color:#F6F9FD !important;
  text-shadow: 0px 0px 1px silver !important;
  /*cursor: default;*/
  border:1px solid lightblue;
  border-bottom:none;
  /*max-height:10px !important;*/
  /*height:10px !important;*/
}

.section_menu {
	margin:6px 3px 5px 0px;
	/*border-top:2px solid lightblue;*/
	height:23px;
   padding:0 10px 0 10px;
	color:#4C93EA;
	font-size:small;
	font-weight:bold;
}


.section_menu a {
	color:#7BB1F2;
	text-decoration:none;
	background-color:#FCFCFA;
	padding:1px 10px 2px 10px;
	border:1px solid lightblue;
/*	border-right:1px solid lightblue;
	border-left:1px solid lightblue;*/
	border-radius: 4px;
}

.section_menu a:hover {
   background-color:#F6F9FD;
	color:#3F8CEA;
}

#content #the-stuff-on-the-right img {
  background:#FCFCFA;
  border-radius: 5px;
  margin-right:5px;
  box-shadow: 1px 1px 1px silver;
}

.ezine_list {
  width:645px;

  margin-bottom: 3px;
  margin-top: 5px;
}

.ezine_option_link {
  float:left;

  margin:5px;
}


.tag_box {
	position:relative;
	min-width:225px;
	min-height:55px;  
}
.tag_box img.tag {
	position:absolute;
	left:-40px;
	z-index:1;
}
.tag_box div.header {
	position:absolute;
  left:-25px;
	z-index:2;
	width:220px;
	height:28px;
	padding-top:4px;
	/*text-align:left;*/
	font-size:large;
	font-weight:bold;
	color:snow;
}
.tag_box div.content {
	padding-top:40px;
	padding-left:40px;
	color:#525456;
}



#sendometer {
	position:absolute;
	right:4px;
	bottom:1px;
	overflow:hidden;
	height:26px;
	width:250px;
	padding:3px 5px 3px 5px;
	line-height:14px;
	background-color:snow;
	color:navy;
	cursor:pointer;
}

#sendometer .listrow {
	border-bottom:1px dotted silver;
	clear:both;
}

#sendometer .title {
	font-size:small;
	font-weight:bold;
	color: navy;
	text-align:left;
	clear:both;
}
#sendometer  .label {
	font-size:small;
	font-weight:bold;
	color: silver;
}
#sendometer  .item {
	float:right;
	font-size:small;
	font-weight:bold;
	color: gray;
	margin-right:5px;
}

#sendometer_handle {
	position:absolute;
	top:0;
	right:0;
}

#bash_ie_float {
	position:absolute;
	background-color:lime;
	color:maroon;

}

.blue_box {
	width:940px;
	height:110px;
	margin:0 5px 20px 0;
	padding:7px;
	/*background-image:url(../images/top_bar.png);*/
  box-shadow: 1px 1px 4px #ccc;
	border-radius: 4px;
	font-size:large;
	font-weight:bold;
}

.blue_box h1 {
  color:navy;
}


.gallery_image_container {
  width: 100%;
  max-width: 950px;
}

.gallery_image {
  
  max-width:950px;
}




























#login_container {
  position:absolute;
  top:5px;
  right:4px;
  font-size: 9pt;
  padding: 2px 7px 2px 7px;
  z-index: 100;
  /*opacity:0.7;*/
  border-radius:6px;
  /*border-bottom-right-radius:6px;*/
  box-shadow: 0px 1px 4px gray;
  background: #FAFAFA;
}


#login_container .login_box {
/*  background:#A84818;
  color: #FFFFFF;*/
  position: relative;
  border-radius: 0 0 4px 4px;
  /*opacity:0.9;*/
  /*padding: 2px 35px;*/

}

#login_container a {
  text-decoration: none;
  /*background:none;*/
  /*color:#FBC022;*/
  /*font-weight: bold;*/
  font-size:9.5pt;
/*  text-shadow: 1px 1px 1px black;*/
}


#login_container input[type=text], #login_container input[type=password] {
    /*background-color: tan;*/
    border-radius:3px;
    /*color: black;*/
    text-decoration: none;
    /*border:1px solid black;*/
    width:64px;
    height:14px;
    padding:2px;
    margin:2px;
    float:left;
}

 #login_container input[type=submit] {
    border-radius:3px;
    border:1px solid #FBC022;
    width:64px;
    margin: 2px;
 }
 #login_container input[type=submit]:hover {
  /*background:#FBC022;*/
  /*color:black;*/
  /*border:1px solid #FBC022;*/
 }


#login_container #login_welcome {
  float:left;
  padding-top: 2px;
  margin-right:5px;
  font-size:9.5pt;
}

#login_container #login_form {
  float:left;
  font-weight: bold;
  display:none;
  padding: 5px 5px 2px 5px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  /*width: 200px;*/
}

#login_container #logout_form {
/*  float:right;
  font-weight: bold;
  padding: 5px 5px 2px 5px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;*/
  /*width: 200px;*/
}

#login_container #login_dashboard_link {
  line-height:20px;
  margin:2px 5px;
  font-weight: bold;
  font-size: 11pt;
  margin-left: 5px;
}



/*  Site Widgets  */
.notify_bubble {
  position:fixed;
  bottom:20px;
  left:10px;
  min-height:15px;
  padding:10px;
  /*color:snow;*/
  background:grey;
  font-size:13pt;
  /*opacity: 0.7;*/
  border-radius: 6px 6px 6px 6px;
  box-shadow: 1px 1px 3px black;
  z-index: 1001;
}

.settings_bubble {
  position:absolute;
  /*top:50px;*/
  /*right:100px;*/
  min-height:15px;
  padding:10px;
  /*color:snow;*/
  /*background:black;*/
  font-size:13pt;
  /*opacity: 0.7;*/
  border-radius: 6px 6px 6px 6px;
  box-shadow: 1px 1px 3px black;
  z-index: 2;
}

.settings_icon {
  background: transparent url(http://live.ezezine.com/images/settings.png);
  width:16px;
  height:16px;
  opacity: 0.8;
  float:right;
  z-index: 3000;
}

.ui-icon {
	float:left; /* jquery ui icons force line breaks w/o this */
	cursor:hand;
}

.ui-dialog  {
  z-index:1010;
}

.recently_visited {
  margin:5px;
}

#recently_visited {display:inline}
#recently_visited span {padding-right:5px}


#site-messages {
  max-width:620px;
  margin:3px auto 0 auto;
}

.addform_row label {
    display:inline-block;
    width:150px;
}

.crud_form_field {
	min-height:30px;
  display:block;
}


.crud_form_field label {
	font-size:9pt;
	font-weight:bold;
	width:220px;
  margin-left: 5px;
  /*color:yellow;*/
}

.crud_form_field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#captcha_container  {
  width:350px;
}

#captcha_container img {
  margin-top: 15px;
  height:35px;
  float:right;
}

#captcha_result span {
  margin-left: 5px;
  padding-bottom: 5px;
}







/* these next few are fixes we need for the jquery ui css */
/*.ui-icon {
	display:inline-block !important;  jquery ui icons force line breaks w/o this
}*/

/*.data_table span.ui-icon {
  float:left;
  display:inline-block !important;
}*/

.border-fix {
	margin:1px;
}

/*.ui_style input[type=text], input[type=text].ui_style, .ui_style input[type=password], input[type=password].ui_style, .ui_style textarea, textarea.ui_style {
    border: 1px solid gray;
    background: rgb(39, 39, 39);
    color: rgb(176, 176, 176);
    border-radius: 4px;
    padding-left: 4px;
}

.ui-widget-content a {
    /* color: #1c1c1c; */
}

.ui-effects-transfer {
  border:1px dotted silver;
}


/* overrides for datatables */
/* make toolbars float right and left to not take up two lines*/
.data_table {
	font-size: 9pt;
	width:100%;
}
/*.dataTables_length   {float:left}
.dataTables_filter   {float:right}
.dataTables_info     {float:left}
.dataTables_paginate {float:right}
.DataTables_sort_wrapper {#FCFCFA-space:nowrap;cursor:pointer}
*/
/* Jquery timepicker addon to datepicker needs these to look right*/
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div .ui_tpicker_hour div { padding-right: 2px; }
.ui-timepicker-div .ui_tpicker_minute div { padding-right: 6px; }
.ui-timepicker-div .ui_tpicker_second div { padding-right: 6px; }
.ui-timepicker-div td { font-size: 90%; }

/*  fullcalendar prints day numbers in #FCFCFA, switch them to brown */
.fc-day-number {color:brown}

/*  ui-dialog boxes seem to be broken close icon and other s are aligned left */
.ui-dialog {font-size:11pt; border:1px solid silver}


/* style the .open_modal class that is used on links or elements that open a modal box on click  and the hidden content element for the model*/
.open_modal {cursor:pointer;}
.open_modal_content {display:none; }