/*
Theme Name: Asian Journal - Immigration
Theme URI: 
Author: 
Author URI: 
Description: Asian Journal - Immigration
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: 
*/
  
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#fbfbfb;
	margin-top: 15px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RESET END */


/********** ALIGNMENT **********/
.lfloat {
	float:left;
}
.rfloat {
	float:right;
}


#mainwrap {
	width:1000px;
	padding:0;
	margin:0 auto;
	clear:both;
	color:#000;
	background-color:#fbfbfb;
}
	
#headwrap,
#menuwrap,
#adwrap-729x90,
#contentwrap,
#sectioncarouselwrap,
#boxcontentwrap,
#photowrap,
#adwrap-966x90,
#footerwrap {
	width:986px;
	padding:0;
	margin:0 auto;
	clear:both;
}






/********** GLOBAL **********/
body a,
button {
	text-decoration:none;
	cursor:pointer;
}
img {
	outline:none;
}

/********** HEADER **********/
/*#topbarwrap*/
#topbarwrap {
	width:984px;
	padding:0;
	margin:0 auto;
	clear:both;
	border-bottom:#000 2px solid;
	height:25px;
}
#topbar-left {
	width:304px;
	float:left;
	height:25px;
}
#topbar-middle {
	width:328px;
	border:none;
	float:left;
	height:25px;
	margin-left: 25px;
}
#topbar-right {
	width:320px;
	float:right;
	height:25px;
}
#topbar-left ul,
#topbar-right ul {
	padding:0;
	margin:0;
	float:left;	
}
#topbar-left ul li.thisweeksjournal {
	padding:5px 0 0 0;
	margin:0;
	height:20px;
	float:left;
	display:inline;
	list-style:none;
	text-align:center;
	line-height:10px;
}
#topbar-left ul li.us,
#topbar-left ul li.ph {
	padding:5px 0 0 20px;
	margin:0;
	height:20px;
	float:left;
	display:inline;
	list-style:none;
	text-align:left;
	line-height:10px;
}
#topbar-left ul li.thisweeksjournal  {
	width:130px;
}
#topbar-left ul li.us  {
	width:50px;
}
#topbar-left ul li.ph  {
	width:81px;
}

#topbar-left ul li.us ul,
#topbar-left ul li.ph ul {
	margin-left:-1px; 
}

/* Jessie M. Dayrit | 5/16/2014 */
#topbar-left ul li.us a  {
	color: #000000;
    font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
    text-decoration: none;
}

/* Jessie M. Dayrit | 5/16/2014 */
#topbar-left ul li.ph a  {
	color: #000000;
    font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
    text-decoration: none;
}

/* Jessie M. Dayrit | 5/16/2014 */
#topbar-left ul li.us a:hover  {
	color: #DB0044;
    font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
    text-decoration: none;
}

/* Jessie M. Dayrit | 5/16/2014 */
#topbar-left ul li.ph a:hover  {
	color: #DB0044;
    font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
    text-decoration: none;
}

/* Jessie M. Dayrit | 5/16/2014 */
#topbarwrap span a,
#topbarwrap span {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color:#000;
	text-decoration:none;
}
#topbarwrap span.arrowblue {
	background:url(images/arrowdown_blue.gif) no-repeat scroll 100% 0;
	padding-right:7px;
}
#topbarwrap span a:hover {
	color:#DB0044;
	cursor:pointer;
}
	
#topbar-right ul li.social,
#topbar-right ul li.register,
#topbar-right ul li.login {
	padding:5px 0 0 0;
	margin:0;
	height:20px;
	float:left;
	display:inline;
	list-style:none;
	text-align:center;
	line-height:10px;
}
#topbar-right ul li.social  {
	width:200px;
	padding-top:0;
	height:25px;
}
#topbar-right ul li.register  {
	width:70px;
	}
#topbar-right ul li.login  {
	width:49px;
}
#topbar-right #socialwrap ul {
	padding:0;
	margin:0;
}
#topbar-right #socialwrap ul li {
	padding:1px 0 0 10px;
	margin:0;
	display:inline;
	list-style:none;
	text-align:center;
	line-height:10px;
}
#topbar-middle {
	width:328px;
	border:none;
	float:left;
	height:20px;
	padding:5px 0 0 0;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	/*font: 11px Arial, Helvetica, sans-serif;*/
	color:#000;
	text-align:center;
	margin-left: 25px;
}

/*#headwrap*/
#headwrap {
	width:986px;
	padding:20px 0 0 0;
	margin:0 auto;
	clear:both;
	height:140px;
}
#headwrap #learad {
	width:205px;
	height:50px;
	padding:36px 121px 0 10px;
	margin:0;
	float:left;
	height:140px;
}
#headwrap #rearad {
	width:205px;
	height:50px;
	padding:36px 10px 0 0;
	margin:0;
	float:right;
	height:140px;
}
#headwrap #logo {
	width:314px;
	height:140px;
	padding:0;
	margin:0 auto;
	float:left;
}
#headwrap #logo h1 {
	color: #000000;
    font: 13px "Arial Narrow", Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 280px;
}
/*#menuwrap*/
.mainmenu {
	border-top:#000 4px solid;
	height:32px;
	background:#fff;
	float:left;
	clear:both;
	width:984px;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
}
.submenu {
	border-bottom:#000 4px solid;
	height:32px;
	background-color:#000;
	float:left;
	clear:both;
	width:986px;
}

.mainmenu nav a {
	font-family: ArialNarrowBold, "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 15px;
	color:#000;
	text-decoration:none;
	padding:10px 19px 0 19px;
	border-left:#000 1px solid;
	line-height:14px;
	margin:0;
	height:22px;
	float:left;
	display:inline;
	text-align: center;
}
.mainmenu nav a.firstnav {
	padding:10px 19px 0 20px;
}
.submenu nav a {
	font-family: ArialNarrowBold, "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-weight: normal;
	font-size: 15px;
	color:#fff;
	text-decoration:none;
	padding:12px 9px 0 8px;
	border-left:#000 1px solid;
	line-height:14px;
	margin:0;
	height:22px;
	float:left;
	display:inline;
}
.mainmenu nav a.firstnav,
.submenu nav a.firstnav {
	border-left:none;
}
.mainmenu nav a:hover,
.submenu nav a:hover,
.mainmenu nav a.current,
.submenu nav a.current {
	color:#fff;
	text-decoration: underline;
	background-color:#000;
	cursor:pointer;
}


/*#adwrap-729x90*/
#adwrap-729x90 {
	margin:0 auto;
	padding:10px 0 5px 0;
	position: relative;
}

/********** HEADER END **********/
/*
------------------------------------------------------------ 
*/
/********** CONTENTS **********/

/***#contentwrap***/
.summary  {
	height:50px;
	margin:0 auto;
	background-color:#ddd;
	padding:0;
	}
.summary p  {
	margin:5px 10px 0 10px;
	padding:0;
	float:left;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:13px;
	}
a.fullstory  {
	color:#01095A;
	font-size:10px;
	font-weight:bold;
	}
a:hover.fullstory  {
	color:#DB0044;
	}


#contentwrap {

	
}

/*#leftsidebar-content*/


#contentwrap #leftsidebar-content {
	width:244px;
	height:762px;
	float:left;
	margin:0 0 0 5px;
	padding:5px 0 0 0;
	background: url(images/bs/shadow_content-leftcol-2.gif) no-repeat 0 0 transparent;
}

#contentwrap #leftsidebar-content-entertainment {
	width:671px;
	height:762px;
	float:left;
	margin:0 0 0 5px;
	padding:3px 0 0 0;
	background: url(images/bs/shadow_content-center.gif) no-repeat 0 0 transparent;
}

#contentwrap #leftsidebar-content .ph_divider {
	height:1px; 
	border-bottom:1px solid #e5e5e5; 
	width:92%;
}

/* Slider*/
#news-sliding-imgnews-wrap  {
	width:234px;
	height:460px;
	margin:0 auto;
	padding:0;
	clear:both;
	position: relative;
}
#news-sliding-imgnews-wrap h1.sliding-header  {
	width:224px;
	height:35px;
	margin:0;
	padding:7px 0 0 0;
	clear:both;
	font:bold 26px Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	line-height:30px;
	float:left;
}
#news-sliding-imgnews-wrap #newsslidecontainer  {
	width:234px;
	height:460px;
	float:left;
	clear:both;
	padding:0;
	margin:0;
}

#news-imgnews-wrap  {
	width:234px;
	height:757px;
	margin:0 auto;
	padding:0;
	clear:both;
	position: relative;
}
#news-imgnews-wrap h1.sliding-header  {
	width:224px;
	height:35px;
	margin:0;
	padding:7px 0 0 0;
	clear:both;
	font:bold 25px Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	line-height:30px;
	float:left;
}
#news-imgnews-wrap #newsslidecontainer  {
	width:234px;
	height:715px;
	float:left;
	clear:both;
	padding:0;
	margin:0;
}

/* End Slider*/

#leftcol-fnewslist1-wrap  {
	width:212px;
	height:188px;
	margin:5px auto 10px auto;
	padding:0;
	clear:both;
	padding-bottom:5px;
}
#leftcol-fnewslist2-wrap  {
	width:212px;
	height:200px;
	margin:0 auto 10px auto;
	padding:0;
	clear:both;
}
#leftsidebar-content .leftcol-heading {
	width:212px;
	height:15px;
	float:left;
	margin:0;
	padding:0;
	clear:both;
}
#leftsidebar-content .leftcol-heading h1 {
	float:left;
	margin:5px 0 0 0;
	padding:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:12px;
	text-transform:uppercase;
}
#leftsidebar-content .listwrap {
	margin:0;
	padding:10px 0 0 0;
}
#leftsidebar-content .listwrap ul {
	padding: 10px 0 0 0;
}
#leftsidebar-content .listwrap ul li {
	list-style:none;
	background: url(images/li-bullet-blue.gif) no-repeat scroll 0 7px transparent;
	padding: 0 0 0 10px;
	height:15px;
}
#leftsidebar-content .listwrap ul li a {
	text-decoration:none;
	line-height:12px;
	font:12px Arial, Helvetica, sans-serif solid;
	color:#000;
}
#leftsidebar-content .listwrap ul li a:hover {
	color:#DB0044;
}

#leftsidebar-content .listwrap .button_div {
	/*padding:5px 0 0 0px;*/
	margin:10px 0 0 135px;
}

#leftsidebar-content .listwrap a.button {
	font-size:10px;
	margin:5px 0 0 10px;
	color:#ffffff;
	line-height:12px;
	padding:2px 5px;
	border:none;
	background-color:#ADADAD;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif solid;
}
#leftsidebar-content .listwrap a.button:hover {
	color:#efefef;
	background-color:#01095A;
	cursor:pointer;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif solid;
}



/*#middle-content*/
#contentwrap #middle-content {
	width:427px;
	height:762px;
	float:left;
	margin:0;
	padding:5px 0 0 0;
	background: url(images/bs/shadow_content-midcol.gif) no-repeat 0 0 transparent;
}
#featured-mainnews-wrap  {
	width:417px;
	height:318px;
	margin:0 auto 10px auto;
	padding:0;
	clear:both;
}
#featured-mainnews-wrap #fmainimage  {
	width:417px;
	height:248px;
	margin:0 auto;
	padding:0;
}
#featured-mainnews-wrap #fmainheadline  {
	width:395px;
	height:20px;
	margin:0 auto;
	padding:0;
}
#featured-mainnews-wrap #fmainheadline h1  {
	float:left;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:16px;
	text-transform:uppercase;
	margin:2px 0 0 0;
}
#featured-mainnews-wrap #fmainheadline h1 a  {
	color:#000;
	text-decoration:none;	
}
#featured-mainnews-wrap #fmainheadline h1 a:hover  {
	color:#DB0044;	
}
#featured-mainnews-wrap #fmainsummary  {
	width:417px;
}
#featured-mainnews-wrap #fmainsummary p  {
	width:395px;
	height:50px;
}

	
#featured-subnews-wrap  {
	width:395px;
	height:135px;
	margin:0 auto 10px auto;
	padding:0;
	clear:both;
}
#featured-subnews-wrap #subnewsleftwrap {
	width:162px;
	height:135px;
	margin:0 20px 0 0;
	padding:0;
	float:left;
}
#featured-subnews-wrap #fsubimage  {
	width:162px;
	height:115px;
	margin:0;
	padding:0;
}
#featured-subnews-wrap #subnewsleftwrap h1  {
	height:20px;
	margin:0;
	padding:0;
	line-height:12px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
}
#featured-subnews-wrap #subnewstext {
	width:213px;
	height:115px;
	margin:15px 0 0 0;
	padding:0;
	float:right;
}
#featured-subnews-wrap #subnewstext h1 {
	margin:0;
	padding:0 0 7px 0;
	float:left;
	line-height:12px;
}
#featured-subnews-wrap #subnewstext h1 a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
}
#featured-subnews-wrap #subnewstext h1 a:hover {
	color:#DB0044;
}
#featured-subnews-wrap #subnewstext p {
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}

#featured-boxnews-wrap  {
	width:395px;
	height:260px;
	margin:0 auto 10px auto;
	padding:0;
	clear:both;
}
#featured-boxnews-wrap h1  {
	width:395px;
	height:20px;
	margin:0;
	padding:0;
	line-height:12px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
}
#featured-boxnews-wrap ul  {
	width:395px;
	margin:0 auto;
	padding:0;
}
#featured-boxnews-wrap ul li  {
	width:125px;
	margin:0;
	padding:0;
	display:inline;
	float:left;
	list-style:none;
}
#featured-boxnews-wrap ul li p a  {
	font:10px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:12px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	float:left;
}
#featured-boxnews-wrap ul li p {
	margin:0;
	padding:0;
	line-height:12px;
	float:left;
}
#featured-boxnews-wrap ul li p a:hover  {
	color:#DB0044;
}
#featured-boxnews-wrap ul li#fboxnews-box1,
#featured-boxnews-wrap ul li#fboxnews-box2,
#featured-boxnews-wrap ul li#fboxnews-box3,
#featured-boxnews-wrap ul li#fboxnews-box4,
#featured-boxnews-wrap ul li#fboxnews-box5,
#featured-boxnews-wrap ul li#fboxnews-box6 {
	width:125px;
	height:115px;
}
#featured-boxnews-wrap ul li.fboxnews-toprow  {
	margin-bottom:10px;
	margin-right:10px;
}
#featured-boxnews-wrap ul li.fboxnews-toprowlast  {
	margin-bottom:10px;
	margin-right:0;
}
#featured-boxnews-wrap ul li.fboxnews-btmrow  {
	margin-right:10px;
}
#featured-boxnews-wrap ul li.fboxnews-btmrowlast  {
	margin:0;
}

#latest-mainnews-wrap  {
	width:417px;
	margin:15px auto 10px auto;
	padding:0;
	clear:both;
}

#latest-mainnews-wrap h1 {
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	margin: 5px;
	padding: 5px;
	background-color: #000000;
}

#latest-mainnews-wrap ul {
	padding: 5px 0 3px 20px;
}
#latest-mainnews-wrap ul li  {
	list-style:none;
	background: url(images/li-bullet-blue.gif) no-repeat scroll 0 7px transparent;
	padding: 0 0 0 10px;
	/*height:17px;*/
}
#latest-mainnews-wrap li a {
	text-decoration:none;
	line-height:12px;
	font:12px Arial, Helvetica, sans-serif solid;
	color:#000;
}
#latest-mainnews-wrap li a:hover {
	color:#DB0044;
}

#latest-mainnews-wrap .button_div {
	padding:5px 0 0 10px;
}

#latest-mainnews-wrap a.button {
	font-size:10px;
	margin:5px 0 0 10px;
	color:#ffffff;
	line-height:12px;
	padding:2px 5px;
	border:none;
	background-color:#ADADAD;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif solid;
}
#latest-mainnews-wrap a.button:hover {
	color:#efefef;
	background-color:#01095A;
	cursor:pointer;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif solid;
}

/*#left-content*/	
#contentwrap #left-content {
	width:650px;
	height:auto;
	float:left;
	margin:0 10px 0 10px;
	padding:5px 0 0 0;
	position: relative;
}

#contentwrap #left-content h1 {
	font:normal 25px Georgia, "Times New Roman", Times, serif;	
}

#contentwrap #left-content h1.error-header {
	font:25px Georgia, "Times New Roman", Times, serif;
}

#contentwrap #left-content p {
	font:12px Arial,Helvetica,sans-serif;
	color: #000000;
	line-height: 1.75;
}

#contentwrap #left-content a {
	font:14px Georgia,"Times New Roman",Times,serif;
	color: #01095A;
}

#contentwrap #left-content a:hover {
	font:14px Georgia,"Times New Roman",Times,serif;
	color: #DB0044;
}

#contentwrap #left-content #right-links a {
	font:12px Arial,Helvetica,sans-serif;
	color: #01095A;
}

#contentwrap #left-content #right-links a:hover {
	font:12px Arial,Helvetica,sans-serif;
	color: #DB0044;
}

#contentwrap #left-content .post h1 {
	font:30px Georgia,"Times New Roman",Times,serif;	
}

#contentwrap #left-content .post p {
	font:14px Georgia,"Times New Roman",Times,serif;
	color: #000000;
	line-height: 1.75;
}

#contentwrap #left-content .post a {
	font:12px Georgia,"Times New Roman",Times,serif;
	color: #01095A;
}

#contentwrap #left-content .post a:hover {
	font:12px Georgia,"Times New Roman",Times,serif;
	color: #DB0044;
}

#contentwrap #left-content .post .entry-content p {
	padding-bottom: 10px;
}

#contentwrap #left-content .category-content h1,
#contentwrap #left-content .author-content h1 {
	font:normal 25px Georgia, "Times New Roman", Times, serif;	
}

#contentwrap #left-content .category-content p,
#contentwrap #left-content .author-content p {
	font:14px Georgia,"Times New Roman",Times,serif;
	color: #000000;
	line-height: 1.75;
}

#contentwrap #left-content .category-content a,
#contentwrap #left-content .author-content a {
	font:14px Georgia,"Times New Roman",Times,serif;
	color: #01095A;
}

#contentwrap #left-content .category-content a:hover,
#contentwrap #left-content .author-content a:hover {
	font:14px Georgia,"Times New Roman",Times,serif;
	color: #DB0044;
}

#contentwrap #left-content .category-content .entry-content p,
#contentwrap #left-content .author-content .entry-content p {
	padding-bottom: 0px;
}

#contentwrap #left-content #comments .comment-content p {
	font:12px Arial,Helvetica,sans-serif;
	color: #000000;
}

#contentwrap #left-content #comments a {
	font:12px Arial,Helvetica,sans-serif;
	color: #01095A;
}

#contentwrap #left-content #comments a:hover {
	font:12px Arial,Helvetica,sans-serif;
	color: #DB0044;
}

#contentwrap #left-content .page-header {
	padding-bottom:20px;
	border-bottom: 1px solid #e5e5e5
}

#contentwrap #left-content .entry-header,
#contentwrap #left-content .page-header {
	padding-bottom: 10px;
}

#contentwrap #left-content .entry-header .entry-category-title {
	padding-bottom: 5px;
}

#contentwrap #left-content .entry-header .entry-category-title a {
	color: #838383;
    font: 12px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#contentwrap #left-content .entry-header .entry-category-title a:hover {
	color: #DB0044;
    font: 12px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#contentwrap #left-content .entry-header .entry-title a,
#contentwrap #left-content .page-header .page-title a {
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	color: #01095A;
}

#contentwrap #left-content .entry-header .entry-title a:hover,
#contentwrap #left-content .page-header .page-title a:hover {
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	color: #DB0044;
}

#contentwrap #left-content .entry-meta {
	font:11px Arial, Helvetica, sans-serif;
	color: #838383;
}

#contentwrap #left-content .entry-meta a {
	font:11px Arial, Helvetica, sans-serif;
	color: #838383;
}

#contentwrap #left-content .entry-meta a:hover {
	font:11px Arial, Helvetica, sans-serif;
	color: #DB0044;
}

#contentwrap #left-content .entry-content {
	padding-bottom: 10px;
}

#contentwrap #left-content .search_entry .search_excerpt {
	font:12px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5;
	padding-right: 10px;
}

#contentwrap #left-content .search_entry .search_link a {
	font:11px Arial, Helvetica, sans-serif;
	color: #838383;
}

#contentwrap #left-content .search_entry .search_link a:hover {
	font:11px Arial, Helvetica, sans-serif;
	color: #01095A;
}

#contentwrap #left-content #search_header {
	font:12px Arial, Helvetica, sans-serif;
	color: #838383;
	padding: 5px 0 20px 0;
}

#contentwrap #left-content .search_entry {
	padding-bottom: 30px;
}

#contentwrap #left-content .search_entry .search_title a {
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	color: #01095A;
}

#contentwrap #left-content .search_entry .search_title a:hover {
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	color: #DB0044;
}

#contentwrap #left-content .search_entry .search_excerpt {
	font:14px Georgia,"Times New Roman",Times,serif;
	color: #000000;
	line-height: 1.75;
	padding-right: 10px;
	padding-top: 10px;
}

#contentwrap #left-content .search_entry .search_link a {
	font:11px Arial, Helvetica, sans-serif;
	color: #838383;
}

#contentwrap #left-content .search_entry .search_link a:hover {
	font:11px Arial, Helvetica, sans-serif;
	color: #01095A;
}

#contentwrap #left-content #search_header .pagination {
	border-top: 1px solid #e5e5e5;
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}
#contentwrap #author-pagination .pagination {
	display: inline-block;
	width: 100%;
	padding-top: 6px;
	padding-left: 5px;
}
#contentwrap #left-content #search_header .pagination .links,
#contentwrap #author-pagination .pagination .links {
	clear: both;
	padding-top: 10px;
}
#contentwrap #left-content #search_header .pagination .links a,
#contentwrap #author-pagination .pagination .links a {
	border: 1px solid #999999;
	padding: 4px 10px;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}

#contentwrap #left-content #search_header .pagination .links a:hover,
#contentwrap #author-pagination .pagination .links a:hover {
	border: 1px solid #01095A;
	padding: 4px 10px;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	background: #01095A;
}

#contentwrap #left-content #search_header .pagination .links b,
#contentwrap #author-pagination .pagination .links b {
	border: 1px solid #01095A;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background: #01095A;
}
#contentwrap #left-content #search_header .pagination .results,
#contentwrap #author-pagination .pagination .results {
	clear: both;
	padding: 5px 0 10px 0;
	font-size: 11px;
}

#contentwrap #left-content .wp-pagenavi {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	font:11px Arial, Helvetica, sans-serif;
}
#contentwrap #left-content .wp-pagenavi a,
#contentwrap #left-content .wp-pagenavi span {
	border: 1px solid #999999;
	padding: 4px 10px;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}

#contentwrap #left-content .wp-pagenavi a:hover,
#contentwrap #left-content .wp-pagenavi span.current {
	border: 1px solid #01095A;
	padding: 4px 10px;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	background: #01095A;
}

#contentwrap #left-content #share-content {
	background: url(images/share-panel.png) no-repeat top center;
	width: 655px;
	height: 83px;
	margin-top: 15px;
	clear: both;
}

#contentwrap #left-content #share-content #share-comment {
	float: left; 
	width: 165px; 
	padding-top: 25px; 
	text-align: center;
	font:16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1;
}

#contentwrap #left-content #share-content #share-links {
	float: left; 
	padding: 3px 0 0 10px;
}

#contentwrap #left-content #share-content #share-links #left-links {
	float: left;
}

#contentwrap #left-content #share-content #share-links #right-links {
	float:right; 
	padding: 5px 0 0 10px; 
	line-height: 1.5;
}

#contentwrap #left-content #share-content #share-comment .comment-label {
	font:11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #01095A;
}
/*#left-content*/	

/*#rightsidebar-content*/	
/*
#contentwrap #rightsidebar-content {
	width:305px;
	height: auto;
	float:left;
	margin:0 5px 0 0;
	padding:5px 0 0 0;
	background: url(images/bs/shadow_content-rightcol.gif) no-repeat 0 0 transparent;
}
*/

#contentwrap #rightsidebar-content-index {
	background: url("images/bs/facon_sidebar-shadow.gif") no-repeat scroll 0 0 transparent;
	float: left;
	height: auto;
	margin: -9px 0 0 10px;
	padding: 0 0 0 0;
	width: 305px;
}

#contentwrap #rightsidebar-content {
	background: url("images/bs/facon_sidebar-shadow.gif") no-repeat scroll 0 30px transparent;
	float: left;
	height: auto;
	margin: -9px 0 0 10px;
	padding: 0 0 0 0;
	width: 305px;
}

#contentwrap #rightsidebar-post {
	width:305px;
	height: 1582px;
	float:left;
	margin:0 5px 0 0;
	padding:5px 0 0 0;
	background: url(images/bs/sidebar_shadow.gif) no-repeat 0 0 transparent;
}

/*Sidebar AD 295x295*/
#adwrap-295x295 {
	width:295px;
	height:295px;
	margin:9px auto 0 auto;
	padding:0;
	clear:both;
}

#adwrap-295x2316 {
	width:295px;
	height:316px;
	margin:9px auto 0 5px;
	padding:0;
	clear:both;
}
/*Right Sidebar Contents*/
#rightsidebar-box {
	width:283px;
	height:400px;
	float:left;
	margin:11px 0 10px 5px;
	padding:5px;
	clear:both;
}
#rightsidebar-box #loginwrap {
	width:283px;
	height:40px;
	float:left;
	clear:both;
}
#rightsidebar-box #loginwrap #profilepic {
	width:40px;
	height:40px;
	float:left;
	padding-right:10px;
}
#rightsidebar-box #loginwrap #login-invitation {
	width:233px;
	height:40px;
	float:left;
	padding:0;
}
#rightsidebar-box #loginwrap {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:14px;
}
#rightsidebar-box #loginwrap a {
	color:#01095A;
}
#rightsidebar-box #loginwrap :hover {
	color:#000;
}
#rightsidebar-box #togglewrap {
	width:283px;
	height:340px;
	float:left;
	clear:both;
}

#rightsidebar-box  #togglewrap a.inactive {
	width:263px;
	height:23px;
	float:left;
	clear:both;
	text-align:left;
	text-transform: uppercase;
	font:12px Arial, Helvetica, sans-serif;
	background-color:#01095A;
	border:none;
	color:#efefef;
	outline:none;
	padding:7px 10px 0 10px;
	background:url(images/accordion-btn_plus.gif) no-repeat;
}

#rightsidebar-box  #togglewrap a.inactive:hover {
	width:263px;
	height:23px;
	float:left;
	clear:both;
	text-align:left;
	text-transform: uppercase;
	font:12px Arial, Helvetica, sans-serif;
	background-color:#01095A;
	border:none;
	color:#efefef;
	outline:none;
	padding:7px 10px 0 10px;
	background:url(images/accordion-btn_plus.gif) no-repeat;
}

#rightsidebar-box  #togglewrap a.selected {
	width:263px;
	height:23px;
	float:left;
	clear:both;
	text-align:left;
	text-transform: uppercase;
	font:12px Arial, Helvetica, sans-serif;
	background-color:#ff0000;
	border:none;
	color:#efefef;
	outline:none;
	padding:7px 10px 0 10px;
	background:url(images/accordion-btn_minus.gif) no-repeat;
}

#rightsidebar-box  #togglewrap a.selected:hover {
	width:263px;
	height:23px;
	float:left;
	clear:both;
	text-align:left;
	text-transform: uppercase;
	font:12px Arial, Helvetica, sans-serif;
	background-color:#ff0000;
	border:none;
	color:#efefef;
	outline:none;
	padding:7px 10px 0 10px;
	background:url(images/accordion-btn_minus.gif) no-repeat;
}

#rightsidebar-box #poponfb-contents,
#rightsidebar-box #twitter-contents,
#rightsidebar-box #mostemailed-contents,
#rightsidebar-box #calendar-contents {
	width:283px;
	height:278px;
	float:left;
	clear:both;
}

#rightsidebar-box #twitter-contents,
#rightsidebar-box #calendar-contents {
	font:11px Arial, Helvetica, sans-serif;	
}

#rightsidebar-box #calendar-contents .calendar-link  {
	cursor: pointer;
	text-align: center;
	color: #01095A;
	font:11px Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-transform: uppercase;
}

#rightsidebar-box #calendar-contents .calendar-link:hover {
	cursor: pointer;
	text-align: center;
	color: #000000;
	font:11px Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-transform: uppercase;
}

/* CALENDAR */
.calendar_container {
	overflow:auto; 
	width:273px; 
	height:278px; 
	padding:0 5px;
}

/* newsletter */
#rightsidebar-newsletter {
	width: 291px;
	height: 150px;
	clear:both;
	margin: 10px 10px 10px 5px;
	padding-top: 2px;	
}

#rightsidebar-newsletter #subscribe-box-wrap {
	width:291px;
	height:136px;
	clear:both;
	padding:20px 0 0 0;
	margin:0 0;
	text-align:center; 
	border:#ffffff 2px solid; 
	background:#ccc url(images/newsletter-signup-box_bg.gif) repeat-x;
}
#rightsidebar-newsletter #subscribe-title {	
	margin:0 auto;
	padding:0;
	clear:both;
}
#rightsidebar-newsletter #subscribe-emailaddfield {
	margin:0 auto;
	padding:3px 0 0 0;
	clear:both;
}
#rightsidebar-newsletter #subscribe-btn-wrap {
	background:none;
	text-indent:0;
}
#rightsidebar-newsletter #subscribe-btn-wrap button {
	display: block; 
	width: 123px; 
	height: 35px;
	background-image: url(images/newsletter-signup-box_btn.png);
	background-repeat:no-repeat;
	background-position: 0 0; 
	text-indent: -9999px; 
	margin:10px auto 0 auto;
	padding:0; 
	border:none;
}
#rightsidebar-newsletter #subscribe-btn-wrap button:hover {
	background-position: 0 -35px; 
	cursor:pointer;
}

/* most recent posts */
#rightsidebar-recent-stories {
	width: 283px;
	height: 400px;
	clear:both;
	margin:10px 0 10px 10px;
	padding-top: 15px;	
}

#rightsidebar-recent-stories h1 {
	font:17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}

#rightsidebar-recent-stories #recent-container {
	width: 283px;
	height: 340px;
	overflow: auto;
	margin-top: 5px;
	padding-right: 5px;
}

#rightsidebar-recent-stories .recent-post {
	font:12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	height: auto;
}

#rightsidebar-recent-stories .recent-post-last {
	font:12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 0;
	clear: both;
	height: auto;
}

#rightsidebar-recent-stories a.recent-title {
	font:14px Arial, Helvetica, sans-serif;
	color: #01095A;
	text-decoration: none;
	padding-bottom: 10px;
}

#rightsidebar-recent-stories a.recent-title:hover {
	font:14px Arial, Helvetica, sans-serif;
	color: #DB0044;
	text-decoration: none;
	padding-bottom: 10px;
}

#rightsidebar-recent-stories .recent-content {
	font:12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
}

/* Sidebar Search */
#searchwrap  {
	width:295px;
	height:30px;
	clear:both;
	margin:auto;
}
#searchwrap input  {
	width:198px;
	height:20px;
	float:left;
	border:#adadad 1px solid;
	background-color:#efefef;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:2px 5px 2px 5px;
	margin:0 5px 0 0;
	text-align:left;
	line-height:12px;
	outline:none;
}
#searchwrap .button  {
	width:80px;
	height:26px;
	float:left;
	border:none;
	background-color:#000;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	padding:0;
	margin:0;
	line-height:12px;
	cursor:pointer;
}
#searchwrap .button:hover  {
	background-color:#adadad;
	color:#efefef;
	cursor:pointer;
}

	
/********** CONTENTS END **********/
/*
------------------------------------------------------------ 
*/
/********** NEWS SECTIONS IN CAROUSEL **********/
	
/*#sectioncarouselwrap*/
#sectioncarouselwrap {
	width:966px;
	height:238px;
	clear:both;
	margin:0 5px;
	padding:5px;
	background: url(images/bs/shadow_horiz-carousel.gif) no-repeat scroll 0 0 transparent;
}
#sectioncarousel-topbar {
	width:964px;
	height:32px;
	clear:both;
	margin:0;
	padding:0;
	float:left;
}

#sectioncarousel-topbar-content {
	margin:0;
	height:30px;
	padding:0 10px;
	float:left;
	border-bottom:#e5e5e5 1px solid;
	clear:both;
	background-color: #000;
	width: 946px;
}

#sectioncarousel-title {
	width:892px;
	float:left;
}
#sectioncarousel-title h1 {
	height:15px;
	width:800px;
	margin:0;
	padding:8px 0 0 0;
	float:left;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:14px;
	text-decoration:none;
}
#sectioncarousel-buttonwrap {
	height:20px;
	width:51px;
	float:right;
	padding:5px 0 0 0;
}
#sectioncarousel-buttonwrap .prev {
	height:20px;

	width:25px;
	float:left;
	background:#DB0044;
	margin-right:1px;
	cursor:pointer;
}	
#sectioncarousel-buttonwrap .prev:hover {
	height:20px;
	width:25px;
	float:left;
	background:#ADADAD;
	margin-right:1px;
	cursor:pointer;
}
#sectioncarousel-buttonwrap .prev span {
	color: #FFF;
	text-align: center;
	margin: 5px 0 0 8px;
	text-decoration:none;
	font:normal 15px Arial, Helvetica, sans-serif;
}
#sectioncarousel-buttonwrap .next {
	height:20px;
	width:25px;
	float:left;
	background:#DB0044;
	cursor:pointer;
}	
#sectioncarousel-buttonwrap .next:hover {
	height:20px;
	width:25px;
	float:left;
	background:#ADADAD;
	cursor:pointer;
}
#sectioncarousel-buttonwrap .next span {
	color: #FFF;
	text-align: center;
	margin: 5px 0 0 8px;
	text-decoration:none;
	font:normal 15px Arial, Helvetica, sans-serif;
}		
	
#sectioncarousel-container {
	width:964px;
	height:205px;
	clear:both;	
	padding:0;
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
}
#sectioncarousel-container .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	width:964px;
	height:205px;
	clear:both;
	float:left;
	margin:0;
	padding:0;
}
#sectioncarousel-container #secsliderbox,
#sectioncarousel-container #secsliderbox1,
#sectioncarousel-container #secsliderbox2 {
	width:160px;
	height:205px;
	float:left;
	color: #fff;
	border-right: 1px solid #e5e5e5;
}

#sectioncarousel-container #secsliderboxlast {
	width:160px;
	height:205px;
	float:left;
	color: #fff;
	border-right:none;
}

#sectioncarousel-container #secsliderbox #secsliderbox-content,
#sectioncarousel-container #secsliderbox1 #secsliderbox-content,
#sectioncarousel-container #secsliderbox2 #secsliderbox-content {
	width:140px;
	margin:10px 10px 0 10px;
}

#sectioncarousel-container #secsliderboxlast #secsliderbox-content {
	width:140px;
	margin:10px 0 0 10px;
}

/*
#sectioncarousel-container #secsliderbox {
	margin-right:5px;
	padding:0;
}
#sectioncarousel-container #secsliderboxlast {
	margin:0;
	padding:0;
}

#sectioncarousel-container #secsliderbox2  {
	margin-right:5px;
	padding:0;
}
*/

#sectioncarousel-container .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
}

#sectioncarousel-container .belt h1 {
	color: #000000;
    font: normal 11px Arial,Helvetica,sans-serif;
    height: 20px;
	width: 150px;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
}

#sectioncarousel-container .belt h1 a {
	color: #000000;
	text-decoration: none;
}

#sectioncarousel-container .belt h1 a:hover {
	color: #DB0044;
	text-decoration: none;
}

#sectioncarousel-container .belt #secsliderimg {
	width: 150px;
	height: 130px;	
}

#sectioncarousel-container .belt p#secslidertitle-img {
    color: #000000;
    float: left;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 0 0 0;
}

#sectioncarousel-container .belt p#secslidertitle-img a {
    color: #000000;
    font: normal 12px Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#sectioncarousel-container .belt p#secslidertitle-img a:hover {
	color: #DB0044;
	text-decoration: none;
}

#sectioncarousel-container .belt p#secslidertitle {
    color: #01095A;
    float: left;
    font: 14px Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin: 0;
    padding: 0;
	width:129px;
}

#sectioncarousel-container .belt p#secslidertitle a {
    color: #01095A;
    font: 14px Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding: 0;
}
#sectioncarousel-container .belt p#secslidertitle a:hover {
    color: #DB0044;
}

#sectioncarousel-container .belt p#secsliderexcerpt {
    color: #000000;
    float: left;
    font: 12px Arial,Helvetica,sans-serif;
	margin: 0;
    padding: 8px 0 0 0;
	width:129px;
}
/**********
 NEWS SECTIONS IN CAROUSEL END **********/
/*
------------------------------------------------------------ 
*/
/********** BOXED FEATURED NEWS **********/
	
/*#boxcontentwrap*/
#boxcontentwrap {
	width:976px;
	height:1000px;
	padding:0;
	margin:0 5px;
	clear:both;
	background: url(images/bs/shadow_box.gif) no-repeat scroll 0 0 transparent;
	/*background: url(images/bs/entertainment-shadow_box.gif) no-repeat scroll 0 0 transparent;*/
}

#boxcontentwrap-entertainment {
	width:976px;
	height:1000px;
	padding:0;
	margin:0 5px;
	clear:both;
	/*background: url(images/bs/shadow_box.gif) no-repeat scroll 0 0 transparent;*/
	background: url(images/bs/entertainment-shadow_box.gif) no-repeat scroll 0 0 transparent;
}

#boxcontentwrap #leftboxwrap,
#boxcontentwrap-entertainment #leftboxwrap {
	width:722px;
	float:left;
	height:990px;
	margin:0;
	padding:5px 0 0 5px;
}
#boxcontentwrap #rightboxwrap,
#boxcontentwrap-entertainment #rightboxwrap{
	width:234px;
	float:left;
	height:990px;
	margin:0;
	padding:5px 0 0 10px;
}
#boxcontentwrap .row,
#boxcontentwrap-entertainment .row{
	width:966px;
	float:left;
	clear:both;
	margin-bottom:10px;
	padding:0;
}
#boxcontentwrap .rowentertainment,
#boxcontentwrap-entertainment .rowentertainment{
	width:966px;
	float:left;
	clear:both;
	margin-bottom:-21px;
	padding:0;
}
#boxcontentwrap .lastrow,
#boxcontentwrap-entertainment .lastrow{
	width:966px;
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
#boxcontentwrap .hbox,
#boxcontentwrap-entertainment .hbox {
	width:234px;
	height:215px;
	float:left;
	margin-right:10px;
	padding:0;
}
#boxcontentwrap .lastbox,
#boxcontentwrap-entertainment .lastbox {
	width:234px;
	height:215px;
	float:left;
	margin:0;
}
#boxcontentwrap .vbox-square,
#boxcontentwrap .vbox-verticalad,
#boxcontentwrap .vbox-lastsquare,
#boxcontentwrap-entertainment .vbox-square,
#boxcontentwrap-entertainment .vbox-verticalad,
#boxcontentwrap-entertainment .vbox-lastsquare {
	width:234px;
	float:left;
}
#boxcontentwrap .vbox-square,
#boxcontentwrap .vbox-verticalad,
#boxcontentwrap-entertainment .vbox-square,
#boxcontentwrap-entertainment .vbox-verticalad {
	margin-top: -1px;
}
#boxcontentwrap .vbox-square,
#boxcontentwrap .vbox-verticalad,
#boxcontentwrap-entertainment .vbox-square,
#boxcontentwrap-entertainment .vbox-verticalad {
	margin-bottom: 10px;
}
#boxcontentwrap .vbox-verticalad,
#boxcontentwrap-entertainment .vbox-verticalad{
	height:315px;
}
#boxcontentwrap .vbox-square,
#boxcontentwrap .vbox-lastsquare,
#boxcontentwrap-entertainment .vbox-square,
#boxcontentwrap-entertainment .vbox-lastsquare {
	height:215px;
}
#boxcontentwrap .vbox-pollwrap,
#boxcontentwrap-entertainment .vbox-pollwrap{
	width:234px;
	height:215px;
	clear:both;
	border-bottom:#e5e5e5 1px solid;
	margin-bottom:10px;
}

.vbox-pollwrap .poll-title  {
	width:210px;
	height:30px;
	clear:both;
	margin:0 auto;
	border-bottom:#e5e5e5 1px solid;
}
.vbox-pollwrap .poll-title h1 {
	font:bold 14px Arial, Helvetica, sans-serif;
	line-height:18px;
	text-decoration:none;
	display:block;
	float:left;
	padding:7px 0 0 0;
	color:#000;
}
.poll-contentwrap {
	width:212px;
	height:163px;
	clear:both;
	padding:10px;
	text-align:center;
}
.poll-contentwrap h1  {
	line-height:16px;
	font:16px Arial, Helvetica, sans-serif solid;
	color:#000;
	padding:0 0 5px 0;
}
.poll-contentwrap label  {
	line-height:12px;
	font:12px Arial, Helvetica, sans-serif solid;
	color:#000;
}
.poll-contentwrap .pollrow  {
	clear:both;
	float:left;
	margin:0;
	padding:5px 0 0 0;
	text-align: left;
}
.poll-contentwrap .pollrow-btn  {
	clear:both;
	margin:0 auto;
	padding:5px 0 0 0;
	padding-left:68px;
}
.poll-contentwrap .pollrow-link  {
	clear:both;
	margin:0 auto;
	padding:5px 0 0 0;
}
.poll-contentwrap .pollrow-link a  {
	font:12px Arial, Helvetica, sans-serif solid;
	color:#01095A;
}
.poll-contentwrap .pollrow-link a:hover  {
	font:12px Arial, Helvetica, sans-serif solid;
	color:#DB0044;
}
.poll-contentwrap input  {
	float: left;
}
.poll-contentwrap label  {
	margin:0 0 0 10px;
}
.poll-contentwrap .poll_button  {
	margin:10px auto 0 auto;
	padding:3px 10px;
	font:bold 14px Arial, Helvetica, sans-serif solid;
	color:#efefef;
	background-color:#DB0044;
	border:none;
	text-align:center;
	cursor: pointer;
}
.poll-contentwrap .poll_button:hover  {
	color:#efefef;
	background-color:#ADADAD;
}

.vbox-pollwrap-post {
	width: 283px;
	height:215px;
	clear:both;
	margin:10px 0 10px 10px;
	padding-top: 0px;
}

.vbox-pollwrap-post .poll-title  {
	width: 283px;
	height:30px;
	clear:both;
	margin:0 auto;
	border-bottom:#e5e5e5 1px solid;
}
.vbox-pollwrap-post .poll-title h1 {
	font:bold 14px Arial, Helvetica, sans-serif;
	line-height:18px;
	text-decoration:none;
	display:block;
	float:left;
	padding:7px 0 0 0;
	color:#000;
}

.vbox-pollwrap-post .poll-contentwrap {
	width: 283px;
	height:163px;
	clear:both;
	padding:10px;
	text-align:center;
}

.vbox-pollwrap-post .poll-contentwrap .pollrow-btn  {
	clear:both;
	margin:0 auto;
	padding:5px 0 0 0;
	padding-left:103px;
}

#boxcontentwrap #adwrap-722x90 {
	width:722px;
	height:90px;
}
	
	
/* STYLE INSIDE THE BOX: FEATURED ARTICLES FOR EACH SITE  */
.box {
	width:234px;
	height:215px;
	clear:both;
}
.box-title {
	width:210px;
	height:30px;
	clear:both;
	margin:0 auto;
	border-bottom:#e5e5e5 1px solid;
}
.box-title-entertainment {
	width:722px;
	height:30px;
	clear:both;
	
	border-bottom:#e5e5e5 1px solid;
}
.box-title-entertainment h1{
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	
	padding: 7px;
	background-color: #000000;

}
.box-featuredlistwrap {
	width:232px;
	height:183px;
	clear:both;
}
.box-featuredlistwrap-entertainment {
	width:234px;
	height:183px;
	clear:both;
	margin-top:9px;
}
.box-title h1 a {
	font:bold 14px Arial, Helvetica, sans-serif;
	line-height:18px;
	text-decoration:none;
	display:block;
	float:left;
	/*background:url(images/arrows_pink.gif) no-repeat scroll 100% 12px;*/
	padding:7px 0 0 0;
	color:#000;
}
.box-title h1 a:hover {
	color:#DB0044;
}
.box-featuredlistwrap ul {
	padding: 10px 0 3px 10px;
}
.box-featuredlistwrap ul li  {
	list-style:none;
	background: url(images/li-bullet-blue.gif) no-repeat scroll 0 7px transparent;
	padding: 0 0 0 10px;
	/*height:17px;*/
}
.box-featuredlistwrap li a {
	text-decoration:none;
	line-height:12px;
	font:bold 12px Arial, Helvetica, sans-serif solid;
	color:#000;
}
.box-featuredlistwrap li a:hover {
	color:#DB0044;
}

.box-featuredlistwrap .button_div {
	padding:5px 0 0 10px;
}

.box-featuredlistwrap a.button {
	font-size:10px;
	margin:5px 0 0 10px;
	color:#ffffff;
	line-height:12px;
	padding:2px 5px;
	border:none;
	background-color:#ADADAD;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif solid;
}
.box-featuredlistwrap a.button:hover {
	color:#efefef;
	background-color:#01095A;
	cursor:pointer;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif solid;
}



/********** BOXED NEWS END **********/
/*
------------------------------------------------------------ 
*/
/********** PHOTO OF THE WEEK **********/


/*#photowrap*/
#photowrap {
	width:976px;
	height:640px;
	float:left;
	clear:both;
	margin:0 5px;
	padding:0;
	background: url(images/bs/shadow_pow.gif) no-repeat scroll 0 0 transparent;
}

#potw {
	height:630px;
	width:966px;
	float:left;
	position:relative;
	left:0;
	top:0;
	z-index:3;
	margin:0;
	padding:5px;
}
#potw h2 {
	float:left;
	position:relative;
	font:normal 40px Arial, Helvetica, sans-serif;
	line-height:40px;
	color:#efefef;
	background-color:#01095A;
	left:0;
	top:0;
	margin:0;
	padding:10px 20px;
	z-index:6;
}
#potw-photo {
	height:630px;
	width:966px;
	float:left;
	position:relative;
	left:0;
	top:-60px;
	z-index:5;
	margin:0;
	padding:0;
}
#potw-label {
	height:150px;
	width:966px;
	float:left;
	position:relative;
	left:0;
	top:-210px;
	z-index:7;
	margin:0;
	padding:0;
	background-color:#000;
	opacity:0.5;
}
#potw-label h1 {
	float:left;
	width:966px;
	position:relative;
	font:bold 80px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
	line-height:87px;
	line-height:40px;
	color:#ffffff;
	left:0;
	top:0;
	margin:0;
	padding:25px 0 20px 0;
}
#potw-label h3 {
	float:left;
	width:966px;
	position:relative;
	font:bold 24px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
	line-height:24px;
	line-height:24px;
	color:#ffffff;
	left:0;
	top:0;
	margin:0;
	padding:0 0 5px 0;
}

#potw-label h3#potw-link {
	float:left;
	width:966px;
	position:relative;
	font:bold 24px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
	line-height:24px;
	line-height:24px;
	color:#ffffff;
	left:0;
	top:0;
	margin:0;
	padding:0 0 20px 0;
}

#potw-label h3#potw-link a {
	color:#ffffff;
	text-decoration:none;
}

#potw-label h3#potw-link a:hover {
	color:#DB0044;
	text-decoration:none;
}

#potw-label a {
	color: #FFFFFF;
	text-decoration:none;
}

#potw-label a:hover {
	color: #DB0044;
	text-decoration:none;
}

/********** PHOTO OF THE WEEK END **********/
/*
------------------------------------------------------------ 
*/
/********** BOTTOM  AD **********/

/*#adwrap-966x90*/
#adwrap-966x90 {
	width:966px;
	height:100px;
	margin:0 5px;
	padding:5px;
	background: url(images/bs/shadow_bottomost-ad.gif) no-repeat scroll 0 0 transparent;
}

/********** BOTTOM  AD END **********/
/*
------------------------------------------------------------ 
*/
/********** FOOTER **********/

/*#footerwrap*/
.footerhr {
	width:966px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:#000 1px solid;
	margin:2px auto;
	padding:0;
	clear:both;
	}
#footerwrap {
	width:966px;
	height:250px;
	background-color:#000;
	margin:8px auto 0 auto;
	}
#footerlinks {
	clear:both;
	width:866px;
	padding:20px 50px;
	margin:0;
	}
#footerlinks nav {
	margin:0 auto;
	text-align:center;
	}
#footerlinks nav a {
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#efefef;
	text-decoration:none;
	padding:0 12px;
	line-height:30px;
	margin:0;
	display:inline;
	}
#footerlinks nav a:hover {
	color:#DB0044;
	text-decoration: underline;
	}
#footerwrap #footlogo {
	width:100px;
	height:59px;
	margin:0 auto;
	padding:20px;
	}
#footerwrap #copyright {
	width:100%;
	margin:0 auto;
	padding-bottom:50px;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#717171;
	text-align:center;
	}
/********** FOOTER END **********/

/********** TWITTER FEED **********/
.twitter_container {
	overflow:auto; 
	width:273px; 
	height:278px; 
	padding:0 5px;
}

.twitter_header {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none;
	padding-top:10px
}

.twitter_content {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none;
	clear:both; 
	padding-bottom:10px; 
	border-bottom: 1px #CCCCCC solid;
}

.twitter_link {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none;
	cursor: pointer;
}

.twitter_link2 {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #ADADAD; 
	text-decoration: none;
	cursor: pointer;
}
.twitter_link2:hover {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #01095A; 
	text-decoration: none;
	cursor: pointer;
}
/********** TWITTER FEED **********/

/********** MOST EMAILED **********/
.mostemailed_container {
	overflow:auto; 
	width:273px; 
	height:278px; 
	padding:0 5px;
}

.mostemailed_content {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none;
	clear:both; 
	padding:10px 0; 
	border-bottom: 1px #CCCCCC solid;
	min-height: 32px;
}

.mostemailed_link {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none;
	cursor: pointer;
}

.mostemailed_link:hover {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #DB0044; 
	text-decoration: none;
	cursor: pointer;
}
/********** MOST EMAILED **********/

/********** HEADLINES **********/
.contenthover { 
	padding:20px 20px 10px 20px;
	background-color:#000000;
	height:146px !important;
}

.contenthover, .contenthover h3 { 
	color:#ffffff; 
	font: 14px Arial, Helvetica, sans-serif; 
}

.contenthover, .contenthover a { 
	color:#ffffff; 
	font: 11px Arial, Helvetica, sans-serif; 
}

.contenthover h3, .contenthover p { 
	margin:0 0 10px 0; 
	line-height:1.4em; 
	padding:0; 
}

.contenthover a.mybutton { 
	font-size:10px;
	margin:10px 0 0 0;
	color:#ffffff;
	line-height:12px;
	padding:5px 5px;
	border:none;
	background-color:#DB0044;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif solid;
}

.contenthover a.mybutton:hover { 
	color:#000000;
	background-color:#ffffff;
	cursor:pointer;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif solid;
}
/********** HEADLINES **********/

/* TABS */
.htabs {
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('images/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333333;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
	color: #DB0044 !important;
}

/* =Comments
----------------------------------------------- */
#contentwrap #left-content #comments-title {
	color: #666;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
#contentwrap #left-content .nopassword,
#contentwrap #left-content .nocomments {
	color: #aaa;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
#contentwrap #left-content .commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
#contentwrap #left-content .content .commentlist,
#contentwrap #left-content .page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
#contentwrap #left-content .commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
#contentwrap #left-content .commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
#contentwrap #left-content .commentlist .children {
	list-style: none;
	margin: 0;
}
#contentwrap #left-content .commentlist .children li.comment {
	background: #fff;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
#contentwrap #left-content .commentlist .children li.comment .fn {
	display: block;
}
#contentwrap #left-content .comment-meta .fn {
	font-style: normal;
}
#contentwrap #left-content .comment-meta {
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 2.2em;
}
#contentwrap #left-content .commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
#contentwrap #left-content .commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
#contentwrap #left-content .comment-meta a {
	font-weight: normal;
}
#contentwrap #left-content .comment-meta a:focus,
#contentwrap #left-content .comment-meta a:active,
#contentwrap #left-content .comment-meta a:hover {

}
#contentwrap #left-content .commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
#contentwrap #left-content .commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
#contentwrap #left-content .commentlist > li.pingback:before {
	content: '';
}
#contentwrap #left-content .commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
#contentwrap #left-content a.comment-reply-link {
	color: #01095A;
	display: inline-block;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
	text-decoration: none;
}
#contentwrap #left-content a.comment-reply-link:hover,
#contentwrap #left-content a.comment-reply-link:focus,
#contentwrap #left-content a.comment-reply-link:active {
	color: #DB0044;
}
#contentwrap #left-content a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
#contentwrap #left-content .commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
#contentwrap #left-content .commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
#contentwrap #left-content .commentlist > li.bypostauthor .comment-meta a:focus,
#contentwrap #left-content .commentlist > li.bypostauthor .comment-meta a:active,
#contentwrap #left-content .commentlist > li.bypostauthor .comment-meta a:hover {
}
#contentwrap #left-content .commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
#contentwrap #left-content .commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
#contentwrap #left-content .page-template-sidebar-page-php .commentlist > li.comment,
#contentwrap #left-content .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
#contentwrap #left-content .page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#contentwrap #left-content #respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#contentwrap #left-content #respond input[type="text"],
#contentwrap #left-content #respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#contentwrap #left-content #respond .comment-form-author,
#contentwrap #left-content #respond .comment-form-email,
#contentwrap #left-content #respond .comment-form-url,
#contentwrap #left-content #respond .comment-form-comment {
	position: relative;
}
#contentwrap #left-content #respond .comment-form-author label,
#contentwrap #left-content #respond .comment-form-email label,
#contentwrap #left-content #respond .comment-form-url label,
#contentwrap #left-content #respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font: 13px Arial, Helvetica, sans-serif;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#contentwrap #left-content #respond input[type="text"]:focus,
#contentwrap #left-content #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#contentwrap #left-content #respond textarea {
	resize: vertical;
	width: 95%;
}
#contentwrap #left-content #respond .comment-form-author .required,
#contentwrap #left-content #respond .comment-form-email .required {
	color: #bd3500;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#contentwrap #left-content #respond .comment-notes,
#contentwrap #left-content #respond .logged-in-as {
	font: 13px Arial, Helvetica, sans-serif;
}
#contentwrap #left-content #respond p {
	margin: 10px 0;
}
#contentwrap #left-content #respond .form-submit {
	float: right;
	margin: -10px 20px 0 0;
}
#contentwrap #left-content #respond input#submit {
	background: #01095A;
	border: none;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #FFFFFF;
	cursor: pointer;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 20px 0;
	padding: 5px 22px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#contentwrap #left-content #respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#contentwrap #left-content #respond #cancel-comment-reply-link {
	color: #01095A;
	margin-left: 10px;
	text-decoration: none;
}
#contentwrap #left-content #respond .logged-in-as a:hover,
#contentwrap #left-content #respond #cancel-comment-reply-link:hover {
	color: #DB0044;
	text-decoration: none;
}
#contentwrap #left-content .commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#contentwrap #left-content #reply-title {
	color: #373737;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
}
#contentwrap #left-content #cancel-comment-reply-link {
	color: #888;
	display: block;
	font: 9px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#contentwrap #left-content #cancel-comment-reply-link:focus,
#contentwrap #left-content #cancel-comment-reply-link:active,
#contentwrap #left-content #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#contentwrap #left-content #respond label {
	line-height: 2.2em;
}
#contentwrap #left-content #respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#contentwrap #left-content #respond p {
	font: 12px Arial, Helvetica, sans-serif;
}
#contentwrap #left-content p.comment-form-comment {
	margin: 0;
}
#contentwrap #left-content .form-allowed-tags {
	display: none;
}

.contentsliderpreved {
	position: relative;
	top: -255px;
	border: none;
	background:url(images/arrow-prev.png) no-repeat scroll 0% 0%; 
	height:66px;
	width:40px;
	float:left;
	-moz-opacity: 0.70;
	opacity:.70;
	filter: alpha(opacity=70);
	left:248px;
}

.contentslidernexted {
	position: relative;
	top: -255px;
	border: none;
	background:url(images/arrow-next.png) no-repeat scroll 0% 0%;
	height:66px;
	width:40px;
	float:right;
	-moz-opacity: 0.70;
	opacity:.70;
	filter: alpha(opacity=70);
	right:16px;
}

#page-title-row {
	border-bottom:#000 3px solid;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 966px;
	height:40px;
}

#page-title-row #facon-title {
	float:left;
	width:651px;
}
#page-title-row #facon-title h1 {
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:10px 0 0 0;
	line-height:24px;
}

#page-title-row #search-row-wrap{
	float:left;
	width:295px;
	margin:10px 0 5px 10px ;
}

/* Sidebar Search same style  */
#searchwrap  {
	width:295px;
	height:30px;
	clear:both;
	margin:auto;
	padding-left: 5px;
}
#searchwrap input  {
	width:198px;
	height:20px;
	float:left;
	border:#adadad 1px solid;
	background-color:#efefef;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:2px 5px 2px 5px;
	margin:0 5px 0 0;
	text-align:left;
	line-height:12px;
	outline:none;
}
/* End of Sidebar Search style  */


#contentwrap {
	clear: both;
	margin: 10px auto;
	padding: 0;
	width: 986px;
}

#maincontent-wrap {
	float:left;
	width:651px;
	height:470px;
	margin:0 0 10px 10px;
	border-bottom:#000 3px solid;
}

#maincontent-wrap #leftside-contents {
	float:left;
	width:234px;
	height:460px;
	margin:0 10px 0 0;
}

#maincontent-wrap #slide-author-details {
	float:left;
	width:234px;
	height:460px;
	margin:0 0;
	padding-top:90px;
}

#maincontent-wrap #slide-author-details ul {
	float:left;
	margin:0;
	padding:0;
}

#maincontent-wrap #slide-author-details ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:234px;
	display:block;
	font-size:12px;
}

#maincontent-wrap h2 {
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:10px 0 0 0;
	line-height:20px;
}

#maincontent-wrap h4 {
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0;
	margin:10px 0 0 0;
	line-height:12px;
}

#maincontent-wrap h5 {
	font:normal 10px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 0 0;
	line-height:10px;
}

#maincontent-wrap p {
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:10px 0 0 0;
	line-height:18px;
}

#maincontent-wrap a {
	text-decoration:none;
	color:#000;
}

#maincontent-wrap a:hover {
	color:#DB0044;
}

#maincontent-wrap #maincontent-slider-wrap {
	float:left;
	width:407px;
	height:460px;
	margin:0 0 10px 0;
	background-color:#efefef;
}

#subcontent-wrap {
	float:left;
	width:651px;
	height: auto;
	margin:0 0 10px 10px;
	padding-bottom: 20px;
	border-bottom: 3px solid #000000;
}

#subcontent-left  {
	float:left;
	width:224px;
	margin:0 20px 0 0;
}

#subcontent-left ul {
	float:left;
	margin:0;
	padding:0;
}

#subcontent-left ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:#000000 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#subcontent-left ul li.last {
	border-bottom:none;
}

#subcontent-left ul li.facon-title {
	background-color:#000;
	text-transform:uppercase;
	height:20px;
	width:214px;
	color:#fbfbfb;
	padding:7px 0 0 10px;
}

#subcontent-left ul li a {
	float:left;
	margin:0;
	padding:7px 0 0 10px;
	list-style:none;
	height:20px;
	width:214px;
	background-color:#c8c7cc;
	text-decoration:none;
	color:#000;
	cursor:pointer;
}

#subcontent-left ul li a:hover,
#subcontent-left ul li a.active {
	background-color:#000;
	color:#fbfbfb;
}

#subcontent-right  {
	float:left;
	width:407px;
	margin:0 0 0 0;
}

.subcontent-toprow {
	float:left;
	width:407px;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
}

.subcontent-row {
	float:left;
	width:397px;
	clear:both;
	margin:10px 0;
	padding:0 0 20px 0;
	border-bottom:#d2d2d2 1px solid;
}

.subcontent-row h1 {
	padding:0;
	margin:0 0 0 0;
	line-height:20px;
}

.subcontent-row h1 a {
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0 0 0 0;
	line-height:20px;
	color:#01095a;
	text-decoration:none;
}

.subcontent-row h1 a:hover {
	color:#DB0044;
}

.subcontent-row p {
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:10px 0 10px 0;
	line-height:20px;
}

.subcontent-row h6 {
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 0 0;
	line-height:11px;
	color:#aaaaaa;
}

.author-100x100-pic {
	float:left;
	width:100px;
	height:100px;
	margin:0 20px 0 0;
	padding:0;
	background-color:#efefef;
}

.author-details {
	float:left;
	width:285px;
	height:100px;
	margin:0;
	padding:0;
}

.author-details h1 {
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0 0 0 0;
	line-height:20px;
	color:#01095a;
}

.author-details h5 {
	font:normal 13px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin:10px 0 0 0;
	line-height:13px;
	color:#01095a;
}

.author-details a.author_link {
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	color:#01095a;
}

.author-details a.author_link:hover {
	color:#DB0044;
}

.author-details a.column_link {
	font:normal 13px Arial, Helvetica, sans-serif;
	line-height:13px;
	color:#01095a;
}

.author-details a.column_link:hover {
	color:#DB0044;
}

.author-details ul {
	float:left;
	padding:0;
	margin:0;
}

.author-details li {
	float:left;
	padding:0;
	margin:0;
	height:11px;
	padding:4px 10px 0 0;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	display:block;
	clear:both;
}

.author-details li a {
	color:#000000;
	text-decoration:none;
}

.author-details li a:hover {
	color:#DB0044;
}

a.author-more-link {
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#01095a;
	text-decoration: none;
}

a.author-more-link:hover {
	color:#DB0044;
	text-decoration: none;
}

/* AUTHOR PAGE */
.author-maincontent-wrap {
	float:left;
	width:651px;
	margin:0 0 10px 10px;
	border-bottom:#000 1px solid;
	clear:both;
}
#author-article {
	float:left;
	width:390px;
	margin:0 0 0 0;
	padding:0 15px 0 0;
	height:auto;
}
.author-maincontent-wrap h3 {
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:10px 0 10px 0;
	line-height:18px;
}
.author-maincontent-wrap p {
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:10px 0 0 0;
	line-height:20px;
}
.author-maincontent-wrap p a {
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:10px 0 0 0;
	line-height:20px;
}
.author-maincontent-wrap p img {
	padding:0 20px 1px 0;
}
.author-maincontent-wrap .bottom-row a {
	color:#01095A;
}
.author-maincontent-wrap .bottom-row a:hover {
	color:#DB0044;
}


#author-sidebar {
	float:left;
	width:214px;
	padding:0 10px 0 20px;
	margin:0 0 0 0;
	border-left:#000 1px solid;
	height: auto;
}
.author-maincontent-wrap h2 {
	font:normal 20px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 15px 0;
	line-height:20px;
}
#author-sidebar ul,
#author-sidebar ul li {
	float:left;
	width:214px;
	padding:0;
	margin:0;
}
#author-sidebar ul li {
	list-style:none;
	display: block;
	border-bottom:#000 1px solid;
	margin:0 0 0 0;
	padding:15px 0 10px 0;
}
#author-sidebar a.column-link {
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0 0 10px 0;
	line-height:15px;
	color: #000000;
	text-decoration: none;
}
#author-sidebar a.column-link:hover {
	color:#DB0044;
}
.author-maincontent-wrap h4 {
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0 0 10px 0;
	line-height:15px;
}
.author-maincontent-wrap h5 {
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 0 0;
	line-height:11px;
}
#author-moreinfo {
	float:left;
	clear:both;
	padding:0 0 0 0;
	margin:15px 0 50px 0;
}
#author-moreinfo hr {
	float:left;
	width:50px;
	clear:both;
	border-bottom:#000 1px dashed;
	border-top:none;
	border-left:none;
	border-right:none;
	display:block;
}
#author-moreinfo p {
	float:left;
	clear:both;
	display:block;
}
#subcontent-wrap #archive-predetails {
	float:left;
	width:651px;
	height: auto;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:#000000 1px solid;
}
#subcontent-wrap h4 {
	font:bold 15px Arial, Helvetica, sans-serif;
	padding:0;
	margin:10px 0 15px 0;
	line-height:16px;
	color:#000;
}
#subcontent-wrap-author ul {
	display:block;
	clear:both;
}
#subcontent-wrap-author ul,
#subcontent-wrap-author ul li {
	float:left;
	padding:0;
	margin:0 0 5px 0;
}
#subcontent-wrap-author ul li {
	list-style:none;
	display: inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#subcontent-wrap-author ul li a {
	margin:0 0 0 0;
	padding:0 7px 0 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-right:#000 1px solid;
	color:#666666;
}
#subcontent-wrap-author ul li a:hover {
	color:#DB0044;
}
#subcontent-wrap-author ul li a.active {
	color:#000000;
}
#subcontent-wrap-author ul li a.noline {
	border-right:none;
}
#subcontent-wrap-author ul li a.noprepad {
	padding:0 7px 0 0;
}
#subcontent-wrap-author #archive-postdetails {
	float:left;
	width:661px;
	height: auto;
	margin:0 0 20px 0;
	padding:0 0 10px 5px; 
}
#subcontent-wrap-author #archive-postdetails .wp-pagenavi {
	padding-left: 5px;
}
#archive-postdetails #searchcol-wrap {
	float:left;
	width:427px;
	height: 80px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(images/subcontent-searchbg.jpg) 0 0  no-repeat;
}
.nobottomborder {
	border-bottom:none;
}
#searchcol-wrap  h4 {
	float:left;
	padding:15px 0 0 15px;
	margin:0;
}
#searchcol-wrap  ul,
#searchcol-wrap  ul li {
	float:left;
	padding:7px 0 0 17px;
	margin:0;
	list-style:none;
}
#searchcol-wrap  ul li {
	float:left;
	padding:0;
	margin:0;
}

.subcontent-row-author {
	float:left;
	width:650px;
	clear:both;
	margin:10px 0 10px 10px;
	padding:0 0 20px 0;
	border-bottom:#d2d2d2 1px solid;
}

.subcontent-row-author h1 {
	padding:0;
	margin:0 0 0 0;
	line-height:20px;
}

.subcontent-row-author h1 a {
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0 0 0 0;
	line-height:20px;
	color:#01095a;
	text-decoration:none;
}

.subcontent-row-author h1 a:hover {
	color:#DB0044;
}

.subcontent-row-author p {
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:10px 0 10px 0;
	line-height:20px;
}

.subcontent-row-author h6 {
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 0 0;
	line-height:11px;
	color:#aaaaaa;
}

.subcontent-row-author p a {
	color:#01095a;
	text-decoration:none;
}

.subcontent-row-author p a:hover {
	color:#DB0044;
}

#wp-email-popup p {
	padding-bottom: 10px;
}

#tab-article ul, #tab-article ol {
	list-style: inherit !important;
	margin: 0 30px 20px 30px;
	line-height: 1.5;
}
#wp-admin-bar-updates {
	display: none;
}