@media all and (max-width: 800px) {
	/*#header-right { display:none}*/
	#primary{ width:100% !important;}
	#header-right { width:100%; background:#99bffe;  margin:0 !important; margin-bottom:10px !important; border:0px solid !important;}
	/*#sidebar-second {display:none}*/
	#sidebar-second { width:100%; float:left; display:none}
	/*#sidebar-second div#block-block-5 {width:200px !important; display:block !important; float:left; background-color:#A2A2A2 !important}	*/
	
	.table7days { display:none}
	#content {width:100%}
	#main { width:100%; float:none; clear:both}
	#googleCSE { clear:both; width:100% !important; margin-left:0; }
	.tableTools { width:100% !important; float:left; margin-right:0}
	#updTools {/*display:none*/ width:95%;}
	#socialThumbs {width:100% !important}
	.region-bottom .block-menu{width:94% !important;}
}

@media all and (min-width: 800px) {
	#primary { width:70% !important;}

	#content {width:100%}
 	#main { width:66%;}
	#googleCSE { width:auto; margin-left:50px;} 
	#sidebar-second { width:29% !important; }
	/*.tableTools { width:30%}*/
	#updTools {width:60%}
	#artTools {width:28%}
	#updTools {float:left; margin-right:10px;}
	#artTools {margin-left:10px; float:left; }
	/*#ratgTools {margin-left:10px; float:left; }*/
}

/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */

/*
** HTML elements
*/

* {
  	color: rgb(50, 50, 50);
}

body {
  margin: 0;
  padding: 0;
  background: #F3F8FC/*#EFF8F8*/ /*url(pics/bg-paper.jpg) repeat*/;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  /*color: #000;
  font: 76% Verdana, Arial, Helvetica, sans-serif;*/
  height:100%;
  text-align:center;
}

#outerdiv {
	/*width:980px; - websolv - jan 26, 2015 - original width */ 
	max-width:1000px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
	border-right:1px solid #EAEAEA;
	border-left:1px solid #EAEAEA;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.2em;
}

h1, h2, h2 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color:#000099;
	text-decoration:none;
}

h3, h4, h5, h6 {
	font-size: 16px;
	line-height: 18px;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}

div.captchaimg {
	clear:left;
	margin-top:10px;
}

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  	background-color: #F3F8FC/*F9F9F9*/;
	background:url(pics/blue_tile.jpg) 0 0 repeat-x #F3F8FC; 
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  /*padding: 0em 1.0em 0em 1em;*/
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}

#primary {
	margin:0 auto;
}

#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 12px;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 15px 20px 0 0px;
   float:left;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right, #sidebar-second {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding:15px 10px 20px 10px;
  vertical-align: top;

	/*new*/	
  	background-color:#FFFFFF;
	width: 174px;
	border:0;
	border-right: 1px solid rgb(204, 204, 204);
}

#sidebar-right, #sidebar-second { border:0; border-left: 1px solid #EAEAEA; padding:15px 0px 20px 15px; float:right}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/


/*the page title and the node title links */
.node h2.title {
	border:0px solid;
	margin:10px 0;
}

.submitted {
  font-family:Arial, Helvetica, sans-serif;
  color:#999999;
  margin-bottom:10px; 
}

.node .taxonomy {
  color: #999;
  padding-left: 1.5em;
  border:0px solid;
}

.links {
  color: #999;
}
.links a {
  font-weight:normal;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
}
.block .title {
/*these titles are for the blocks, left bar, right bar, etc */
	margin-bottom: .25em;
	color: #000099;
	margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
	/*font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;*/
	font-family: Tahoma;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #0a47c3;
	text-decoration: none;
 	/*new blue style*/

}


.block h2.collapsiblock {
	text-align:center;
}

.block-adsense {border:0px solid #CC9933; text-align:center; margin:10px auto; padding:0;}

.box .title {
  font-size: 14px;
}
.node {
  margin: .5em 0 1em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}


div.content, .node .content {
  margin: .5em 0 .5em 0;
}

.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}


/* ::::: http://www.drbenkim.com/css/stylesheet.css ::::: */

a, a img { color: rgb(56, 102, 188); text-decoration: none; font-family:Arial, Helvetica, sans-serif; }
a:hover { text-decoration: underline; /*color: rgb(204, 51, 0);*/ }
.node a, .comment a { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* NEW DESIGN*/
.smalltype1 { font-family: Verdana,Arial,Helvetica,sans-serif; font-weight:bold; font-size: 12px; line-height:14px; }

.clear {clear:both}

#primary ul.links {text-align:center; margin:0 auto;}

#primary ul.links li {
	background-color:#FFF;
	padding:3px 8px 6px 8px;
	line-height:30px;

  	/*border-left: 1px solid #EAEAEA;*/
}
#primary ul.links li.first {
  border: none;
}

#primary ul.links li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #069; /*#A0C2FF;*/
	font-weight:normal;
}

div.border-bot {
	border-bottom:1px solid #CCCCCC;
}

tbody {border:0}

/*added for blue headings in tabs */
.bhead {
	color: #0000A0;
	font-weight:bold;
}

/*top-right - floated*/
/*div.divlinks {
	white-space:nowrap;
	width:140px;
	margin: 10px 0 14px 14px;
	padding:3px;
	float:right;
	border:1px solid #CCCCCC;
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
}*/

/*fixed block, doesn't scroll*/
/*div.divlinks {
	position:fixed;
	right:22%;
	background-color:#FFFFFF;
	white-space:nowrap;
	width:140px;
	padding:3px;
	border:1px solid #CCCCCC;
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
}*/

/*PROPER STYLE*/
/*div.divlinks {
	float:right;
	width:140px;
	white-space:nowrap;
	margin: 10px 0 14px 14px;
	padding:3px;
	border:1px solid #CCCCCC;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
}*/

div.divlinks {
	/*float:left;
	width:220px;
	white-space:nowrap;
	margin: 0px 20px 10px 10px;
	padding:6px;*/
	border:0px solid #CCCCCC;
	font-size:14px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	line-height:18px;
    margin: 0 auto;
	width:156px;

}

div.divlinks ul.links li {
	background-repeat:no-repeat;
	background-position: 0 50%;
	list-style-position:outside;
}

/*notneeded since disabled this link
div.divlinks ul.links li.blog_usernames_blog {
	display:list-item;
	margin:0;
	padding:0;
	text-indent:0;
}*/

div.divlinks ul.links li.comment_comments {
	/*list-style-image:url(pics/list_comments.gif);*/
	display:list-item;
	background-image:url(pics/list_comments.gif);
	margin:3px 0;
	padding-left:22px;
}

div.divlinks ul.links li.comment-add {
	/*list-style-image:url(pics/comment_yellow.gif);*/
	display:list-item;
	background-image:url(pics/comment_yellow.gif);
	margin:3px 0;
	padding-left:22px;
}

div.divlinks ul.links li.node_read_more {
	/*list-style-image:url(pics/read-more.gif);*/
	display:list-item;
	background-image:url(pics/read-more.gif);
	margin:3px 0;
	padding-left:22px;
}

div.divlinks ul.links li.statistics_counter {
	/*list-style-image:url(pics/list_world.gif);*/
	display:list-item;
	background-image:url(pics/list_world.gif);	
	margin:3px 0;
	padding-left:22px;
}

div.divlinks ul.links li.forward_link {
	/*list-style-image:url(pics/icon_email.gif);*/
	display:list-item;
	background-image:url(pics/icon_email.gif);
	margin:3px 0;
	padding-left:22px;
}

div.divlinks ul.links li.print_html {
	/*list-style-image:url(pics/print_tn.gif);*/
	display:list-item;
	background-image:url(pics/print_tn.gif);
	margin:3px 0;
	padding-left:22px;
}

div.divlinks ul.links li.print_html a.print_html {
	margin-left: 0;
}

div.divlinks ul.links li.audio_download_link {
	display:list-item;
	background-image:url(pics/icon_download.gif);
	margin:3px 0;
	padding-left:22px;
}

/*for your stories submit */
div.divlinks ul.links li.webform_back {
	display:list-item;
	background-image:url(pics/icon_page_prev.gif);
	margin:3px 0;
	padding-left:22px;
}

div.divlinks ul.links li.share {
	display:list-item;
	list-style-position:outside;
	list-style-type:none;
	border:0px solid;
	margin:4px auto 2px auto;
	padding:0;
}


/*fivestar*/

div.block-fivestar {
	/*
	float:right;
	margin:0 10px 10px 10px;
	padding:6px
	width:130px;*/
	margin:0 auto;
	border:0px solid #CCCCCC;
	width:156px;
	line-height:18px;
}

form.fivestar-widget {
	/*how to prevent jitter*/
	border:0px solid #CCCCCC;
	display:block;
	/*text-align:left;*/
	color:#333333;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	margin-top:15px;
}

form.fivestar-widget .description {
	font-size:inherit;
	margin-top: 10px;
}

form.fivestar-widget:before {
	/*content:"ggggg";*/
}

.fivestar-widget .user-rating {
	display:block;
	/*text-align:center;*/
}

.fivestar-widget .average-rating {
	display:block;
	padding-top:7px;
	border:0px solid
	/*text-align:center;*/
}

.rating, .fivestar-widget .user-rating span, .fivestar-widget .average-rating span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
}


#block-views-Most_useful div.item-list{
	border:0px solid #999900;
}

#block-views-Most_useful ul {
	display:block;
	margin:5px;
	margin-left:18px;
	padding:0;
	border:0px solid;
}

#block-views-Most_useful li {
	list-style-type:decimal;
	list-style-position:outside;
	margin:3px 0;
	padding:0;
	/*margin-left:-5px;*/
	border:0px solid #CC9900;
}

#block-views-Most_useful li div.view-item-Most-useful {
	/*same as above*/
	/*display:inline;	*/
}

#block-views-Most_useful div.view-label, #block-views-Most_useful li a {
	/*white-space:nowrap;*/
	border:0px solid;
	padding-right:3px;
	display:inline;
	font-weight:normal;
}

#block-views-Most_useful li a {
	color:#0066CC;
}

#block-views-Most_useful li div.view-field {
	display:inline;
	margin:0;
	padding:0;
	/*white-space:nowrap;*/
	/*padding-right:5px;*/
	font-weight:normal;
	border:0px solid #000099;
}

#block-views-Most_useful li div.view-item-Most-useful div.view-data-node-title {
	clear:both;
	display:block;
}

#block-views-Most_useful div.fivestar-widget-static {
	border:0px solid #CC9933;
	width:90px;
	/*display:inline;*/
}

/*#block-views-Most_useful div.clear-block {
	border:0px solid #00CCFF;
	float:left;
	clear:none;
	width:90px;
}

#block-views-Most_useful div.view-data-votingapi-cache-vote-percent-average-value {
	border:1px solid #9999CC;
	float:left;
}*/


/* Article Resize */
div.xxsmall {
   font-size:70%;
}
div.xsmall {
   font-size:77%;
}
div.small {
   font-size:85%;
}
div.medium {
   font-size:100%;
}
div.large {
   font-size:114%;
}
div.xlarge {
   font-size:144%;
}
div.xxlarge {
   font-size:189%;
}
/* END Article Resize */

.feed-icons {
	border:0px solid;
	display:inline;
	margin:0;
	padding-left:10px;
}

#primary a.feed-icon {
		border:0px solid;
		margin:0;
		padding:0;
}

#primary a.feed-icon img{
		border:0px solid;
		margin:0;
		padding:0;
		vertical-align:bottom;
		width:16px;
		height:16px;
}

/*display related within content*/
div.related-box {
	float:right;
	width:150px;
	border:1px solid #CCCCCC;
	margin:6px auto 6px 10px;
	padding:5px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	background-color:#FFFFFF;
}

div.related-box-left {
	float:left;
	width:200px;
	border:1px solid #FFCC00;
	background-color:#FFFFCA;
	margin:10px 10px 10px auto;
	padding:5px;
}

div.related-box-right {
	position:absolute;
	bottom:0;
	height:200px;
	z-index:100;
	/*display:none;*/

	/*margin: auto 0px -100px 10px;*/
	width:200px;
	border:1px solid #FFCC00;
	background-color:#FFFFCA;
}

div.related-box-right2 {
	clear:right;
	float:right;
	margin: 5px 0px 10px 10px;
	padding:5px;
	width:200px;
	border:1px solid #FFCC00;
	background-color:#FFFFCA;
	}

.text-tool {
	float:right;
	border:1px solid #FFCC00;
	background-color:#FFFFCA;
	font-size:10px;
	font-family:Tahoma, "Trebuchet MS", "Times New Roman", serif;
	padding:3px;
	margin:0 0 6px 6px;
}

.body-text {
	border:1px dotted #EBEBEB;
	margin:0 auto;
	padding:6px 20px;
	margin-bottom:15px;
	width:75%; 
}

/*.head-homepg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: rgb(56, 102, 188);
	padding:8px;
	background-color:#FFFFDD;
	border:1px solid #999999;
	margin-bottom:25px;
	text-align:left;
}*/
.head-homepg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #6699CC;
	color:#FFFFFF ;
	margin:15px 0;
	padding:8px;
	/*border-top: 1px solid #3333CC;
	border-bottom: 1px solid #3333CC;*/
	border:1px solid #CCCCCC;
	text-align:left;
}

span.block-title-orange {
	display:block;
	color:#CC6600; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:14px;
}

div.related-box span.block-title {
	display:block;
	color:#CC6600;  
	font-weight:bold;
	margin:2px 0 6px auto;
}

div.related-box a {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
}

/**
 * FINAL PAGE (node)
 * You may want to copy these styles to your theme's CSS file and then set img_assist.css 
 * not to load on every page.  This can be set on the img_assist settings page.
 */ 
span.inline-left {
  display: block;
  float: left;
  margin: 5px 5px 2px 0px;
  border:0px solid;
}
span.inline-right {
  display: block;
  float: right;
  margin: 5px 0px 5px 5px;
}
span.inline-center {
  display: block;
  text-align: center;
}
span.inline .caption {
  display: block;
}

/* Clear floated images. Copied from Garland's style.css. */
/*.image-clear { 
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}*/

.content ol, .content ul {
	clear:left;
}

h1.messages {
  border: 1px solid #ddd;
  padding: 0.4em;
  font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
  font-size:14px;
  color: #000;
  line-height: 16px;

  background-color: #eee;
  margin: 0em auto 1em auto;
}

/*audio module related*/
.audio-node {
	border:0px;
}

div.divlinks ul.links {
	display:block;
	margin:0;
	padding:0;
}

.block7days {
	/*border-left:1px solid #cecece;
	border-right:1px solid #cecece;*/
	width:89%; /*87%*/
	float:left;
	border:1px solid
}


.block7days div.blockCustom {
	border-right:1px solid #cecece;
	width:25%; /*25%*/
	min-height:180px;
	float:left;
	margin:15px 0;
	padding:0 15px;
}

.block7days div.blockCustom.last {
	border-right:none;
}

.block7days div.blockCustom h2, .table7days div.blockCustom h2, .divlinks .title, .block-fivestar .title {
	font-family: Tahoma;
	font-size: 18px;
	font-weight:normal;
	color: #0a47c3;
	text-align:center;
	margin:0; 
	margin-bottom:10px;
}

.block7days .subhead {
	/*background:url(pics/curve1.gif) 0 0 no-repeat;*/
	background-color:#F0F0F0; 
	text-align:center; 
	padding:5px; 
	font-variant:small-caps; 
	font-size:12px; 
	font-weight:bold;
}

.most-top-lcurve {
	background:url(pics/curve1.gif) 0 0 no-repeat;
	width:20px; 
	height:13px;
}

.most-top-horiz {
	background:url(pics/top1.gif) 0 0 repeat-x;
	height:13px;
}

.most-top-rcurve {
	background:url(pics/curve2.gif) 0 0 repeat-y;
	width:20px;
	height:13px;
}

.most-lbar {
	background:url(pics/left1.gif) 0 0 repeat-y;
	width:20px;
}

.most-rbar {
	background:url(pics/right1.gif) 0 0 repeat-y;
	width:20px;
}

.most-divider {
	background:url(pics/divider.gif) top right repeat-y;
}

.most-bot-lcurve {
	background:url(pics/curve3.gif) 0 0 no-repeat;
	width:20px;
	height:13px;
}

.most-bot-horiz {
	background:url(pics/bottom1.gif) 0 0 repeat-x;
	height:13px;
}

.most-bot-rcurve {
	background:url(pics/curve4.gif) 0 0 no-repeat;
	width:20px;
	height:13px;
}

.table7days, .tableTools {
	margin: 10px auto 10px auto;
}

.tableTools {
	margin-top:0;
	padding:10px;
	border:1px solid #CCC;
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;*/
}

.table7days td, .tableTools td {
	padding:0;
	margin:0;
}

.table7days .blockCustom {
	width:90%;
	border:0px dotted #ABABAB;
}

.table7days .blockCustom.last {
	width:95%;
	border:0px solid
}

#footer {
	width:100%;
	margin:0px auto;
	padding:10px;
	font-family:Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #525252;
	text-decoration: none;
	background-color:#99BFFE;
	/*border-top: 1px solid rgb(204, 204, 204);*/
}

#footer table, #footer td {
	margin:0;
	padding:0;
}

.footer-top-left {
	background:#FFFFCD url(pics/curve-footer-tleft.gif) 0 0 no-repeat;
	width:15px;
	height:15px;
	padding:0;
	margin:0;
}

.footer-bot-left {
	background: #FFFFCD url(pics/curve-footer-bleft.gif) 0 0  no-repeat;
	width:15px;
	height:15px;
	padding:0;
	margin:0;
}

.footer-left {
	background: #FFFFCD url(pics/curve-footer-left.gif) top left repeat-y;
	width:15px;
	height:15px;
	padding:0;
	margin:0;
}

.footer-right {
	background:#FFFFCD url(pics/curve-footer-right.gif) top right repeat-y;
	width:15px;
	height:15px;
	padding:0;
	margin:0;
}


.footer-top-right {
	background:#FFFFCD url(pics/curve-footer-tright.gif) top right no-repeat;
	width:15px;
	height:15px;
	padding:0;
	margin:0;
}

.footer-bot-right {
	background:#FFFFCD url(pics/curve-footer-bright.gif) top right no-repeat;
	width:15px;
	height:15px;
	padding:0;
	margin:0;
}

.footer-top {
	background:#FFFFCD url(pics/curve-footer-top.gif) 0 0 repeat-x;
	height:15px;
	padding:0;
	margin:0;
}

.footer-bot {
	background: #FFFFCD  url(pics/curve-footer-bot.gif) center center repeat-x;
	height:15px;
	padding:0;
	margin:0;
}

.footer-bg {
	background:#FFFFCD url(pics/footer-icon.gif) center right no-repeat;
	height:35px;
	padding:0 40px;
	margin:0;
}

#footer-links ul.menu {
	margin:0;
	padding:0;
	border:0px solid;
}

#footer-links ul.menu li {
	display:inline;
	margin:0;
	padding:0;
}

#footer-links ul.menu li a {
	font-size:12px;
	font-weight:normal;
	border-right:1px solid;
	padding:0 10px;
	color:#FFFFFF; 
}

#footer-links ul.menu li.first a {	padding-left:0;}

/*newsletter styles*/
.nltable {
	width:100%;
	margin:20px auto;
	background-image: url(pics/nl_background.gif);
	background-repeat: repeat-x;
	background-color:#FEF3CB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}
.nltable td.pad {
	padding:10px 0;
}
.nltable h2 {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #0a47c3;
	text-decoration: none;
	padding:0;
	margin:0;
}

.nl-topleft {
	background: url(pics/nl1.jpg) 0 0 no-repeat;
	width:25px; 
	height:22px;
}
.nl-top {
	background: url(pics/nl3.jpg) 0 0 repeat-x;
	height:22px;
}
.nl-topright {
	background: url(pics/nl2.jpg) 0 0 no-repeat;
	width:25px; 
	height:22px;
}
.nl-bottomleft {
	background: url(pics/nl4.jpg) 0 0 no-repeat;
	width:25px; 
	height:22px;
}
.nl-bottomright {
	background: url(pics/nl5.jpg) 0 0 no-repeat;
	width:25px; 
	height:22px;
}
.nl-logo {
	width:115px;
	height:99px;
	background:url(pics/nl_logo.gif) 0 0 no-repeat;
}


/* ask dr ben kim block */
#block-views-ask_dbk ul, #block-views-ask_dbk ul li {
	list-style:none;
	padding:0;
	margin:0;
}

.view-footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	margin-top:20px;
}

/*quiz*/
.form-radios label {
	border:0px solid;
	display:inline;
}

.multichoice_answer_text {
	margin:0;
	display:inline;
}

.block-views .view-content h2.title a {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

/*poll view*/
/*.view-Poll-View h2 a {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}*/

.block-views .view-content .submitted {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.block .bdr {
	border:none;
}

span.read-more {
	display:block;
	/*margin:10px auto;*/
}

#block-menu-menu-footer-menu {
	border-bottom:0;
	padding:0;
	margin:0;
}

#block-menu-menu-footer-menu li.leaf.last a {
	border:0;
}

ul#twitter_update_list {
	margin:0;
	list-style:none;
	padding:0;
}

ul#twitter_update_list li {
	margin:10px 0;
}

#content {
	margin:0px 20px 20px 20px;
	width:auto;
}

#sidebar-right .block {
 font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
 }

#sidebar-right .block h2.title, #sidebar-second .block h2.title, .blue-box, #comments h2.title, .tableTools h2.title {
 font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
   border: 1px solid #ddd;
  padding: 0.4em;
  font-size:14px;
  color: #FFF;
  line-height: 16px;
  background-color:#A0C2FF;
  text-align:center;
}

.tableTools h2.title { font-size:16px; line-height:18px; margin:6px 0 !important; background-color:#6699CC !important}


#sidebar-right .block h3.title, #sidebar-second .block h3.title{
	margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
	font-family: Tahoma;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #0a47c3;
	text-decoration: none;
	border:0;
	background:none;
}

#sidebar-right .block, #sidebar-second .block {
	border:0;
	padding-bottom:0;
}


/*#primary {
	width:100%;
	height:auto;
	background-color:#FFFFDD;
	border-bottom: 1px solid #FFE2AF;
	text-align:center;
}*/

div.top-region {
	color:#336699; 
	font-size:12px; 
	font-family:Tahoma, 'Trebuchet MS', Arial, Verdana, sans-serif;
	background:none;
	text-align:right;
}

#header .block-nice_menus, #header .block-nice_menus .content {
	padding:0;
	margin:0;
}

#header .block-nice_menus h2 {
	display:none;
}

#header .block {
  	border-bottom-color: #EAEAEA;
	margin-bottom:0; 
	padding-bottom:0
}

#bottom {width:100%; margin:20px auto; clear:both; float:left; /*background-color:#F3F8FC;*/}
#bottom .block {float:left; width:215px; height:200px; margin:2px; padding:10px; background-color:#F3F8FC; font-size:.85em; border:0; overflow:auto;}
#bottom .block .title { font-size:1.2em; color:#6E6E6E; color:#003399; font-weight:bold; font-family:Arial, Helvetica, sans-serif}
#bottom .block .menu { padding:0; padding-left:15px}

#footer a { color:#FFFFFF;}

/*div.pager {
	margin:15px auto;
}*/

/*.pager-list a {
	border:1px solid #666666;
	margin: auto 3px;
	padding:3px 6px;
	font-weight:bold;
	line-height:30px;
}

.pager-list a:hover, .pager-list a:active {
	background-color:#6699CC;
	color:#FFFFFF;
	text-decoration:none;
}*/

.item-list ul.pager { clear:both; margin:10px auto; padding:0;}
.item-list .pager li { margin:0; padding:0; float:left;}
.item-list .pager li a {
	border:1px solid #669999;
	font-weight:bold;
	text-decoration:none;
	background-color:#6699CC;
	/*background-color:#FF972F;
	border:0px solid #669999;*/
	color:#FFFFFF;
	padding:3px 6px;
	margin: 3px;
	float:left;
}

.item-list .pager li.pager-current {
	border:1px solid #669999;
	padding:3px 6px;
	margin: 3px;
}

.item-list .pager li a:hover {
	background-color:#E0EBEF;
	color:#006699;
}

.btn-search { 
/*	width:100px; 
	height:36px; */
	width:35%;
	padding:7px 4px 8px 8px;
	border:1px solid #ccc; 
	text-transform: uppercase; 
	background-color:#F0F0F0; 
	text-align:center; 
	vertical-align:middle; 
}

.txt-searchbox {
	/*width:200px;*/
	width:55% !important;
	border:0 ;
	margin:0;
	padding:7px 4px 8px 8px;
	vertical-align:middle;
	color: #999999;
	font-family: Tahoma;
	font-size: 16px;
	font-weight:normal;
}

#block-views-comments-recent-block .item-list ul {
	margin:0;
	padding:0;
	margin-top:3px;
}

#block-views-comments-recent-block .item-list \li {
	background-repeat:no-repeat;
	background-position: 0 2px;
	list-style-position:outside;
	list-style-type:none;
	display:list-item;
	background-image:url(pics/list_comments.gif);
	margin:0;
	margin-bottom:6px;
	/*margin:3px 0;*/
	padding-left:22px;
}

/* facebook - doesn't work */
#block-block-17 .name_block, #block-block-17 .name_block .name { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#3300FF}
.fan_box .connections, .fan_box .full_widget {
	border:0;
}

.table7days {
	width:616px; /*increased from 613px when removed most emailed block*/
	float:left;
}

.total-votes {
	display:block;
}

/*.rotor-items {
width: auto !important;
height: auto !important;
margin:0 auto; 
}
.rotor-content-detail { text-align:center;}
*/

ul.resizeText {
	margin:0px;
}

.divlinks div.title {
	margin-bottom:10px;
}

#bc-fivestar .item-list li {margin-bottom:5px;}
#bc-fivestar .fivestar-static-item .form-type-item {margin:0; padding:0; border:0px solid } 
#main-menu, .main-menu {margin:0; padding:0; border:0px solid}
#footer .block {border:none}
.node-teaser .content.bdr { border-bottom:1px solid #CCCCCC; padding-bottom:1em;}
.field-type-taxonomy-term-reference .field-item {
	float:left; margin-right:1.2em; margin-top:-1em; margin-bottom:1em; padding:0;color:#999;
}

.field-name-body {
	clear:both;
	float:none;
}

#block-system-main.block {border:none}
#edit-field-category-und {height:15em; width:25em}

.read-more {
	margin:3px 0;
	/*color:#006699;*/
	color:#FFF;
	}
.read-more a {
	padding:2px 7px 4px 7px;
	background-color:#D7E2F4;
	border:1px solid #FFF;
	text-decoration:none;
	font-size:13px;
	color:#FFF;
	/*font-weight:bold; bgcolor #91C5FF*/
}

.read-more a:hover {
	border:1px solid #999999;
	color:#FFF;
	}

.region-header {width:100%; height:auto; border:0px solid;}

img {max-width:100%; height:auto !important;}
.imgCont img {max-width:100%; height:auto !important;}

#logo {max-width:none; 
width:auto; 
background:url(pics/blue_tile.jpg) 0 0 repeat-x;
}

/*#sidebar-second #block-block-5, #block-views-thought-block-block-1 {width:100% !important; display:block !important; background-color:#FFF; float:left;}*/
/*	div.region.region-sidebar-second div#block-block-5 {width:100% !important; display:block !important; background-color:#A2A2A2 !important}	*/

.social-buttons { padding:0; margin:0; margin-bottom:20px; }
.social-buttons div.fb-like{ vertical-align:bottom; margin-bottom:0; padding-bottom:0 }