/* - - - - - - - - - - - - - - - - - - - - -

Title : SimplePerfect
Theme URI: http://www.wpdone.com
Description : SimplePerfect is a free Wordpress Theme by <a href="http://www.wpdone.com">wpdone</a> 
Author : Adrian Bornea
Author URI : http://www.designdone.com
Version: v1.0
.
This theme can be used for commercial or non-commercial use, but it cannot be sold.
.

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

/* ----- Reset ----- */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}


* {  
 
} 

html{
}	
body{
     background: url('images/bg.png') repeat-x #e4e2e2;
     margin: 0;
     padding: 0;
     font-family: Verdana, Arial;
}



/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
    font-family: Arial, Verdana, Tahoma;
    color: #797979;
}

h1 a, h2 a, h3 a, h4 a {
   color: #2c2c2c;   
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
   color: #797979;   
}

h1{
   font-size: 30px;
   line-height: 35px;
   padding-bottom: 20px;
}
h2{
   font-size: 25px;
   line-height: 30px;
   padding-bottom: 15px;
}
h3{
   font-size: 20px;
   line-height: 25px;
   padding-bottom: 10px;
}
h4{
   font-size: 15px;
   line-height: 20px;
   padding-bottom: 7px;
}



/* ----- PARAGRAPHS ----- */

p{
      font-size: 12px;
	  line-height: 16px;
      margin-bottom: 10px;
      color: #5f5f5f;
}



/* ----- LISTS ----- */

li{
   list-style-type: square;
   font-size: 12px;
   line-height: 18px;  
   color: #6f6f6f;
}

ol{
   font-size: 12px;
   line-height: 18px;
   margin-bottom: 10px;
   margin-left: 50px;
}

ul{
   list-style-type: square;
   font-size: 12px;
   line-height: 18px;
   margin-bottom: 10px;
   margin-left: 50px;
}
ol li{
   list-style-type: decimal;
   font-size: 12px;
   line-height: 18px;
}
ul li{
   list-style-type: square;
   font-size: 12px;
   line-height: 18px;
}

/* ----- BLOCKQUOTE ----- */

blockquote{
           margin-left: 100px;
           font-style: italic;
           border-left: 2px dotted #2c2c2c;
           padding-left: 20px;
           margin-bottom: 10px;
           color: #6f6f6f;
}

/* ----- IMAGES ----- */

img{
    border: none;
    margin: 0;
    padding: 0;
}
img a{
    border: none;
}



/* ----- LINKS ----- */

a{
  text-decoration: none;
  color: #4b8873;
  outline: 0;
}
a:hover{
        color: #004f34;
}

/* ----- Wordpress ----- */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px;
}

.alignright {
   float: right;
   margin: 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0 auto;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.wp-smiley{
	display: inline;
}

/* ----- CONTAINER ----- */

#container{
           width: 950px;
           margin-left: auto;
           margin-right: auto;
}

/* ----- HEADER ----- */

#header{
        height: 145px;
}


/* ----- LOGO ----- */

#logo{
      display: inline;
      float: left;
      margin-top: 55px;
}


/* ----- SEARCH-BOX ----- */

#search{
            display: inline;
            float: right;
            width: 304px;
            height: 32px;
            background-color: #161616;
            border: 1px solid #0e0e0e;
            margin-top: 55px;
            padding: 8px;
}


/* ----- SEARCH-BOX ----- */

#search-box{
            width: 229px;
            height: 22px;
            background-color: #111111;
            border: 1px solid #0e0e0e;
            color: #797979;
            padding: 8px 8px 0;
}


/* ----- SEARCH-BUTTON ----- */

#search-button{
               width: 47px;
               height: 30px;
               position: absolute;
               background-color: #4b8873;
               border-left: 1px solid #4b8873;
               border-right: 1px solid #4b8873;
               border-bottom: 1px solid #4b8873;
               border-top: 1px solid #7ac0a4;  
               color: #bfded1;  
               margin-left: 8px; 
               font-weight: bold;
               cursor: pointer;
}

/* ----- MENU ----- */

#menu {
      text-transform: uppercase;
      font-weight: bold;
      height: 40px;
      margin-top: 6px;
}

 

#menu ul {
       list-style-type: none;
       display:inline;
       margin: 0;
}
  
#menu li {
       display:inline;
       float: left;
       padding: 5px 5px 5px 0;
       margin: 0;
       font-size: 10px;
}
  
#menu li a {
        text-decoration:none;
        color: #797979;
        padding: 7px;
}


#menu a:hover {
            background-color: #4b8873;
            border-top: 1px solid #004f34;  
            color: #bfded1;
}

/* ----- CONTENT ----- */

#content{
         margin-top: 30px;
         broder-bottom: 1px solid #c4c2c2;
}


/* ----- MAIN ----- */

#main{
      display: inline;
      float: left;
      width: 600px;
      margin: 0 30px 30px 0;
}


/* ----- FEATURED ----- */

#featured{

}


/* ----- ENTRY ----- */

.entry{     
       background: url('images/entry-bg.png') repeat-y;
       padding: 5px 25px;
}


.entry-top{
           width: 600px;
           height: 20px;          
}

.entry-bottom{
           width: 600px;
           height: 20px;
           margin-bottom: 30px;
}

.info {
      text-transform: uppercase;
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 5px;  
      border-bottom: 1px solid #e8e8e8; 
       
}

.info a{
       color: #4b8873;
}

.info a:hover{
       color: #004f34;
}

.title{
       text-transform: capitalize;
       border-bottom: 1px solid #e8e8e8;
       font-size: 24px;
       line-height: 24px;
       margin-bottom: 15px;
       padding-bottom: 7px;
}

.title h2{
    padding-bottom: 0;   
}
.thumb img {
       display: inline;
       float: left;
       padding: 7px;
       border: 1px solid #c0bfbf;
       margin: 0 15px 10px 0;
       background-color: #fcfcfc;
}


.text{
      font-size: 12px;
	  line-height: 20px;
}

.text p{
      margin-bottom: 10px;
      line-height: 20px;
}

.text img{
	padding: 5px;
    border: 1px solid #c0bfbf;
    margin: 0 10px;
}

.more-link {
      margin-top: 10px;
      overflow: hidden; 
      display: block;
      width: 60px;
      height: 22px;
      padding-left: 10px;
      font-size: 12px;
      text-transform: uppercase;
      background-color: #2c2c2c;
      border-top: 1px solid #000000;
      color: #797979;
      font-weight: bold;
      cursor: pointer;
}

.more-link:hover {
		background: #4b8873;
		color: #bfded1;
		text-decoration: none;
        border-top: 1px solid #004f34;
}

.clear {
	clear:both;
}


/* ----- NAV ----- */

#nav{
     font-size: 12px;
}

#nav a{
     font-size: 12px;
     color: #4b8873;
}

#nav a:hover{
     font-size: 12px;
     color: #004f34;
}
/* ----- RIGHT ----- */

#right{
      display: inline;
      float: right;
      width: 320px;
      margin: 0 0 30px 0;
}

/* ----- SIDEBAR ----- */

#sidebar{
      width: 270px;
      background: url('images/sidebar-bg.png') repeat-y;
      padding: 0 25px;    
}


#sidebar-top{
           width: 320px;
           height: 20px;      
}

#sidebar-bottom{
           width: 320px;
           height: 20px;
           margin-bottom: 30px;
}

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


/* ----- WIDGET ----- */

.widget{
        padding-bottom: 20px;
}

.widget h3{
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        background-color: #2c2c2c;
        color: #b4b4b4;
        padding: 3px 3px 3px 10px;
        margin-bottom: 10px;
}

.widget h2{
        text-transform: uppercase;
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        background-color: #2c2c2c;
        color: #b4b4b4;
        padding: 10px;
        margin-bottom: 10px;
}

.widget ul {
        padding-left: 5px;
        padding-bottom: 20px;
        margin: 0;
}

.widget ul li {
        font-size: 12px;
        line-height: 15px;
        color: #2c2c2c;
        background: url('images/bullet.png') left no-repeat;
        padding: 5px 0 5px 20px;
}


.widget a{
        color: #797979;
}

.widget a:hover{
        color: #2c2c2c;
}


/* ----- CATEGORIES ----- */
#categories {
           padding-bottom: 20px;
}

#categories ul li{
            padding: 5px 0 5px 5px;
            border: none;  
            background: none; 
            margin-top: 5px;         
}

#categories ul{
            padding: 0;
            margin: 0;
            border: none;            
}

.cat-item a {
        font-size: 12px;
        line-height: 12px;
        background: url('images/bullet.png') left no-repeat;
        padding: 5px 0 0 20px;
} 

.cat-item ul li a {
        font-size: 12px;
        line-height: 15px;  
        padding-left: 20px;  
        margin-left: 15px;   
}

.cat-item ul ul li a { 
        font-size: 12px;
        line-height: 15px; 
        padding-left: 20px;
        margin-left: 30px;
}







/* ----- TABBED ----- */

.tabbed {
width: 270px;
padding-top: 10px;
background: #ffffff;
margin-bottom: 15px;
}

.tabbed ul, li, ul li{
        margin-left: 0;
}


	.tabbed a {
	color: #797979;
	text-decoration: none;
	}
	
	.tabbed a:hover {
    	color: #2c2c2c;
        text-decoration: none;
	}

    .tabnav {
                padding-bottom: 2px;
    }
	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 2px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #797979;
        font-size: 12px;
        font-weight: bold;
		padding: 8px 8px;
		outline: none;
        background-color: #2c2c2c;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #4b8873;
		color: #bfded1;
		text-decoration: none;
        border-top: 1px solid #004f34;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #f1f1f1;
	border: 1px solid #dedbd1;
	padding: 5px;
	}
	
		.tabdiv li {
		padding-left: 10px;
        padding-bottom: 5px;
		}

.ui-tabs-hide {
		display: none;
		}

.float-left {
            float: left;
            display: inline;
}




/* ----- FOOTER ----- */

#footer{
        background-color: #242424;
        border-top: 1px solid #ffffff;
}

#footer a {
        color: #4b8873;
}

#footer a:hover {
        color: #004f34;
}

#footer-content{
                width: 950px;
                margin-left: auto;
                margin-right: auto;
                overflow: hidden;
}

#top{
     border-bottom: 1px solid #000000;
     padding-bottom: 2px;
     overflow: hidden;
}


/* ----- SUBSCRIBE----- */

#subscribe{
           float: left;
           display: inline;
           width: 215px;
           margin-top: 15px;          
}


/* ----- RSS ----- */

#rss{
      overflow: hidden;
      text-indent: -9999px;
      width: 215px;
      height: 41px;
      border-bottom: 1px solid #000000;         
}

#rss a{
      display: block;
      text-indent: -9999px;      
      width: 215px;
      height: 41px;
      background-image: url('images/rss.png');
}

#rss a:hover{
      display: block;
      text-indent: -9999px; 
      width: 215px;
      height: 41px;
      background-image: url('images/rss2.png');
      text-indent: -9999px;
}

/* ----- MAIL ----- */

#mail{
      overflow: hidden;
      text-indent: -9999px;
      width: 215px;
      height: 41px;
      border-bottom: 1px solid #000000;
      border-top: 1px solid #454545;          
}

#mail a{
      display: block;
      text-indent: -9999px;      
      width: 215px;
      height: 41px;
      background-image: url('images/mail.png');
}

#mail a:hover{
      display: block;
      text-indent: -9999px; 
      width: 215px;
      height: 41px;
      background-image: url('images/mail2.png');
      text-indent: -9999px;
}


/* ----- TWITTER ----- */

#twitter{
      overflow: hidden;
      text-indent: -9999px;
      width: 215px;
      height: 41px;
      border-top: 1px solid #454545;          
}

#twitter a{
      display: block;
      text-indent: -9999px;      
      width: 215px;
      height: 41px;
      background-image: url('images/twitter.png');
}

#twitter a:hover{
      display: block;
      text-indent: -9999px; 
      width: 215px;
      height: 41px;
      background-image: url('images/twitter2.png');
      text-indent: -9999px;
}

/* ----- ABOUT ----- */

#about{
       display: inline;
       float: right;  
       width: 650px;          
       margin-top: 15px;
}

#about p{
       font-style: italic;
       color: #4f4f4f;
}

#about h3{
       color: #4f4f4f;
}


/* ----- SPONSORS ----- */

#sponsors{
          padding-top: 10px;
          border-top: 1px solid #454545;
          margin-bottom: 10px;
          font-size: 12px;
}

/* ----- COMMENTS ----- */

ol#comments-list {
          margin: 0;
          padding: 0;
          list-style-type: none;
}

#comments-list li{
                 list-style-type: none;
                 border: 1px solid #e0e0e0; 
                 margin-bottom: 10px;
                 padding: 10px;
}

#comments-list a {
               color: #4b8873;
}

#comments-list a:hover {
               color: #004f34;
}

.cdata {
       padding: 10px;
       background-color: #f0f0f0;
}

.grv {
     float: left;
     display: inline;
     margin: 0; 
     padding: 0;
}

.grv img {
     padding: 2px;
     background-color: #ffffff;
     border: 1px solid #e0e0e0;
}

.cinfo {
       float: left;
       display: inline;
       margin-left: 10px;
}

.the_comment {
             padding-top: 10px;
             border-bottom: 1px solid #e0e0e0;
}


#form-right {
           float: right;
           display: inline;
           width: 250px;
}

#submit {
               width: 140px;
               height: 22px;
               font-size: 12px;
               text-transform: uppercase;
               background-color: #2c2c2c;
               border: 2px solid #000000;  
               color: #797979;
               font-weight: bold;
               cursor: pointer;
}


.widget_addn{
	position: absolute;
	left: -450px;
	top: -400px;
	}

#profile {
  border: 1px solid #ccc;
}

#profile td, #profile th {
  border: 1px solid #ccc;
  padding: 4px;
}

#profile th {
  text-align: right;
}

#profile img {
  border: none;
}

#profile ul {
  margin:0;
  padding:0;
}

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

#profile #social_services li{
  display: inline;
}
