/* 
	Theme Name: Simple
	Theme URL: http://www.wonesty.com/seoblog
	Description: Simple never ever three column widget enabled theme with a dash of light colors.
	Author: Prabhakar
	Author URI: http://www.wonesty.com
	Version: 1.1
*/



body {

        font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0px auto 0px;
	padding: 0px;
	text-align:center;
    }
    
a {
        color: #0066cc;
        text-decoration: underline;
        font: 12px 'Trebuchet MS', Arial, sans-serif; 
}

.clear{
clear:both;
width:1px;
height:1px;
}

#container
{
width: 930px;
margin: 0px auto;
padding: 0px;
text-align:left;
}

#banner { 
  width: 100%;
  margin:20px 0px 0px 0px;
  padding: 0 10px 0 20px;
  font:normal 28px Impact, Arial Black, sans-serif; 
  color: #000; 
  }

#banner h1 { 
  margin:0px;
  padding:10px 0;
  }

.logo{
width:242px;
height:50px;
}

#banner a{ 
  font: normal 28px Impact, Arial Black, sans-serif;   
  color: #fff;   
  text-decoration:none;
  }  

.desc {  
  font:normal 15px Arial, sans-serif; 
  color: #bbb;   
  }

.menu{
margin-top:10px;
width:900px;
float:right;
}

#hero{
margin-left:18px;
margin-right:18px;
margin-top:15px;
width:894px;
}

#bradcrumb{
margin-left:18px;
margin-right:18px;
margin-top:15px;
width:894px;
height:20px;
background:url('images/dot.gif') repeat-x bottom;
}
.bradcrumb{
font-size:12px;
color:#444444;}

.bradcrumb a{
font-size:12px;
color:#0c66b2;
text-decoration:none;}

.bradcrumb a:hover{
font-size:12px;
color:#444444;
text-decoration:none;
}

.blue-bar{
border:#0d67b2 solid 1px;
}

#menucontainer
{
 margin:0px 0px 15px 0px;
 padding:0px;
}


/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 900px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 22px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  /*border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;*/
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
/*  background: #EEE;
*/  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}




#wrapper {
	width: 930px;
	margin:0px auto;
	text-align: left;
    }
    
blockquote{margin: 12px 0 20px 10%; padding: 8px 6px 4px 6px; font-size: 12px; border: 3px solid #ffb7ba; background: #fff3f3;width:80%;}      

#main {  
    width: 500px;    
    padding:5px 15px 15px 20px;
    float: left;
    line-height: 18px;
    font: 12px 'Trebuchet MS', Arial, sans-serif;
    color:#000;
     }

#main h1 {
	color: #5a83ce;
     	font: bold 22px 'Trebuchet MS', Arial, sans-serif;
     	border-bottom:1px dashed #999;
     	margin:0px;
     	padding:10px 0px 3px 0px;
	}

#main h1 a{
        color: #5a83ce;
     	font: normal 20px 'Trebuchet MS', Arial, sans-serif;
     	text-decoration:none;
	}


.details{
	padding:3px 0px 0px 0px;
	margin:0px;
}	
     
#main h2 {
     border-bottom:1px dashed #999;
     margin:0px;
     padding:28px 0px 6px 0px;
     }
     
#main h2 a{
     font: bold 14px 'Trebuchet MS', Arial, sans-serif;
     letter-spacing:.5px;
     color: #5a83ce;
     text-decoration:none;
     text-align: left;
     
     }     
     
#main p {
     padding:0px 0px 10px 0px;
     margin:0px;
     }     
     
 

#inner {  
     width: 175px;      
     float: left;
     padding: 0px 0px 0px 11px;   
     background-color:#ebf2f8;
     height:1px;
     min-height:100%;
     }
     
#inner h2 {
	color: #0f6ab1;
	font-size: 12px;
	font-weight: bold;	
	margin:20px 0px 5px 0px;
	padding:3px 0px 3px 5px;   
	width:100%;
        background-color:#ebf2f8;
     }     

#inner ul, #inner ul ol {
	margin: 0;
	padding: 0;
	width:95%;	
	}

#inner ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#inner ul p, #inner ul select {
	margin: 5px 0 8px;
	}

#inner ul ul, #inner ul ol {
	margin: 5px 0 0 10px;
	}

#inner ul ul ul, #inner ul ol {
	margin: 0 0 0 10px;
	}

ol li, #inner ul ol li {
	list-style: decimal outside;
	}

#inner ul ul li, #inner ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#inner li a {
	display:inline-block;
	color: #353535;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	margin: 0px;
	padding: 0px;
	width:100%;
	font:normal 12px 'Trebuchet MS', Arial, sans-serif;
	}
	
#inner li a:hover {
	background:#f9f9f9;
	color:#777;
}	
	
#inner a.morre {
	background: #f6f6f0;
	color: #dd6600;
	padding:2px 2px 1px 2px;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	border-bottom:none;
	width:60px;
	}	
	
#inner a.title {
	color: #fff;
	padding:0px;
	background:none;
	margin:0px;
	}	
	
	
#inner p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	color:#fff;
	}

#outer {  
	
    width: 185px;
    float: left;
    height:100%;
    padding-left: 19px;
    padding-right: 0px;    
    margin-top: 0px;
background-color:#fff;
 
     }
     
#outer input{  	
    border:none;
    background:url(images/search.gif) no-repeat left;
    height:35px;
    width:90%;
    font: 12px 'Trebuchet MS', Arial, sans-serif;
    color:#000; 
    padding:5px 0px 0px 10px;
    margin:0px 0px 0px 0px;
     }     

#outer .sub_but   {  	

    border:none;
    background:url(images/menu-back.gif) no-repeat top left;
    height:30px;
    width:30%;
    font: bold 19px 'Trebuchet MS', Arial, sans-serif;
    color:#fff; 
    margin:0px 0px 0px 120px;
    }       
     
#outer p {
     color: #E6CFD9;
     border-top: 1px dotted #fff;
     padding: 10px;
     padding-bottom: 15px;
     margin-top: -15px;
     font:normal 11px verdana, arial, helvetica, sans-serif;     
     line-height: 18px;
     }

#outer h2 {

color: #160099;
     	font-size: 14px;
     	font-weight: bold;
     	border-bottom:1px solid #999;
     	margin:10px 0px 5px 0px;

     	padding:10px 0px 3px 5px;
    
    }
    
  

#outer ul, #outer ul ol {
	margin: 0;
	padding: 0;
	}

#outer ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#outer ul p, #outer ul select {
	margin: 5px 0 8px;
	}

#outer ul ul, #outer ul ol {
	margin: 5px 0 0 10px;
	}

#outer ul ul ul, #outer ul ol {
	margin: 0 0 0 10px;
	}

ol li, #outer ul ol li {
	list-style: decimal outside;
	}

#outer ul ul li, #outer ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#outer li a {
	display:inline-block;
	color: #990033;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	width:100%;
	}
	
#outer a.morre {
	background: #f6f6f0;
	color: #dd6600;
	padding:2px 2px 1px 2px;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	border-bottom:none;
	width:60px;
	}	
	
#outer a.title {
	color: #fff;
	padding:0px;
	background:none;
	margin:0px;
	}	
	
	
#outer p{
	padding: 3px 0px 0px 5px;
	margin: 0px;
	line-height: 20px;
	color:#000;
	}    
    
#commentblock {
	width: 430px;	
	color: #000000;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	
	
	}
	
#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 380px;
	background-color: #f9f9f9; border-left:1px solid #FF9D02;border-right: 1px solid #FF9D02;	
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 380px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

 textarea{
	width: 69%;
	border:1px solid #ccc;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
   

#footer {
	clear:both;
	background:#fff;
	color: #FAE6D1;
	text-align: center;	
	height: 29px;
	padding:15px 0 0 0;	
	margin:10px 0px 0px 20px;
	font-size:12px;
} 

#footer a{
	color: #000;
	text-decoration:none;
} 

#footer a:hover{
	color: blue;
	text-decoration:underline;
} 


.left{
width:300px;
float:left;
font-size:11px;
color:#0d67b2;}

.right{
text-align:right;
margin-top:10px;
width:500px;
float:right;
font-size:11px;
color:#0d67b2;}

#adv
{
margin:20px 0 10px 0;
padding:0px;
}

