
  .header {
      background: #000000 url(1g-header.jpg) repeat-x top left;
      margin: 0;
      padding: 0;
      height: 90px;      
      }   

.header1 div {
      margin: 0px auto;
      width: 90%;
      }
.left-header{
      margin: 0px auto;
      float: left;
      width: 300px;
      margin-left: 20px;
      }
.right-header{
      margin: 0px auto;
      float: right;
      width: 300px;
      margin-right: 20px;
      }

 .header h1 {
      margin: 0;
      padding: 0;
      float: left;
color: #ffffff;
      }

 .menu {
    	float: right;
    	margin: 60px 0 0 20px;
    	padding: 0;
    	font-size: 90%;
    	list-style: none;
    	}
      
    .menu li {
    	float: left;
    	}
    	
    .menu a {
    	margin: 0 3px 0 0;
    	padding: 5px 10px;
    	background-color: #268CCD;
      color: #fff;
      display: block;
text-decoration: none;
      }
      
    .menu a:hover {
      background: #5FC6FF;
      text-decoration: none;
    }

.outer {
      clear: both;
      background: #ffffff url(gradienta.jpg) repeat-x top left;
      height: 100px;
      
      }
.inner {
      margin: 0px auto;
      width: 96%;
      padding-bottom: 20px;
      
      }
.adbar { 
      float: left;
      border: 1px solid #D3EFF5;
      margin-top: 20px;
      background: #ffffff url(/images/theme/g-post.jpg) repeat-x top left;
      
      
      padding: 10px 10px;
      }

.left-adbar { 
      float: left;
      width: 80%;
      }
.right-adbar { 
      float: right;
      width: 10%;
      }

.main {
      float: right;
      width: 100%;
      margin: 0;
      padding-bottom: 20px;

      }

.footer {
		clear: both;
		background: #000000;
                padding: 10px 10px 10px 0;
		margin-top: 10px;
		text-align: center;
		color: #fff;
		font-size: 80%;
                height: 80px;
	}
	
	.footer ul {
		list-style: none;
	}

.post {
      margin-top: 20px;
      padding: 10px 20px 15px 20px;
      background: #ffffff url(/images/theme/g-post.jpg) repeat-x top left;
      color: #000;
      border: 1px solid #D3EFF5;
      font-size: 100%;
      }

body {
      font-size: small;
      font-family: lucida grande, lucida sans unicode, sans-serif;
      margin: 0;
      padding: 0;
      border-top: 10px solid #5D5B57;
      background: #ffffff;
      }
      
    a {
    	color: #268CCD;
    	text-decoration: none;
    	}
    	
    a:hover {
    	text-decoration: underline;
    	}
    	
    p {
      line-height: 1.6em;
      }

.small-text {
      font-size: 75%;
      margin-bottom: 10px;
      padding: 0px;
      }

.star-post {
      margin-top: 20px;
      padding: 10px 20px 15px 20px;
      background: #000000;
      color: #bdbdbd;
      border: 1px solid #ffffff;
      font-size: 100%; 
}

.star-post a {
            color: #8CCFFA;
    	text-decoration: none;
}

.star-post a:hover {
    	text-decoration: underline;
    	}

.test-post {
      margin-top: 20px;
      padding: 10px 20px 15px 20px;
      background: #000000 url(/images/theme/g-post-star.jpg) repeat-x top left;
      color: #ffffff;
      border: 1px solid #FFDD54;
      font-size: 100%; 
}

.test-post a {
            color: #E7BE18;
    	text-decoration: none;
}

.test-post a:hover {
    	text-decoration: underline;
    	}




.suggest-form h3{
  font-family: lucida grande, lucida sans unicode, sans-serif;
  font-weight: bold;
  color: #268CCD;
  font-size: 1.3em;
      
}

.suggest input{
width: 95%;
margin: 5px auto;
font-size: 1.2em;
}

.suggest textarea{
width: 95%;
margin: 5px auto;
font-size: 1.2em;
}

.suggest {
      margin-top: 20px;
      padding: 10px 20px 15px 20px;
      color: #000;
      background: #ffffff url(/images/theme/g-post.jpg) repeat-x top left;
      font-size: 100%;
      border: 1px solid #D3EFF5;
      }
.left-footer { 
      float: left;
      padding: 10px 20px 15px 20px;
      width: 80%;
      }
.right-footer { 
      float: right;
      width: 10%;
      }

.left-suggest { 
      float: left;
      padding: 10px 10px 10px 10px;
      }

.left-suggest h3{ 
      color: #268CCD;
      font-size: 1.4em;
      }

.right-suggest { 
      float: right;
      width: 330px;
      }

.suggest fieldset {
   width:300px;
   margin: 10px;
   
   border: 1px solid #268CCD;
}

.suggest legend {
  font-weight: bold;
  color: #268CCD;
  font-size: 1.3em;
}
