@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background-color:#666666;
}

#page {
	width:900px;
}

#header {
	width:900px;
	height:300px;
	background-image:url(http://www.bookperhead.com/blog/wp-content/themes/bph/images/header.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
	text-align:center;
}

#content {
	width:900px;
	background-color:#000000;
}

#footer {
	padding:20px 20px 20px 20px;
	text-align:center;
	background-color:#232323;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color:#FF9966;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#tableContent {
	width:100%;
}
#content_posts {
	width:70$;
}
#content_menu {
	width:30%;
}

#blog_top {
	height:20px;
	background-image:url(http://www.bookperhead.com/blog/wp-content/themes/bph/images/top.jpg);
	background-repeat:no-repeat;
}
#blog_content {
	background-color:#232323;
	background-image:url(http://www.bookperhead.com/blog/wp-content/themes/bph/images/content.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#blog_buttom {
	height:20px;
	background-image:url(http://www.bookperhead.com/blog/wp-content/themes/bph/images/buttom.jpg);
	background-repeat:no-repeat;
}
.post_header {
	color: #DF0000;
	font-size: 18px;
	font-weight: bold;
        font-family:Arial, Helvetica, sans-serif;
}

#sidebar_top{
	height:20px;
	background-image:url(http://www.bookperhead.com/blog/wp-content/themes/bph/images/sidebar_top.jpg);
	background-repeat:no-repeat;
}
#sidebar_content{
	background-image:url(http://www.bookperhead.com/blog/wp-content/themes/bph/images/content.png);
	background-repeat:repeat-x;
	background-color:#232323;
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#sidebar_buttom {
	background-image:url(http://www.bookperhead.com/blog/wp-content/themes/bph/images/sidebar_buttom.jpg);
	background-repeat:no-repeat;
	height:20px;
}

li {
	margin-left:20px;
}

#comments {
	background-color:#000000;
	padding:10px 10px 10px 10px;
	border:1px 1px 1px 1px;
	border-color:#FFCCCC;
}

#search_text, search_button {
	padding: 10px 10px 10px 10px;
}

.post_header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DF0000;
	font-weight: bold;
}
.post_header a:link {
	text-decoration: none;
}
.post_header a:visited {
	text-decoration: none;
	color: #DF0000;
}
.post_header a:hover {
	text-decoration: underline;
	color: #DF0000;
}
.post_header a:active {
	text-decoration: none;
	color: #DF0000;
}
