/********************************************
   AUTHOR:                          Erwin Aligam
   WEBSITE:                           http://www.styleshout.com/
        TEMPLATE NAME:                Refresh
   TEMPLATE CODE:         S-0002
   VERSION:          1.0
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* { margin: 0; padding: 0; }

body {
        background: #CCC;
        font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
        color: #333;
        text-align: center;
}

/* links */
a, a:visited {
        text-decoration: none;
        color: #000099;
        background: inherit;
}
a:hover {
        color: #000099;
        background: inherit;
}

/* headers */
h1, h2, h3 {
        font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
        font-weight: Bold;
}
h1 {
        font-size: 140%;
}
h2 {
        font-size: 120%;
/*        text-transform: uppercase; */
        color: #000099;
}
h3 {
        font-size: 110%;
        color: #000099;
}

/* images */
img {
        border: 0 solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
        padding: 12px;
        margin: 0;
}
ul, ol {
        margin: 5px 20px;
        padding: 0 20px;
        color: #000099;
}
ul span, ol span {
        color: #000099;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
  /* white-space: pre; */
  background: #f9faff;
  border: 1px solid #CCC;
}
/*acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}*/
abbr, acronym, span.abbr {
    cursor: help;
    border-bottom: 1px dashed #777;
}
blockquote {
        width:450px;
        margin-top: 10px;
        margin-left: 50px;
        margin-bottom: 10px;
         padding: 5px 5px 0 38px;
  border: 1px solid #CCC;
  background: #f9faff url(../images/quote.gif) no-repeat 5px 5px;
}

/* form elements */
form {
        margin:10px; padding: 0 5px;
        border: 1px solid #CCC;
        background-color: #f9faff;
}
label {
        display:block;
        font-weight:bold;
        margin:5px 0;
}
input {
        padding:2px;
        border:1px solid #eee;
        font: normal 1em Verdana, sans-serif;
        color:#777;
}
textarea {
        width:450px;
        padding:2px;
        font-family: Verdana, sans-serif;
        border:1px solid #eee;
        height:200px;
        display:block;
        color:#333;
}
input.button {
        margin: 0;
        font: bolder 12px Arial, Sans-serif;
        border: 1px solid #CCC;
        padding: 2px 3px;
        background: #FFF;
        color: #333;
}

/* search */
form.search {
        position: absolute;
        top: 35px; right: 25px;
        background: transparent;
        border: 1px solid #EFF0F1;
}
form.searchform {
        background: transparent;
        border: 1px solid #EFF0F1;
        margin: 0; padding: 0;
}
form.searchform input.textbox {
        margin: 0;
        width: 120px;
        border: 1px solid #CCC;
        background: #FFF;
        color: #333;
        vertical-align: top;
}
form.searchform input.button {
        width: 55px;
        vertical-align: top;
}
form.search input.textbox {
        margin: 0; padding: 1px 2px;
        width: 120px;
        background: #FFF;
        border: 1px solid #EFF0F1;
        color: #000;
}
form.search input.button {
        background: #CCC url(../images/headerbg.gif) repeat-x;
        color: #000;
        border: 1px solid #EFF0F1;
        width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
        width: 1400px;
        background: #CCC url(../images/content.jpg) repeat-y center top;
        margin: 0 auto;
        text-align: left;
}
#content-wrap {
        clear: both;
        width: 1328px;
        padding: 0;
        margin: 0 auto;
}
#header {
        width: 1400px;
        position: relative;
        height: 106px;
        background: #CCC url(../images/header.jpg) no-repeat center top;
        padding: 0;
        font-size: 14px;
        color: #FFF;
}
#header h1#logo-text {
        position: absolute;
        margin: 0; padding: 10px;
        font: bolder 2.8em 'Trebuchet MS', Arial, Sans-serif;
        letter-spacing: -2px;
        color: #ffffcc;
        text-transform: none;

        /* change the values of top and left to adjust the position of the logo*/
        top: 28px; left: 50px;
}
#header h2#slogan {
        position: absolute;
        margin: 0; padding: 10px;
        font: bolder 1.3em 'Trebuchet MS', Arial, Sans-serif;
        text-transform: none;
        color: #FFFFCC;

        /* change the values of top and left to adjust the position of the slogan*/
        top: 75px; left: 53px;
}
#header .searchform {
        position: absolute;
        top: 35px; right: 15px;
}
/* Menu */
#menu {
        clear: both;
        margin: 0; padding: 0 40px 0 0;
        background: url(../images/menu.jpg) repeat-y center top;
        font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
        height: 26px;
}
#menu ul {
        float: right;
        list-style: none;
        margin:0; padding: 5px;
}
#menu ul li {
        display: inline;
}
#menu ul li a {
        display: block;
        float: left;
        padding: 0 8px;
        color: #FFF;
        text-decoration: none;
}
#menu ul li a:hover {
        background-color: #ECECEC;
        color: #000099;
}
#menu ul li#current a {
        background-color: #FFF;
        color: #333;
}

/* Main Column */
#main {
        float: right;
        width: 70%;
        padding: 3px;
        margin: 5px;
        border: 1px solid #EFF0F1;
}
#main h1 {
        margin-top: 10px;
        font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
        color: #000099;
        padding: 5px 0 5px 25px;
        border-bottom: 1px solid #EFF0F1;
        background: #FFF url(../images/square-green.png) no-repeat;
}
#main h2 {
        margin-top: 10px;
        font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
        color: #000099;
        padding: 5px 0 5px 25px;
        border-bottom: 1px solid #EFF0F1;

}
.post-footer {
        background-color: #FAFAFA;
        padding: 5px; margin: 20px 10px 0 10px;
        border: 1px solid #22f2f2;
        font-size: 95%;
}
.post-footer .date {
        background: url(../images/clock.gif) no-repeat left center;
        padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
        background: url(../images/comment.gif) no-repeat left center;
        padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
        background: url(../images/page.gif) no-repeat left center;
        padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */
#sidebar {
        float: left;
        width: 24%;
        padding: 5px; margin: 10px;
        background: #f9faff;
        border: 1px solid #EFF0F1;
}
#sidebar h1 {
        margin-top: 10px;
        padding: 5px 0 5px 10px;
        font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
        color: #555;
        background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;
        border: 1px solid #EFF0F1;
}
#sidebar .left-box {
/*        border: 1px solid #EFF0F1; */
        background: #f9faff;
        margin: 3px 0 10px 0;
}
#sidebar ul.sidemenu {
        list-style: none;
        text-align: left;
        margin: 0 0 10px 0; padding: 0;
        text-decoration: none;
}
#sidebar ul.sidemenu li {
        border-bottom: 1px solid #EFF0F1;
        background: url(../images/go.gif) no-repeat 5px 5px;
        padding: 3px 0 0 25px;
        margin: 0 2px;
}
#sidebar ul.sidemenu a {
        font-weight: bolder;
        text-decoration: none;
        background-image: none;
}

/* Footer */
#footer {
        font: normal 0.8em Verdana, sans-serif;
        color: #666666;
        background: #CCC url(../images/footer.jpg) no-repeat center top;
        clear: both;
        width: 1400px;
        height: 100px;
        text-align: center;
        font-size: 82%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
.gelb { color: #FFFF00; }

/* PagEd menu */
.newstext {
        float: left;
        width: 40%;
        border: 0px solid #EFF0F1;
        background: #F9F9F9;
        padding: 5px; margin: 5;
        font: bold 1.3em Verdana, 'Trebuchet MS', Sans-serif;
        text-decoration: none;
        color: #000099;
}
.textbox {
        float: left;
        clear: both;
        width: 60%;
        border: 1px solid #EFF0F1;
        font: 100%/1.5em Verdana, Tahoma, arial, sans-serif;
        color: #333;
}
.sidebarpaged {
        float: left;
        width: 60%;
        padding: 3px; margin: 0;
        color: #000099;
        border: 1px solid #EFF0F1;
        background: #f9faff;
        text-decoration: none;
}
p.diggers {
    margin-top: 1em; /* optional */
        padding:5px;
                width: 455px;
        background:#eee;
        border:1px solid #ccc;
}

p.diggers a {
    margin-left: 15px;
    padding-left: 0 ! important;
    background: none no-repeat bottom left ! important;
