/*******************************************************
TITLE: nicholeV custom template (derived from voideclass v2)
DATE: 20090610
AUTHOR: Dave Van -- http://www.nicholev.com
*******************************************************/

body {
    margin:0;
    padding:0;
    background-color:#000000;
    color:#ffffff;
    text-align:center;
    /*font-family: Book Antiqua, Arial, Sans-Serif;*/
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    height:auto !important; /* FF and compliant browsers should automatically size the body/html */
    height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}

a {
    color:#b7afa1;
    text-decoration:underline;
}

a:hover {
    color:#AF0101;
    text-decoration:none;
}

img {
    border:none;
}

#centerColumn { 	
    margin:0 auto;
    padding:20px;
    width:1000px;
    text-align:left;
    vertical-align: middle;	
    background-color:#000000;
    /*border:1px solid #bbd1e2;*/
}

#header {
    margin:0 0 40px 0;
    padding:0 0 0 0;
    height:350px;
    background-color:#000000;
    background-image:url(img/blank.gif);
    background-position:center center;
    background-repeat: no-repeat;
    min-width: 1000px;
}

#header h1 {
    margin:15px 0 0 15px;
    padding:0 0 0 0;
    font-size:24px;
    color:#ffffff;
    text-transform: uppercase;
}

#header h1 a {
    color:#ffffff;
    text-decoration:none;
}

#header h1 a:hover {
    color:#ffffff;
    text-decoration:underline;
}

#header h2 {
    margin:5px 0 0 25px;
    padding:0 0 0 0;
    color:#333333;
}

#fauxRightColumn {
    position:relative;
    float:right;
    margin-left:10px;
    padding:0 5px 5px 5px;
    width:180px;
    background-color:#ffffff;
    border-top:5px solid #eeeeee;
    border-right:1px solid #eeeeee;
}

#fauxRightColumn h2 {
    font-size:14px;
    font-weight: bold;
    color:#da8619;
    border-bottom:1px dashed #979179;
}

#fauxRightColumn a {
    text-decoration:none;
    color:#559449;
}

#fauxRightColumn a:hover {
    text-decoration:none;
    color:#cccccc;
}

#footer {
    position:relative;
    bottom:0;
    margin:30px 0 0 0;
    padding:5px;
    text-align:center;
    font-size:10px;
    background-color:#000000;
}

.adminNavbarStyle {
    padding-top: 0px; 
    padding-bottom: 5px;
}

.adminNavbarStyle ul {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    text-align: center;
}

.adminNavbarStyle ul li {
    padding-right:8px;
    padding-left:8px;
    border-left:1px solid #999999;
    display: inline;
    list-style-type:none;
    font-size:10px;
}

.adminNavbarStyle ul li.first, .adminNavbarStyle ul li.firstHere {
    border-left: none;
}

.categoryLinks {}
.categoryListCellStyle {}
.categoryListContainerStyle {}
.categoryListExpanded {}
.categoryListlinkstyle {}
.categoryListNestedOutlineBadgeCellStyle {}
.categoryListNestedOutlineBadgeStyle {}

.categoryListNestedOutlineBodyTableStyle {
    margin-left:3em;
    padding-left:1em;
    border-left:1px dashed #eeeeee;
    border-bottom:1px dashed #eeeeee;
}

.categoryListNestedOutlineContainer {}
.categoryListNestedOutlineTitleCellStyle {}
.categoryListNestedOutlineTitleStyle {}
.categoryListTableStyle {}
.categoryListXmlLinkStyle {}

.dayHeader {
    margin-bottom:8px;
    border-bottom:1px dashed #7494A9;
    font-size:14px;
    font-weight:bold;
    color:#b7afa1; 
}

.itemTitle {
    font-size:18px;
    font-weight: bold;
    color:#E3D9C5;
    text-align: left;
}

.itemTitle a {
    color:#E3D9C5;
    text-decoration:none;
}

.itemTitle a:hover {
    color:#AF0101;
    text-decoration:none;
}

.itemPostedon {
    margin-bottom:15px;
    font-size:10px;
    color: #7494A9;
}

.itemFooter {
    text-align: right;
    padding:5px;
    margin-bottom:24px;
    background-color:#444444;
}

.itemFooter img {
    vertical-align: text-bottom;
}

.commentBoxFooterStyle {
    width: 100%;
    margin-top: 5px;
    padding-top: 3px;
    border-top: 1px dashed #ddd;
    font-size: 12px;
    font-weight: bold;
}

.commentBoxStyle {
    padding: 15px 20px 15px 20px;
    margin-bottom: 25px;
/*    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;*/
    color: #ffffff;
    background-color: #333333;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
}

.commentDateStyle {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-size: 12px;
    text-align: right;
}

.pageTopic {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CC3300;
    color: #cc3300;
    font-weight: bold;
    font-size: large;
}

.statsTableColumnStyle {
    border: solid 1px gray;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.statsTableDateColumnStyle {
    border: solid 1px gray;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 25%;
    text-align: left;
}

.statsTableFooterColumnStyle {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-top: solid 2px #ddd;
    padding: 3px;
    font-weight: bold;
}

.statsTableFooterNumColumnStyle {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-top: solid 2px #ddd;
    padding: 3px;
    width: 15%;
    font-weight: bold;
    text-align: right;
}

.statsTableHeaderColumnStyle {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 2px #ddd;
    border-top: solid 1px #ddd;
    padding: 3px;
    font-weight: bold;
}

.statsTableNumColumnStyle {
    border: solid 1px gray;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 15%;
    text-align: right;
}

.statsTableStyle {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #FCFCFC;
    border: 1px solid #ddd;
    width: 100%;
    background: White;
    border-collapse: collapse;
}

.configControlStyle {}

.configLabelColumnStyle {
    vertical-align: top;
}

.configLabelStyle {
    margin-right: 10px;
    font-size: 10px;
}


.configSectionStyle {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.configSectionTitleStyle {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CC3300;
    color: #cc3300;
    font-weight: bold;
    font-size: medium;
}

.clear {
    clear: right;
}

.commentViewBoxStyle input 
{
	border:1px solid #CCCCCC;
}

/* Paging */
.post-paging {
}
.previous-posts{
}
.next-posts{
}
.clear {
    clear: both
}

/* Tag Cloud */
.smallestTag { line-height: 110%; font-size: x-small; font-weight: normal; }
.smallerTag { line-height: 110%; font-size: x-small; font-weight: bold; }
.smallTag { line-height: 110%; font-size: small; font-weight: normal; }
.mediumTag { line-height: 110%; font-size: medium; font-weight: normal; }
.largeTag { line-height: 110%; font-size: large; font-weight: normal; }
.largerTag { line-height: 110%; font-size: x-large; font-weight: normal; }
.largestTag { line-height: 110%; font-size: x-large; font-weight: bold; }
 
/* OpenID Support added in 2.2 */
.openidtextbox {
	background: #FFFFFF url('../../images/openid-icon-small.gif') no-repeat scroll 0pt 50%; 
	padding-left: 18px; 
}
.openidtextboxwrap 
{
	padding-right: 18px;
}

.commentSpamStateStyle
{
    display: none;
}

.searchword
{
    color: Black;
}

#navlinks
{
    color: #e3d9c5;
    font-size:16px;
    font-variant: small-caps;
    padding-bottom: 25px;
    height: 55px;
    z-index: 500;
}

#navlinks a
{
    color: #e3d9c5;
    text-decoration: none;
    font-family: Book Antiqua, Arial, Sans-Serif;
}

#navlinks a:hover, #navlinks a:active
{
    color: #7494a9;
}

.navlinks-subtext
{
    color: #999999;
    font-variant: normal;
    font-size: 12px;
    display: none;
    height: 35px;
    position: relative;
    padding-top: 3px;
    top: -3px;
}

#searchbox
{
    float: right;
}

.signInContainerStyle
{
    margin:0 0 0 auto;
    width: 200px;
    text-align: right;
    font-size: 2px;
}

#smallLog
{
    width: 300px;
    margin:0 0 0 auto;
    text-align: right;
    font-size: 2px;
}

#nav_subscribe
{
    width: 400px;
    position: relative;
    left: 300px;
}

#leftColumn
{
    background: #000000 url(img/sw_left.jpg) repeat-y top left;
    padding: 0 0 0 100px;
}

#rightColumn
{
    background: #000000 url(img/sw_right.jpg) repeat-y top right;
    padding: 0 100px 0 0;
}

#calendar
{
    padding: 10px 10px;
}

.hCalendarMonthYearRow
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: larger;
}

.hCalendarStyle
{
    margin-left: auto;
    margin-right: auto;
}

/*.hCalendarOtherMonthStyle, .hCalendarWeekendStyle
{
    color: #777777;
}*/

#logoDiv
{
    float: right;
    position: relative;
    top: -5px;
}

#headshot
{
    float: right;
}