/**********
CALENDAR
**********/
div.calendar {
background-color:#F0F0F0;
border: black 1px solid;
padding: 2px 2px 2px 2px;
}
div.caleventlong
{
   z-index:3;
   position:absolute;
   padding:0px;
   text-align:center;
   font-size:10px;
   border:1px solid #A0A0A0;
   color:#ffffff;
}
div.caleventlong font
{
   color:#ffffff;
}
div.monthrufri {
   cursor:pointer;
   cursor:hand;
   z-index:2;
   position:absolute;
   width:107px;
   height:107px;
   text-align:right;
   font-size:9pt;
   margin:0px;
   padding:1px;
   color:#333333;
   background-color:#ffffff;
   border-top: 1px solid #A0A0A0;
   border-bottom: 1px solid #A0A0A0;
   border-left: 1px solid #A0A0A0;
}
div.sunday {
   cursor:pointer;
   cursor:hand;
   z-index:2;
   position:absolute;
   width:107px;
   height:107px;
   text-align:right;
   font-size:9pt;
   margin:0px;
   padding:1px;
   color:#333333;
   background-color:#ffffff;
   border: 1px solid #A0A0A0;
}
div.fullday
{
   z-index:4;
   position:absolute;
   padding:0px;
   border:1px solid #A0A0A0;
   background-color:#F0F0F0;
   font-size:9pt;
   width:300px;
}


table
{
   font-size:9pt;
}
table.tiny td
{
   font-size:10px;
}
img.arrow {
   border: 0px;
}
img.picture {
  border: #f0f0f0 1px solid;
}
img.picture.activePic {
   border: #c0c0c0 1px solid;
   opacity: .8;
   filter: alpha(opacity=80);
}
p
{
   margin-left:5px;
   margin-top:5px;
   margin-bottom:5px;
   padding:2px;
}
p.didyouknow
{
	margin-left:5px;
        margin-right:5px;
        margin-bottom:5px;
	margin-top:0px;
	font-size:1.5em;
	font-weight:bold;
	color:#333333;
}
p.fact
{
	margin:5px;
	font-size:1.4em;
	font-weight:bold;
	color:#600000;
}
p.word
{
	margin-left:10px;
        margin-bottom:10px;
        margin-right:10px;
	margin-top:0px;
	font-size:1.5em;
	font-weight:bold;
	color:#600000;
}
p.definition
{
	margin:5px;
	font-size:1.2em;
	font-family:trebuchet ms;
}
p.spacious
{
   margin:3px;
   font-size:8pt;
   padding:2px;
}

/***************************
Headers
***************************/
h1 {
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
}
h1 a, h1 a:hover, h1 a:visited, h1 a:link, h1 a:active {
font-size: 14pt;
color: #600000;
padding:2px;
margin:2px;
text-decoration:none;
}
h2
{
   font-size:12pt;
   color:#f0f0f0;
   padding:2px;
   margin:3px;
   font-weight:bold;
}
h3
{
   font-size:10pt;
   color:#600000;
   padding:1px;
   margin:2px;
   font-weight:bold;
}
body {
	font-family: trebuchet ms;
	font-size: 9pt;
	color: #333333; 
}
a
{
   color:#600000;
   font-size:9pt;
}
a: hover { color:#600000; }
a: visited { color:#600000; }
a: active { color:#600000; }
a: link { color:#600000; }
a.postlink
{
   color:#600000;
   font-size:8pt;
   text-decoration:none;
   font-weight:bold;
}
a.postlink: hover { text-decoration:underline; }
a.light
{
   color:#f0f0f0;
   font-size:8pt;
   text-decoration:none;
   font-weight:bold;
}
a.light: hover { text-decoration:underline; }
a.morelink
{
   color:#333333;
      font-size:8pt;
      text-decoration:none;
      font-weight:bold;
}
a.morelink: hover { text-decoration:underline; }
a.morelink2
{
   color:#333333;
   font-size:9pt;
   text-decoration:none;
   font-weight:bold;
}
a.morelink2: hover { text-decoration:underline; }

a.title
{
   color:#600000;
   font-size:10pt;
}
a.small
{
   color:#600000;
   font-size:8pt;
}
a.gray
{
   color:#808080;
}
a.posttitle
{
   color:#333333;
   font-size:11pt;
   font-weight:bold;
   text-decoration:none;
}
a.posttitle: hover 
{
   text-decoration:underline;
}

ul.item_tag_list li {
    display: inline;
}

#navsite p {
display: none;
}
#navsite {
float: left;
font-size: 11px;
text-align: right;
width: 125px;
background-image: url(images/submenu.png);
background-repeat: repeat-x;
background-position: bottom left;
padding-bottom: 12px;
margin: 0px 0 1em 0;
background-color: #600000;
border-top: 1px solid #000000;
color: #fff;
z-index: 1;
}
#navsite strong {
color: #fff;
}
#navsite ul {
list-style: none;
margin: 0;
padding: 0;
}
#navsite ul li {
margin: 0;
padding: 0;
}
#navsite ul li a {
display: block;
padding: 2px 5px 2px 2px;
background-color: #600000;
border-bottom: 1px solid #000000;
color: #fff;
text-decoration: none;
width: 100%
}
html>body #navsite ul li a {
width: auto;
}
#navsite ul li a:hover, .current {
background-color: #6000000;
background-image: url(images/submenu.png);
background-position:bottom left;
background-repeat: repeat-x;
color: #fff;
}
#navsite ul li.title {
background-color:#e0e0e0;
color:#600000;
font-weight:bold;
font-size:13px;
text-align:left;
padding:5px;
}
.last {
border-bottom: 1px solid #000000;
}
.bottomnav {
background-image: url(images/submenu.png);
background-repeat: repeat-;
background-position: bottom;
padding-bottom: 12px;
}


p.cat_child {
	margin:0px;
	padding:3px;
	color:#333333;
}
p.cat_child:hover {
	background-color:#c481ff;
	color:#333333;
}
p.cat_child a {
	display:block;
	text-decoration:none;
	font-size:8pt;
	color:#333333;
}

p.standardtitle
{
   background-color:#600000;
   color:#e0e0e0;
   font-size:110%;
   line-height:130%;
   margin-left:0px; 
   margin-right:0px;
   margin-top:0px;
   margin-bottom:5px;
   padding:5px;
}
p.standardtitle table
{
	color:#e0e0e0;
}
p.standardsubtitle
{
   background-image:url(images/subtitle.png);
   background-repeat:no-repeat;
   background-position:top left;
   color:#e0e0e0;
   font-size:100%;
   line-height:110%;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   margin-bottom:5px;
   padding:5px;
}
p.standardsubtitle table
{
        color:#e0e0e0;
}

div.alert
{
   padding:3px;
   margin:2px;
   background-color:#e0e0e0;
   border:#333333 1px dotted;
   color:#000000;
   font-size:8pt;
   text-align:center;
}
   
div.postdiv
{
 	padding:5px;
	border-bottom:#aaaaaa 1px dotted;
	color:#333333;
}
div.postdiv table 
{
 	color:#333333;
}
div.standard
{
	background-image:url('images/standarddiv.png');
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:#a0a0a0 1px solid;
	padding:5px;
	color:#333333;
}
div.standardbio
{
        background-image:url('images/standarddiv.png');
        background-position:top left;
        background-repeat:repeat-x;
        background-color:#ffffff;
        border:#666666 1px dotted;
        padding:5px;
        color:#333333;
}

div#main_container {
    padding: 0px;
    margin:0px;
    width: 537px;
    float: left;
}

div#sidebar_container {
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px;
}
div#comments_container {
    border: 1px solid #EEE;
    border-style: solid none none none;
    padding: 5px 0;
    margin-top: 5px;
}
div.comments_activity {
	margin-top:20px;
	width:300px;
	color:#808080;
}
div#disqus_thread {
   margin:0px; 
   padding:0px;
}
div#disqus_thread a {
   color:#f0f0f0;
}

div.calendar {
background-color:#F0F0F0;
border: black 1px solid;
padding: 2px 2px 2px 2px;
}
div.caleventlong
{
   z-index:3;
   position:absolute;
   padding:1px;
   text-align:center;
   border:1px solid #A0A0A0;
   color:#000000;
}
div.monthrufri {
   cursor:pointer;
   cursor:hand;
   z-index:2;
   position:absolute;
   width:107px;
   height:107px;
   text-align:right;
   font-size:9pt;
   margin:0px;
   padding:1px;
   color:#A0A0A0;
   background-color:#ffffff;
   border-top: 1px solid #A0A0A0;
   border-bottom: 1px solid #A0A0A0;
   border-left: 1px solid #A0A0A0;
}
div.sunday {
   cursor:pointer;
   cursor:hand;
   z-index:2;
   position:absolute;
   width:107px;
   height:107px;
   text-align:right;
   font-size:9pt;
   margin:0px;
   padding:1px;
   color:#A0A0A0;
   background-color:#ffffff;
   border: 1px solid #A0A0A0;
}
div.fullday
{
   z-index:4;
   position:absolute;
   padding:1px;
   border:1px solid #A0A0A0;
   background-color:#F0F0F0;
   font-size:9pt;
   width:300px;
}
div.fullpost
{
   background-color:#ffffff;
   padding:3px;
   font-size:9pt;
   font-weight:normal;
   border:#000000 2px solid;
   color:#000000;
   width:700px;
}
div.post
{
   background-color:#ffffff;
   padding:0px;
   margin-top:3px;
   margin-bottom:3px;
   margin-left:0px;
   margin-right:0px;
   font-size:8pt;
   font-weight:normal;
   color:#000000;
   overflow:hidden;
}
div.postmedium
{
	background-image:url('images/postmediumgradient.png');
	background-repeat:repeat-x;
	background-position: bottom left;
	background-color:#ffffff;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	font-size:9pt;
	font-weight:normal;
	border-left:#808080 1px solid;
	border-bottom: #808080 1px solid;
	color:#c0c0c0;
	height:auto;
}
div.postmedium#white
{
        background-image:url('images/postmedgradientwhite.png');
        background-repeat:repeat-x;
        background-position: bottom left;
	color:#000000;
}
div.postfull
{
        background-image:url('images/postfullgradient.png');
        background-repeat:repeat-x;
        background-position: bottom left;
        background-color:#ffffff;
        padding:5px;
        margin-top:10px;
        margin-bottom:10px;
        margin-left:5px;
        margin-right:5px;
        font-size:9pt;
        font-weight:normal;
        border-left:#808080 1px solid;
        border-bottom: #808080 1px solid;
        color:#000000;
        height:auto;
}
div.loggedin
{
    float: right;
    margin:0px;
    padding:3px;
    width:225px;
    text-align:center;
    border:#a0a0a0 1px solid;
    background-color:#e0e0e0;
}
div.admincontent
{
   position:absolute;
   top:140px;
   left:10px;
}
div.content
{
   background-color:#ffffff;
}
div.featurebox
{
   position:absolute;
   left:0px;
   top:0px;
}
div.featurestory
{
   padding:0px;
   margin:0px;
   height:300px;
   width:535px;
   background-color:#ffffff;
   color:#333333;
   overflow:hidden;
}
div.featuretab
{
   border-bottom:#000000 1px groove;
   border-left:#000000 1px groove;
   border-right:#000000 1px groove;
   position:relative;
   padding:0px;
   background-color:#c481ff;
   margin:0px;
   margin-right:2px;
   width:130px;
   height:40px;
   overflow:hidden;
   text-align:left;
}
div.featuretab table 
{
   color:#222222;
}
div.featuretabCurrent
{
   padding:0px;
   position:relative;
   background-color:#ffffff;
   margin:0px;
   margin-right:2px;
   width:130px;
   height:40px;
   overflow:hidden;
   text-align:left;
}
div.featuredcategory1
{
   color:#f0f0f0;
   padding:0px;
   margin:0px;
   margin-right:3px;
}
div.featuredcategory1admin
{
   padding:10px;
   position:absolute;
   top:450px;
   left:0px;
   width:300px;
   color:#000000;
   font-size:9pt;
   background-color:#ffffff;
}
div.featuredcategory2
{
   margin:0px;
   margin-left:2px;
   padding:0px;
   color:#f0f0f0;
}
div.featuredcategory2admin
{
   position:absolute;
   padding:10px;
   top:450px;
   left:330px;
   width:300px;
   color:#000000;
   font-size:9pt;
   background-color:#ffffff;
}
div.homepagebuttons
{
   position:absolute;
   top:600px;
   left:0px;
}
div.sidemenu
{
   position:relative;
}
div.menu
{
   z-index:900;
}
div.adminmenu
{
   position:absolute;
   top:100px;
   left:20px;
   z-index:900;
}
div.pttv160
{
   width:160px;
   height:225px;
   position:absolute;
   top:810px;
   left:5px;
}
div.ad160x600left
{
   width:160px;
   height:600px;
   padding:0px;
   margin:0px;
}
div.ad160x600right
{
   width:160px;
   height:600px;
   border:#000000 1px solid;
   color:#000000;
   background-color:#ffffff;
   position:absolute;
   top:200px;
   left:922px;
}
div.ad300x250
{
   width:300px;
   height:250px;
}
div.pttv
{
   width:300px;
      height:200px;
}
div.ad728x90top
{
   margin:5px;
   margin-left:0px;
   width:728px;
   height:90px;
}
div.latestnews
{
   position:absolute;
   left:540px;
   top:0px;
   width:300px;
   color:#f0f0f0;
   font-size:10pt;
   font-weight:bold;
   padding:0px;
   margin:0px;
   text-align:left;
}
div.capsule
{
   background-color:#c0c0c0;
   color:#000000;
   border:#000000 1px solid;
   padding:3px;
   margin:5px;
}
div.header
{
   margin-top:5px;
   background-color:#ffffff; //#000000;
   width:100%;
   height:89px;	//125px
   padding:0px;
   border-top:#ffffff 1px solid;
   border-bottom:#ffffff 1px solid;
   text-align:left;
   align:left;
}
div.subheader
{
   background-image:url('images/janesheaderpurple.png'); //url('images/header.gif');
   background-repeat:no-repeat;
   background-position:left;
   margin:0px;
   padding:0px;
   margin-left:0px;
   height:89px; 125px;
   width:1000px;
}

/* INPUT */
input, textarea, select
{
   background-color:#f5f5f5;
   border:#333333 1px solid;
   font-size:100%;
   line-height:100%;
   color:#333333;
   margin-right:5px;
   padding:4px;
}

/* BUTTONS */
.buttons a, .buttons button{
	display:block;
	margin:0 7px 0 0;
        background-color:#f5f5f5;
	border:1px solid #000000;
        border-top:1px solid #000;
	border-left:1px solid #000;
        font-size:100%;
	line-height:130%;
        text-decoration:none;
	font-weight:bold;
        color:#333333;
	cursor:pointer;
        padding:5px 10px 6px 7px; /* Links */
}
.smallbuttons a, .smallbuttons button 
{
        display:block;
	float:right;
	margin:0 7px 0 0;
	background-color:#f5f5f5;
	border:1px solid #000000;
	border-top:1px solid #000;
	border-left:1px solid #000;
	font-size:85%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
	width:auto;
        overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.smallbuttons button{
        width:auto;
        overflow:visible;
        padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
        padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}

*:first-child+html button[type]{
        padding:4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
        padding:0;
	border:none;
        width:16px;
	height:16px;
}
/* BUTTONS: POSITIVE */

button.positive, .buttons a.positive{
    color:#333333;
}
.buttons a.positive:hover, button.positive:hover{
 	background-color:#e6d4ff;
 	border:1px solid #000000;
 	color:#333333;
}
.buttons a.positive:active{
	background-color:#e6d4ff;
	border:1px solid #000000;
	color:#333333;
}
