/********************************************
   AUTHOR:              Erwin Aligam 
   WEBSITE:             http://www.styleshout.com/
    TEMPLATE NAME:  EliteCircle
   TEMPLATE CODE:   S-0012
   VERSION:          1.1
    LAST MODIFIED:      Aug-14-2007             
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

body {
    margin: 0;  padding: 0;
    color: #444;
    text-align: left;
    line-height: 160%;
    background: #FFF url(/img/headerbg.jpg) repeat-x scroll 0 0
}

/********************************************
   LINKS
********************************************/ 
a {
    color:#CB4721; 
    background-color: inherit;
}
a:hover { text-decoration: underline; }

/********************************************
   HEADINGS
********************************************/ 
h1, h2, h3, h4 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
    color:#111;
    margin: 0.5em 1em 0.2em 0;
    letter-spacing:-1px;
}
h1 { font-size: 167%; } 
h2 { font-size: 138.5%;  }
h3 { font-size: 123.1%;  letter-spacing: 0px;}

h1 a, h2 a, h3 a, h4 a {
    color:#C34E23; 
    text-decoration: none;
}
h4.sidebar {
    font-size: 138.5%;
    color: #6C6E3A;
    font-weight: normal;
}

/********************************************
   BODY ELEMENTS
********************************************/ 
p, li, td {
    font-size: 108%;
}
p {
    margin: .7em .7em .7em 0;
    padding: 0;
}

ul, ol {
    padding: 0 1em; 
}
ul.sidemenu {
    padding: 0; 
    margin: 0 1em;
    border-top: 1px dashed #E1E1E1; 
}
ul.sidemenu li {
    list-style: none;
    border-bottom: 1px dashed #E1E1E1;
}
ul.sidemenu a {
    display: block;
    color: #666666; 
    text-decoration: none;
    padding: .3em 0 .3em 10px;      
    width: 94%;
}
ul.sidemenu a:hover {
    padding: .3em 0 .3em 10px;
    color: #CB4721;
    background: #FFF;   
}

img {
    border: 1px solid #DADADA;
    padding: 5px;   
}

code, pre {
    font-family: 'Lucida Console', 'courier new', monospace;
}
pre {
    white-space: pre;
    display: block;
    overflow: auto;  
    margin: 0 1em 0 0;
    padding: 0 1em 1em;
    background: #CCCCC9;
    color: #000;
    border: 1px solid #333;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
    margin: 15px;
    padding: 0 0 0 30px;    
    font: bold 130%/150% 'Trebuchet MS', Sans-serif;   
    background: #FCFCF9 url(/img/quote.gif) no-repeat top left;
   border: 1px solid #EFEFEF;
    color: #6C6E3A;
}

/* start - table */
table {
    border-collapse: collapse;
    margin: 15px;   
}
th strong {
    color: #FFF;
}
th {
    background: #882D2D;
    height: 29px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFF;
    text-align: left;
    border-left: 1px solid #EDC9C9;
    border-bottom: 1px solid #FFF;
}
tr {
    height: 30px;
    background: #F3F3F3;
}
td {
    padding-left: 11px;
    padding-right: 11px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
/* end - table */

/* form elements */
label {
    display:block;
    font-weight:bold;
    margin:5px 0;
}
/********************************************
   STYLES
********************************************/ 
.no-border {
    border: none;
}
.float-right {
  margin: 5px 0px 5px 15px;  
}
.float-left {
  margin: 5px 15px 5px 0px;
}
.inline {
    display: inline;
    margin: 0;
    padding: 0;
}


/***********************
      LAYOUT
************************/
/* header */
#hd {
    height: 160px;
    text-align: left;   
    background: #FFF url(/img/headerbg.jpg) repeat-x 0 0;
    padding: 0 30px;
}
#header-content {
    position: relative;
    margin: 0 auto; 
}
#logotype {
    position: absolute; 
    font-weight: normal;
    font-style: italic;
    font-size: 307.8%;
    line-height: 162.5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -1px; 
    color: #FFF;
    background: #3F1204 url(/img/logobg.jpg) repeat-x left top;
    border: 1px solid #4E460F;
    padding: 0 .25em;
    margin: 0;
    
    /* change the values of left and top to adjust the position of the logo */
    top: 18px; left: 0px;
}
#logotype a {
    text-decoration: none;
    color: #FFF;
    background: transparent;
}
#tagline {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
    position: absolute; 
/*    font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
    color: #BBB;   */   
    margin: 0; padding: 0;
    font-size: 138.5%;
    font-weight: bold;
    letter-spacing: -1px;
    /* change the values of left and top to adjust the position of the tagline */
    top: 15px; left: 250px;
}
#cse-search-box {
    padding-top: 9px;
}
input.button { 
    margin: 0; 
    font: bold 1em Arial, Sans-serif; 
    border: 1px solid #EFEFEF;
    padding: 2px 3px;   
    background: #F1F0E4;
}
input {
    padding: 2px;
    border: 1px solid #EFEFEF;
    font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;   
    color: #666666;
}


/* header menu */
#header-content ul {
    position: absolute;
    right: 0px; top: 125px; 
    font: small-caps bold 116% Georgia, "Times New Roman", Times, serif;
    list-style: none;
    margin: 0; padding: 0;
}
#header-content li {
    display: inline;
}
#header-content li a {
    float: left;
    display: block;
    padding: 0px 18px 7px 18px; 
    color: #F3A251; 
    text-decoration: none;
}
#header-content li a:hover {
    color: #F88F26;
}
#header-content li a.current  { 
    color: #FFF;
}

#header-content #header-links {
    position: absolute;
    top: 5px; right:10px;   
    color: #8E5F2F;
    font-size: 90%;
}
#header-content #header-links P {
    margin: 0; padding: 0;
}
#header-content #header-links a {   
    color: #A4A4A4;
    text-decoration: none;
}
#header-content #header-links a:hover {
    color: #F3A251;
}

/* content */
#bd {
    background-color: #FFF;
    font: 100%/160% "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", Georgia, serif;
}
#content {
    text-align: left;   
/*    margin: 1.5em auto; */
    padding: 0 30px;
}
#content p, #content li, #content td {
    font-size: 108%;
}

/* sidebar */
#sidebar {
    float: left;
    margin: 0 0 10px 0;
    background-color: #FAFBF6;
    border: 1px solid #280800;
    font-size: 93%;
}
#sidebar-inner {
    padding: 10px;
}

#main form p {
    margin: 15px;
}


/* footer */
#ft {
    position: relative;
    clear: both;
    padding: 2.5em 0;
    font: normal 95% 'Trebuchet MS', Tahoma, sans-serif;
    text-align: left;   
    background: #180700 url(/img/footerbg.jpg) repeat-x 0 0;
    color: #CCC;
    width: 101.5%;
    margin-left: -10px;
    float: left;    
}
#ft p {
    margin-left: 0;
}
#ft h2 {
    font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #CC9933;
    margin-left: 5px;
}
#footer-content {   
    margin: 0 auto;
    width:85%;
    padding-left:7.5%;
    float:left;
}
#footer-content a {
    color: #C8935D;
}
#footer-content a:hover {
    color: #FFF;
    text-decoration: none;
}
#footer-content ul {
    list-style: none;
    margin: 0; padding: 0;  
    width: 98%;
}
#footer-content ul.columns li {
    border-bottom: 1px dashed #272727;  
}
#footer-content ul.columns li.top {
    border-top: 1px dashed #272727; 
}
#footer-content ul.columns li a {
    display: block;
    line-height: 2em;
    font-weight: normal;
    padding-left: 5px;
    width: 98%;
    color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
    background: #202020;
    color: #FFF;
    text-decoration: none;
}
#footer-content .col {
    width: 270px;
    padding: 0 0 30px 0;            
}
#footer-content .space-sep {
    margin-right: 10px;
}
#footer-content .col2 {
    width: 240px;
    padding: 0 0 30px 0;    
    display: inline;    
}

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

/* additional classes */
.clear { clear: both; }
.orange { color: #F3A251; }

.entry-footer {
    font-size: 93% !important;
    border: 1px solid #EFEFEF; 
    background: #F8F8F8; 
    padding: .25em 1em;
    margin: 1em 1em 1em 0;
}
.entry-footer .date {
    background: url('/img/clock.gif') no-repeat left center; 
    padding-left: 20px; margin: 0 10px 0 5px;   
}
.entry-footer .comments {
    background: url('/img/comment.gif') no-repeat left center; 
    padding-left: 20px; margin: 0 10px 0 5px;   
}
.entry-footer .readmore {
    background: url('/img/page.gif') no-repeat left center;
    padding-left: 20px; margin: 0 10px 0 5px;   
}

