/*
Theme Name: Larissa Nevierov
Version: 1.0
Theme URI: http://www.larissanevierov.it/
Author: Maurizio Panese
Author URI: http://webquadro.it/
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0; 
padding:0; 
}

img{
border: 0;
}

body{
font-family: Helvetica, Arial;
font-size: 13px;
background: url(images/mare.jpg) repeat;
color: #444;
}

a{
text-decoration: none;
color: #2A558E;
font-weight: bold;
}

h1,h2,h3{
font-family: Georgia;
color: #2A558E;
margin-bottom: 10px;
}

#container{
margin: 0 auto 30px auto;
width: 900px;
position: relative;
background: #FFF;
}

.wp-pagenavi{
margin: 20px auto;
}

/* HEADER */

#header{
margin: 0 auto;
width: 960px;
height: 472px;
background: url(images/header-bg.gif) no-repeat;
position: relative;
}

.logo{
position: absolute;
top:35px;
right: 45px;
}


#menu{
position: absolute;
bottom: 23px;
left:585px;
}

#menu li{
float: left;
list-style: none;
margin-right: 15px;
}

#menu li a{
color: #FFF;
}

#menu li a:hover{
text-decoration: underline;
}

.home-img{
position: absolute;
top: 158px;
left: 43px;
}

#middle{
background: url(images/content-bg.gif) repeat-y;
position: relative;
}

/* CONTENT */

#content{
float: left;
width: 460px;
margin-left: 20px;
}

.post p{
margin: 10px 0;
}

#attachments{
margin: 20px 0;
}

/* SIDEBAR */

#sidebar{
float: right;
width: 320px;
margin-right: 30px;
}

#sidebar h3{
color: #2A558E;
margin: 20px 0 10px 0;
padding-bottom: 5px;
border-bottom: 1px solid #2A558E;
text-align: right;
}

#sidebar li{
color: #2A558E;
list-style: none;
}

#sidebar li a{
color: #444;
font-weight: normal;
}


/* FOOTER */

#footer{
clear: both;
position: relative;
height: 100px;
background: url(images/footer-bg.gif) no-repeat;
color: #2A558E;
}

#footer p{
position: absolute;
top: 45px;
left: 15px;
}

#footer span{
position: absolute;
top: 45px;
right: 15px;
}

#footer span a:hover{
text-decoration: underline;
}



