﻿h1 {
	font-family: Trebuchet MS;
	font-size: 106px;
	font-weight: bold;
	letter-spacing: -1.8px;
	line-height: 87px;
}
h2 {
	padding-bottom: 5px;
	color: #f8991d;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: normal;
}
h4 {
	color: #3d393a;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: normal;
}
.clr {
	clear: both;
	display: block;
	width: 1px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.pad {
	padding: 10px;
}
.pad_b {
	padding-bottom: 10px;
}
.pad_t {
	padding-top: 10px;
}
.mar_t {
	margin-top: 10px;
}
.mar_b {
	margin-bottom: 10px;
}
.pattern_1 {
	background: url(../img/pattern_1.png) repeat fixed left top;
}
.pattern_2 {
	background: url(../img/pattern_2.png) repeat fixed left top;
}
.horizontal_line {
	height: 10px;
	background: url(../img/horizontal_line_bg_1.png) repeat-x left top;
}
img.left {
	float: left;
	margin: 2px 20px 13px 0;
}
img.right {
	float: right;
	margin: 2px 0 13px 20px;
}
/*
Safari
::selection  
{
    background: #F8991D;
    color: white;
}
Firefox
::-moz-selection  
{
    background: #F8991D;
    color: white;
}
*/
/* --------------------- Inherit ------------------------ */
.no_border {
	border: none !important;
}
.no_padding {
	padding: 0 !important;
}
.no_margin {
	margin: 0 !important;
}
.no_bg_image {
	background-image: none !important;
}
.no_bg_color {
	background-color: Transparent !important;
}
b {
	display: none;
}
em {
	display: none;
}
.display_none {
	display: none;
}
/* --------------------- Input Text ------------------- */
input, textarea {
	border: solid 1px #8f8f8f;
	outline-style: none;
	font-family: Sans-Serif, Trebuchet MS, Tahoma;
	font-size: 1.1em;
}
/* --------------------- Pagination ------------------ */
.pagination {
	height: 25px;
	margin: 10px 0 0 40px;
	padding: 10px 0;
	font-family: Tahoma;
	background: url(../img/horizontal_line_bg_1.png) repeat-x left top;
}
.pagination .wp-pagenavi {
	font-size: 13px;
}
.pagination .wp-pagenavi span.pages, .pagination .wp-pagenavi span.current, .pagination .wp-pagenavi span.extend {
	float: left;
	display: block;
	padding: 0 6px 1px;
	margin-right: 5px;
	color: #FAFAFA;
	height: 20px;
	background: url(../img/pagination_bg.png) repeat-x;
	background-position: left bottom;
}

/* --------------------- Pagination ------------------ */
.wp-pagenavi a
{
	float: left;
	display: block;
	padding: 0 6px 1px;
	margin-right: 5px;
	color: #FAFAFA;
	height: 20px;
	background: url(../img/pagination_bg.png) repeat-x;
	background-position: left top;	
}
.wp-pagenavi a:hover {
	background-position: left bottom;
}
.wp-pagenavi a:active {
	color: #FAFAFA;
	background: #F8991D;
}
