body {
    background-color: #ccc; /* Background color */
    color: #222; /* Foreground color used for text */
    font-family: Helvetica;
    font-size: 14px;
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
	width: 480px;
}
#wrap {
	background-color: #ccc;
	width: 480px;
	height: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#header {
	display:none;
	width: 480px;
}

.menu {
	background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    text-decoration: none;
	width: 480px;
}

ul.menu {
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	color: #CCCCCC;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}
ul.menu li a {
	padding: 0px 0px 0px;
color: #Ccc;
	}

ul.menu li a:hover {
	background: #ccc;
	color: #222 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #222 !important;
	background: white;
	text-decoration: none;
	}

.post h2 a{
color: #000;
background-color: #ccc;
}

#hppost {
	background-color: #ccc;
}




/* Entry & Post Styling
++ This is where we will be styling the paragraph elements and their link states, to eliminate image borders and allow you to set different image link styles.
*/

#hppost .entry {
font-size: 10px;
line-height: 16px;
color: #ccc;
}

#hppost .entry p a {
color: #000099;
text-decoration: none;
}

#hppost .entry p a:hover {
color: #222;
}

#sidebar {
display: none;
font-size: 10px;
line-height: 12px;
color: #666;
float: right;
} 

#header h1 {
    margin: 0;
    padding: 0;
}
#header h1 a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
#header ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#header ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}
#content, #sidebar {
    padding: 10px;
}
#footer {
    display: none;
}
#header h1 a {
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}

#header ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#header ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#header ul.hide {
    display: none;
}
#header div.leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}
#header div.pressed {
    -webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
}



