










/* @group Global Reset */

* { margin:  0; padding: 0; }
ul { list-style: none; }
a img, frameset { border: 0; }

/* @end */
/* @group Utility */

.clear {
    height: 1px;
    clear: both;
    margin-top: -1px;
    overflow: hidden;
}

small { font-size: .75em; }

.row:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.add_top, #add_top { margin-top: 15px; }
.add_bottom, #add_bottom { margin-bottom: 15px; }
.no_bottom { margin-bottom: 0; padding-bottom: 0; }
.no_top { margin-top: 0; }
.no_border { border: 0; }

.left { float: left; }
img.left { margin: 0 15px 15px 0; }
.right { float: right; }
img.right { margin: 0 0 15px 15px; }
.text_right { text-align: right; }

.hide { display: none; }

.reset-margin   {margin:0;} 
.reset-padding  {padding:0;} 
.reset          { margin:0; padding:0; } 

.align-justify  {text-align:justify;} 
.align-left     {text-align:left;} 
.align-center   {text-align:center;} 
.align-right    {text-align:right;} 
.post a.rss_link, .post p.rss_link  {display:none}

.notification {
  background-color: #dff1ea;
  margin: 10px;
  padding: 10px;
  border: 1px solid #a4c4b7;
}
.notification strong {
  color:#3F1429;
  font-family:Constantia,Georgia,Times News Roman,Times,serif;
  font-size:1.8em;
  font-weight:normal;
}

/* @end */

/* @group Overall Styles */

h2 {
    font-family: Constantia,Georgia,Times News Roman,Times,serif;
    font-size: 1.8em;
    font-weight: normal;
    color: #3f1429;
}   
h3 {
    font-family: Georgia,Times News Roman,Times,serif;
    font-size: 1em;
    margin-top: 15px;
    font-weight: normal;
    color: #291018;
    letter-spacing: 3px;
    text-transform: uppercase;}
}
p + h3 { margin-top: 25px }
h4, h5 {
    margin-top: 15px;
}
p {
    margin-bottom: 1em;
}
a:link, a:visited { text-decoration: none; color:#5e0e28; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none}

/* @end */

/* @group Wrapper Layouts */

body {
    background: #eeefd2 url(/images/inspire/body_bg.jpg) top repeat-x;
    font-size: 62.5% ;
    font-family:Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif ;
    color: #404040;
    line-height: 2em;
    font-weight: 100;
}
#outer_wrapper {
    background: url(/images/inspire/outer_wrapper_bg.jpg) repeat-y top center;
}
#inner_wrapper {
    background: url(/images/inspire/inner_wrapper_bg.jpg) no-repeat top center;
}
#center_wrapper {
    position:relative;
    left:50%;
    width:954px;
    margin-left:-480px;
    padding-right: 5px;
}

/* @end */

/* @group Header */


#header {
    width: 100%;
    height: 255px;
}
#header_inner {
    position:relative;
    left:50%;
    width:960px;
    margin-left:-480px;
}

#header h1 a {
    background:  url(/images/inspire/h1_vigetinspire.jpg) no-repeat top left;
    display:block;
    width: 625px;
    height: 107px;
    text-indent: -9999px;
    border: none;
    position: absolute;
    top: 17px;
}

#nav {
    width: 616px;
    height: 23px;
    position: absolute;
    top: 39px;
    left: 0px;
    background:  url(/images/inspire/nav_bg.gif) top center;
    list-style: none;
    list-style-type: none;
}

#nav a {
    display:block;
    text-indent: -9999px;
    background:transparent url(/images/inspire/nav_bg.gif) no-repeat center top;
    height: 23px;
    outline: none;
    float: left;
    border: none;
}

#nav li {
    display:block;
    float: left;
}

#nav a.blog {   width: 98px; background-position: 0px 0px; }
#nav a.blog:visited {   background-position: 0px -23px; }
#nav a.blog:hover { background-position: 0px -46px; }
#nav a.blog:active {    background-position: 0px -69px; }
body.inspire #nav a.blog {  background-position: 0px -92px; }

#nav a.archives {   width: 142px; background-position: -98px 0px; }
#nav a.archives:visited {   background-position: -98px -23px; }
#nav a.archives:hover { background-position: -98px -46px; }
#nav a.archivesactive { background-position: -98px -69px; }
body.archives #nav a.archives { background-position: -98px -92px; }

#nav a.home {   width: 111px; background-position: -240px 0px; }

#nav a.about {  width: 78px; background-position: -351px 0px; }
#nav a.about:visited {  background-position: -351px -23px; }
#nav a.about:hover {    background-position: -351px -46px; }
#nav a.about:active {   background-position: -351px -69px; }
body.about #nav a.about {   background-position: -351px -92px; }

#nav a.portfolio {  width: 105px; background-position: -429px 0px; }
#nav a.portfolio:visited {  background-position: -429px -23px; }
#nav a.portfolio:hover {    background-position: -429px -46px; }
#nav a.portfolio:active {   background-position: -429px -69px; }
body.portfolio #nav a.portfolio {   background-position: -429px -92px; }

#nav a.careers {    width: 82px; background-position: -534px 0px; }
#nav a.careers:visited {    background-position: -534px -23px; }
#nav a.careers:hover {  background-position: -534px -46px; }
#nav a.careers:active { background-position: -534px -69px; }
body.careers #nav a.careers {   background-position: -534px -92px; }

/* @end */

/* @group Content Area */

body.archives #content, body.about #content, 
body.portfolio #content, body.careers #content  {
    font-size: 1.1em;
    padding:40px 30px 30px 30px;
    width:556px;
    float: left;
    background: url(/images/inspire/content_bg.gif) white top center no-repeat;
}
#content {
    font-size: 1.1em;
    margin-bottom: 24px;
    padding:14px 30px 14px 14px;
    width:572px;
    background-color: white;
    background-image: none;
    float: left;
}
#content #pagination {
    background: url(/images/inspire/pagination_bg.gif) top center no-repeat;
}
#content h2.category {
    background:transparent url(/images/inspire/pagination_bg.gif) no-repeat bottom center;
    padding:30px 30px 30px 129px;
    margin-bottom: 30px;
}
#content #pagination a, #content #pagination a:visited {
    display: block;
    width: 261px;
    height: 30px;
    padding-top: 15px;
    font-family: Georgia,Times New Roman,Times,serif;
    color: #848484;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.1em;
}
#content #pagination a:hover {
    color: #280f18;
    text-decoration: none;
}
#content #pagination a span {
    font-size: 2.3em;
    color: #c5c5c5;
    position: relative;
    top: 3px;
}
#content #pagination a.previous{
    float:left;
    padding-left: 15px;
}
#content #pagination a.next{
    text-align: right;
    float:right;
    padding-right: 15px;
}
/* @end */

/* @group Post Layout */
div.post {
    width: 574px;
    padding-top: 20px;
    margin-bottom: 20px;
}
div.post h2 {
    margin-left: 129px;
    display: block;
    position: relative;
    z-index: 20;
    width: 375px;
    line-height: 25px;
    }
#content div.inner_post {
    background: url(/images/inspire/post_header.gif) 120px 15px no-repeat;
    padding-left: 129px;
    margin-top: -43px;
    padding-top: 52px;
    position: relative;
    z-index: 10;
}
div.post div.author_pic {
        background-repeat:no-repeat;
    background-position:25px 22px;
    width:112px;
    height:105px;
    position:absolute;
    left:-7px;
    top:-10px;
}
div.post div.author_pic img {
    border: 0px;
    margin: 0px;
}
div.post div.author_pic a {
    text-decoration:none;
    border:none;
}
div.post div.kmuth {
    background: no-repeat url(/images/viget/team/kmuth_inspire.jpg);
    width:110px;
    height:145px;
}
div.post div.davery {
    background: no-repeat url(/images/viget/team/davery_inspire.jpg);
    width:110px;
    height:145px;
}
div.post div.tyoung {
    background: no-repeat url(/images/viget/team/tyoung_inspire.jpg);
    width:110px;
    height:145px;
}
div.post div.tosborne {
    background: no-repeat url(/images/viget/team/tosborne_inspire.jpg);
    width:110px;
    height:145px;
}
div.post div.mwagner {
    background: no-repeat url(/images/viget/team/mwagner_inspire.jpg);
    width:110px;
    height:145px;
}
div.post div.eolson {
    background: no-repeat url(/images/viget/team/eolson_inspire.jpg);
    width:110px;
    height:145px;
}
div.post div.swarren {
    background: no-repeat url(/images/viget/team/swarren_inspire.jpg);
    width:110px;
    height:145px;
}
div.post div.oshifflett {
    background: no-repeat url(/images/viget/team/oshifflett_inspire.jpg);
    width:110px;
    height:145px;
}
div.post div.jbasio {
    background: no-repeat url(/images/viget/team/jbasio_inspire.jpg);
    width:110px;
    height:145px;
}
div.post div.pcrump {
    background: no-repeat url(/images/viget/team/pcrump_inspire.jpg);
    width:110px;
    height:145px;
}
div.post div.rsoule {
    background: no-repeat url(/images/viget/team/rsoule_inspire.jpg);
    width:110px;
    height:145px;
}
div.davery img, div.tyoung img, div.eolson img, 
div.swarren img, div.jbasio img,  div.pcrump img,
div.rsoule img, div.kmuth img, div.tosborne img, div.mwagner img, div.oshifflett img {  display: none; }
div.post span.author {
    letter-spacing: 3px;
    font-size: .85em;
    text-transform: uppercase;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #848484;
    display: block;
    margin-bottom: 10px;
    padding-right:60px;
}
div.post span.author a {
    text-decoration: none;
    color: #434141;
}
div.post span.author a:hover, div.post div.date_comment a:hover {
    text-decoration: underline;
}

div.post div.date_comment {
    width: 106px;
    height: 120px;
    position: absolute;
    top: 28px;
    left: 517px;
    text-align: center;
    color: #8b8b8b;
}
div.post div.date_comment span {
    width: 50px;
    height: 25px;
    display: block;
    float: left;
    color: #8b8b8b;
    font-size: .9em;
    letter-spacing: 3px;
    text-transform: uppercase;
}
div.post div.date_comment span a {
    color: #434141;
    text-decoration: none;
}
div.post div.date_comment span.comments {
    position:absolute;
    top:23px;
    left:9px;
    text-align:center
}

/* @end */




/* @group Post Utility Styles */
.inner_post h1 {
    color: #92aaa7;
    font-family: Constantia,Georgia,Times News Roman,Times,serif;
    font-size: 1.65em;
    font-weight: normal;
       margin: 15px 0;
}
div.inner_post h2 {
    font-size: 1.5em;
       color: #92aaa7;
       margin: 15px 0;
       margin-left: 0px;
}
.inner_post h3 {
    font-size: 1.2em;
}
.inner_post h4 {
    font-family: Georgia,Times News Roman,Times,serif;
    font-size: 1em;
    margin-top: 15px;
    font-weight: normal;
    color: #291018;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.inner_post h5 {
    font-size: 1em;
}
pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
p.caption {
    font-family:Georgia,Times New Roman, Serif;
    margin:-1px 0px 3px 0px;
    padding-bottom:7px;
    background:transparent url(/images/inspire/pagination_bg.gif) no-repeat scroll center bottom;
}
div.post pre, div.post code, div.post div.code  {
    font-family: "Consolas", "Lucida Console", "Monaco", "Courier New", Courier, mono, serif;
    display: block;
    padding: 7px 20px 4px 90px;
    width: 406px;
    line-height: 20px;
    font-size: 1.1em;
    position: relative;
    left: -75px;
    margin:20px 0px;
    background:url(/images/inspire/code_bg.gif) left top no-repeat  #ebf3f0;
}
body.portfolio #content img {
    margin: 20px 20px 0 0;
    border: 15px #E1E9E5 solid;
}
#content a:hover img { border-color: #B9E2DF; }
div.post img.over_border {
    float:left;
    position: relative;
    left: -122px;
    margin: 20px 0px 20px 0px;
}
div.post .five_up, #content .five_up_borders {
    float:left;
    position: relative;
    width: 595px;
    left: -122px;
    margin: 20px 0px 20px 0px;
}
div.post .five_up img {
    float: left;
    margin-right: 19px;
}
div.post .five_up_borders img {
    float: left;
    border: 10px solid #e1e9e5;
    margin-right: 19px;
}
div.post .five_up_borders a:hover img {
    float: left;
    border: 8px solid #b9e2df;
    margin-right: 23px;
}
div.post .five_up_borders img {
    float: left;
    border: 8px solid #e1e9e5;
    margin-right: 23px;
}
div.post img.border  {  border:10px solid #E1E9E5; }
div.post blockquote{
    font-family: Georgia,Times New Roman, Times, serif;
    color: #91aeab;
    padding: 15px 15px 15px 70px;
    font-size: 1.7em;
    width: 440px;
    position: relative;
    left: -70px;
    line-height: 1.3em;
    background: transparent url(/images/inspire/quote_bg.gif) no-repeat 20px 20px;
}
div.post abbr, div.post acronym {
    letter-spacing:2px;
    font-weight:bold;
    font-size:9px;
    cursor: help;
    border:none;
}
div.post li {
    background:transparent url(/images/inspire/right_col_li_bg.gif) no-repeat scroll 0px 6px;
    padding-left:20px;
    margin-left: 20px;
}
div.post ol, div.post ul { margin:10px 0px; }
div.post ol li{ padding:0px; background:none; }
div.post a:link { border-bottom:1px solid #b6a8af;  }
div.post a:visited, div.post a:active, div.post a:hover,
div.post span.author a:link, div.post span.comments a:link { border:none; text-decoration:none; }
div.post h2 a:link { border-bottom: none; }
div.post a:hover { border-bottom: 1px solid #B6A8AF; }   
#content div.comment blockquote{
    font-family: Georgia,Times New Roman, Times, serif;
    color: #91aeab;
    font-style: italic;
    padding: 15px 15px 15px 70px;
    font-size: 1.6em;
    width: 440px;
    position: relative;
    left: -70px;
    line-height: 1.1em;
    background: transparent url(/images/inspire/comment_quote_bg.gif) no-repeat 40px 17px;
}
blockquote p { margin-bottom: 0px; }
/* @end */


/* @group Comments */
div.comment  {
    background:transparent url(/images/inspire/pagination_bg.gif) no-repeat scroll center top;
    padding:30px 30px 13px 129px;
    clear:both;
}
span.user_says {font-weight:bold;}
div.comment_form { padding:0px 30px 30px 129px; }
div.comment_form p{ margin:10px 0px 10px 0px; }
span.user_says {font-weight:bold;}
div.comment_form textarea.comment_field, 
div.comment_form input  {
    border:1px solid #ccc3c3;
    color:#393939;
    padding:5px;
}
div.comment_form textarea.comment_field {
    margin-top:10px;
    padding:5px;
    width:405px;
    font-size:12px;
    clear:both;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    background:transparent url(/images/inspire/comment_bg.gif) no-repeat bottom center;
}
div.center p {
    margin-top:10px;
    background:transparent url(/images/inspire/pagination_bg.gif) no-repeat scroll center top;
    padding:10px;
}
div.comment_form input.button {
    background:transparent url(/images/inspire/search_button_bg.gif) repeat scroll left bottom;
    border:0px none;
    color:white;
    cursor:pointer;
    display:block;
    float:left;
    font-family:Georgia,Times New Roman,Times,serif;
    font-size:0.9em;
    font-weight:normal;
    height:22px;
    letter-spacing:3px;
    margin-left:5px;
    padding:2px 6px 0px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
}

div.comment_form input.button:hover {text-decoration:underline;}

/* @end */


/* @group Right Column */

#right_col {
    width: 315px;
    float: right;
    overflow: hidden;
}
#right_col div {
padding: 11px 26px 26px 26px;
margin: 24px 0px 24px 0px;
background:url(/images/inspire/right_col_divider.gif) 26px 50px no-repeat white;
}
#right_col div div {
padding: 0px;
margin: 0px;
background: none;
}
#right_col div.divider_us {
padding: 10px 0px 10px 0px;
margin: 10px 0px 10px 0px;
clear: both;
background:url(/images/inspire/right_col_divider.gif) 0px 10px no-repeat white;
}
#right_col #about {background:url(/images/inspire/right_col_about_bg.jpg) bottom center no-repeat #120809;
color: white;
margin-top: 0px;
padding: 23px 35px 65px 35px;
}
#right_col #about a, #right_col #about a:visited {
color: white;
}
#right_col #about p.about_us {
font-family: Constantia,Georgia,Times New Roman,Times,serif;
font-size: 1.5em;
margin: 10px 0px 10px 0px;
}
#right_col #about a { text-decoration: underline; }
#right_col #about a:hover { text-decoration: none; }
#right_col #about fieldset { border: 0px; }
#right_col #about #search p { display: inline; }
#right_col #about #search a { text-decoration: none; }
#right_col #about #search a:hover { text-decoration: underline; }
#right_col #about h3 {background:url(/images/inspire/right_col_about_h3.gif) center top no-repeat;
text-indent:-9999px;
width:254px;
height: 18px;
}
#right_col #about h4 {
font-family: Georgia,Times New Roman,Times,serif;
font-weight: normal;
text-align:center;
letter-spacing: 3px;
text-transform: uppercase;
background:url(/images/inspire/right_col_about_h4.gif) center center no-repeat;
}
#right_col #about #search {
    background: transparent top center no-repeat url(/images/inspire/search_bg.gif);
    margin: 20px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
}
#right_col #about #search label { display: none; }
#right_col #about #search input#search_field {
    background:transparent bottom left no-repeat url(/images/inspire/search_field_background.jpg);
    width: 85px;
    height: 19px;
    color: white;
    padding: 4px 6px 0px 6px;
    border: none;
    float: left;
}
input#search_button, #search a#rss  {
    font-size: .9em;
    color: white;
    font-family: Georgia,Times New Roman,Times,serif;
    font-weight: normal;
    text-align:center;
    letter-spacing: 3px;
    text-transform: uppercase;
    float:left;
    cursor: pointer;
    border: 0px;
    display: block;
    background: url(/images/inspire/search_button_bg.gif) bottom left;
    padding: 2px 6px 0px 6px;
    text-decoration:none;
    height: 22px;
    margin-left: 5px;
}
#no_results label {
    height: 18px;
    padding: 6px 0px 6px 0px;
    font-weight:bold;
    float: left;
    margin-right: 15px;
}
#no_results input#search_field {
    height: 20px;
    padding: 6px 6px 0px 6px;
    width: 150px;
    border: 1px solid #3F1429;
    float: left;
}
#no_results input#search_button {
    margin: 0px;
    float: left;
    height: 28px;
}
#right_col #about #search a#rss  {
    padding: 3px 6px 0px 6px;
    height: 19px;
        width: 40px;
}
#right_col #about #search a#rss img  {
    position: relative;
    top: 2px;
    left: 2px;
}
#right_col #about #search input#search_button:hover, 
#right_col #about #search a#rss:hover { text-decoration: underline; }
#right_col h3 {
    margin: 15px 0px 15px 0px;
    font-weight: normal;
    color: #474148;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    height: 16px;
    text-indent: -9999px;
}   
#right_col #top_posts .selector{
    margin: 30px 0 10px 0;
        padding: 0 0 23px 0;
        text-align: center;
        background:url(/images/inspire/right_col_divider.gif) bottom center no-repeat white;
}
#right_col #top_posts .selector a {
    padding: 6px;
}
#right_col #top_posts .selector a:hover {
    cursor: pointer;
    background-color: #B9E2DF;
    border: 1px solid #c6d9d0;
}
#right_col #top_posts .selector a.selected{
    padding: 6px;
        text-decoration: none;
    background-color: #E1E9E5;
    border: 1px solid #c6d9d0;
}
#right_col #comments h3 { background: url(/images/inspire/right_col_h3_comments.gif) center top no-repeat; }
#right_col #events h3 { background: url(/images/inspire/right_col_h3_events.gif) center top no-repeat; }
#right_col #comments #big_comment {
    background: url(/images/inspire/right_col_comments_bg.jpg) center bottom no-repeat;
    font-family: Georgia,Times New Roman, Times, serif;
    color: white;
    padding: 15px 15px 30px 15px;
    font-size: 2.2em;
    width: 237px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    margin-top: -6px;
}
#right_col #comments #big_comment p, #right_col #comments #big_comment blockquote {display:inline;}
#right_col #comments #big_comment br {display:none;}
#right_col #comments #comment_footer {
    background: url(/images/inspire/right_col_comments_bg.jpg) center bottom no-repeat;
    position: relative;
    top: -16px;
    height: 16px;
    width: 267px;
    }
#right_col #books h3 { background: url(/images/inspire/right_col_h3_books.gif) center top no-repeat; }
#right_col #books div.book_wrapper {
    margin:5px 10px 10px 0px;
    float:left;
    width:50px;
    background-color:#e1e9e5;
    padding:5px;
}
#right_col #books div.book {
    width:50px;
    overflow:hidden;
}
#right_col #books div.book_wrapper:hover {background-color:#b9e2df;}
#right_col #links h3 { background: url(/images/inspire/right_col_h3_links.gif) center top no-repeat; }
#right_col #links li {background:none;}
#us h3 { background: url(/images/inspire/right_col_h3_us.gif) center top no-repeat; }
#us { text-align: center; }
#us p {
    width: 130px;
    float: left;
    height: 17px;
        line-height:14px;
    vertical-align: bottom;
    font-family: Georgia,Times New Roman, Times, serif;
    color: #646464;
    letter-spacing: 3px;
    padding-top: 110px;
    text-transform: uppercase;
    background-position: top center;
    background-repeat: no-repeat;
}
#us p.doug {    background-image: url(/images/inspire/right_col_us_doug.gif);}
#us p.erik {    background-image: url(/images/inspire/right_col_us_erik.gif);}
#us p.jim { background-image: url(/images/inspire/right_col_us_jim.gif);}
#us p.peyton { background-image: url(/images/inspire/right_col_us_peyton.gif);}
#us p.tom { background-image: url(/images/inspire/right_col_us_tom.gif);}
#us p.rob { background-image: url(/images/inspire/right_col_us_rob.gif);}
#us p.keith { background-image: url(/images/inspire/right_col_us_keith.gif);}
#us p.mindy { background-image: url(/images/inspire/right_col_us_mindy.gif);}
#us p.samantha { background-image: url(/images/inspire/right_col_us_samantha.gif);}
#us p.owen { background-image: url(/images/inspire/right_col_us_owen.gif);}
#right_col #recent_entries h3 { background: url(/images/inspire/right_col_h3_entries.gif) center top no-repeat; }
#right_col #top_posts h3 {  background: url(/images/inspire/right_col_h3_topentries.gif) center top no-repeat;  }
#right_col #categories h3 { background: url(/images/inspire/right_col_h3_categories.gif) center top no-repeat; }
#calendar th h3 {
    text-indent: 0px;
    font-size: 11px;    
}
#calendar h3#entries_by_date { background: url(/images/inspire/right_col_h3_calendar.gif) center top no-repeat; }
#calendar table.calendar_bg {width:272px;}
#right_col table.calendar_bg td {
    padding:5px 0px;
    text-align:center; 
    vertical-align:middle;
}
#right_col table.calendar_bg td:hover {background-color:#b9e2df;}
#right_col ul li {
    background:  url(/images/inspire/right_col_li_bg.gif) 0px 6px no-repeat;
    padding-left: 14px;
}
#right_col ul li a { display: block; }
#right_col #comments ul li a { display: inline; }
#photos h3 {    background: url(/images/inspire/right_col_h3_photos.gif) center top no-repeat; }
#right_col div#photos  {padding-right:0px;}
#photos div.flickr_photo_wrapper:hover {background-color:#b9e2df;}
#photos div.flickr_photo_wrapper { 
    width:60px;
    height:60px;
    margin:5px 15px 15px 0px;
    float:left;
    background-color:#e1e9e5;
    padding:10px;
}
#photos div.flickr_photo {
    width:60px;
    height:60px;
    margin: 0px;
    padding: 0px;
    overflow:hidden;
    position: relative;
}
#right_col #contact-note h3 { background: url(/images/inspire/right_col_h3_contact.gif) center top no-repeat; }
#right_col #contact {

}
/* @end */




/* @group Footer */

#footer {
    background: #280f18 url(/images/inspire/footer_bg.gif) bottom center repeat-x;
    width: 100%;
    color: white;
    clear: both;
    padding: 10px 0px 30px 0px;
}
#footer a, #footer a.visited {
    color: white;
    text-decoration:none;
}
#footer a:hover {text-decoration:underline;}

#footer #inner {
    position:relative;
    left:50%;
    width:960px;
    margin-left:-480px;
    padding:0px 0px 0px 0px;
}
#footer h3 {
    margin: 15px 0px 15px 0px;
    font-weight: normal;
    color: #474148;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    height: 16px;
    text-indent: -9999px;
    
}   
#footer #categories {
    width: 630px;
    float: left;
    }
#footer #categories ul {
    background: url(/images/inspire/footer_categories_ul_bg.gif) top center repeat-y;
    padding: 0px 0px 0px 20px;
    margin-bottom: 20px;
}
#footer #categories li {
    width: 152px;
    height: 32px;
    padding: 10px 0px 0px 45px;
    float: left;
    font-size: 1.5em;
    font-family: Georgia,Times New Roman,Times,serif;
    font-style: italic;
}
#footer #categories a {
    width: 152px;
    height: 32px;
    display: block;
}
#footer #categories span {
    display:block;
    float:left;
    margin-left:-40px;
    text-align:center;
    width:50px;
    font-size: .75em;
    font-style: normal;
}
#footer #categories h3 {
    background: url(/images/inspire/footer_h3_categories.gif) center top no-repeat; 
    }
#footer #archives {
    width: 330px;
    float: right;
    }
#footer #archives ul {
    background: url(/images/inspire/footer_archives_ul_bg.gif) top center repeat-y;
}
#footer #archives h3 {
    background: url(/images/inspire/footer_h3_archives.gif) center top no-repeat;   
    }
#footer #archives li {
    height: 32px;
    padding-left: 15px;
    width: 70px;
    text-align: center;
    float: left;
    font-family: Georgia,Times New Roman,Times,serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#footer #archives a {
    height: 32px;
    width: 135px;
    display: block;
}
#viget_plug {
    clear: both;
    width:400px;
    color:white;
    background:url(/images/inspire/viget_logo.gif) 0px 7px no-repeat;
    padding-left:50px;
    left:40px;
    top:30px;
}
#viget_plug a { text-decoration: underline; }
#viget_plug a:hover { text-decoration: none; }
/* @end */

/* @group Overlay Link */
a#open_overlay {
    width:119px;
    height:46px;
    left:841px;
    top:26px;
    position:absolute;
    background:url(/images/inspire/labs_at_viget.gif) no-repeat;
    text-indent:-9999px;
    outline:none;
}

/* @end */

/* @group Thickbox */

#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}
#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}
.TB_overlayMacFFBGHack {background: url(/images/viget/macFFBgHack.png) repeat;}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    display:none;
    border: 10px solid #E1E9E5;
    text-align:left;
    top:50%;
    left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}
#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}
#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}
#TB_closeAjaxWindow{
    padding:7px 10px 5px 0;
    margin-bottom:1px;
    text-align:right;
    float:right;
}
#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
}
#TB_title{
    background-color:#e8e8e8;
    height:27px;
}
#TB_ajaxContent{
    clear:both;
    padding:2px 15px 15px 15px;
    overflow:auto;
    text-align:left;
    line-height:1.4em;
}
#TB_ajaxContent.TB_modal {padding:15px;}
#TB_ajaxContent p { padding:5px 0px 5px 0px; }
#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}

/* @end */


/* @group Contact Us */
div#contact-note {

}
div#contact-note form {

}
div#contact-note p{
    overflow: hidden;
    margin: 0 0 10px 0;
}
#contact-note label {
    width: 75px;
    padding-top: 3px;
    float: left;
    color:#848484;
    font-family:Georgia,Times New Roman,Times,serif;
    font-size:0.85em;
    letter-spacing:3px;
    text-transform:uppercase;
}
#contact-note p input, #contact-note p textarea  {
    width: 175px;
    float: left;
    background-color: #E1E9E5;
    border: 1px solid #c6d9d0;
    float:left;
    height:18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding:5px;
    font-size: 11px;
}
#contact-note p textarea {
    height: 100px;
}
#contact-note .buttons {
    padding-left: 75px;
}
input#sendit {
    width: 72px;
    height: 29px;
    background: url(/images/inspire/btn_sendit.gif) top center;
    text-indent:  -9999px;
    color:white;
    font-size: 0px;
    cursor: pointer;
    border: 0px;
    float: left;
}
input#sendit:hover {
    background: url(/images/inspire/btn_sendit.gif) bottom center;
}
/* @end */