/* 
    Document   : style
    Created on : 15.02.2013, 11:35:32
    Author     : user
    Description:Child of twentyten theme from wordpress installation
Theme Name: Litle Mina (child theme)
Author:Arsulescu Catalin
Template:twentyten
Version:1.0;
        
*/
@import  url('../twentyten/style.css');
root { 
    display: block;
}
pre {
    font-family: 'times new roman';
  font-size:15px;
  background-color:#FEF5E4;
    color:#53393a;
    
    
}
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 3px;
	vertical-align: baseline;
        font-size:12px;
}
#test{
    float:left;
}
#content {
	margin: 0px 0px 0px 0px;
}
#content h2{
    line-height:2.5em;
    
}
#branding img {
	border-top: 0px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
        margin-left:0px;
}
#wrapper {
	margin: 0 auto;
	
}
#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 950px;
}
#main{
    
    background:#FEF5E4;
    width: 950px;
}
#blog{
    padding-left:10px;
    float:left;
    width:700px;
    font-size:14px;
font-family:arial;
color:#53393a;
}
#stinga{
    padding-top:30px;
    float:left;
    padding-left: 20px;
    
}
.links{
    
    margin-top:200px;
}




/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 950px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background-image: url('images/button-hov.png');
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
        width:950px;
       background: #ffffff;
       border-top: 4px solid #000;
}
#colophon {
	border-top: 0px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
.footertable{
    
   margin-top:30px;
   border-style:solid;
   border-width:4px 0px 0px 0px;
    
}
.entry-title{
    margin-left:5px;
    margin-top:5px;
    margin-bottom: 0px;
 text-align: left;
 font-family:'times new roman';
font-size:22px;
line-height:1.2em;
color:#666;
   }
