/* STYLESHEET FORMAT GUIDE *****************************************************

  split into the following sections:
  - semantics (direct formatting for <td>, <a>, etc)
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  SAMPLE:
  .poll-vote,
  .poll-vote-results {
    background:transparent;
    color:#000000;
    font-size:smaller;
  }

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

/* SEMANTICS ******************************************************************/

a {
  background:transparent;
font-weight: 400;
font-size: 90%; }

a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#000000;
  text-decoration:none;
}
a:link {
  color:#000000;
text-decoration: none; }
a:visited {
  color:#000000;
}
a:hover {
  color:#000000;
text-decoration: underline; }
a:active {
  color:#000000;
}
body {
font-family: "myriad-pro","helvetica neue", sans-serif; 
font-style: normal;
font-weight: 300;
  width:1074px;
  background:#FFFFFF;
  color:#000000;

  padding:0px;
  margin:0px auto;
 /* border:1px solid #E7E7E7; */
  padding-left:1px;
  padding-right:1px;
font-size: 100%; }



fieldset {
  margin-bottom:1em;
}
fieldset p {
  padding:5px;
  margin:0px;
  margin-top:5px;
  margin-bottom:0px;
}
fieldset legend {
  font-size:0.9em;
}
form {
  margin-top:5px;
  margin-bottom:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}
form div.notes ul {
  margin:0px;
  padding:0px;
  padding-left:2px;
}
form div.notes ul li {
  margin-left:15px;
  list-style-position:outside;
  padding-right:2px;
}
form fieldset div.notes {
  float:right;
  position:relative;
  right:30px;
  width:150px;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  border:1px solid #666666;
  background-color:#ffffe1;
  color:#666666;
  font-size:.75em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#666666;
  color:#666666;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
  color:#666666;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
form label {
    font-weight:bold;
}
h1 { 
  font-size:125%;
}
h2 {
  font-size:110%;
}
h3 {
  font-size:100%;
  margin:0px;
}
img {
  border:0;
}
input {
  font-size:.9em;
}
input,
submit,
td {
  color:#000000;
}
table {
  border:0px;
}
textarea {
  color:#000000;
  font-family:arial,verdana,tahoma,helvetica,sans-serif;
}
th {
  color:#000000;
  background-color:#DAE0ED;
  font-weight:bold;
  padding-left:3px;
  text-align:left;
}
p {
  margin-top:5px;
}
select {
  color:#000000;
  font-size:.9em;
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-menu-icon {
  float:left;
  padding:5px;
}
.admin-menu {
  /* the box around the menu */
  padding:5px;
  border:1px solid #EEEEEE;
}
.admin-menu-text {
  /* the text below the links */
  padding:5px;
}
.admin-menu-item {
  /* a single link in the menu */
  padding: 0px 5px 0px 5px;
}
.admin-list-smalltable {
  text-align:left;
  border-spacing:1px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search {
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
}
/* Menus in blocks ************************************************************/
.blocklist ul {
  list-style:none;
  padding:0px;
  margin:0px;
 }
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
.floatright {
  float:right;
}
.floatleft {
  float:left;
}
.clearboth {
  clear:both;
}
/* clear floats by applying the clearfix class to float-encasing block !*******/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* general formatting classes *************************************************/
.b {
  font-weight:bold;
}
.ext-link {
/*  background-color: transparent;
  background: url(./images/external.png) center right no-repeat;
  background-attachment: scroll;
  padding-right: 13px; */
}
.ext-link-rtl {
}
.feed-link {
  background-color: transparent;
  background: url(./images/feed.png) center right no-repeat;
  background-attachment: scroll;
  padding: 2px 16px 2px 0px;
}
.feed-link-rtl {
}
.strike {
  text-decoration: line-through;
}
/* Blocks *********************************************************************/
.block-box-left,
.block-box-right,
.block-box {
  margin:5px 10px 15px 10px;
}

.block-box h2 {
  /* the title of a featured story */
  background:transparent;
  color:#000000;
  font-weight:300;
  font-size:30px;
  padding-left:1px;
padding-bottom: 0px;
margin-bottom: 0px; 
font-family: raleway,sans-serif;
font-style: normal;
font-weight: 100;}

.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  margin:0px;
  padding-left:0px;
list-style: none;
margin-bottom: 10px;
 }

.block-box-left p,
.block-box-right p {
 
  margin:0px;
  padding-left:0px;

margin-bottom: 20px; } 


.block-bg-left, .block-bg-right {


}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  background:transparent;
  width:200px;
  height:1px;
}
.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
  clear:both;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}
.block-divider {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}
.block-divider-left {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}
.block-divider-right {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}

.block-blue-soe{
background-color: #B7D0F7;
height: 70px; }

.block-blue-now{
background-color: #BFD4E8;
height: 70px;
}

.blue-sky
{background-color: #264b75;
height: 70px;

}
.block-featured-left {
  /*background: #0334ff; */
  background:#5e96f5;

  color:#000000;
 }


.block-featured-right {
  background:#B7D0F7;
/*#aacbf2;
/*DAE0E6;
*/  
  color:#000000;
}
.block-helpicon {
  padding-top:5px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
  /*border-left:1px solid #F7F7F7;
  padding:0px;
  margin:0px; */
}
.block-outerborder-right {
 border-right:1px solid #F7F7F7; 
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  color:#1A3955;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}
/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#ffffff	;
  text-align:left;
  padding-left:3px;
  padding-right:3px;
font-size: 150%; }
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}

.comment{

margin: 8px;
padding: 8px; }

.commenttitle {
 
 padding: 3px 0px 5px 0px;  
font-size: 175%;
}

.comment-text{
vertical-align: top;
font-size: 125%;
margin-top: 15px;

padding-left: 20px; }

.comment-edit {
  font-style: italic;
  padding-top:1ex;
}
.comment-sig {
  color:#666666;
  padding-top:1ex;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up {
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
  padding-left:0.8em;
  padding-right:0.8em;
}
/* Footer *********************************************************************/
.footerblock {
  background:#B7D0F7;
  border-top:1px solid #E7E7E7;
  color:#000;
  font-size:12px;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  vertical-align:middle;
}
.footerblock a:link {
  background:transparent;
  color:#000;
  text-decoration:none;
}
.footerblock a:visited {
  background:transparent;
  color:#000;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  color:#000;
text-decoration: underline; }
.footerblock a:active {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footer-divider-top {
  background:#FFFFFF;
  border-top:1px solid #ffffff;
  padding-top:1px;
  color:#ffffff	;
margin-bottom: 20px; }
/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
.checkboxes-list {
  /* this is used for example by COM_checkList */
  list-style:none;
  padding:0px;
  margin:0px;
}
.checkboxes-list span {
  /* space between the text and the checkbox */
  padding-left:5px;
}
.checkboxes-list .gldefault {
  /* default blocks in the user settings block list */
  font-weight:bold;
}
.missing-field {
  /* reserved for future use */
}
.required-field {
  /* reserved for future use */
}
/* Header *********************************************************************/
.header-logo {

height: 218px; }

.header-slogan {
  float:right;
  line-height:78px;
  padding-right:15px;
  color: #ffffff;
}
.header-logobg-container-inner {
  background:url(images/header-bg.png) #1A3955;
  border-bottom:1px solid #CCCCCC;
  height:78px;
  margin-bottom:1px;
}
.header-navigation-container {
  border-bottom:1px solid #FFFFFF;
  background:#E7E7E7;
}
.header-navigation-container ul {
  list-style: none;
  padding:0px;
  margin:0px;
  border-bottom:1px solid #CCCCCC;
  color:#FFFFFF;
  float:right;
  height:24px;
}
.header-navigation-container li {
  float:left;
  padding-right:9px;
  padding-left:9px;
  margin-top:4px;
  background:transparent;
  font-size:.9em;
  border-left: 1px dotted #FFFFFF;
}
.header-navigation-container a:link {
  color:#0000FF;
}
.header-navigation-container a:visited {
  color:#800080;
}
.header-navigation-container a:hover {
  color:#008000;
}
.header-navigation-container a:active {
  color:#FF0000;
}
.header-welcomeanddate-text {
  padding-top:12px;
  padding-left:4px;
  margin: 0px;
  height:40px;
  border-bottom:1px solid #CCCCCC;
}
/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.nowrap {
  white-space:nowrap;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#E7E7E7;
  text-align:right;
  border-bottom:1px solid #CCCCCC;
  height:52px;
  padding:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements {
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input {
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchresult-byline {
  color:green;
}
.site-slogan {
  color:#ffffff;
  background:transparent;
}
.sysmessage img {
  border:none;
  float:left;
  padding-bottom:3px;
  padding-right:5px;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}
/* Story **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1 {
  /* the title of a story */
  background:transparent;
  color:#000000;
 
  padding-left:1px;

}
.story-body, .story-extras h2{
  /* this is the actual content of the story */
font-family: "myriad-pro","helvetica neue", sans-serif; 
font-style:normal;
font-size: 100%;
font-weight: 100;
line-height: 150%;
letter-spacing: .1em ;  
padding:3px;}

.story-body a:link
{
color: #5e96f5;
text-decoration: underline;
font-size: 100%; }


.story-extras a:link{
color: #000;
text-decoration: none;
font-size: 80%;
font-weight: 400; }

.story-body a:visited
{
color: #5e96f5;
text-decoration: underline; }


.story-extras a:visited{
color: #5e96f5;
text-decoration: none; }


.story-body a:hover{
color: #0334ff;
text-decoration: underline; }


.story-extras a:hover{
color: #000;
text-decoration: none; }


.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1, .story-extras h1 {
  /* the title of a featured story */
  background:transparent;
  color:#000000;
  
  font-size:30px;
  padding-left:1px;
padding-bottom: 0px;
margin-bottom: 0px; 
font-family: raleway,"helvetica neue", sans-serif;
font-style: normal;
font-weight: 100;}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
  padding-top:10px;
}
.story-icons a {
  margin-left:5px;
}
.story-container {
  /* frame around all stories & centerblocks*/
  padding-right: 30px;
  width:100%;
  vertical-align:top;
padding-left: 20px; }
.story-footer {
  /* the bottom of the story with edit-links etc */
  padding:3px;
  text-align:center;
  clear:both;
padding-top: 20px; }
.story-footer p {
  padding:0px;
  margin:0px;
}

.story-body-text{
clear: both; 

}

.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:100%;
  background:transparent;
  color:#000000;
}
.story-information p {
  padding:0px;
  margin:0px;
}
/******************************************************************************/
#token-expirynotice {
  padding:1em;
  border:1px solid #CCCCCC;
  background:#F7F7F7;
}
#token-expirytime {
  font-weight:bold;
}
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#FFF;
  font-weight:bold;
  background-color:#FFF;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#fff;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#Fff;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#fff;
  line-height:120%;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */


/* End of common CSS for on-hover info feature */

#admin-editor dt#title {
  display:     block;
  font-size:   13px;
  font-weight: bold;
  position:    relative;
  top:         10px;
}

#admin-editor input#close {
  width: 150px;
}

/* Used by lib-plugin.php to display dependencies */
b.notbold { /* hack for HTML compliance inside tooltips */
  font-weight: normal;
}

b.status_red {
  display:     inline;
  color:       #a40000;
}

b.status_orange {
  display:     inline;
  color:       #b25000;
}

b.status_green {
  display:     inline;
  color:       #3d7805;
}

b.status_black {
  display:     inline;
  color:       black;
}

/* End of Common Plugin CSS */

.capsule{
text-transform: uppercase;
font-family: "Trebuchet MS", Helvetica, sans-serif;
border: 1px black solid;
background-color: #82a1bb;
-webkit-border-radius: 3px 3px;
-moz-border-radius: 3px 3px;
border-radius: 9px 9px;
max-width: 200px;
font-size: 10px;
color: white;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px; }

.block-title{
border: #6b87b9;
-webkit-border-radius: 9px 9px;
-moz-border-radius: 9px 9px;
border-radius: 9px 9px;
background-color: #66ccff;
padding-top: 3px;
padding-right: 9px;
padding-bottom: 3px;
padding-left: 9px;
text-align: center;
max-width: 200px; }

.block-why{
text-decoration: underline;
color: #000000;
 }

.block-why:before 
{
content:url('http://cippra.com/b4m5/layout/basic4/images/info.png');
 }

.capsule{
text-transform: uppercase;
font-family: "Trebuchet MS", Helvetica, sans-serif;
border: 1px black solid;
background-color: #82a1bb;
-webkit-border-radius: 3px 3px;
-moz-border-radius: 3px 3px;
border-radius: 9px 9px;
max-width: 200px;
font-size: 10px;
color: white;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px; }


img.block-title{
float: right;
 }

.tooltip {
	display:none;
	
	
	padding:40px 30px 10px 30px;
	width:410px;
	font-size:11px;
	color:#fff;
background-color: silver; }

.right_block_tooltip{
	display:none;
	background: silver;
	font-size:12px;
	width: 0px;
	padding:25px;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
    box-shadow: 2px 2px 8px #666; -webkit-box-shadow: 2px 2px 8px #666; -moz-box-shadow: 2px 2px 8px #666;
min-width: 150px;
min-height: 150px; }

.pop_tips_tooltip {
	display:none;
	background: gray;
	font-size:12px;
	height:370px;
	width:360px;
	padding:25px;
	color:#fff;	
   border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
    box-shadow: 2px 2px 8px #666; -webkit-box-shadow: 2px 2px 8px #666; -moz-box-shadow: 2px 2px 8px #666;
 }

@font-face {  
  font-family: "kozuka-b" ;  
  src: url(KozGoPro-Bold.otf) format("opentype");  }

@font-face {  
  font-family: "kozuka-r" ;  
  src: url(KozGoPro-Regular.otf) format("opentype");  }


@font-face {  
  font-family: "kozuka-l" ;  
  src: url(KozGoPro-Light.otf) format("opentype");  }

@font-face {  
  font-family: "kozuka-m" ;  
  src: url(KozGoPro-Medium.otf) format("opentype");  }

@font-face {  
  font-family: "kozuka-el" ;  
  src: url(KozGoPro-ExtraLight.otf)  format("opentype") ;  }


.kozlato-el{

font-family: "kozuka-el", "Lato", sans-serif;

font-weight: 300; 
}

.kozlato-l{

font-family: "kozuka-l", "Lato", sans-serif;

font-weight: 300; 
}

.kozlato-m{
font-size: 20px;
font-family: "kozuka-m", "Lato", sans-serif;

font-weight: 700; 
}

.kozlato-r{

font-family: "kozuka-r", "Lato", sans-serif;

font-weight: 400; 
}

.lato-l{
font-size: 20px;
font-family: 'Lato';
line-height: 30px;
font-weight: 300; }


.size-sm{
font-size:10px;
line-height:12px
}

.size-md{
font-size:15px;
line-height:18px
}

.size-lg{
font-size:20px;
line-height:25px
}

.size-title{
font-size:30px;
line-height:35px
}

.size-mast{
font-size:20px;
line-height:20px
}

.typekit-museo{
  font-family: museo-sans;
}

.typekit-fertigo{
font-family: fertigo-script;
}


.tipline{
border-left: 1px black solid;

/*padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;  */
 }

.tipline-left-item{
/*padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;  */
 }

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(http://cippra.com/b4m5/layout/basic4/images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:650px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:100%;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(http://cippra.com/b4m5/layout/basic4/images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:30px;
	width:30px;
}

.story_pic_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	/*background-image:url(http://cippra.com/b4m5/layout/basic4/images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	/*width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:3px;

	/* a little styling */	
	font-size:11px;
-webkit-border-radius: 10px 10px;
-moz-border-radius: 10px 10px;
border-radius: 10px 10px;

background-color: white; 
}

/* default close button positioned on upper right corner */
.story_pic_overlay .close {
	background-image:url(http://cippra.com/b4m5/layout/basic4/images/close.png);
	position:absolute; right:-18px; top:-18px;
	cursor:pointer;
	height:30px;
	width:30px;
}
   
.overlay-yellow{

 display: block;   margin-left: auto;   margin-right: auto;
 }

.topic_item{

padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px; 
background-color: gray;
display: block;
 }
 
.mbtext{

font-family: "Lucida Grande", sans-serif;
letter-spacing: normal;
font-size: 90%; }

.storybold{
font-weight: 400;
 }

.storyheader{
font-weight: 400;
font-size: 105%; }


.active_button{

font-family: "Lucida Grande", sans-serif;
font-size: 10pt;
border: 1px gray solid;
-webkit-border-radius: 3pt 3pt;
-moz-border-radius: 3pt 3pt;
border-radius: 3pt 3pt;
background-color: #BFD4E8;
padding-top: 1px;
padding-right: 6px;
padding-bottom: 1px;
padding-left: 6px; }

.gloss_sample{
  cursor: help;

   
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
border-bottom: 2px #5E96F5 dotted;
text-decoration: none; }



.gloss_sample_bubble{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #;
    border-right: 1px solid #000000;
    border-style: solid;
    border-width: 5px;
    color: #000000;
    padding: 0.5em;
-webkit-border-radius: 8px 8px;
-moz-border-radius: 8px 8px;
border-radius: 8px 8px;
border: 5px #5e96f5 solid;
text-decoration: none;
font-size: 12px;
line-height: normal;
display:none;}

.topicname{
float:right;
margin-right: 10px;
font-weight: 400;
font-size: 18px; }

.storybar{
margin: 0em;
padding: 0em; }

.storybar2{
margin: 0em;
padding: 0em;
margin-bottom: 15px;
cursor: pointer; }

textarea{
font-size: 15px; }

.story-subtitle{

font-style: italic;
font-weight: 400;
font-size: 15px;
text-align: right;
padding-bottom: 20px;
padding-top: 20px;
letter-spacing: normal; }

.story-subhead {

  /* the title of a featured story */
  background:transparent;
  color:#000000;
  font-weight:300;
  font-size:18px;
  padding-left:1px;
padding-bottom: 0px;
margin-bottom: 0px; 
font-family: raleway,sans-serif;
font-style: normal;
font-weight: 100;}

.story-subbox{
border: 1px silver solid; text-align: ;
color: #878787;
padding: 3px;
 }

.subparts_index{
display: none; }



.donatebox_largetext{
font-size: 125%; }


.donatebox_regtext{
font-size: 105%;
}

.donate{font-size:100%}

/* .donate_article:after{content:"Donate $1";} */

.donatebox{

background-color: #fbf29b;
text-align: left;
padding: 5px;
border: 1px silver solid;
z-index:100;
 }

.gl123{
background-color: #DAE0E6;
text-align: left;
padding: 5px;
font-size: 15px;
width: 100%;

margin-bottom: 20px;
border-bottom: 1px silver solid; }

.gloss_note{
background-color: #fbf29b;



border: 1px silver solid;
padding: 8px;
margin-top: 15px;
/*margin-right: 10px; */
margin-bottom: 10px;
visibility: visible;
width: 80%; }

.gloss_hack{
visibility: hidden; }



/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
	display:none;
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	border:5px solid #5e96f5;
	color:#333;
	background:#fff;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
	margin-left:30px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.right {
	margin-right:30px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
	content:"";
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:40px; /* controls horizontal position */
    border-width:20px 20px 0;
	border-style:solid;
    border-color:#5e96f5 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
	content:"";
	position:absolute;
	bottom:-13px; /* value = - border-top-width - border-bottom-width */
	left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width:13px 13px 0;
	border-style:solid;
	border-color:#fff transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.top:before {
	top:-20px; /* value = - border-top-width - border-bottom-width */
	bottom:auto;
	left:auto;
	right:40px; /* controls horizontal position */
    border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.triangle-border.top:after {
	top:-13px; /* value = - border-top-width - border-bottom-width */
	bottom:auto;
	left:auto;
	right:47px; /* value = (:before right) + (:before border-right) - (:after border-right) */
    border-width:0 13px 13px;
}

/* creates the larger triangle */
.triangle-border.top-left:before {
	top:-20px; /* value = - border-top-width - border-bottom-width */
	bottom:auto;
	left:auto;
	left:40px; /* controls horizontal position */
    border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.triangle-border.top-left:after {
	top:-13px; /* value = - border-top-width - border-bottom-width */
	bottom:auto;
	left:auto;
	left:47px; /* value = (:before right) + (:before border-right) - (:after border-right) */
    border-width:0 13px 13px;
}


/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
	top:10px; /* controls vertical position */
	bottom:auto;
	left:-30px; /* value = - border-left-width - border-right-width */
	border-width:15px 30px 15px 0;
	border-color:transparent #5e96f5;
}

/* creates the smaller  triangle */
.triangle-border.left:after {
	top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
	left:-21px; /* value = - border-left-width - border-right-width */
	border-width:9px 21px 9px 0;
	border-color:transparent #fff;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.right:before {
	top:10px; /* controls vertical position */
	bottom:auto;
    left:auto;
	right:-30px; /* value = - border-left-width - border-right-width */
	border-width:15px 0 15px 30px;
	border-color:transparent #5e96f5;
}

/* creates the smaller  triangle */

.triangle-border.right:after {
	top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
    left:auto;
	right:-21px; /* value = - border-left-width - border-right-width */
	border-width:9px 0 9px 21px;
	border-color:transparent #fff;
}

.info-bubble-width{
width: 300px;

 }

.extra-link-width{
width: 400px;
}

.category-bubble-width{
width: 400px;
 }

.extra-link-title{
font-size: 140%;
padding-bottom: 15px; }

.block-blue-soe{
background-color: #B7D0F7;
height: 70px; }

.block-blue-now{
background-color: #BFD4E8;
height: 70px;
}

.blue-sky
{background-color: #264b75;
height: 70px;
}

.toplist{
width: 340px;
font-size: 75%;
 }

.topic_line{
  background:transparent;
  color:#000000;
  font-weight:300;
  font-size:20px;
  padding-left:1px;
padding-bottom: 0px;
margin-bottom: 0px; 
font-family: raleway,sans-serif;
font-style: normal;
font-weight: 100;
position:absolute; top:168px; left:15px; cursor:pointer;
}

.topic_line td{
margin-right: 0px;
margin-left: 0px;
border-left: 1px #000000 solid;
padding-right: 10px;
padding-left: 10px;
padding-top: 15px;
padding-bottom: 11px; }

.notip:first-letter {

font-size: 1px; }

.otherappslist{
border: none;
font-size: 100%; }

.otherappslist td{
width: 200px;
border: none;
vertical-align: top;
font-family: "myriad-pro",sans-serif;
font-weight: 100; }

.top-tips-text{

font-size: 15px;
text-align: right; }

.gcs{
position: absolute;
left: 7px;
top: 180px;
width: 250px; }

.extras-title{
font-size: 13px;
font-weight: 400;
margin-bottom: 0px; }

.story-image{
cursor: pointer; }


.cursor-index{
cursor: default; }

.story-image img{
width: 200px;}

.rate-share td{
vertical-align: top;
}

.showad_loggedin{
display: none; 
}

.zback{position:relative;
left:0px;
top:0px;
/*z-index:-1; */
}

.picture_box{
float: right;
margin-left: 10px; 
border: 1px gray solid;
padding: 10px;
width: 200px; }



.picture_box_text{
text-align: center
}

.amazon-logo{
margin-left: 30px;
;
 }

.inline-ad{
width: 570px;
height: 400px;
/*background-color: #b3b3b3; */
/*border: 1px black solid; */
position: relative;
z-index: 1; }

.inline-ad-ad{
position: absolute;
right: 10px; 
top: 20px;
z-index: 1; 
}

.inline-ad-text{
position: absolute;
left: 20px;
bottom: 0px;
color: black; 
z-index: 1; 
}

.inline-ad-graphic{
position: absolute;
left: 13px;
top: 20px;
z-index: 0; 
}

.recent-box{
float: right;
 margin-left: 10px; 
border: 1px gray none; 
padding: 10px; 
width: 200px ;


font-weight: 400;
border: 1px gray solid; }

.recent-box ul {
  /* do not indent lists in the blocks too much */
  margin:0px;
  padding-left:0px;
list-style: none;
margin-bottom: 12px;
line-height: normal; }

.header-pop{
width: 100%;
border: none;
overflow: visible;
height: 100%;
scrolling:no;
 }

.notif-table td{
vertical-align: top;
padding-right: 30px;
padding-bottom: 30px; }

.cloud-background{

width: 620px;
min-height: 200px;

background-color: #B7D0F7; }

.template-title{
position: absolute;
top: 0px;
left: 0px; }

.template-top-image{
position: absolute;
top: 20px;
left: 250px; }

.template-story-box{

margin-left: 20px;

min-height: 200px;
background-color: #E6EEFB;
border: none;
-webkit-border-radius: 10px 10px;
-moz-border-radius: 10px 10px;
border-radius: 10px 10px;
padding: 20px;
margin-bottom: 20px;
margin-right: 20px; }

.template-footer-image{
margin-left: 15px;
width: 580px; }

.image-hide-click-index{
display: none;
}

.pointer{
cursor: pointer; }

.pointer-index{
cursor: default; }





