/*  
Theme Name: TSOA
Theme URI: http://webhostinggeeks.com
Description: A Wordpress Theme For Your Blog <br> - Designed by <a href="http://webhostinggeeks.com">Web Hosting Geeks</a> 
Author: Web Hosting Geeks
Author URI: http://webhostinggeeks.com
© 2007, Web Hosting Geeks. All rights reserved. 
*/

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

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

a:hover {
	color: #333333;
}

acronym, abbr {
                cursor: help;
                }

blockquote {
	border-left: 3px solid #333333;
	margin-left: 15px;
	padding-left: 5px;
}

body {
       background: #93c8fb url("images/bg.jpg") repeat-x;
       color: #333333;
       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.8em;
        font-family: Arial;
        margin-top: 260px;
       	}



h2 {
     font-size: 12px;
     margin: 15px 0 3px 0;
     padding-bottom: 1px;
     font-weight: bold;
     color: #333333;
     border-bottom: #2784ec 5px solid;
}

h2 a{ 
                     text-decoration: none;
                     color: #2784ec;
                     }
h2 a:visited{ 
                     text-decoration: none;
                     color: #2784ec;
                     }
h2 a:hover{ 
                     text-decoration: none;
                     color: #333333;
                     }
h2 a:visited:hover { 
                     text-decoration: none;
                     color: #333333;
                     }
h3 {
     font-size: 120%;
     margin-top: 0;
}

h4 {
     font-size: 12px;
     margin: 6px 0 6px 0;
     font-weight: bold;
     color: #f2f9ff;
     height: 16px;
     text-align: center;
     border-top: #6aa5f1 1px solid;
     border-bottom: #6aa5f1 1px solid;
     background: url("images/side.jpg") repeat-x;
}


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



img { 
      padding: 3px;
      border: #333333 1px solid;
      background: #eeeeee;
      }

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;
     }


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

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

/* 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: #2784ec;
          text-transform: lowercase;
          text-decoration: none;
          }

.meta { 
        color: #555;
        font-weight: normal;
        letter-spacing: 0;
        padding-left: 10px;
        padding-top: 6px;
        background: url("images/meta.jpg") repeat-x top;
        }


.storycontent { 
                font-size: 115%;
                padding: 10px;
                background: url("images/story.jpg") repeat-x bottom;
                }

/* Comment form design */
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea {
                        background: #ffffff;
                        border: 1px solid #85c2ff;
                        color: #333333;
                        }

#commentform textarea {
	width: 580px;
}

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

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

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

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

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

#content-big {
           float: left;
           width: 502px;
           margin: 16px 5px 20px 5px;
           text-align: justify;
           }

#header {
          font-size: 18px;
          font-weight: bold;
	  text-decoration:none;
          font-family: Verdana;
          margin: 0 auto;
          height: 330px;
          width: 900px;
          padding: 0;
          background: url("images/header.jpg");
          }

#header a,
#header a:hover,
#header a:visited,
#header a:visited:hover {
                          float: left;
                          color: #dff1fd;
	                  padding: 0 0 0 100px;
                          text-decoration: none;
                          }

#footer { 
          width: 900px;
          height: 69px;
          margin: 0 auto;
          color: #93c8fb;
          background: url("images/footer.jpg") repeat-x;
          border-left: 3px solid #85c2ff;
          border-right: 3px solid #85c2ff;
          }

#footer a, 
#footer a:hover,
#footer a:visited,
#footer a:visited:hover {
                          color: #f2f9ff;
                          }

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

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

/* 
   * Right sidebar 
   */
#sidebar {
             float: right;
             padding: 0px 25px 0px 0px;
             width: 255px;
             font-size: 11px;
}

.ads {              
             background: #ffffff;
             width: 255px;
             font-size: 11px;
          text-align: center;
             }

.menu-right {              
             background: #ffffff;
             width: 255px;
             font-size: 11px;
             border: 5px solid #93c8fb;
             }

.menu-right a,
.menu-right a:visited { 
                             text-transform: lowercase;
                             text-decoration: none;
                             color: #333333;
                             }

.menu-right a:hover,
.menu-right a:visited:hover  { 
                              color: #000000;
                              text-decoration: underline;
                              }

.menu-right ul ul { 
                   margin-left: 15px;
                   padding-bottom: 5px;
                   }

.menu-right ul ul li { 
                      list-style-image: url("images/icon.jpg");
margin-left: 15px;
                      }




/* End of right 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: 3px solid #85c2ff;
       border-right: 3px solid #85c2ff;
       }

#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;
}
