/* common */
body {
	background:#444 url(../img/body-bg.jpg) 0 0 repeat-x;
	font:normal 12px/1.4em Arial, Helvetica, sans-serif;
	color:#000;
}
.nobr {
	white-space:nowrap;
}
a:link {
	color:#587A97;
	text-decoration:underline;
}
a:visited {
	
}
a:hover,
a:active {
	text-decoration:none;
}
small {
	font-size:0.8em;
}
.i-replace {
	text-indent:-999em;
}
ol li {
	list-style:decimal;
}
ul li {
	list-style:disc;
}
ul li li {
	list-style:square;
}
ul li li li {
	list-style:circle;
}
ul.menu,
ul.menu li,
ol.menu,
ol.menu li,
ul.xoxo, 
ul.xoxo li {
	list-style:none;
	background:none;
}
div.hr {
	border-top:1px dotted #D5D5D5;
}
h1, 
h2,
h3,
h4,
h5,
h6 {
	font-weight:bold;
	line-height:1.3em;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
}
h6 {
	font-size:12px;
}
fieldset {
	border:1px solid #D5D5D5;
}
legend {
	font-size:13px;
	font-weight:bold;
}
table th,
table td {
	border-right:1px solid #FFF;
}
table th {
	background:#A3A3A3;
	font-weight:bold;
	font-size:13px;
	text-align:left;
}
table td {
	background:#F3F3F3;
}
table .even td {
	background:#D3D3D3;
}
sup,
sub { 
	font-size:11px;	 
}
acronym,
abbr {
	border-bottom:1px dotted;
}
pre {
	border:1px dotted #D5D5D5;
	background:#F3F3F3;
}
blockquote {
	background:#F3F3F3 url(../img/blockquote.png) 10px 13px no-repeat;
	border:1px dashed #D5D5D5;
}
blockquote blockquote {
	background:#FFF;
}
blockquote blockquote blockquote {
	background:#F3F3F3;
} 
.required {
	color:#F00;
}
/* /common */

/* header */
#blog-title a {
	background:url(../img/logo.png) 0 0 no-repeat;
}
ul#header-logos .logo {
	background-image:url(../img/hdr-logos.png);
	background-repeat:no-repeat;
}
ul#header-logos .smta {
	background-position:0 0;
}
ul#header-logos .hanuman {
	background-position:-60px 0;
}
ul#header-logos .wpfl {
	background-position:-112px 0;
}
/* /header */

/* footer */
#footer {
	color:#FFF;
}
#footer-nav {
	border-bottom:1px solid #5C5C5C;
}
#footer-nav .links {
	text-align:center;	
}
#footer-copy {
	border-top:1px solid #373737;
}
#footer-nav .links li {
	background:url(../img/ftr-menu-div-grey.png) 0 60% no-repeat;
}
#footer-nav .globalnav li {
	background:url(../img/ftr-menu-div-white.png) 0 60% no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body:first-of-type #footer-nav .links li,
	body:first-of-type #footer-nav .globalnav li {
		background-position:0 55%;
	}
}
#footer-nav ul.menu li:first-child {
	background:none;
}
#footer-nav .globalnav a:link,
#footer-nav .globalnav a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer-nav .globalnav a:hover,
#footer-nav .globalnav a:active {
	color:#FFF;
	text-decoration:underline;
}
#footer-nav .links,
#footer-nav .links a:link,
#footer-nav .links a:visited {
	color:#BCBBBB;
	text-decoration:none;
}
#footer-nav .links a:hover,
#footer-nav .links a:active {
	color:#BCBBBB;
	text-decoration:underline;
}
#footer-nav .copy .muay {
	background:url(../img/footer-logo.png) 0 50% no-repeat;
}
#footer-copy a:link,
#footer-copy a:visited {
	color:#fff;
	text-decoration:none;
}
#footer-copy a:hover,
#footer-copy a:active {
	color:#fff;
	text-decoration:underline;
}
/* /footer */

/* main navigation */
#access {
	background:url(../img/main-nav-bg.png) 50% 0 no-repeat;
}
#access #menu ul.menu {
	font-size:14px;
	font-weight:bold;
}
#access #menu a:link,
#access #menu a:visited {
	color:#FFF;
	text-decoration:none;
}
#access #menu ul.menu li.page-item-home a {
	background:transparent url(../img/home.gif) center center no-repeat;
}
#access #menu a:active,
#access #menu a:hover {
	color:#FFF;
	text-decoration:underline;
}
#access #menu .current_page_item a:link,
#access #menu .current_page_item a:visited,
#access #menu .current_page_item a:active,
#access #menu .current_page_item a:hover {
	text-decoration:underline;
}
#access #menu ul.menu li {
	border-left:1px solid #CC6368;
}
#access #menu ul.menu li:first-child {
	border-left:none;
}
#access #searchform-top input {
	font-size:11px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #DDD #DDD #333;
	vertical-align:middle;
}
#access #searchform-top button {
	border:none;
	background:#C93027 url(../img/icons/loopa.png) 3px 4px no-repeat;
	text-indent:999em;
	cursor:pointer;
	vertical-align:middle;
}
/* /main navigation */

/* main */
#main-wrapper {
	background:url(../img/main-bg.jpg) 50% 0 no-repeat;
}
#main-wrapper-in {
	background:#FFF;
}
#main-wrapper-in-t,
#main-wrapper-in-b {
	background-image:url(../img/main-tb.png);
	background-repeat:no-repeat;
}
#main-wrapper-in-t {
	background-position:0 0;
}
#main-wrapper-in-b {
	background-position:0 -13px;
}
/* /main */

/* primary sidebar */
#primary h3.widgettitle {
	background:#214F75 url(../img/sdbr-hdr-bg.png) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:1.1em;
}
#primary h3.widgettitle span {
	background:url(../img/sdbr-hdr-bg.png) -227px 100% no-repeat;
}
/* /primary sidebar */

/* catogories, archive, pages, meta widgets */
.widget_categories ul,
.widget_archive ul,
.widget_meta ul {
	font-size:14px;
}
.widget_categories li,
.widget_categories li ul,
.widget_archive li,
.widget_pages li,
.widget_meta li {
	border-top:1px solid #D6D6D6;
}
.widget_categories li:first-child,
.widget_archive li:first-child,
.widget_pages li:first-child,
.widget_meta li:first-child {
	border-top:none;
}
.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_pages li a {
	background:#FFF url(../img/icons/nav-bullet.png) 7px 50% no-repeat;
}
.widget_categories li li a {
	background-position:25px 50%;
	font-style:italic;
}
.widget_categories li a:link,
.widget_categories li a:visited,
.widget_archive li a:link,
.widget_archive li a:visited,
.widget_meta li a:link,
.widget_meta li a:visited,
.widget_pages li a:link,
.widget_pages li a:visited  {
	color:#214F75;
	text-decoration:none;
}
.widget_categories li a:hover,
.widget_categories li a:active,
.widget_archive li a:hover,
.widget_archive li a:active,
.widget_meta li a:hover,
.widget_meta li a:active,
.widget_pages li a:hover,
.widget_pages li a:active {
	text-decoration:underline;
}
.widget_categories li a:hover,
.widget_categories li a:active,
.widget_archive li a:hover,
.widget_archive li a:active,
.widget_meta li a:hover,
.widget_meta li a:active,
.widget_pages li a:hover,
.widget_pages li a:active {
	background-color:#EAEAEA !important;
}
.widget_categories li.current-cat-parent>a,
.widget_categories li.current-cat>a {
	background-color:#EAEAEA;
	font-weight:bold;
}
/* /catogories, archive, pages, meta widgets */

/* calendar widget */
table#wp-calendar {
	font-size:12px;
}
table#wp-calendar td#today,
table#wp-calendar td#today a {
	color:#C93027;
	font-weight:bold;
}
table#wp-calendar caption {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:1.1em;
	background:#FFF url(../img/sdbr-hdr-bg.png) 0 0 no-repeat;
	text-transform:uppercase;
}
table#wp-calendar caption span {
	background:#214F75 url(../img/sdbr-hdr-bg.png) -227px 100% no-repeat;
	color:#FFF;
}
table#wp-calendar thead th,
table#wp-calendar tbody td {
	text-align:center;
	background:#FFF;
	border:none;
	font-size:12px;
}
table#wp-calendar thead th {
	font-weight:bold;
}
table#wp-calendar tfoot td {
	font-weight:bold;
	background:#FFF;
	border:none;
}
table#wp-calendar tfoot #prev {
	text-align:left;
}
table#wp-calendar tfoot #next {
	text-align:right;
}
/* /calendar widget */

/* sidebar equipments and partners widgets */
.widget_bnr_goods ul,
.widget_bnr_goods ul li,
.widget_bnr_partners ul,
.widget_bnr_partners ul li {
	list-style:none;
}
/* /sidebar equipments and partners widgets */

/* recent comments widget */
.widget_recent_comments ul#recentcomments {
	border-bottom:1px dotted #D6D6D6;
}
.widget_recent_comments ul#recentcomments li.recentcomments {
	padding:3px 5px;
	border-top:1px dotted #D6D6D6;
}
.widget_recent_comments ul#recentcomments li.recentcomments:nth-child(even) {
	background:#F6F6F6;
}
.widget_recent_comments ul#recentcomments li.recentcomments p {
	margin:5px 0;
	padding:0.2em 0.5em;
	border:1px dotted #D6D6D6;
	background:#F6F6F6;
}
.widget_recent_comments ul#recentcomments li.recentcomments:nth-child(even) p {
	background:#FFF;
}
/* /recent comments widget */

/* content top and footer panels */
.widget_ftr_st p {
	text-align:right;
}
/* /content top and footer panels */

/* navigation */
.navigation .nav-previous, {
	text-align:left;
}
.navigation .nav-next {
	text-align:right;
}
/* /navigation */

/* entry */
.entry-title {
	font-weight:bold;
	color:#8A0000;
	font-size:22px;
	border-bottom:1px solid #D5D5D5;
	line-height:1.2em;
}
.entry-title a:link,
.entry-title a:visited {
	color:#8A0000;
	text-decoration:none;
}
.entry-title a:hover,
.entry-title a:active {
	color:#8A0000;
	text-decoration:underline;
}
.entry-content {
	border-bottom:1px solid #D5D5D5;
}
.entry-meta-top {
	font-size:11px;
	color:#4F4F4F;
	line-height:16px;
}
.entry-meta-top .published {
	background:url(../img/icons/clock.png) 1px 50% no-repeat;	
}
.entry-meta-bottom .comments-link {
	background:url(../img/icons/comment.png) 0px 50% no-repeat;
}
.entry-content .more-link-i {
	background:url(../img/icons/mouse.png) 0px 50% no-repeat;
	font-weight:bold;
}
.entry-content a.more-link:link,
.entry-content a.more-link:visited,
.entry-content a.more-link:hover,
.entry-content a.more-link:active {
	text-decoration:none;
}
.entry-content a.more-link:link .more-link-i,
.entry-content a.more-link:visited .more-link-i {
	text-decoration:underline;
}
.entry-content a.more-link:hover .more-link-i,
.entry-content a.more-link:active .more-link-i {
	text-decoration:none;
}
.entry-meta-bottom {
	font-size:11px;
	line-height:16px;
	border-bottom:1px solid #D5D5D5;
}
.entry-content img,
.gallery img {
	border:1px solid #D5D5D5;
}
.gallery-caption {
	font-size:11px;
}
.wp-caption .wp-caption-text {
	text-align:center;
	font-size:11px;
}
.entry-meta {
	border:1px dotted #D5D5D5;
	background:#F3F3F3;
	font-size:11px;
	line-height:1.5em;
}
/* /entry */

/* comments */
h3#comments {
	font-size:14px;
}
h3#comments span {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	background:#C93027;
	color:#FFF;
	text-transform:uppercase;
	line-height:1.7em;
}
ol.commentlist .comment-body {
	border:1px solid #D5D5D5;
}
ol.commentlist .avatar {
	border:1px solid #D5D5D5;	
}
ol.commentlist .even>.comment-body {
	background:#EAEAEA;
}
ol.commentlist .odd>.comment-body  {
	background:#F6F6F6;
}
ol.commentlist .byuser>.comment-body,
ol.commentlist .bypostauthor>.comment-body {
	background-image:url(../img/icons/author.png);
	background-position:right top;
	background-repeat:no-repeat;
}
ol.commentlist .bypostauthor>.comment-body,
ol.commentlist .bypostauthor>.comment-body .avatar {
	border:1px solid #214F75;	
}
ol.commentlist cite.fn {
	font-weight:bold;
}
ol.commentlist .comment-meta {
	font-size:10px;
}
/* /comments */

/* comment form */
#respond h3 {
	font-size:18px;
	font-weight:bold;
	border-bottom:3px solid #000;
}
#commentform {
	background:#F5F5F5;
	border:dashed #D3D3D3;
	border-width:1px 0;
}
/* /comment form */