/*  
Theme Name: Roger Bilstein
Theme URI: http://www.rogerbilstein.com
Description: Custom theme for RogerBilstein.com.
Version: 1.0
Author: Alex Bilstein
Author URI: http://www.alexbilstein.com/
*/


/* Begin Typography & Colors */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
    font-size: .8em;
}

a, a:link, a:hover {
    text-decoration: none;
    color: #ff6600;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 1em 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

h2 {
    font-weight: bold;
    font-size: 1.2em;
}

#doc {
    background: #e4e4e4;
}

#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	width:46.15em;/* non-IE */
	*width:45.04em;/* IE */
	min-width:600px;/* optional but recommended */
    background: #e4e4e4;
}

#hd {
    text-align: left;
    background: #fff;
}

#hd h1 {
    display: none;
}

#bd {
    border-top: 1px solid #ff6600;
    border-bottom: 1px solid #ff6600;
}

#yui-main {
    xpadding: 2em;
}

#yui-main .yui-b {
    xpadding: 1em;
    xpadding-top: 10em;
    xbackground: #fff url('images/header.jpg') no-repeat;
    background: #eaeaea;
}

#yui-main .yui-b div.post {
    background: #fff;
    padding: 1em;
}

.yui-b {
    padding: 1.72em;
}

.yui-b ul {
    list-style-type: none;
    xmargin-left: 20px;
    xpadding: 0px;
}

.yui-b ul li {
    margin: .2em 0;
    font-size: 1.1em;
}

.yui-b ul li a {
    xtext-transform: uppercase;
    color: #666;
    padding-left: .6em;
}

.yui-b ul li a:hover {
    color: #000;
    text-decoration: none;
}

.page_item {
    
}

.current_page_item {
    background: url('images/arrow.gif') 0em .4em no-repeat;
}

#ft {
    height: 2em;
    text-align: right;
    background: #fff;
}

#ft p {
    padding: 1em;
    margin: 0;
    color: #666;
}

#ft p a {
    color: #666;
}

#ft p a:hover {
    color: #f60;
}