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

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 #000401;
     margin: 0;
     padding: 0;
     font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}



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

h1, h2, h3, h4 {
    font-family:"Helvetica Neue", Helvetica, Arial, Sans-Serif;
    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: #F3DE53;   
}

h1{
   font-size: 1em;
   line-height: 1em;
   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: 14px;
	  line-height: 16px;
      margin-bottom: 30px;
      color: #5f5f5f;
}



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

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

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: #B89B09;
  outline: 0;
}
a:hover{
        color: #F3DE53;
}

/* ----- 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: #F3DE53;
   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:230px;
}


/* ----- 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: 225px;
            padding: 8px;
}


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

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


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

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

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

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

 

#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: 14px;
}
  
#menu li a {
        text-decoration:none;
        color: #797979;
        padding: 7px;
}


#menu a:hover {
            background-color: #E8CD1A;
            border-top: 1px solid #004f34;  
            color: #515141;
}

/* ----- 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: 30px;
           margin-bottom: 30px;
}

.info {
      text-transform: uppercase;
	  font-weight:normal;
      font-size: 7px;
      line-height: 5px;
      margin-bottom: 5px;  
      border-bottom: 3px solid #797979; 
	   letter-spacing: 1px;
       
}

.info a{
       color: #B89B09;
}

.info a:hover{
       color: #797979;
}

.title{
       text-transform: uppercase;
	   font-weight: bold;
       border-bottom: 3px solid #797979;
       font-size: 70px;
       line-height: 30px;
       margin-bottom: 20px;
       padding-bottom: 5px;
	  
	   

	
}

.title h2{
    padding-bottom: 0;   
}
.thumb img {
       display: inline;
       float: left;
       padding: 7px;
       border: 0px 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: 0px 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: #F3DE53;
		color: #797979;
		text-decoration: none;
        border-top: 0px 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: 40px;
        font-weight: bold;
       
        color: #515141;
        padding: 3px 3px 3px 5px;
        margin-bottom: 5px;
}

.widget h2{
        text-transform: uppercase;
        font-size: 40px;
        line-height: 29px;
        font-weight: bold;
       
        color: #b4b4b4;
        padding: 5px;
        margin-bottom: 5px;
}

.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: #E8CD1A;
}


/* ----- 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: #E8CD1A;
        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: 15px;
        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: #E8CD1A;
		color: #2c2c2c;
		text-decoration: none;
        border-top: 1px solid #E8CD1A;
		}
		
	.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 ----- */

/* footermenu */
div#footer div#footermenu{position:relative;top:30px;right:320px;height:90px;float:right;}
div#footer div#footermenu ul{padding:0px;margin:0px;list-style:none;float:left;background:url(images/copyright-bg.jpg) 0 0 repeat;}
div#footer div#footermenu li{float:left;display:block;}
div#footer div#footermenu li a{float:left;display:block;position:relative;height:37px;padding:0px 20px;background:url(images/footermenu-sep.jpg) 100% 0 no-repeat;line-height:36px;overflow:hidden;font-size:100%;text-decoration:none;}
div#footer div#footermenu li a:link, div#footer div#footermenu li a:visited{color:#FFF;}
div#footer div#footermenu li a:hover{color:#F3DE53;}
div#footer div#footermenu li.current_page_item a:link, div#footer div#footermenu li.current_page_item a:visited{color:#F3DE53;}
div#footer div#footermenu li.current_page_item a:hover{color:#FFF;}
div#footer div#footermenu ul ul{padding:0;background:#4f4f4f;}

/* footer */
#footerwrapper{text-align:left;margin:6px auto;padding:0px;border:0;width:930px;}
#footerwrapper #footerblock-a{float:left;width:280px;padding:10px 15px;background:url(images/footerblock_sep.png) right 10px no-repeat;}
#footerwrapper #footerblock-b{float:left;width:280px;padding:10px 15px;background:url(images/footerblock_sep.png) right 10px no-repeat;}
#footerwrapper #footerblock-c{float:right;width:280px;padding:10px 15px;}
#footerwrapper h3{height:80px;padding:0;margin:0;}
#footerwrapper h3.recentcomments{background:url(images/recentcomments.png) 15px 0 no-repeat;}
#footerwrapper h3.latestentries{background:url(images/latestentries.png) 15px 0 no-repeat;}
#footerwrapper h3.populartopics{background:url(images/populartopics.png) 5px 0 no-repeat;}
#footerwrapper ul{padding:0px;margin:0px 10px;list-style:none;float:left;}
#footerwrapper ul li{background:url(images/footerblock-li.png) 0 5px no-repeat;padding:4px 0 4px 23px;}
#footerwrapper ul li a:link, div#footerwrapper ul li a:visited{color:#FFF;}
#footerwrapper ul li a:hover{color:#F3DE53;}
#footerwrapper #footerblock-a ul li a:link, #footerwrapper #footerblock-a ul li a:visited{color:#FFF;}
#footerwrapper #footerblock-a ul li a:hover{color:#F3DE53;}
#footerwrapper #footerblock-b ul li a:link, #footerwrapper #footerblock-b ul li a:visited{color:#FFF;}
#footerwrapper #footerblock-b ul li a:hover{color:#F3DE53;}
#footerwrapper #footerblock-c ul li a:link, #footerwrapper #footerblock-c ul li a:visited{color:#FFF;}
#footerwrapper #footerblock-c ul li a:hover{color:#F3DE53;}
#footer #copyright{background:#4f4f4f;border-top:#797979 1px solid;padding:10px 10px 13px 10px;color:#F3DE53;}
#footer #copyright a:link, #footer #copyright a:visited{color:#FFF;}
#footer #copyright a:hover{color:#FFF;}



/* ----- 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 ##797979;
          margin-bottom: 10px;
          font-size: 5px;
}

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

