/* Stylesheet for Pittsburgh Astrology
Written by Ron Archer
July 24, 2009
*/

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: .9em;
    margin: 0px;
    padding: 0px;
    background: #fffcf7;
}

p, td {
    line-height: 140%;
}



#page {
    position: relative;
    width: 960px;
    margin:auto;
    padding: 0px;
    background: #fffcf7;

}

#header {
    position: relative;
    width: 960px;
    height: 200px;
    background-image: url(images/pittsburgh-astrology-page-header.jpg);
    background-repeat: no-repeat;
    
}

#home-link {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 279px;
    height: 159px;
}

#header h1 {
    text-indent: -5000px;
}

#header h2 {
    text-indent: -5000px;
}

#email {
    position: absolute;
    top: 40px;
    left: 760px;
    height: 20px;
    width: 180px;
}

#nav {
    position: absolute;
    top: 135px;
    right: 0px;
    width: 580px;
    height: 30px;
}

#nav ul#nav-list {

}

ul#nav-list li {
    display: inline;
	list-style-type: none;
	font-size: 1.05em;
}

ul#nav-list li a:link {
    color: #333333;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

li a:hover {
    color: #000000;
    border-bottom: 1px dotted red;
}

li a:visited {
    text-decoration: none;
    color: #333333;
}

#content {
    float: left;
    width: 560px;
    margin: 0;
    padding: 20px;
}

#sidebar {
    float: right;
    width:300px;
    height: 100%;
    padding: 20px;
    background: #eefcbd;
}

.sidebar-box {
    margin: 30px 10px; 
}

#footer {
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #666666;
}

#footer p {
    font-size: .9em;
    font-color: #666666;
    text-align: center;
}

.floatleft {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.small {
    font-size: .8em;
}
