/*  
Theme Name: Harmonic Divergence
Theme URI: http://www.webhostingrally.com
Description: Designed by <a href="http://www.webhostingrally.com">Web Hosting Rally</a> and available FREE at <a href="http://www.zinruss.com/themes/">WordPress Themes Gallery</a>
Author: Web Hosting Rally
Author URI: http://www.webhostingrally.com
© 2008, Web Hosting Rally. All rights reserved. 
*/

/* 
   * Default HTML tags 
   */
a {
    color: #cbcbc7;
    }

a:visited {
            color: #cbcbc7;
            text-decoration: underline;
}

a:hover {
	color: #cbcbc7;
}

acronym, abbr {
                cursor: help;
                }

blockquote {
	margin-left: 15px;
	padding-left: 5px;
}

body {
       background: #d3d4cf url("images/bg.jpg") repeat-x top;
       color: #FFFFFF;
       font-size: 62.5%;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       margin: 0 auto;
       padding: 0;
       text-align: center;
       }

cite {
	font-size: 90%;
	font-style: normal;
}
h1 {   	float: right;
        width: 900px;
        font-size: 1.3em;
        font-family: Verdana;
        margin-top: 108px;
       	}



h2 {
     font-size: 18px;
     margin: 15px 0 0 0;
     padding-bottom: 1px;
     font-weight: bold;
     color: #cbcbc7;
     line-spacing: 1px;

}

h2 a, h2 a:visited { 
                     text-decoration: none;
                     color: #cbcbc7;
                     }
h2 a:hover, h2 a:visited:hover { 
                     text-decoration: none;
                     color: #eeeeee;
                     }
h3 {
     font-size: 120%;
     margin-top: 0;
}

h4 {
     font-size: 12px;
     margin: 0 0 10px 0;
     font-weight: bold;
     color: #333333;
     height: 16px;
     text-align: center;
     border-bottom: #333333 1px dotted;
     background: #969c9d;
}


h4 a,
h4 a:visited,
h4 a:hover,
h4 a:visited:hover { 
	 text-decoration: none;
	 color: #333333;
	 }


img { border: none; }

.storycontent img {
	background:#FAFAFA none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	padding:5px;
}

img.alignleft { 
	float: left;
	margin: 3px 3px 3px 0;
	}

img.alignright { 
	 float: right;
	 margin: 0 3px 3px 3px;
	 }

li { 
     margin: 0;
     padding: 0;
     list-style-type: none;
     }


ol#comments li p {
                   font-size: 100%;
                   }

ul { 
     margin: 0;
     padding: 0;
     }


/* Navigation */

#navigation { background: #d3d4cf url("images/nav_bg.jpg") no-repeat top; height: 70px; }

#navigation ul { list-style-type: none; list-style-image: none; float: left; padding: 0px 0px 0px 0px; margin-left: 10px; }

#navigation li { float: left; margin-left: 0px; padding-left: 0px;}

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #FFFFFF;
	display: block;
	padding: 20px 10px;
	margin-right: 1px;
	height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 4px;
	text-decoration: none;
	
}

#navigation li a:hover,
#navigation li a:active
{
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 4px;
	text-decoration: underline;
}

#navigation li.active a
{
	color: #FFFFFF;
}

/* Link to the comments */
.feedback {
            color: #cbcbc7;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }

.feedback a,
.feedback a:hover,
.feedback a:visited,
.feedback a:visited:hover { 
                            text-decoration: none;
                            color: #cbcbc7;
                            }

/* The post informations */
.meta { 
        font-size: 0.9em;
        }

.meta li, 
ul.post-meta li { 
                  display: inline;
                  }

.meta ul { 
           display: inline;
           list-style: none;
           padding: 0;
           }

.meta a { 
          color: #cbcbc7;
          text-transform: lowercase;
          text-decoration: none;
          }

.meta { 
        color: #bbbbbb;
        font-weight: normal;
        letter-spacing: 0;
        padding-left: 10px;
        padding-top: 10px;
        background: #63625f;
        border-top: 1px solid #7e7d79;
        border-left: 1px solid #7e7d79;
        border-right: 1px solid #7e7d79;
        }


.storycontent { 
                font-size: 125%;
                padding: 10px;
        	background: #63625F;
        	border-bottom: 1px solid #7e7d79;
        	border-left: 1px solid #7e7d79;
        	border-right: 1px solid #7e7d79;
                }

/* Comment form design */
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea {
                        background: #eeeeee;
                        border: 1px solid #454543;
                        color: #454543;
                        }

#commentform textarea {
	width: 99%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
}

ol#commentlist li { 
                  list-style: decimal;
                  }
#content {
           float: left;
           width: 625px;
           margin: 10px 0px 5px 5px;
           padding: 10px;
           text-align: left;
           display: inline;
           }

#content ol li { 
                 list-style: decimal;
                 }

#content ul { 
              margin-top: 10px;
              margin-left: 15px;
              }

#content ul li { 
                 list-style-image: none;
                 }

#content-big {
           float: left;
           width: 620px;
           margin: 10px 0px 20px 15px;
           padding: 10px;
           text-align: left;
           text-align: justify;
           }

#header {
          font-size: 18px;
          font-weight: bold;
	  text-decoration:none;
          font-family: Verdana;
          margin: 0 auto;
          height: 240px;
          width: 900px;
          padding: 0;
          background: url("images/header.jpg");
          }
#header h1 { display:none; }
#header a,
#header a:hover,
#header a:visited,
#header a:visited:hover {
                          float: left;
                          color: #eeeeee;
	                  padding: 0 0 3px 370px;
                          text-decoration: none;
                          }

.ad468 {
padding: 0 0 0 380px; 
   }

#footer { 
          width: 740px;
          height: 90px;
          margin: 0 auto;
		  padding-right: 160px;
          color: #bbbbb7;
          text-align: center;
          background: url("images/main.jpg") repeat-x;
          }
#footer img { float:left; }
#footer p {
                          color: #bbbbb7;
                          text-decoration: center;
                          }
#footer a, #footer a:visited{
                          color: #bbbbb7;
                          text-decoration: none;
                          }
#footer a:hover, #footer a:visited:hover {
                          color: #bbbbb7;
                          text-decoration: underline;
                          }

/* The credits at the bottom of the site */
#credit {
          color: #bbbbb7;
          background: url("images/main.jpg");
          font-size: 11px;
          width: 900px;
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          padding: 0px;
          clear: both;
          }

#credit a, 
#credit a:hover,
#credit a:visited,
#credit a:visited:hover {
                          color: #bbbbb7;
                          }

/* Begin Sidebar */

#sidebar {      float: right;
		width:230px;
                margin-right: 15px;
                display: inline;
                
	}
.ad 	{ width:230px;
	text-align: center;
	margin: 0;
	padding: 0;
  background-color : #454543;
	}	
	

		
	#sidebar ul {
		margin-bottom:0;
		list-style-type:none;
		}
	#sidebar ul li, #sidebar ul ul, #sidebar ul ul ul {
		margin:0px;
		padding:0px;
		}
	#sidebar ul#linkslist {
		margin:0px;
	}
	
	#sidebar ul#linkslist {
		margin:0px;
	}
	
	#wrap > #sidebar ul#linkslist{
	}
	
	#sidebar p{
		margin: 0 15px;
	}
	
	#sidebar h2{
  font-size        : 11px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  height           : 20px;
  line-height      : 20px;
  text-indent      : 8px;
  letter-spacing   : 1px;
  color            : #eeeeee;
  background-image : url(images/nav.jpg);
  width: 230px;
	
	}
	#sidebar p{
		margin-top:0px;
		margin-bottom:0px;
		color: #8a8986;
		word-spacing: -1px;
		font-size:10px;
	}
	#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size:10px;
	  background-color : #454543;
	}
	#sidebar ul ul li a, #sidebar ul ol li a {
	padding          : 5px 0px 5px 0px;
  font-size        : 11px;
  width            : 230px;
  background-color : #454543;
  text-indent      : 10px;
	}
#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ol li a:link, #sidebar ul ol li a:visited{
	display          : block;
  font-size        : 11px;
  background-color : #454543;
  font-weight      : normal;
  padding          : 3px 0px 3px 5px;
  color            : #8a8986;
  width            : 225px;
  text-indent      : 10px;
  text-decoration  : none;
}
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	background-color : #2e2e2d;
  font-size        : 11px;
  font-weight      : normal;
  text-decoration  : none;
  color            : #8a8986;
  text-indent      : 10px;
	}
	
/* End Sidebar */





input#s {
          width: 163px;
          background: #ffffff;
          border: 1px solid #a3c159;
          color: #333333;
}

#rap { 
       width: 900px;
       margin: 0 auto;
       background: url("images/main.jpg") repeat-y;
       text-align: left;
	border-left: 1px solid #888988;
	border-right: 1px solid #888988;
       }

#searchbutton { 
                margin-top: 2px;
                }

.submit_button {
   float: left;
   padding:0; margin:0;
   border:0;
   height:20px;
   width:115px;
   background:url(images/submit.jpg) no-repeat;
}
