@charset "UTF-8";

/*
Schahryar Fekri's Homepage
http://www.schahryar.com
*/

body {
background:#d2d2d2 url(../images/bg/body.jpg) repeat-x top;
width:100%; height:auto;
font-size:0.85em;
text-align: left;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-align:center;
color:#313131;
}



/* Banner | Main | Start */

#banner {
width:100%; height:139px;
clear:both;
font-size:0.589em;
}

#banner .left {
background:url(../images/bg/banner_in_l.jpg) no-repeat right;
width:31px; height:100%;
float:left;
}

#banner .center {
background:#e9d413;
width:990px; height:100%;
float:left;
}

#banner .right {
background:url(../images/bg/banner_in_r.jpg) no-repeat left;
width:31px; height:100%;
float:left;
}

#banner .logo {
width:310px; height:100%;
background:url(../images/other/logo_schahryar_in.jpg) no-repeat;
float:left;
}

#banner .content {
width:680px; height:100%;
background:url(../images/bg/banner_in.jpg) no-repeat;
float:left;
}


#banner .content .copy {
width:100%; height:94px;
}

#banner .content .nav {
width:100%; height:45px;
text-align:right;
}

#banner p {
padding: 21px 34px 30px 34px;
width:450px; height:100%;
color:white;
font-size:1.3em;
}

#banner ul {
padding:8px 0 0 0;
float:right;
}

#banner ul li {
margin:0 0 0 31px;
text-align:center;
float:left;}

#banner ul li a {
width:120px; height:29px;
display:block;
float:left;
overflow:hidden;
text-align:center;
text-indent:-1000em;
cursor:pointer;
text-decoration:none;
}

#banner ul li a.blog {
background:url(../images/nav/button_weblog.png) no-repeat;
}

#banner ul li a.photoblog {
background:url(../images/nav/button_photoblog.png) no-repeat;
}

#banner ul li span {
width:31px; height:1px;
float:left;
}

/* Banner | Main | End   */