/*
 * This stuff is for the Travelify theme
 */
.entry-header
{
  padding-left: 2.5%;
  padding-right: 2.5%;
}

td
{
  border: 0px;
}

.rightalign
{
  float: right;
} 

/*
 * My stuff.
 */

.feedlink
{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comic
{
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 10px;
}

.comicheader a       { color: white; }
.comicheader a:hover { color: #1f3b08; }
.comicheader
{
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  background: #627d4d;
  color: #ccc;
}

.comicfooter
{
  text-align: center;
  font-size: 0.8em;
  color: #666;
}

.comictag
{ 
  padding: 1px;
  width: 100%;
  font-size: 0.8em;
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  border-style: dashed;
}

.comicwrapper {
	min-width: 1180px;   /* This needs to be huge to stop the comics wrapping on Safari :( */
}

.comicsummary {
  width: 98px;
	float: left
}

.comicmain {
	text-align: center;
	vertical-align: top;
  display: inline-block;
}

/*
 * For the Suggest Modal
 */

#mask{
    position:absolute; /* important */
    top:0px; /* start from top */
    left:0px; /* start from left */
    height:100%; /* cover the whole page */
    width:100%;  /* cover the whole page */
    display:none; /* don't show it '*/

    /* styling bellow */
    background-color: black;
}

.modal_window{
    position:absolute; /* important so we can position it on center later */
    display:none; /* don't show it */

    /* styling bellow */
    color:white;
    border-radius: 14px;
}

/* style a specific modal window  */
#modal_window{
    padding:50px;
    border:1px solid gray;
    background: white;
    color:black; }

/* .defaultText       { width: 300px; } */
.defaultTextActive { color: #a1a1a1; font-style: italic; }

#name   { width: 200px; }
#author { width: 300px; }
#url    { width: 600px; }

.tips-ok {
  color: green;
}

.tips-error {
  color: #cd0a0a;
}

