@import "reset.css";
@import "thickbox.css";

body {
font: small/150% "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
background: #EBF2FA;
}

a { color: #D8602A; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

.clear { clear: both; }

#top {
border-bottom: 1px solid #999;
background-image: url(../images/bg.jpg);
}

#topwrap {
width: 900px;
margin: 0 auto;
padding: 20px 0;
text-align: left;
}

.logo { display: block; }

h1 {
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size: 6.0em;
font-weight: bold;
letter-spacing: -2px;
color: #353535;
margin: 0 0 0px 0 ;
line-height: 100%;
}

h2 {
color: #444;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
font-style: italic;
text-shadow: 1px 1px #ddd;
text-indent: 6px;
word-spacing: 2px;
}

.work {
float: left;
margin: 35px 15px 0px;
}

.work .img {
display: block;
}

.work h2 {
font-style: normal;
}

.work p {
font-size: 0.85em;
color: #333;
text-shadow: 1px 1px #fff;
text-align: left;
padding: 0px 6px 0;
font-style: italic;
}

.work span {  color: #666; font-style: italic; }


/* more/close link */

#box { display: none; }

.more, .close { text-align: right; clear: left; }

.more a.expand {
background: url(../images/expand.png) top right no-repeat;
padding-right: 20px;
}

.close a {
background: url(../images/collapse.png) top right no-repeat;
padding-right: 20px;
}


#bottom {
width: 900px;
margin: 0 auto;
padding: 20px 0 0;
}

#bottom h1 { font-size: 2.0em; letter-spacing: 1px; margin-bottom: 15px; font-weight: normal; }
#bottom h2 { text-indent: 0; font-size: 1.3em; margin: 15px 0; }

#bottom p {
color: #444;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;

text-shadow: 1px 1px #ddd;
margin: 2px 0 15px;
word-spacing: 2px;
line-height: 150%;
}

#contact {
float: right;
width: 410px;
}

form { font-style: italic; }

#contact input, #contact textarea {
padding: 3px;
border: 1px solid #ddd;
}

#contact textarea {
width: 400px;
height: 120px;
}

#contact .button {
margin-left: -2px;
border: 0;
}

#about {
float: left;
width: 430px;
}

#about ul { margin: 15px 0; }

#about li {
background: url(../images/check.gif) 0 1px no-repeat;
padding-left: 22px;
margin: 8px 15px;
font-size: 0.9em;
color: #333;
}

#about li.css span {
background: url(../images/5stars.gif) 100% 50% no-repeat;
padding-right: 65px;
}

#about li.php span {
background: url(../images/3stars.gif) 100% 50% no-repeat;
padding-right: 65px;
}

#about li.ps span {
background: url(../images/3stars.gif) 100% 50% no-repeat;
padding-right: 70px;
}

.expert { margin-left: 15px; } 

#footer {
clear: both;
text-align: center;
font-size: 0.85em;
color: #555;
font-style: italic;
text-shadow: 2px 2px #fff;
padding-top: 20px;
}