/*********************/
/* InnerVoice styles */
/* Victor Jesudason   */
/* Varident*/
/*********************/

/* reset css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-color:transparent;
}
p {
        line-height:14px;
        }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: transparent;
}
ol, ul {
	padding-left:15px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	line-height:14px; /*added by Stan 11/02/2009 */
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******************/
/* global styles! */
/******************/

body { background: #f0f0f0; }

/* texts */
body, div, input, span {
	font-size: 12px;
	font-family: Arial, sans-serif;
	/*font-weight: bold;*/ /*stan commented on 11/02/2009 */
}

a, a:link, a:visited {
	color: #1372a9;
	font-weight: bold;
	text-decoration: none;
}

/* page wrapper */

#wrap {
	width: 960px;
	margin: 0 auto;
	padding: none;
}

#wrappopup {
	width: 650px;
	margin: 0 auto;
	padding: none;
}


/* header, logo, search */

#head {
	height: 118px;
	background: #000;
	position: relative;
}

#logo {
	position: absolute;
	/* bottom: 27px;
	left: 40px; */
}
#searchbox {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 309px;
}
.searchbutton {
	border: 0;
	background: #c3cf21;
	width: 65px;
	height: 24px;
	float: left;
	text-align: center;
	margin: 0 0 0 9px;
	padding: 0;
	font-size: 10px;
}

.searchfield {
	border: 0;
	background: #fff;
	float: left;
	width: 234px;
	height: 24px;
	margin: 0;
	padding: 0;
}

/* navigation area & rss links */

#trim {
	background: #383332;
	height: 6px;
	border-top: solid 1px #444240;
}

#nav {
	background: url('img/navbg.png');
	height: 32px;
	border: 0;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

ul.rmHorizontal {
	margin: 0 0 0 20px;
}
ul.rmHorizontal li{
	text-align: left;
	float: left;
	list-style: none;
}
ul.rmHorizontal li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #6d6d6d;
	display: block;
	padding: 9px 20px;
	margin: 1px;
}

ul.rmHorizontal li:hover, ul.rmHorizontal li.sfhover {
	background: #1e1b1a;
	height:32px;
}

ul.rmHorizontal li:hover a, ul.rmHorizontal li.sfhover a {
	color: #6aa5c9;
}

ul.rmHorizontal li ul.rmVertical { 
	z-index: 10;
	background: none;
	position: absolute;
	display: none;
}

ul.rmHorizontal li:hover ul.rmVertical, ul.rmHorizontal li.sfhover ul.rmVertical { 
	display: block;
}

ul.rmHorizontal li ul.rmVertical li { 
  clear: left;
  background: url('img/nav_arr.png') top left no-repeat #222;
  border-top: solid 1px #6a6a6a;
  border-bottom: solid 1px #000;
  width: 220px;
  padding-left: 16px;
  margin-left:-15px;
  opacity:0.95;
  filter:alpha(opacity=95)
}

ul.rmHorizontal li ul.rmVertical li a { 
  color: #ffffff;
  font-size: 11px;
}

ul.rmHorizontal li ul.rmVertical li a:hover {
  color: #6aa5c9;
  display:block;
}

ul.rmHorizontal li ul.rmVertical li ul.rmLevel2 {
	display: none;
	position: relative;
	top:-33px;
	left:220px;
	margin::0px;
}
ul.rmHorizontal li ul.rmVertical li ul.rmLevel2 li ul.rmLevel3{
    display: none;
    position: relative;
    top: -26px;
    left: 216px;
}
ul.rmHorizontal li ul.rmVertical li:hover ul.rmLevel2 {
	display: block;
}
ul.rmHorizontal li ul.rmVertical li ul.rmLevel2 li:hover ul.rmLevel3{
	display: block;
}

span.rss {
	float: right;
}

span.rss a {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #6d6d6d;
	display: block;
    padding: 10px 20px;
	margin: 1px;
	background: url('img/rss_ico.png') 1px 9px no-repeat;
}

/* columns */

#right {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 10px;
	width: 300px;
}
#content {
	float:left;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	width: 650px;
}

/* boxes */
.box {
	border: solid 1px #ccc;
	padding: 0;
	margin: 10px 0;
}
.boxcontent {
	padding: 9px;
	background: url('img/boxconbg.png') top left repeat-x #fff;
}
.boxheader {
	line-height: 27px;
	background: url('img/boxhedbg.png') top left repeat-x #fff;
	border-bottom: solid 1px #ccc;
	padding: 0 0 0 10px;
}

/* side article box (skillet performs) */
.sidearticle .boxcontent {
  position: relative;
  height: 250px;
}
.sidearticle .sa_img {
  position: absolute;
  top: 9px;
  left: 9px;
}
.sidearticle .sa_text {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  margin: 30px;
}

.sidearticle .sa_text h2 {
  font-size: 16px;
  margin: 0 0 15px 0;
}

.sidearticle .sa_text p {
  line-height: 20px;
}

.sidearticle .sa_text a {
  color: #cccc00;
  line-height: 20px;
}

/* recent posts box */

ul#recent_posts {
	margin: 0px 40px 0 20px;
	list-style: square outside;
}

ul#recent_posts li {
	padding: 3px 0;
}

/* this is where you set the recent posts hover color */
ul#recent_posts li a:hover {
	color: #000;
}

/* facebook and twitter links */
#fbbut, #twbut, #fb_tw_links {
	float: left;
}
#twbut, #fb_tw_links {
	margin-left: 10px;
}
#fb_tw_links {
	padding-top: 24px;
}
#fb_tw_links a {
	font-size: 11px;
	color: #858585;
	line-height: 13px;
}

/* ad boxes */
.adbox {
	border: solid 1px #d5d5d5;
	background: #d5d5d5;
	margin: 10px 0 10px 0;
	padding: 9px;
}
.adboxheader {
	height: 18px;
	text-align: center;
	color: #a4a4a4;
	font-size: 10px;
}

.adboxcontent {
	background: #e3e3e3;
	height: 107px;
	min-height: 107px;
}

.adboxcontent2x {
	background: #e3e3e3;
	height: 214px;
	min-height: 214px;	
}

/* footer */
#footer {
	width: 100%;
	background: url('img/footerbg.png') top left repeat-x;
	height: 58px;
	padding: 10px 0 90px 0;
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
	color: #5f5f5f;
}

/* clear */
.clear {
	clear: both;
}

/********************/
/* Home page styles */
/********************/

/* three news boxes */
.news {
	float: left;
	width: 210px;
	margin: 0;
}
.news .boxcontent {
	height: 240px;
}

/* put a margin on the center one to space them all out */
#news2 {
	margin-left: 7px;
	margin-right: 7px;
}

/* the small images with the date and comments overlayed */
.bimg {
  position: relative;
}

.bimg img {
  padding: 0;
  margin: 0;
  margin-bottom: -20px;
}

.io {
  background: #000;
  width: 100%;
  height: 20px;
  line-height: 20px;
  opacity:0.8;
  filter:alpha(opacity=80)
}

.io p {
  float: left;
  width: 160px;
  display: block;
  color: #adadad;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
  padding-left: 3px;
}

.ico_comments {
  background: url('img/c_ico.png') 1px 5px no-repeat;
  padding-left: 15px;
  float: left;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
}

.news .boxcontent h2 {
  margin: 10px 0;
  font-size: 13px;
}

.news .boxcontent p {
  color: #9C9C9D;
  font-weight: normal;
}

/* featured articles */
.featured_article {
	padding: 5px 0;
	border-bottom: solid 1px #eee;
	color: #9c9c9d;
	height: 14px;
}
.feat_text {
	padding-right: 10px;
	font-size: 11px;
	display: block;
	float: left;
	width: 100px;
}
.feat_link {
	width: 420px;
	display: block;
	float: left;
}
.feat_link a {
	text-decoration: underline;
}
/* this is where you set the featured articles hover color */
.feat_link a:hover {
	color: #000;
}
.feat_comm {
	display: block;
	float: left;
	width: 100px;
	font-size: 11px;
}

/***********************/
/* Article page styles */
/***********************/

.entry {
	padding: 15px;
}
.entry p {
	margin: 10px 0;
	font-weight: normal;
	line-height: 16px;
}
.entry h1 {
	font-size: 28px;
	color: #0067a3;
}
.entry h3 {
	font-size: 17px;
	color: #0067a3;
	margin: 20px 0 0 0;
}
.entry_buttons {
	margin: 0px 0;
	height:auto;
}
.gobackbutton {
	float: left;
	width: 390px;
	height: 31px;
}

.emailthis a, .sharethis a {
	color: #ec8000;
	padding: 3px 3px 3px 25px;
	margin: 3px 0 0 10px;
	float: right;
}
.emailthis a {
	background: url('img/emailthis.png') 1px 1px no-repeat #fff;
}
.sharethis a {
	background: url('img/sharethis.png') 1px 1px no-repeat #fff;
	float:right;
}
.commentbar {
	background: url('img/cbbg.png');
	height: 28px;
	border: solid 1px #ccc;
}
.commentbar a {
	font-size: 11px;
	line-height: 28px;
	margin: 0 10px;
}

.authorbox {
  border: solid 1px #ccc;
  padding: 15px;
}
img.abavatar {
  margin: 0 10px 10px 0;
  float:left;
}
.authorbox span {
  font-weight: normal;
  line-height:14px;
  
}
.authorbox span.abtitle {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
}

/* comments and leave a comment form */
.comments .boxheader {
  background: url('img/comboxhd.png') top left repeat-x #fff;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #0067a3;
}

.acomment {
  background: #fff;
  border: solid 1px #eee;
  margin-bottom: 10px;
  clear: both;
  padding-bottom: 10px;
  width:480px;
}
.comment_heading {
  clear: both;
  margin: 10px;
}
.com_av_bo {
  border: solid 1px #ccc;
  float: left;
  margin-right: 10px;
}
.com_avatar {
  border: solid 1px #fff;
}
.com_date {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 11px;
  border-bottom: dotted 1px #000;
}
.com_comment {
  font-weight: normal;
  margin: 10px;
}
.com_reply {
  margin: 10px;
}
.subcomments {
  border-left: dotted 1px #ccc;
  padding-left: 20px;
}

.comments input, .comments textarea {
  background: url('img/field_bg.png') top left repeat-x #fff;
  border: solid 1px #ccc;
  float: left;
  clear: left;
  width: 300px;
}

.comments textarea {
  margin: 20px 0;
  width: 600px;
  height: 100px;
}

.comments label {
  float: left;
  clear: left;
  margin: 15px 0 5px 1px;
}
.comments input.submitbtn {
  width: 90px;
  border: 0;
  background: none;
  background-image: url('/images//sub_but.png');
  vertical-align:middle;
  height:28px;
}
.comments img {
  float: left;
  clear: left;
  margin: 15px 0 5px 1px;
}
.comments hidden{
  float: left;
  clear: left;
  height:0px;
}


/***********************/
/* Section page styles */
/***********************/

.section h1 {
	color: #0067a3;
  font-size: 22px;
  font-weight:bold;
  margin: 20px;
}

.sec_item {
	clear: both;
	margin: 5px;
}

.sec_img {
	float: left;
	clear: both;
	margin: 20px;
}
.sec_item h3 {
  padding: 20px 0 10px 0;
  color: #0067a3;
  font-size: 16px;
  font-weight:bold;
  display: block;
}
.sec_item .but {
  padding: 10px 10px 0 0;
}
.sec_item p {
  line-height: 16px;
  font-weight: normal;
}
.emailTitle
{
	font-size: 15px;
	color: #0067a3;
	margin: 20px 10px 10px 10px;
	line-height: 16px;
	padding-left:10px;
}

.emailArticleTitle
{
	font-size: 13px;
	color: #0067a3;
	margin: 20px 10px 10px 10px;
	line-height: 16px;
	padding-left:10px;
}
.emailFieldTitle
{
	font-size: 13px;
	margin: 20px 10px 10px 10px;
	line-height: 16px;
	padding-left:10px;
}
.emailFieldButton
{
	padding-left:10px;
}
.Paragraph
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height:14px;
}

.Heading1
{
	
	font-size: 28px;
	font-family: Arial;
	font-weight: normal;
	color: #0067a3;
	
}

.Heading2
{
	padding-top:20px;
	padding-bottom:5px;
	font-size: 22px;
	font-family: Arial;
	font-weight: normal;
	color: #0067a3;
}

.Heading3
{

	font-size: 17px;
	font-family: Arial;
	font-weight: normal;
	color: #0067a3;
}
p
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height:14px;
}

h1
{
	
	font-size: 28px;
	font-family: Arial;
	font-weight: normal;
	color: #0067a3;
	
}

h2
{
	font-size: 22px;
	font-family: Arial;
	font-weight: normal;
	color: #0067a3;
}

h3
{

	font-size: 17px;
	font-family: Arial;
	font-weight: normal;
	color: #0067a3;
}