
/***************************************************************************/
/* HTML Tags */
/***************************************************************************/

body {
	background-color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url("images/bg_body.png");
        background-repeat:repeat;
        background-position:top left;
	background-attachment:fixed;
}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
        color: #2FA5C1;
        list-style:none;
        font-size:20px;
        font-weight: bold;
	margin-bottom:0px;
}

blockquote {
        color: #003366;
	border-color:#5EA4D0;
	background-color:#F8FBFD;
	border-width:1px 1px 1px 8px;
	border-style: dashed dashed dashed solid;
        padding:5px;
        overflow:auto;
}

code {
        color: #7FB07F;
        border:1px dashed #318B31;
        padding:2px;
        margin:0;
}

a:link, a:visited, a:hover  {
	color: #F15103;
	text-decoration:none;
        font-weight:bold;
}

/***************************************************************************/
/* This is the container for the whole page */
/***************************************************************************/

.page {
	width:950px;
	position:relative;
	padding:5px;
	margin:0 auto;
	text-align:left;
}

/***************************************************************************/
/* Header */
/***************************************************************************/

.header {
	height:124px;
	background-image:url('images/headerbg.gif');
        background-repeat:no-repeat;
        background-position:center;
	margin-bottom:6px;
	padding-left:10px;
}

.blog-name:link, .blog-name:visited, .blog-name:hover {
	color:#438DBD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32pt;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
}

.blog-description {
	color:#359535;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	margin:0px;
	padding-left:5px;
}

/***************************************************************************/
/* Menu Bar */
/***************************************************************************/

.menu-bar {
	text-align:center;
	padding:5px;
	background: url('images/menubg.gif') no-repeat;
        margin-bottom:5px;
}

.menu-bar ul {
	padding:5px 0px;
	margin:0;
        list-style:none;
}

/***************************************************************************/
/* Post */
/***************************************************************************/

.post-title:link, .post-title:visited {
      font-size:20px;
      font-family:Helvetica, Arial, sans-serif;
      font-weight: normal;
      color:#FFFFFF;
      background: url('images/title_bg.png') repeat-x;
      margin-bottom:0px;
      margin-top:0px;
      padding: 2px 5px 2px 5px;
}

.post-title:hover {
      font-size:20px;
      font-family:Helvetica, Arial, sans-serif;
      font-weight: normal;
      color:#FFFFFF;
      background: url('images/title_bg_hover.png') repeat-x;
      margin-bottom:0px;
      margin-top:0px;
      padding: 2px 5px 2px 5px;
}

.post-content {
	font-size:10pt;
	color:#3C3C3C;
        margin-top:10px;
}

.post-content ul {
	list-style:url('images/bullet.png');
	padding-left:26px;
	margin-top:0px;
	margin-left:0px;
}

.post-content li {
	margin-top:10px;
}

.post-metadata {
	font-size:8pt;
        font-weight:bold;
	color:#1E72A7;
	background-color: #FFFFFF;
	padding-left:3em;
}

/***************************************************************************/
/* Sidebars */
/***************************************************************************/

.left-sidebar, .right-sidebar {
        margin-top: 5px;
	position:absolute;
}

.left-sidebar {
	width:190px;
	left:5px;
}

.right-sidebar {
	width:190px;
	right:5px;
}

/***************************************************************************/
/* WordPress Sidebar Widgets */
/***************************************************************************/

/* Left and right sidebars */
ul.left-sidebar, ul.right-sidebar {
	padding:0px;
	margin:0px;
        list-style:none;
        font-size:13px;
        overflow:hidden;
}

/* Left and right widget title */
ul.left-sidebar li h2, ul.right-sidebar li h2 {
	background-image:url("images/sidebar_widget_bg.gif");
background-repeat:no-repeat;
	color:#FFFFFF;
}

/* Left and right widget title */
.widgettitle, ul.left-sidebar li h2, ul.right-sidebar li h2 {
	font-size:10pt;
	font-weight: bold;
	padding:6px 5px 5px 29px;
        margin-top:6px;
}

/* Left and right widget */
.left-wp-widget, .right-wp-widget {
	list-style:url('images/bullet.png');
}

/* Style of the block containing the widget contents */
.left-wp-widget ul, .right-wp-widget ul {
	background:bottom url('images/sidebar_widget_bottom_bg.gif');
        padding:5px 2px 5px 24px;
        margin-left:0;
}

/* Style of each items in the widget contents */
.left-wp-widget li, .right-wp-widget li {
	margin-bottom:8px;
}

/* In case the widget content contains a form eg. the Search box */
.left-wp-widget form, .right-wp-widget form {
	margin:0;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:link, h2.widgettitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

/***************************************************************************/
/* Old Style Tigopedia Widgets */
/***************************************************************************/

/* Adds background image to the left and right widget title */
.left-widget-title, .right-widget-title {
	background-image:url('images/sidebar_widget_bg.gif');
        background-repeat:no-repeat;
}

/* Adds background image to the center widget title */
.center-widget-title {
	background-image:url("images/center_widget_bg.gif");
        background-repeat:no-repeat;
}

.left-widget-title, .right-widget-title {
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding:6px 5px 5px 29px;
        overflow:hidden;
}


.left-widget, .right-widget {
	color:#000000;
	background:bottom url('images/sidebar_widget_bottom_bg.gif');
	padding:5px;
	margin-bottom:5px;
        font-size:13px;
        overflow:hidden;
}

.left-widget ul, .right-widget ul {
	list-style:url('images/bullet.png');
	padding-left:20px;
	margin-top:0;
	margin-left:0px;
}

.left-widget li,  .right-widget li {
	margin-top:8px;
}

.center-widget-title {
	color:#FFFFFF;
	margin-left:196px;
	margin-right:196px;
	font-size:10pt;
	font-weight: bold;
	padding:6px 5px 5px 29px;
}

.center-widget {
	margin-left:196px;
	margin-right:196px;
	color:#000000;
	background-color:#FFFFFF;
	padding:0.6em 1em 1em 1em;
	margin-bottom:6px;
	font-size:10pt;
        overflow:auto;
}

.footer {
	margin-left:196px;
	margin-right:196px;
	font-size:8pt;
        font-weight:bold;
	color:#1E72A7;
	text-align:center;
	background-color:#FFFFFF;
        padding:5px 0px;
}

img {
	border-width:0px;
}

.single-post-metadata {
	color:#003366;
	background: #f8fbfd;
	border-top:1px dashed #b1d9f2;
	border-bottom:1px dashed #b1d9f2;
	font-size:10pt;
	padding:1em;
	clear:both;
}

.single-post-metadata a:link, .single-post-metadata a:visited, .single-post-metadata a:hover {
	color:#359535;
}

h3#respond, h3#comments {
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px
}

/* Comments Styles */
.odd-comment .comment-header{
	padding:5px 10px;
	background-color:#D5E6F6;
}

.even-comment .comment-header{
	padding:5px 10px;
	background-color:#E3F6D5;
}

.odd-comment .comment-header .comment-meta {
        color: #2277DD;
        font-weight: bold;
        font-size:18px;
}

.odd-comment .comment-header .comment-meta a:link, .odd-comment .comment-header .comment-meta a:visited {
        color: #2277DD;
        font-weight: bold;
        font-size:18px;
}

.even-comment .comment-header .comment-meta {
        color: #83A64A;
        font-weight: bold;
        font-size:18px;
}

.even-comment .comment-header .comment-meta  a:link, .even-comment .comment-header .comment-meta  a:visited {
        color: #83A64A;
        font-weight: bold;
        font-size:18px;
}

.odd-comment .comment-header .comment-meta .comment-date {
	color:#2277DD;
	font-size:7pt;
}

.even-comment .comment-header .comment-meta .comment-date {
	color:#83A64A;
	font-size:7pt;
}

.odd-comment .comment-header .comment-num {
	float:right;
	font-size:34px;
        font-weight: bold;
	color:#2277DD;
	background-color:transparent;
	text-decoration:none;
}

.even-comment .comment-header .comment-num {
	float:right;
	font-size:34px;
        font-weight: bold;
	color:#91B35B;
	background-color:transparent;
	text-decoration:none;
}

.odd-comment .comment-text {
        margin:10px;
        color: #1C60A1;
	padding:0px 10px;
	border:1px dashed #338899;
	background-color:#FDFEFE;
}

.even-comment .comment-text {
        margin:10px;
        color: #41760D;
	padding:0px 10px;
	border:1px dashed #339955;
	background-color:#FDFEFD;
}

.comment-list .odd-comment {
	font-size:12px;
	margin-bottom:15px;
        overflow:auto;
        border-width:1px 3px 3px 1px;
        border-style:solid;
        border-color:#B3CBE2;
        background: #D5E6F6;
}

.comment-list .even-comment {
	font-size:12px;
	margin-bottom:15px;
        overflow:auto;
        border-width:1px 3px 3px 1px;
        border-style:solid;
        border-color:#91B35B;
        background: #E3F6D5;
}

.comment-list {
	font-size:12px;
	padding:0px;
	margin-top:15px;
}

/* Search input */
input#s {
	width:90%;
}

/* Page nav */
.bottom-page-nav, .top-page-nav {
	color:#003366;
	text-align:center;
	background-color:#FFFFFF;
}

.permitted-tags {
	font-size:8pt;
	color:#999999;
	background-color:#FFFFFF;
	width:300px;
}

textarea#comment {
	width:400px;
}