/*  
Theme Name:Marigold
Theme URI: http://www.themespack.com/
Description: Wordpress Theme  Marigold by <a href="http://www.themespack.com/">Free Wordpress Theme</a>.

Author: Wonder
Author URI: http://www.themespack.com/

        This theme was designed and built by WP Theme.org
                The CSS, XHTML and design is released under GPL
                http://www.opensource.org/licenses/gpl-license.php
*/
body {
        font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
         color: #DBDDDE;
        background: #131415 url(img/bg1.gif) repeat-y;
        margin: 0px;
        padding: 0px 0px 0px 0px;
}
a {
        color: #7094AD;
        text-decoration: none;
        border-bottom: 1px dotted #282E32;
        
}
a:visited {
        color: #7094AD;
        text-decoration: none;
}
a:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: crosshair;
        border-bottom: 1px dotted #ACD7EE;
}
img {
        border: none;
}
p {
        padding: 0px 0px 15px;
        margin: 0px;
}
h1 {
        margin:0px;
        padding-left: 0px;
        height: 60px;
        font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
        color: #000000;
        border: none;
}
h1 a, h1 a:visited{
        color: #000000;
        text-decoration: none;
        border: none;
}
h1 a:hover{
        color: #1D2224;
        text-decoration: none;
        border: none;
}
h2 {
        color: #3179AC;
        margin: 0px 0px 2px;
        border-bottom: 1px dotted #23292E;
        border-top: 1px dotted #121A20;
        font-size:12px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        padding-bottom: 3px;
        
}
h2 a, h2 a:visited {
        color: #3179AC;
        text-decoration: none;
        border: none;
}
h2 a:hover {
        color: #0E2B40;
        text-decoration: none;
        border: none;
}
h3 {
        color: #3179AC;
        font-size:12px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        margin: 10px 0px 5px;
        border-bottom : 1px dotted #F1F6F7;
    
}
h4 {
        color: #3179AC;
        font-size:12px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        margin: 10px 0px 5px;
        border-bottom : 1px dotted #001812;
    
}
form {
        margin:0px;
        padding:0px;
}
#page {
        margin: 0px auto;
        width: 900px;
        background: #000000;
        border-left: 1px solid #1D2224;
        border-right: 1px solid #1D2224;
}
/* header area */
#header {
        background: #000000 url(img/header.jpg) no-repeat;
        height: 240px;
        position: relative;
        border-bottom: 10px solid #000000;
}
#headerlogo {
        position: relative;
        padding: 55px 0px 150px 220px;
        height: 60px;
}
#headerlogo .description{
        position: absolute;
        left: 228px;
        
        color: #1D2224;
        font-size: 16px;
}
#nav {
        list-style: none;
        margin: 0px;
        position: absolute;
        left: 5px;
        top: 0px;
}
#nav li {
        float: left;
        margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
        color: #000000;
        text-decoration: none;
        border: none;
}
#nav .page_item a{
        color: #000000;
        text-decoration: none;
        padding: 5px 10px;
        font:  14px/100% Arial, Helvetica, sans-serif;
        display: block;
        border: 1px solid  #26333C;
}
#nav .page_item a:hover {
        color: #1D2224;
        border: none;
}
/* content  */
#content {
        padding: 0px 10px 25px 13px;
        float: left;
        width: 630px;
        overflow: hidden;
}
.post {
        clear:both;
        padding-top: 15px;
}
.entry {
        float:left;
        width: 620px;
}
.post-cat {
    padding-left: 5px;
        float:left;
        font-size: 95%;
        color: #999999;
}
.post-adm {
        float: left;
        font-size: 95%;
        color: #ACD7EE;
}
.post-content {
        clear: both;
        padding-top: 10px;
}
.postmetadata { 
        background:#000506;
        color: #788085; 
        font-size:12px; 
        padding:5px; 
        border:#001812 1px dotted; 
        
        }
.navigation {
        clear: both;
        padding: 10px 0px;
}
.navigation a, .navigation a:visited, .navigation a:hover {
        color: #999999;
        border: none;
}
.previous-entries a {
        float: left;
        padding-left: 5px;
}
.next-entries a {
        float: right;
        padding-right: 5px;
}

/* comments  */
#comments, #respond {
        border-bottom: 1px dotted #001812;
        padding: 10px 0 5px 0;
        clear: both;
}
.commentlist {
        margin: 10px 0px;
        padding-left: 20px;
        line-height: 130%;
}
.commentlist li{
        padding: 5px 10px;
}
.commentlist .alt {
        background: #000506;
        border:1px dotted #282E32;
        Color: #394954;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
        font-weight: bold;
        font-style: normal;
        font-size: 120%;
        color: #06436C;
}
.commentlist small {
        margin-bottom: 5px;
        display: block;
        font-size: 87%;
}
#commentform {
        margin-top: 10px;
        font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
        padding: 6px 0px;
        margin: 0px;
}
#commentform label{
        color: #788085;
        font-size: 87%;
}
#commentform input{
        width: 200px;
        background:#ffffff;
        border: 1px solid #001812;
        padding: 3px;
        margin-top: 3px;
}
#commentform textarea{
        width: 515px;
        height: 115px;
        background:#ffffff;
        border: 1px solid #001812;
        padding: 2px;
        margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
        background: #ffffff;
}
#commentform #submit{
        background:#000506;
        font: bold 12px Arial, Helvetica, sans-serif;
        color: #3179AC;
        border:1px dotted #282E32;        
    float:left;
        width: 144px;
        height: 28px;
        cursor: pointer;
}
/*sidebar */
#sidebar {
        float: right;
        padding: 0px 10px 20px 0px;
        width: 220px;
        color: #000;
        overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
        font-size:12px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color: #3179AC;
        margin: 20px 0px 2px;
        border-bottom: 1px dotted #001812;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
        color: #7094AD;
        text-decoration: none;
        border: none;
}
#sidebar a:hover{
        color: #ffffff;
        text-decoration: none;
        border: none;
        
}
/*sidebar list level1 */
#sidebar ul {
        margin: 0;
        padding: 0;
}
#sidebar ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
        padding: 0;
        margin: 0;
}
#sidebar ul li ul li{
        padding: 2px 0 2px 0px;
        border-bottom: 1px dotted #000B12;
        
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
        padding: 1px 0 1px 10px;
        border: none;
}
/*blogroll */
ul.list-blogroll li{
        
        padding-left: 2px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
        background: url(images/mini-category.gif) no-repeat !important;
        padding-left: 2px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
        background: url(images/mini-monthly-archive.gif) no-repeat !important;
        padding-left: 2px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
        background: url(images/mini-page.gif) no-repeat !important;
        padding-left: 2px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
        background: url(images/mini-page-arrow.gif) no-repeat !important;
        padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
        background: url(images/mini-recent-comments.gif) no-repeat !important;
        padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
        padding: 1px 7px;
}
/*text widget */
.textwidget {
        padding-top: 5px;
}
/*search form */
#searchform {
        margin: 0px ;
    right: 6px;
        float: right;
    position: absolute;
    top: 0px;
}

#searchform br {
        display: none;
}
#searchform #s {
        border: 1px solid  #26333C;
        width: 115px;
        height: 22px;
        padding: 4px 5px 0px 5px;
        background: transparent;
        margin-right: 2px;
        color: #000;
        font-weight: normal;
}
/* search form button */
#searchform input {
        background: #2A6791;
        border: 1px solid  #26333C;
        width: 65px;
        height: 28px;
    font:  15px Arial, Helvetica, sans-serif;
        color: #000;
        vertical-align: middle;
}

/* footer  */
#footer {
        clear: both;
        background: #000000 url(images/footer-bg.gif) no-repeat;
        color: #788085;
        font-size: 95%;
        line-height: 130%;
        padding-bottom: 10px;
}
#footer a, #footer a:visited,  {
        color: #7094AD;
        border-bottom: 1px dotted #282E32;
}
#footer a:hover {
        color: #ffffff;
        text-decoration: none;
        border:none;
        }
#footer h4 {
        font-size:12px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color: #3179AC;
        margin: 10px 0px 5px;
}
.footer-recent-comments {
        width: 240px;
        float: left;
        margin-left: 10px;
}
.footer-recent-comments ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        
}
.footer-recent-comments ul li {
        background: url(images/mini-footer-comments.gif) no-repeat;
        padding: 0px 0px 10px 5px;
        border-bottom: 1px dotted #001812;
}
.footer-recent-posts {
        width: 240px;
        float: left;
        margin-left: 10px;
}
.footer-recent-posts strong {
        font-size: 107%;
        line-height: 135%;
        font-weight: normal;
}
.footer-recent-posts ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 92%;
        line-height: 110%;
}
.footer-recent-posts ul li {
        background: url(images/mini-footer-post.gif) no-repeat;
        padding: 0px 0px 10px 5px;
        border-bottom: 1px dotted #001812;}
.footer-about {
        width: 220px;
        float: right;
        padding-right: 10px;
        padding-left: 10px;
        background: url(images/footer-right-bg.gif) no-repeat;

}
/* Footer Links */
#footer-links {
        margin: 0px auto;
        width: 900px;
        height:30px;
        color: #788085;
        font-size: 85%;
        line-height: 120%;
        Background: #000000;
        border-left: 1px solid #1D2224;
        border-right: 1px solid #1D2224;
}
#credits a, #credit a:visited {
        color: #7094AD;
}
.rss {
        background: url(images/mini-rss.gif) no-repeat left center;
        padding-left: 18px;
        padding-bottom: 2px;
        margin-left: 8px;
}
.loginout {
        background: url(images/mini-loginout.gif) no-repeat left center;
        padding-left: 18px;
        padding-bottom: 2px;
        margin-left: 8px;
}
/* alignments */
.center {
        text-align: center;
}
img.center, img[align="center"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
.alignleft {
        float: left;
}
img.alignleft, img[align="left"] {
        float:left;
        margin: 2px 10px 5px 0px;
}
.alignright {
        float: right;
}
img.alignright, img[align="right"] {
        float:right;
        margin: 2px 10px 5px 10px;
}
.clear {
        clear:both;
}
hr.clear {
        clear:both;
        visibility: hidden;
        margin: 0px;
        padding: 0px;
}
