/* @override http://www.whitehorseinn.org/blog/wp-content/themes/whitehorse/style.css */

/*  
Theme Name: WhiteHorse
Theme URI: http://www.corephp.com
Description: A clean, Adsense-ready WP theme.
Author: 'corePHP'
Author URI: http://www.corephp.com/
Version: 1.0
Tags:red color, right sidebar, two columns, fixed width
*/

/* Reset Defaults Starts */

@import url('menu.css');

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 10px;
	font-family: "Times New Roman", Times, serif;
}
p, blockquote {
  margin: 0;
  padding: 10px;
	font-family: Arial, sans-serif;
}
a {
  color: #215679;
  }

a:hover {
  color: #4C82A6;
  }

blockquote {
  margin: 10px 15px;
  padding: 5px 5px;
  background: #fdfbec;
  border: 3px solid #F59C00;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 0;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
  font-family: Trebuchet MS, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: /* #310101  */ #666666 url(images/logo-header.jpg) no-repeat top center;
  line-height: 1.2em;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  /*background: url(images/bgtop.gif) left top no-repeat;*/
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  /*background: url(images/bgbottom.gif) left bottom no-repeat;*/
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  }

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#search {
	padding: 5px 0px;
}

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 5px;
  padding-top: 8px;
}

#searchbox {
	width: 143px;
	padding: 3px;
	border: solid 2px #E58D00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#searchbutton {
	font-size: 11px;
}

#underheader {
  clear: both;
  margin-top: 60px;
  padding: 0 0 20px 0;
  float: left;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px;
  text-indent: -999em;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #4C82A6;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #4C82A6;
  text-indent: -999em;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  display: none;
  }

/* Menu */

#nav {
  clear: both;
  margin: 10px 0 -18px 30px;
  position: relative;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 29px;
  background: url(images/bgtableft.gif) left top no-repeat;
  text-decoration: none;
	font: 10pt Arial, Helvetica, Geneva, sans-serif;
}

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 29px;
  color: #000;
  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -29px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -29px;
  color: #000;
  }

#nav li.current_page a {
  background-position: left -29px;
  }

#nav li.current_page a span {
  background-position: right -29px;
  color: #000;
  }

/* Main content */

#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #fff url(images/bgmidwhite.gif) repeat-y;
  }

#contentwrapper {
  float: left;
  width: 680px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #215679;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 15px 20px;
  clear: both;
  float: left;
  width: 640px;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  margin-top: 15px;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  line-height: 22pt;
  }

h2.postTitle a {
  font-size: 21pt;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  padding-bottom: 5px;
  display: block;
  }

h2.postTitle a:hover {
  color: #215679;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 10pt;
  color: #333;
  clear: both;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .tags {
  background: url(images/tags.gif) left no-repeat;
  padding: 0 0 0 15px;
  }


.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin: 8px 15px 10px 0;
  border: 0;
  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 11pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

#allsidebars {
  width:215px;
  float:right;
}


/* Sidebar top welcome box */

.sidebarswrapper {
	margin-top: 10px;
	padding-top: 7px;
	width: 216px;
	background: #610201 url(images/bgsidebartop.gif) left top no-repeat;
}

.sidebars {
	width: 216px;
	background: url(images/bgsidebarmid.gif) repeat-y;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 13pt;
  color: #fff;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 10pt;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #4C82A6;
  }

#welcome a:hover {
  color:#fff;
  }




#welcome p {
  color: #fff;
  margin-top: 5px;
  padding-left: 70px;
  background: url(images/welcome.gif) left top no-repeat;
  }

.sidebarsbottom {
  clear: both;
  width: 216px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 216px;
  margin-top: 15px;
  }

.sidebar1 {
  float: right;
  width: 190px;
  background: #FFFDF7;
  border: solid 3px #E58D00;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
  }

#sidebar-search {
  float: right;
  width: 190px;
  background: #FFFDF7;
  border: solid 3px #E58D00;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 10px 10px 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
  border: 0px;
	background: none;
	padding: 0px;
	width: 220px;
}
  
.sidebar1 {
	padding-top: 10px !important;
}

.sidebar2 {
  float: right;
  width: 190px;
  background: #FFFDF7;
  border: solid 3px #732009;
  margin-bottom: 10px;
  padding: 10px;
  	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
  }

.sidebarsB h2 {
	padding: 8px 10px;
	text-align: center;
	color: #fff;
	margin: -12px -10px 5px -10px;
	font: 11pt Arial, sans-serif;
	font-weight: bold;
}
.sidebarsB .sidebar1 h2 {background: #DB7C00 url(images/titlebar-yellow.gif) left repeat-x;}
.sidebarsB .sidebar2 h2 {background: #732009 url(images/titlebar-red.gif) left repeat-x;}

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0 0 -10px;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 10pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul {
  margin-left: -10px;
}

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  /*background: url(images/bullet.gif) left 7px no-repeat;*/
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  /*border-bottom: 1px dotted #ccc;*/
  }

.sidebarsB ul ul ul li {
  margin-left: 8px;
}

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #4C82A6;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 10pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  /*background: #000;*/
  }

#footer p {
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #fcf6c4;
  }

#footer a:hover {
  color: #fff!important;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }

.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }

/* menu structure */

.menu-header .menu a {
	background: url('../../../../templates/whitehorse/image-packs/whitehorse/navigation/tabs/tab-wp.gif') no-repeat scroll 100% 0 transparent !important;
	position: relative;
	padding-top: 5px;
	line-height: 29px;
	height: 24px !important;
	color: #000;
}

.menu-header .menu a:hover, .menu-header .menu a:active, .menu-header .menu .current_page_item a {
	background: url('../../../../templates/whitehorse/image-packs/whitehorse/navigation/tabs/tab-wp.gif') no-repeat scroll 100% -55px transparent !important;
}

.menu-header .menu a:hover .tab-left, .menu-header .menu a:active .tab-left, .menu-header .menu .current-menu-item a .tab-left {
	background: url('../../../../templates/whitehorse/image-packs/whitehorse/navigation/tabs/tab-wp.gif') no-repeat scroll 0 -55px transparent !important;
}

.menu-header .menu a .tab-left {
	background: url('../../../../templates/whitehorse/image-packs/whitehorse/navigation/tabs/tab-wp.gif') no-repeat scroll top left transparent;
	display: block;
	width: 10px !important;
	height: 29px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.menu-header .menu .sub-menu a {
	line-height: 15px;
	height: 11px !important;
	background: none !important;
	font-size: 11px !important;
	border: solid 1px #000;
	border-top: 0px;
	background-color: #c5cbd7 !important;
}

.menu-header .menu .sub-menu li:first-child a {
	border-top: solid 1px #000;
}

.menu-header .menu .sub-menu a:hover {
	background-color: #adadad !important;
	color: #000;
}

.menu-header .menu .sub-menu a .tab-left {
	background: none !important;
}


/* @group Broadcast Shows */

div.showextras {
  font-size: 14px;
  color: #505050;
  font-weight: bold;
  margin-top: 10px;
}

div.showextrabox {
  text-align: left !important;
  display: block;
  margin-top: -5px;
}

div.articles {
  float: left;
  width: 50%;
  margin-right: 10px;
  display: table-cell;
}

div.books {
  margin-left: 10px;
  display: table-cell;

}

div.audio {
  float: left;
  width: 50%;
  margin-right: 10px;
  display: table-cell;
}

div.whishows {
  margin-left: 10px;
  display: table-cell;
  clear: right
} 



/* @end */

/*add by cong.nguyentan -> edit style to show menu blog same as menu joomla*/
/*add by cong.nguyentan -> custom menu*/
body{
	background: /*url("images/logo-screen-new.png")  no-repeat scroll center top #310101 */ #666666 !important;
}
#main{
	position:relative;
}
/*#main{
	position:relative;
	margin-top:118px;
}*/
#wrappercustom{
	position:relative;
	height:auto;
	background:url("images/bgmidwhite.gif") repeat scroll 0 0 transparent;
}
/*#wrappercustom{
	position:relative;
	top:118px !important;
	background:url("images/bgmidwhite.gif") repeat scroll 0 0 transparent;
}*/
#underheader{
	display:none;
}
.topcurvewhite{
	display:none;
}
#headercustom {
	position: relative;
	height: 115px;
	margin: 0 0 0 3px;
	padding: 0;
	background: url(images/bg_header.png) repeat-x top left !important;
	width:944px;
	font-size:12px !important;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif !important;
	line-height:18px !important;
	/*margin-left:7px;*/
}
#headercustom .container-1-logo-left{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
#headercustom .container-1-stylebox-1{
	position: relative;
	/*background: url(../image-packs/whitehorse/logos/logo.png) no-repeat top left !important;*/
	background:none !important;
	width:230px;
	height:34px;
	margin-bottom:11px;
}
#headercustom .container-1-home-1{
	position: absolute;
	top:67px;
	left:568px;
	/*background: url(../image-packs/whitehorse/logos/bg_icon_home.png) no-repeat top left !important;*/
	background:none !important;
	width:128px;
	height:30px;
}
#headercustom .container-1-home-1-text{
	position: absolute;
	top:73px;
	left:579px;
	color:#680000;
	font-weight:bold;
	z-index:99;
}
#headercustom .container-1-text-wrapper{
	position: absolute;
	top:17px;
	left:678px;
	width:auto;
	height:auto;
	/*text-align:right;*/
	color:#afaca7;
}
#headercustom .container-1-text-1{
	position: relative;
	letter-spacing:-0.2px;
	font-weight:bold;
	margin-left:-1px;
}
#headercustom .container-1-text-1 a{
	color:#802a29;
	margin-left:3px;
	text-decoration:none;
}
#headercustom .container-1-text-2{
	position: relative;
	font-weight:bold;
	margin-left:-1px;
}
#headercustom .container-1-text-2 a{
	color:#56698e;
	margin-left:3px;
	text-decoration:none;
}
#headercustom .container-1-text-transparent{
	position:absolute;
	left:0;
	bottom:36px;
	background: url(images/layer_text_transparent.png) repeat-x top left !important;
	width:230px;
	height:36px;
	padding:0;
	margin:0;
	border:none;
}
#navcustom {
	width:944px !important;
	margin:0 !important;
	/*top:-2px !important;*/
	top:0px !important;
	background: url(images/bg_menu.png) repeat-x top left !important;
	height:34px;
	margin-left:3px !important;
	position:relative;
	font-family:Arial,Helvetica,Geneva,sans-serif !important;
}
/*#navcustom {
	width:944px !important;
	margin:0 !important;
	top:0px !important;
	background: url(images/bg_menu.png) repeat-x top left !important;
	height:34px;
	margin-left:3px !important;
	position:relative;
}*/
#navcustom ul{
	top:0 !important
}
#navcustom ul li{
	height:34px !important;
	background:none !important;
	margin:0px !important;
	font-size:12px !important;
	display:block !important;
	float:left !important;
}
#navcustom .menu-header {
	margin-left: 28px;
}
#navcustom ul li a{
	margin:1px 9px 0 0px !important;
	padding:0 10px !important;
	text-indent: 0px !important;
	height:29px !important;
	background:none !important;
	line-height:28px !important;
	font-size:13px !important;
	display:block !important;
	float:left !important;
}
#navcustom ul li.current-menu-item a, #navcustom ul li a:hover{
	background: url(images/bg_menu_active.png) repeat-x top left !important;
}
#navcustom ul li em.tab-left-outer{
	width:0px !important;
	background:none !important;
	height: 0px !important;
	margin:0px !important;
	left:0px !important;
}
#navcustom ul li a em.tab-left{
	width:0px !important;
	background:none !important;
	height: 0px !important;
	margin:0px !important;
	left:0px !important;
}
#navcustom ul li ul{
	top: 20px !important;
	z-index: 598 !important;
}
#navcustom ul li ul li{
	height:29px !important;
	margin:0px !important;
}
#navcustom ul li ul li a{
	line-height:29px !important;
	height:29px !important;
	margin:0px !important;
	background:#fff !important;
	border-top:1px solid #2A3A4A !important;
	width:150px !important;
}
/*end add*/
/**/
