/* main layout styles for OISV */

html,body {
   margin:0;
   padding:0;
   }

body {
   font:normal 12px tahoma,verdana,arial,helvetica,sans-serif;
   }

fieldset {
   border:0;
}

hr {
   visibility:hidden;
}

div#header {
   margin:0;
   padding:0;
   height:90px;
   background:url(/images/header-background.png);
   border-bottom:3px solid #ccc;
   }
div#container {
   margin:0;
   padding:0;
   height:inherit;
   }
div#content {
   float:left;
   margin:0 240px 0 0px;
   padding:27px;
   background:#ffffff !important;
   line-height:1.8em;
   border-right:2px dashed #ddd;
   }
div#sidebar {
   float:right;
   margin:0;
   margin-left:-230px;
   padding:27px 0px;
   width:220px;
   }
div#fullpage {
   margin:0;
   padding:18px;
   width:95%;
   background:#ffffff !important;
   line-height:1.8em;
   }
div#footer {
   clear:both;
   }

img {
   border:0;
   }

ul,li {
   margin:0;
   padding:0;
   list-style:none;
   }

a:hover {
   color:#c00;
   }

/*****************************************************************/

div#header h1 {
   float:left;
   margin:9px 0 0 9px;
   width:261px;
   }
div#header h1 a {
   display:block;
   width:261px;
   height:70px;
   background:url(/images/brand-transparent.gif) no-repeat;
   }
div#header h1 a span {
   display:none;
   }

/*****************************************************************
 ***  navigation  ***/

ul#navigation {
   position:absolute;
   top:57px;
   right:18px;
   display:block;
   width:400px;
   }
/* goofy IE box model hack */
* html ul#navigation {
	top: 57px;
	t\op: 54px;
	}
ul#navigation li {
   float:left;
   margin:0;
   padding:0;
   width:100px;
   height:36px;
   list-style:none;
   }
ul#navigation li a {
   display:block;
   margin:0;
   padding:0;
   line-height:32px;
   width:100px;
   height:36px;
   text-align:center;
   background:url(/images/nav-tabs.png);
   font-weight:bold;
   text-transform:uppercase;
   text-decoration:none;
   color:#000;
   }
ul#navigation li a:hover {
   background-position: 0 -36px;
   color:#c00;
   text-decoration:underline;
   }
ul#navigation li a.on {
   background-position: 0 -72px;
   color:#fff;
   }
ul#navigation li a.on:hover {
   background-position: 0 -72px;
   color:#fff;
   text-decoration:underline;
   }

/*****************************************************************/

#credentials {
   position:absolute;
   top:9px;
   right:18px;
   width:365px;
   text-align:right;
   font-size:.9em;
   font-weight:bold;
   }

form#login {
   text-align:right;
   margin:0;
   padding:0;
   }
form#login label {
   display:block;
   float:left;
   text-align:left;
   font:bold 10px tahoma,arial,sans-serif;
   color:#333;
   }
.io {
   display:block;
   margin:2px 4px 0 0;
   padding:2px;
   width:140px;
   border:1px solid #333;
   font:bold 11px tahoma,arial,sans-serif;
   }
.focused {
   display:block;
   margin:2px 4px 0 0;
   padding:2px;
   width:140px;
   border:1px solid #c00;
   background:#ffe;
   font:bold 11px tahoma,arial,sans-serif;
   }
form#login input.bt {
   margin-top:14px;
   display:block;
   float:left;
   }

form.general_form label {
   display:block;
   font-weight:bold;
   }

form.general_form .io, form.general_form .focused {
   width:400px;
   }

form.general_form textarea.io,form.general_form textarea.focused {
   height:200px;
   }

.error {
   padding:10px;
   background-color:#fee;
   border:1px solid #c00;
   }

.error ul {
   margin-left:25px;
}

.error ul li {
   list-style-type: disc !important;
   }

.alert {
   padding:10px;
   border:1px solid #c00;
   }

.msg {
   padding:10px;
   background-color:#eef;
   border:1px solid #00c;
   }

/***************************************************************/
ul#services {
   margin:0 0 36px;
   }
ul#services li {
   margin:0;
   padding:0;
   }
ul#services li a {
   display:block;
   width:170px;
   height:22px;
   }   
ul#services li a span {
   display:none;
   }
ul#services li#sb_pad a {
   background:url(/images/sidebar-pad.png) no-repeat;
   }
ul#services li#sb_hosting a {
   background:url(/images/sidebar-hosting.png) no-repeat;
   }
ul#services li#sb_press a {
   background:url(/images/sidebar-press.png) no-repeat;
   }
ul#services li#sb_pad a:hover,ul#services li#sb_hosting a:hover,ul#services li#sb_press a:hover {
   background-position:0 -22px;
   }



/***************************************************************/


.article {
   margin:0 0 2em 0;
   padding:0 0 1em 26px;
   border-bottom:1px solid #ccc;
   background:url(/images/icons/page_white_text.png) no-repeat;
   }
.article p {
   margin:9px;
   }
.article div.excerpt {
   clear:both;
   margin:9px;
   }

.article span.credit {
   color:#888;
   padding-left:1em;
   }

.featured {
   padding:9px;
   font-size:1.2em;
   background:#fdfdfd;
   border:2px solid #eee;
   border-bottom:6px solid #eee;
   }

.featured #credit {
   float:left;
   margin:0 9px 3px 0 !important;
   font-size:.8em;
   color:#777;
   text-align:center;
   }
.featured #credit img {
   display:block;
   margin:0 !important;
   padding:3px !important;
   border:1px solid #ccc;
   margin:0 .5em .5em 0;
   }
.featured .meta, .article .meta {
   margin-top:1em;
   padding:4px 8px;
   font-size:10px;
   color:#777;
   background:#ffe;
   border:1px solid #ccc;
   }


ul.article_breakdown {
   margin:1em 0 2em 9px;
   }
ul.article_breakdown li {
   display:block;
   margin:9px 0;
   padding:0;
   font-size:.9em;
   }
ul.meta {
   margin-left:18px;
   }
ul.meta li {
   float:left;
   margin-right:18px;
   font-size:.8em;
   color:#777;
   }
ul#author_meta {
   margin:1em 0 2em;
   }
ul#author_meta li {
   clear:left;
   padding:0 0 3px 9px;
   color:#333;
   }
img.author_avatar {
   float:left;
   display:block;
   margin:0 9px 3px 0 !important;
   padding:3px !important;
   border:1px solid #ccc;
   margin:0 .5em .5em 0;
   }

div.view_article #thearticle, #articlelist {
   padding:1em 27px;
   }

div.view_article ul {
   margin-bottom:2em !important;
   }

table.data_table {
   border-collapse:collapse;
   margin:10px;
   }

table.data_table td {
   vertical-align:top;
   border-bottom:1px solid #cecccc;
   }

table.data_table .key {
   width:125px;
   padding-right:10px;
   font-size:1em;
   font-weight:bold;
   }

table.data_table .value {
   padding-left:10px;
   }

#article_comments, #thethread form, #login_form, #search_form {
   margin:2em 0;
   padding:1em;
   background:#f5f5f5;
   border-top:3px solid #ccc;
   border-bottom:3px solid #ccc;
   }
#article_comments li.thecomment {
   clear:both;
   margin:1em 0;
   padding:18px 9px;
   border-top:1px solid #ccc;
   background:#fafafa;
   }
#article_comments span {
   display:block;
   float:left;
   width:120px;
   font-size:.8em;
   }
#article_comments span a {
   display:block;
   font-weight:bold;
   line-height:1em;
   color:#777;
   }
#article_comments span a:hover {
   color:#c00;
   }
#article_comments li div, #article_comments li p {
   margin-left:120px;
   }   
#article_comments form, #thethread form {
   clear:both;
   }
#article_comments fieldset, #thethread fieldset {
   margin:.5em 0 1em;
   border:0;
   }
#article_comments textarea, #thethread textarea {
   display:block;
   margin-bottom:1em;
   width:450px;
   height:200px;
   padding:3px;
   }
#article_comments #comment_notes, #thethread #comment_notes {
   margin:1em;
   font-size:.9em;
   color:#777;
   }

.articleactions {
   float:right;
   margin-bottom:2em;
   }
.articleactions li {
   float:left;
   }
.articleactions li a {
   display:block;
   width:180px;
   height:18px;
   }
.articleactions a.add {
   background:url(/images/contribute-article.png) no-repeat;
   }
.articleactions a.more {
   background:url(/images/readmore.png) no-repeat;
   }
.articleactions a:hover {
   background-position: 0 -18px;
   }
.articleactions li a span {
   display:none;
   }

#tech_boxes {
   padding-top:30px;
   margin-top:25px;
   width:190px;
   border-top:1px solid #ccc;
   text-align:left;
}

#tech_boxes a {
   display:block;
   width:120px;
   padding:1px;
   text-align:center;
   }

#podcast_news {
   padding:10px 10px 10px 80px;
   margin-bottom:20px;
   border:1px solid #ccc;
   background:url('/images/podcast.png') 10px 10px no-repeat;
}

#podcast_news ul {
   margin:9px 0 0 0;
   height:18px;
   }
#podcast_news li {
   height:18px;
   float:right;
   }
#podcast_news li a {
   display:block;
   width:160px;
   height:18px;
   }
#podcast_news li#listen a {
   background:url(/images/podcast-listen.png) no-repeat;
   }
#podcast_news li#subscribe a {
   background:url(/images/podcast-subscribe.png) no-repeat;
   }
#podcast_news li a span {
   display:none;
   }
#podcast_news li#listen a:hover, #podcast_news li#subscribe a:hover {
   background-position:0 -18px;
   }   

#jamsession_announce {
   padding:10px 10px 10px 80px;
   margin-bottom:20px;
   border:1px solid #ccc;
   background:url('/images/jamsession-guy.png') 10px 10px no-repeat;
   }
#jamsession_announce ul {
   margin:9px 0 0 0;
   height:28px;
   }
#jamsession_announce li {
   height:28px;
   float:right;
   }
#jamsession_announce li a {
   display:block;
   width:278px;
   height:28px;
   }
#jamsession_announce li a {
   background:url(/images/jamsession-button.png) no-repeat;
   }
#jamsession_announce li a span {
   display:none;
   }
#jamsession_announce li a:hover {
   background-position:0 -28px;
   } 

.service {
   clear:both;
   margin:0 0 64px 0;
   padding:9px !important;
   font-weight:bold;
   line-height:1.4em;
   border-top:3px solid #fc0;
   }
.service h3.padhead,.service h3.filehead,.service h3.presshead, .service p {
   margin:0 0 0 60px !important;
   }
#padgenerator {
   background:url(/images/padgenerator.png) 9px 18px no-repeat;
   }
#filehosting {
   background:url(/images/filehosting.png) 9px 18px  no-repeat;
   }
#pressreleases {
   background:url(/images/freepressreleases.png) 9px 18px  no-repeat;
   }

a.goservice {
   float:right;
   display:block;
   margin:18px 0 0;
   width:210px;
   height:27px;
   }
a.goservice span {
   display:none;
   }   
#padgenerator a.goservice {
   background:url(/images/makepadfile.png) no-repeat;
   }   
#filehosting a.goservice {
   background:url(/images/uploadfiles.png) no-repeat;
   }   
#pressreleases a.goservice {
   background:url(/images/submitpressrelease.png) no-repeat;
   }  
#padgenerator a.goservice:hover,#filehosting a.goservice:hover,#pressreleases a.goservice:hover {
   background-position: 0 -27px;
   }


/*************************************************************
 ***  forum threads ***/

#threadlist {
   font-size:.9em;
   width:100%;
   }
#threadlist td.category {
   padding-top:3em !important;
   }
#threadlist td.category h3 {
   display:inline;
   width:270px !important;
   }
#threadlist td {
   padding:6px !important;
   }

#threadlist th,#threadlist td {
   padding:0;
   border-bottom:1px solid #ccc;
   }
#threadlist th {
   background:#efefef;
   font-size:.9em;
   color:#777;
   }
#threadlist th.replies,#threadlist th.views,#threadlist td.stats {
   width:45px;
   text-align:center;
   }
#threadlist th.topic,#threadlist td.summary {
   padding-left:9px;
   text-align:left;
   }
#threadlist th.replies,#threadlist td.replies {
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
   }
#threadlist td.summary a {
   font-size:1.4em;
   font-weight:bold;
   }
#threadlist td.summary div {
   font-size:.9em;
   color:#555;
   }
#threadlist td.summary div span {
   padding-right:18px;
   }

#threadlist td.summary div a {
   font-size:.9em;
   font-weight:normal;
   color:#333;
   }
#threadlist td.summary div a:hover {
   color:#c00;
   }
#threadlist td.summary .thread_meta {
   margin-left:9px;
   }

.thread_category {
   padding:1em 27px;
   border-top:1px solid #ccc;
   }
.thread_category li {
   border-bottom:1px solid #c00;
   }
.recentnews .new2you a {
   padding-left:25px !important;
   background:url('/images/icons/new.png') 0 0 no-repeat !important;
   }
.new2you .thread_title_link  {
   padding-left:25px !important;
   background:url('/images/icons/new.png') 0 0 no-repeat !important;
   }
#display_prefs {
   clear:left;
   padding:2px 6px;
   border:1px solid #ccc;
   border-bottom:0;
   background:#ffe;
   font-size:.9em;
   }
#display_prefs a {
   color:#00c;
   text-decoration:none;
   }
#display_prefs a.on {
   color:#090;
   font-weight:bold;
   text-decoration:underline;
   }
#display_prefs a:hover {
   color:#c00;
   text-decoration:underline;
   }
#display_prefs span {
   padding-right:27px;
   }

#thethread {
   clear:both;
   margin:0 0 2em;
   padding:1em;
   width:100%;
   }
#thread_entries {
   width:100%;
   }
#thethread .thread_entry {
   clear:both;
   margin:0;
   padding:0 0 18px;
   border-top:1px solid #ccc;
   }
#thethread .timestamp {
   margin-bottom:18px;
   padding:2px 9px;
   font-size:.9em;
   font-weight:bold;
   color:#777;
   background:#fafafa;
   border-bottom:1px dotted #ccc;
   }
#thethread .meta {
   display:block;
   float:left;
   margin-bottom:2em;
   width:120px;
   font-size:.8em;
   text-align:center;
   }
#thethread .meta a {
   display:block;
   font-weight:bold;
   line-height:1em;
   color:#777;
   }
#thethread .meta a:hover {
   color:#c00;
   }
#thethread .thread_entry_content {
   margin-left:130px;
   }
#thethread .thread_entry_content .quote,#thethread .thread_entry_content blockquote, .thecomment blockquote {
   margin:1em;
   padding:9px;
   border:1px solid #fc0;
   color:#777;
   background:#ffe;
   font-size:.9em;
   }
#thethread .thread_entry_content blockquote strong {
   display:block;
   }
#thethread .signature {
   margin:2em 0 1em;
   padding:0 9px;
   border-top:1px solid #ccc;
   font-size:.9em;
   color:#555;
   }
#thread_actions {
   height:3em;
   }

#thread_actions li {
   float:left;
   }
#thread_actions li a {
   display:block;
   width:110px;
   height:18px;
   }
#thread_actions a span {
   display:none;
   }
#thread-index a {
   background:url(/images/thread-index.png);
   }
#thread-category a {
   background:url(/images/thread-category.png);
   }
#thread-start a {
   background:url(/images/thread-start.png);
   }
#thread-reply a {
   background:url(/images/thread-reply.png);
   }
#thread_actions a:hover {
   background-position: 0 -18px;
   }
a.thread-admin-action {
   padding:0 .5em;
   font-size:.9em !important;
   font-weight:normal !important;
   }
.thread_links {
   border-top:1px solid #ccc;
   height:3em;
   }
.thread_links .actions {
   margin-top:.5em;
   float:left;
   }
.thread_pagination{
   margin-top:.5em;
   float:right;
   }
.thread_pagination img {
   vertical-align:middle;
   }
.articleactions a.add {
   background:url(/images/contribute-article.png) no-repeat;
   }
.articleactions a.more {
   background:url(/images/readmore.png) no-repeat;
   }
.articleactions a:hover {
   background-position: 0 -18px;
   }

.favorites_list li {
   padding:0 0 10px 20px;
   background:url('/images/icons/heart.png') 0 1px no-repeat; 
   }
   
.subscriptions_list li {
   padding:0 0 10px 20px;
   background:url('/images/icons/email.png') 0 1px no-repeat;
   }   

.favorites_list, .subscriptions_list {
   color:#555;
   line-height:1.2em;
   }

.favorites_list a, .subscriptions_list a {
   font-weight:bold;
   color:#006;
   text-decoration:none;   
   }
   
.favorites_list a:hover,  .subscriptions_list a:hover {
   color:#c00;
   text-decoration:underline;
   }

.favorites {
   padding:1px .5em 3px 20px !important;
   background:url('/images/icons/heart_add.png') 0 0 no-repeat;
   }
   
.remove_favorites {
   padding:1px .5em 3px 20px !important;
   background:url('/images/icons/heart_delete.png') 0 0 no-repeat;
   }
   
.emailme {
   padding:1px .5em 3px 20px !important;
   background:url('/images/icons/email_add.png') 0 0 no-repeat;
   }
   
.remove_emailme {
   padding:1px .5em 3px 20px !important;
   background:url('/images/icons/email_delete.png') 0 0 no-repeat;
   }   

/*************************************************************
 ***  SIDEBAR ***/

#sidebar a {
   font-weight:bold;
   color:#006;
   text-decoration:none;
   }
#sidebar a.contribute {
   color:#900;
   }
#sidebar a:hover {
   color:#c00;
   text-decoration:underline;
   }
ul.recentnews,ul#recentposts {
   width:190px;
   margin:1em 0 2em 9px !important;
   padding-bottom:1em !important;
   border-bottom:1px solid #ccc;
   }

ul.recentnews,ul#recentposts,
ul.recentnews li,ul#recentposts li {
   margin:0;
   padding:0;
   list-style:none;
   }
ul.recentnews li,
ul#recentposts li {
   margin-bottom:9px;
   font-size:1em;
   color:#777;
   font-size:.9em;
   }
ul.recentnews li a.tag,
ul#recentposts li a.tag {
   font-weight:bold;
   color:#009;
   text-decoration:none;
   }

ul.recentnews li span,
ul#recentposts li span {
   display:block;
   font-size:.9em;
   margin:2px 0 2px 4px;
   }
ul.recentnews li span a,
ul#recentposts li span a {
   color:#333;
   text-decoration:none;
   }
ul.recentnews li a.tag:hover, ul.recentnews li span a:hover,
ul#recentposts lia.tag:hover, ul#recentposts li span a:hover {
   color:#c00;
   text-decoration:underline;
   }


/*************************************************************
 ***  PRESS RELEASES ***/

ul#presslist {
   padding:2em 0 0;
   }

ul#presslist li {
   margin:.5em 0;
   padding:.5em 0;
   border-bottom:1px solid #ccc;   
   }
.pressrelease .timestamp {
   display:block;
   font-size:.9em;
   font-weight:bold;
   color:#444;
   }
.pressrelease .headline {
   font-size:1.5em;
   font-weight:bold;
   color:#00c;
   }   
a#add_press_release span {
   display:none;
   }
a#add_press_release {
   float:right;
   display:block;
   width:136px;
   height:18px;
   background:url(/images/submit-press-release.png) no-repeat;
   }
a#add_press_release:hover {
   background-position:0 -18px;
   }
#press_meta {
   margin:18px 0;
   padding:.5em;
   border-top:1px solid #333;
   font-size:.9em;
   }

ul#pressactions {
   margin:9px 0 0 0;
   height:18px;
   float:right;
   }
ul#pressactions li {
   height:18px;
   float:left;
   }
ul#pressactions li a {
   display:block;
   height:18px;
   }
ul#pressactions li#subscribe_press_feed a {
   width:160px;
   background:url(/images/feeds-pressreleases.png) no-repeat;
   }
ul#pressactions li#add_press_release a {
   width:136px;
   background:url(/images/submit-press-release.png) no-repeat;
   }
ul#pressactions li a span {
   display:none;
   }
ul#pressactions li#subscribe_press_feed a:hover, ul#pressactions li#add_press_release a:hover {
   background-position:0 -18px;
   } 




/*************************************************************
 ***  FOOTER ***/

.clear-fix {
   clear:both;
   }

div#footer #supplemental {
  margin:0;
  padding:5px 18px 18px;
  background:#efefef;
  border-top:3px solid #ccc;
  }

div#footer {
   margin:0;
   }

div#footer #sponsor_logos img {
   margin:9px 9px 0;
   vertical-align:middle;
   }

div#footer #close {
   margin:0;
   padding:9px;
   font-size:.9em;
   line-height:1.7em;
   background:#333;
   color:#fff;
   text-align:center;
   border-top:1px solid #ccc;
   }
div#footer #close a {
   margin:0 7px;
   color:#fff;
   }

#tug, #tuglogged {
   margin:0 0 2em;
   padding:18px;
   font-size:1.5em;
   font-weight:bold;
   background:url(/images/tug.png) bottom right no-repeat;
   border:2px solid #555;
   }
#submission_block_links {
   padding:27px 0 0;
   }
#submission_block_links a {
   margin-top:1em;
   font-size:1.5em;
   font-weight:bold;
   color:#c00;
   }
#content_submission fieldset {
   margin:2em;
   padding:1em;
   width:450px;
   border:2px solid #fc0;
   background:#ffe;
   }
#content_submission legend {
   padding:9px 18px;
   font-size:1.5em;
   font-weight:bold;
   color:#000;
   }
#content_submission label, #join_form label {
   font-weight:bold;
   }
#content_submission input {
   width:400px;
   font-weight:normal;
   padding:2px;
   }
input.button  {
   margin:1em auto;
   width:150px !important;
   border:1px solid #333;
   background:#c00;
   color:#fff;
   padding:3px;
   font-size:11px !important;
   font-weight:bold !important;
   cursor:pointer;
   }
#login_form input {
   padding:4px;
   width:300px;
   font-size:1.2em;
   font-weight:normal;
   }
#join_form table {
   margin:0 auto;
   padding:0;
   width:98%;
   font-size:1em;
   }
#join_form th {
   padding:9px;
   border-top:3px solid #fc0;
   background:#fafafa;
   text-align:left;
   font-size:1.4em
   }
#join_form td {
   vertical-align:top;
   padding:3px 0 18px 18px;
   border-bottom:1px solid #ddd;
   }
#join_form input {
   margin:4px 0;
   }
#join_form input,#join_form textarea,#join_form select {
   width:210px;
   }
#join_form input.ch {
   margin:0 6px;
   width:18px;
   vertical-align:middle;
   }
#join_form textarea {
   height:90px;
   }
#join_form input.button {
   width:150px;
   height:40px;
   }

/****************************************************************/
   
#searchbar {
   margin:0;
   padding:1em 0;
   }

#searchbar fieldset {
   margin:0;
   padding:0;
   font-weight:bold;
   }

#searchbar .searchinput {
   width:300px;
   margin-left:10px;   
   border:1px solid #333;
   font:bold 11px tahoma,arial,sans-serif;
   }
   
#searchbar .searchbutton {
   border:1px solid #333;
   background:#c00;
   color:#fff;
   font-size:11px !important;
   font-weight:bold !important;
   cursor:pointer;
   }

#searchlist {
   margin:0;
   padding:0;
   }

#searchlist li {
   clear:both;
   padding:10px 5px 0;
   }

#searchlist li .searchmeta span {
   display:block;
   float:left;
   padding: 0 0 0 10px;
   font-size:.8em;
   color:#777;
   }
   
#searchlist li .searchmeta span a {
   color:#777;
   }

#searchlist li .searchmeta span a:hover {
   color:#c00;
   } 
   
.pagination {
   clear:both;
   padding-top:30px;
   font-size:1.2em;
   text-align:center;
   }

/****************************************************************/

#pad_form fieldset {
   border-top:1px dashed #999;
   padding:15px 0;
   }

#pad_create {
   border-collapse:collapse;
   margin-top:10px;
   }
   
#pad_create .io {
   width:200px;
   }

#pad_create .stretch .io {
   width:400px;
   }
   
#pad_create th {
   margin-top:5px;
   text-align:left;
   font-size:1.2em;
   background-color:#eee;
   border-bottom:1px dashed #ccc;
   } 

#pad_create td {
   vertical-align:top;
   padding:20px 0;
   border-bottom:1px solid #ccc;
   }
   
#pad_create .checkbox_cell label {
   float:left;
   width:250px; 
   font-weight:normal;
   }

.pad_list li {
   margin-bottom:10px;
   }
   
.pad_list span {
   font-size:.9em;
   }
   
.pad_list span a {
   color:#c00 !important;
   }
   
#editpad {
   background:url('http://www.oisv.net/images/pad_add.png') 0 10px no-repeat;
   padding-left:40px !important;
   }
   
#createpad {
   background:url('http://www.oisv.net/images/pad_edit.png') 0 10px no-repeat;
   padding-left:40px !important;   
   }
   
#editpad strong.title, #createpad strong.title {
   text-decoration:underline;
   font-size:1.2em;
   color:blue;
   }
   
/****************************************************************/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
        visibility: visible !important;
        margin: 0;
}

.sIFR-replaced {
        visibility: visible !important;
}

span.sIFR-alternate {
   position: absolute;
   left: 0;
   top: 0;
   width: 0;
   height: 0;
   display: block;
   overflow: hidden;
}

.sIFR-hasFlash h2 {
   margin:0;
   padding:0;
   visibility: hidden !important;
   letter-spacing: -9px;
   font-size:20px;
   line-height:45px;
}

.sIFR-hasFlash h3 {
   margin:0;
   padding:0;
   visibility: hidden !important;
   letter-spacing: -6px;
   font-size:36px;
   line-height:42px;
}

.sIFR-hasFlash h3.small {
   margin:0 0 5px;
   padding:0;
   visibility: hidden !important;
   letter-spacing: -6px;
   font-size:21px;
   line-height:21px;
}

.sIFR-hasFlash h4 {
   margin:0;
   padding:0;
   visibility: hidden !important;
   letter-spacing: -5px;
   font-size: 21px;
   line-height:21px;
}
.sIFR-hasFlash h4.tugtext {
   margin:0 0 18px 0;
   padding:0;
   visibility: hidden !important;
   letter-spacing: -5px;
   font-size: 29px;
   line-height:29px;
}
.sIFR-hasFlash h4.podcast {
   margin:0;
   padding:0;
   visibility: hidden !important;
   letter-spacing: -5px;
   font-size: 29px;
   line-height:29px;
}
.sIFR-hasFlash h4.jamsessionhead {
   margin:0;
   padding:0;
   visibility: hidden !important;
   letter-spacing: -5px;
   font-size: 29px;
   line-height:29px;
}
.sIFR-hasFlash h5 {
   margin:0;
   padding:0;
   visibility: hidden !important;
   letter-spacing: -4px;
   font-size: 24px;
}
.sIFR-hasFlash h6.tollfree {
   margin:0 0 1em;
   padding:0;
   width:195px;
   visibility: hidden !important;
   letter-spacing: -4px;
   font-size: 16px;
   line-height:16px;
}

.sIFR-hasFlash h6.small {
   margin:0 0 1em;
   padding:0;
   width:195px;
   visibility: hidden !important;
   letter-spacing: -4px;
   font-size: 16px;
   line-height:16px;
}

.sIFR-hasFlash h6 {
   margin:0 0 1em;
   padding:0;
   width:195px;
   visibility: hidden !important;
   letter-spacing: -4px;
   font-size: 22px;
   line-height:22px;
}

.sIFR-hasFlash a.threadaction {
   margin:0 0 1em;
   padding:0;
   visibility: hidden !important;
   letter-spacing: -4px;
   font-size: 26px;
   line-height:26px;
}





/****************************************************************/

/* These are standard lightbox styles... do not modify

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:350px;
	height:250px;
	margin:-125px 0 0 -175px;
	border:5px solid #c02025;
	background:#fdfce9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

*/
