.porthole {
    border: 1px dashed grey;
    padding: 0.5em;
    margin: 0.5em 0;
}

body {
  background-color: #F2F2F2;
  margin: 0;
  padding: 0;
}

.container {
  border-right: dotted 1px #DADADA;
  border-left: dotted 1px #DADADA;
  border-bottom: dotted 1px #DADADA;
  padding: 0px 25px 0px 25px;
}


/* StackExchange doesn't use the same colors for the notification
   area as StackOverflow. The following CSS puts that back, on the
   theory that the orange notification area is a UI feature, not a
   part of the theme. It is meant to stand out, not to blend in. */

.notify td, #system-message {
background-color:#F4A83D;
border-bottom:1px solid #D6800C;
}
#notify-table {
color:#735005;
}
.notify a {
color:#0077CC;
text-decoration: none;
}
.notify a:hover
{
text-decoration: underline;
}
.notify-close a {
background-color:#FAD163;
border:2px solid #735005;
color:#735005;
padding-left:4px;
padding-right:4px;
text-decoration:none;
}
.notify-close a:hover
{
text-decoration:none;
}


/* StackExchange is trying to use the same color for links and tags. Break that dependency, using our own design for tags. */
a.post-tag, a.post-tag:hover {
   background-color:#EEE;
   border-bottom:1px solid #AAA;
   border-right:1px solid #AAA;
   color:#333;
}
a.post-tag:hover
{
   background-color:#fff;
}


/* Use a darker black for most text */
body
{
   color: #000;
}

/* nice new design for the three boxes on the left (votes, answers, and views) */
.narrow .votes, .narrow .status, .narrow .views
{
    background-color: #fff;
    color: #666;
    text-align: left;  /* stylish designer-look left alignment */
}

.narrow .status
{
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

/* don't use bold text to indicated accepted answers; it's just clutter */
.answered-accepted
{
    font-weight: normal;
}

/* accepted answer just uses a white background, like stackoverflow */
.accepted-answer,.owner-answer
{
    background-color: #fff;
}

/* Put the comment color back to StackOverflow's default */
.comments
{
    color: #444;
}

/* Highlight questions with "interesting" tags */
.tagged-interesting.narrow .votes, .tagged-interesting.narrow .status, 
.tagged-interesting.narrow .views, .tagged-interesting
{
   background-color:#f5f5f5;   
}

/* Clean up the look of the stats on question pages */

.stats, .status, .answered-accepted strong, .votes, .statscontainer .vote span.vote-count-post, .status strong, .views
{
    background-color: #fff;
        color: #666;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}

.tagged-interesting .stats, .tagged-interesting .status, .tagged-interesting .answered-accepted strong, .tagged-interesting .votes, .tagged-interesting .statscontainer .vote span.vote-count-post, .tagged-interesting .status strong, .tagged-interesting .views
{
    background-color: #F5F5F5;
}

.status strong
{
    font-size: 240%;
}

.views
{
    color: #999;
}

.statscontainer
{
    border-right: 1px solid #aaa;
}

.statsarrow
{
        background: none;
}

/* kuler - truth or dare theme */

#content
{
  padding-bottom:50px;
}

.newuser
{
  background-color:#136382;
}

a
{
  color:#142029;
}
