/*  
Theme Name: Grayard Theme 1.0
Theme URI: http://www.tiangson.com/
Description: A WordPress theme designed by <a href="http://www.tiangson.com/">PHILIP</a>.
Version: 1.0
Author: Philip M. Tiangson
Author URI: http://www.tiangson.com/

	This theme was designed and built by <a href="http://www.tiangson.com/">PHILIP</a>.

*/

* {
	margin:0px;
	padding:0px;
}
body {
	margin:0;
	font: 12px Tahoma, Verdana, Arial;
	color: #000000;
	padding: 0px 0px 30px;
	background: url(images/page-bg.png) repeat-x;
}
p {
	padding: 5px 0px;
	margin: 0px;
}
blockquote{
	margin: 5px 10px 10px 10px;
	padding: 3px 5px 0px 5px;
	color: #444;
	text-align:left;
	background-color:#e0e0e0;
}
a, a:visited {
	color: #0000aa;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a img{
  border:none;
}

h1 {
	color: #000000;
	margin: 0px 0px 2px 0;
	font: bold 1.4em/100% Tahoma, Arial;
	padding-bottom: 3px;
}
h1 a, h1 a:visited {
	color: #fff;
	text-decoration: none;
}
h1 a:hover {
	color: #FEBD47;
	text-decoration: none;
}
h3 {
	font: bold 1.2em/100% Tahoma, Arial;
	color: #000000;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 1em/100% Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}


#page {
	width: 980px;
	height:100%;
}

/* -------------------------------------------------------------- header area */
#header {
	height: 150px;
	width:540px;
}
#headerimg {
	position: absolute;
	height: 80px;
	padding-left: 20px;
	top:65px;
	width:545px;
}
#headerimg div.title {
	padding-bottom:1px;
        color: #ffffff;
	margin: 0px 0px 3px 0;
	letter-spacing: -1px;
	font: normal 24px/100% Tahoma, Arial;
	padding-bottom: 3px;
}
#headerimg div.title a, #headerimg div.title a:visited {
	color: #ffffff;
	text-decoration: none;
}
#headerimg div.title a:hover {
	color: #FEBD47;
	text-decoration: none;
}
#headerimg .description{
	color: #000055;
	font-size: 13px;
	width:530px;
	padding: 3px 0 0 25px;
}

/* ---------------------------------------------------------------- menu area */
#menu {
	padding: 0px 0 0 20px;
	height:35px;
	width:740px;
}
#menu ul { 
	list-style: none;
	height: 35px;
}
#menu li {
	float: left;
	background: url(images/navbtn-body.png) no-repeat left top;
	padding: 5px 0px 14px 10px;
}
#menu li a {
	color: #FFFFFF;
	background: url(images/navbtn-side.png) no-repeat top right;	
	padding: 5px 20px 14px 5px;
}
#menu li:hover {
	background-position: 0% -35px;
}
#menu li a:hover {
	color: #FEBD47;
	text-decoration: none; 
}
#menu li.current_page_item a {
	color: #FEBD47;
	background: url(images/navbtn-side.png) no-repeat top right;
	background-position: 100% -35px;
}
#menu li.current_page_item {
	background: url(images/navbtn-body.png) no-repeat left top;
	background-position: 0% -35px;  
}
#menu li:hover a{
	background-position: 100% -35px;
}

/* ------------------------------------------------------------- content area */
#content {
	float: left;
	width: 100%;
}
.post {
	margin: 5px 410px 0 15px;
}
.post img {
	float:left;
	margin: 2px 10px 5px 0px;
}
.post a, .post a:visited {
	color: #fff;
	text-decoration: none;
}
.post a:hover {
	color: #FEBD47;
}
.entry, .nonfp {
	width: 550px;
	padding: 0px;
	margin-bottom:15px;
	background: url(images/post-top.jpg) no-repeat;	
}
.nonfp {
	background: url(images/post-page-top.jpg) no-repeat;
	height:39px;
}
.entry h1, .entry h1.nonfp {
	color: #fff;
	margin:0;
	letter-spacing: -1px;
	font: bold 1.3em/100% Tahoma, Arial;
	padding: 10px 10px 6px 10px;
}
.entry h1 {
	margin: 0px 0px 0 50px;
}
.entry h1 a:hover {
	color: #FF6600;
}
.entry h1.nonfp {
	padding: 25px 0px 0 10px;
}
.post-date {
	width: 45px;
	height: 55px;
	float:left;
	margin:10px 13px 0 10px;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font: 28px Helvetica,Arial,sans-serif;
	color: #000000;
	text-align: center;
	display:block;
	line-height: 30px;
	padding-top:2px;
	margin-left: -3px;
}
.post-cat {
	padding: 0 3px 0 0;
	float:left;
	font-size:.9em;
	color: #fff;
}
.post-content {
	clear: both;
	padding: 8px 10px 10px 10px;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
	border-bottom:1px #000 solid;
	background-color:#eee;
	line-height: 20px;
}
.post-content h3{
	font: bold 1.2em Georgia;
	padding: 5px 0 10px 0;
}
.post-content ul {
	padding: 0 0 10px 15px;
}
.post-content ul li, .post-content ol li {
	padding: 0 0 3px 0px;
}
.post-content ol {
  padding: 0 0 10px 20px;
}

.post-content a, .post-content a:visited {
	color: #0000cc;
	text-decoration: none;
}
.post-content a:hover {
	color: #FF6600;
}

/* -------------------------------------------------------- bottom navigation */
.previous-entries a {
	float: left;
	margin: 0 0 15px 15px;
}
.next-entries a {
	float: right;
	margin: 0 415px 15px 0;
}


/* ------------------------------------------------------------ comments area */
#comment-area{
	margin: 20px 415px 0 15px;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #dadada;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	color: #0000cc;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p.notice {
	border: #a0a0a0 1px solid;
	padding: 5px 5px 5px 5px;
	background-color:#cfcfcf;
	margin: 10px 0;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f0f0f0;
	border: 1px solid #000000;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 545px;
	height: 115px;
	background:#f0f0f0;
	border: 1px solid #000000;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	margin-bottom: 20px;
}



/* ------------------------------------------------------------ sidebar areas */
#gb-sidebar {
	position:absolute;
	top: 0px;
	left: 580px;
	float: left;
	margin-top:35px;
	padding: 0px 0 0px 0px;
	width: 400px;
	color: #000000;
	font: normal 1em/110% Arial, Tahoma, Verdana;
	background: url(images/sidebar.png) repeat-y;
}
#sidebar {
	background: url(images/sidebar-top.png) no-repeat;
	float: left;
	padding: 0 0;
}
#sidebar h3 {
	font: bold 1.3em/90% Arial, Tahoma, Verdana;
	color: #fff;
	margin: 10px 0px 3px 0;
	padding: 5px 0 5px 2px;
	border-right: #556677 5px solid;
	border-left: #556677 5px solid;
	background-color: #92A2AA;
}
#sidebar #sidebar-left {
	padding: 3px 5px 3px 10px;
	width:225px;
	float:left;
}
#sidebar #sidebar-right {
	width:140px;
	float:right;	
	padding: 3px 20px 0 0;	
}
.side-box{
  margin-bottom:15px;
}
.side-box ul{
	list-style:none;
}
.side-box ul li ul{
  text-indent:12px;
}
.side-box ul a:link, .side-box ul a:visited {
	display:block;
	margin: 0;
	padding: 2px 0 3px 5px;
	border-left:#fff 5px solid;
}
.side-box ul a:hover {
	display:block;
	border-left: #92A2AA 5px solid;
	color:#FFFFFF;
	background-color: #FEBD47;
	text-decoration:none;
}


/* widgets */
.textwidget {
  padding: 2px 10px;
}
/* calendar */
#calendar table{
	margin: 0 20px;
}
#calendar table caption{
	padding: 10px;
	font: bold 1.1em Arial;
}
#calendar table td{
	padding: 2px 5px;
}

/* -------------------------------------------------------------- search form */
#searchform {
	position:absolute;
	left:800px;
	top:4px;
	height: 30px;
}
#searchform #s {
  border:1px solid #203346;
	width: 120px;
	height: 16px;
	padding: 2px 5px 1px 5px;
	border: 1px solid #FEBD47;
	background: #fff;
	margin: 0px 0 0 0;
	color: #000000;
	font: .9em normal Arial, Helvetica, sans-serif;
}
#searchform input {
	background: url(images/search.png) no-repeat;
	border: none;
	width: 20px;
	height: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	margin-top:2px;
}

/* -------------------------------------------------------------- footer area */
#footer {
	float:right;
	background: #fff url(images/sidebar-bot.png) no-repeat;
	color: #0083C1;
	font-size: 95%;
	padding: 0;
	margin: 0px auto;
	width: 400px;
	padding: 0 0px;
}
.credits {
	margin: 0px auto;
	line-height: 120%;
}
.credits p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font: .9em Arial, Helvetica, sans-serif;
	color:#000;
}
.credits a, .credits a:visited {
	color: #0000cc;
	text-decoration: none;
}
.credits a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* --------------------------------------------------------------- alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float: left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}