/*
Theme Name: Pinoy Boldstar
Theme URI: http://www.pinoyboldstar.net/
Description: Simple generic template.
Version: 2.0
Author: Oliver
Author URI: http://www.oliverapin.eu.pn
Tags: simple, white, silver, light, two-columns, fixed-width, right-sidebar
*/

body {
	background: url(images/bodybg.jpg) #7c0804;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	text-align: left;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/containerbg.jpg);
	background-repeat: repeat-y;
}

#page {
	width: 850px;
	margin: 0 auto;
}

#header {
	height: 185px;
	padding: 40px 50px 0 50px;
	background: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
}

#header h1 {
	margin: 0 -10px 0 0;
	font-size: 30px;
}

#header h2 {
	margin: 108px 25px 0 302px;
	font-size: 22px;
	font-weight: normal;
}

#header h3 {
	margin: -140px 0px 0 785px;
	font-size: 18px;
	font-weight: normal;
}

#header a {
	text-decoration: none;
	color: #000000;
}

#header a:hover {
	color: #000000;
}

#header #search {
	position: absolute;
	top: 40px;
	right: 50px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	width: 205px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}


h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding: 0 5px 5px 5px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #ededed;
}

h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0 5px 5px 5px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #ededed;
}

h4 {
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
}

#login {
	text-align: right;
}

#navbar {
	margin: 0 0 20px 0;
	background: url(images/navbarbg.jpg);
	background-repeat: no-repeat;
	height: 0px;
}

#navbar ul {
	margin: 0 0 0 0px;
	padding: 0;
	border-left: 1px solid #cccccc;
}

#navbar li {
	display: inline;
}

#navbar a {
	display: block;
	float: left;
	height: 0px;
	padding: 0 0px 0 0px;
	font-size: 0px;
	color: #999999;
	text-decoration: none;
	line-height: 0px;
	background: url(images/navbuttonbg.gif);
	background-position: right 50%;
}

#navbar a:hover {
	color: #666666;
	background: url(images/navbuttonbg-hover.gif);
	background-position: right 50%;
}


#posts {
	width: 500px;
	padding: 0 0 0 50px;
	margin: 0 0 25px 10px;
	float: left;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.commentbubble a:hover {
	float: left;
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 50px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.entry {
	margin: 20px 0 0 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.post h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px 5px 5px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #ededed;
}

.post h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 -45px 0;
	border-bottom: 1px solid #ededed;
}

.post h4 {
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
}

.post h6 {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 4px 0;
	margin: 0 0 -44px 5px;
	border-bottom: 1px solid #ededed;
}

.post a, .navigation a {
	color: #0000ff;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #0000ff;
	text-decoration: underline;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 12px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.sidebar {
	margin-left: 580px;
	width: 340px;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 0 0 10px 5px;
}

.sidebar ul li h2{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding: 0 5px 5px 5px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #ededed;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 10px;
	line-height: 24px;
	list-style: url(images/li.gif);
	font-size: 10px;
	border-bottom: 1px solid #ededed;
}

.sidebar a {
	color: #0000ff;
	text-decoration: none;
}

.sidebar a:hover {
	color: #0000ff;
	text-decoration:underline;
}

#footer {
	color: #f4f4f4;
	clear: both;
	height: 70px;
	background: url(images/footerbg.jpg);
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 30px;
}

#footer a {
	color: #f4f4f4;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}