/* 
Theme Name: whiteboard
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 1.0.4
*/

html {overflow-y: scroll;}


img.bg {

	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	right: 0px;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

img.bg2 {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 1024px){
	img.bg2 {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
        width: 700px;
        margin: 0px 0px 0 30px;
        min-height:100%;
        position: relative;
	padding: 0 0px 0 0;
        float: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 0px 0 0 0;
        background: #000;
        color: #FFF;
        height: 100%;          
}


    *:active, *:focus { outline-width: 0px; }
    .content p, .content h1, .content h2, .content h3, .content h4, .content blockquote, .content ul, .content ol, ol.notes li, ol.notes blockquote, .content li, .content img, .content table { margin: 0 0 12px 0; }
    a { text-decoration: none; }
    a img { border-width: 0px; }

    iframe#tumblr_controls { top: 0px !important; }

    a.install {
        width: 96px;
        height: 20px;
        background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
        display: block;
        position: absolute;
        top: 34px;
        right: 3px;
    }

    strong {
        font-weight: bold;
    }

    .border {
        height: 0px;
        background: #444;
    }

    .container {
        margin: 0;
        padding: 0px 0 0px 0;
    }



        .column.up {
            position: relative;

            margin: 0px 0px 0px 10px;
            width: 50px;
            height: 100%;
	    background: transparent url('http://www.optimistprime.com/wp-content/uploads/2010/02/btrans.png') repeat;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 12px;
            float: left;
            padding: 0;
            text-align: left;
            display: block;
        }

            .column.up a {

            }
                .column.up a:hover {

                }

#fixerup {
            position: fixed;
            width: 240px;
}

             .naviup {
            padding: 0;
            float: left;
            margin: 18px 0px 0px 40px;
}

             .nextup {
                color: #fff;
            padding: 0;
            float: right;
            overflow: hidden;
            font-size: 22px;
            margin: 18px 20px 0px 0px;
}

             .nextup a {
                color: #fff;
                font-weight: normal;
                line-height: 0.5em;
                margin: 0px 0px 0px 10px;
                padding: 0px 5px 0px 5px;
}
             .nextup a:hover {
                    color: #FF00FF;
}

            .column.up a.home {
                color: #FFF;
	        background: #000;
                font-size: 22px;
                font-weight: bold;
                text-transform: uppercase;
                float: left;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                margin: 0px 0px 0 0px;
                padding: 10px 20px 10px 20px;
            }
                .column.up a.home:hover {
                    color: #FF00FF;
                }

            .column.up a.link {
                color: #fff;
                font-size: 13px;
                font-weight: normal;
                line-height: 0.5em;
                text-transform: uppercase;
                margin: 0px 10px 0px 0px;
                padding: 17px 5px 14px 5px;
            }
                .column.up a.link:hover {
                    color: #FF00FF;

                }

            .column.up span {
                color: #FF00FF;
                font-weight: bold;
            }


        .column.left {
            position: relative;
            margin: 0px 0 0px 0px;
            width: 100%;
	    background: transparent url('http://www.optimistprime.com/wp-content/uploads/2010/02/btrans.png') repeat;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 12px;
            float: left;
            padding: 0px 0;
            text-align: left;
            display: block;
        }

            .column.left a {

            }
                .column.left a:hover {

                }

#fixer {
            position: fixed;
            width: 240px;
}

             .navi {
            padding: 0;
            float: left;
            margin: 18px 0px 0px 40px;
}

             .next {
                color: #fff;
            padding: 0;
            float: right;
            overflow: hidden;
            font-size: 22px;
            margin: 10px 20px 0px 0px;
}

             .next a {
                color: #fff;
                font-weight: normal;
                padding: 0px 5px 0px 5px;
                margin: 0px 0px 0px 10px;
}
             .next a:hover {
                    color: #FF00FF;
}

            .column.left a.home {
                color: #FFF;
	        background: #000;
                font-size: 22px;
                font-weight: bold;
                text-transform: uppercase;
                float: left;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                margin: 0px 0px 0 0px;
                padding: 10px 20px 10px 20px;
            }
                .column.left a.home:hover {
                    color: #FF00FF;
                }

            .column.left a.link {
                color: #fff;
                font-size: 13px;
                font-weight: normal;
                line-height: 0.5em;
                text-transform: uppercase;
                margin: 0px 10px 0px 0px;
                padding: 17px 5px 14px 5px;
            }
                .column.left a.link:hover {
                    color: #FF00FF;

                }

            div.post .column.left span {
                color: #FF00FF;
                font-weight: bold;
            }

                .spacer {
                margin-top: 300px;
            }

        .nav {

            margin: 0 0 20px 0;
           }

        .nav a {
            color: #FF00FF;
           }

        .nav a:hover {
                color: #a8a8a8;
           }

        .desc {

            margin: 0 0 20px 0;
            border-bottom: 0px #CCC solid;
           }

        #twitter {
            text-align: right;
            float: right;
            width: 160px;
           }

        #twitter a {
                color: #a8a8a8;
           }

        #twitter a:hover {
                color: #FF00FF;
           }



        .h3 {
            font-weight: bold;
            color: #FF00FF;
            }

        .h3 a {
            font-weight: bold;
            }

        .column.left3 {
            width: 660px;
            font-size: 12px;
            float: left;
            text-align: left;
            padding: 2px 0 0 0px;
            margin: 10px 0px 0px 0px;
            font-family: Lucida, Georgia, "Times New Roman", Times, serif;
        }


            .column.left3 h2 {
            font-size: 30px;
}

            .column.left3 h2 a {
            padding: 0px 10px;
            margin: 0px 0px 0 0;
            }

                .column.left3 h2 a:hover {
                    color: #FF00FF;
                }

        .column.left2 {
            width: 550px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 12px;
            float: left;
            text-align: left;
            padding: 2px 0 0 0px;
            border: 0px #fff solid;
            margin: 10px 0px 0px 0px;
            z-index: 0;

        }

            .column.left2 a {
	    background: #FFF;
            padding: 5px 10px;
            margin: 0px 10px 0 0;
            color: #FF00FF;
            font-weight: bold;

            }
                .column.left2 a:hover {
                    background: #FF00FF;
                    color: #FFF;
                }

            .column.left2 h2 {
	    background: #FF00FF;
            padding: 5px 10px;

}
            .com {
            float: right;
            margin: 0;
            padding: 0;
}

            .column.left2 a.date {
	    background: #FF00FF;
            padding: 5px 10px;
            margin: 0px 10px 0 0;
            color: #FFF;
            font-weight: bold;
            }
                .column.left2 a.date:hover {
	background: #FFF;
                    color: #FF00FF;
                }

            div.post .column.left2 span {
                color: #FF00FF;
                font-weight: bold;
            }


        div.post {
            overflow: hidden;
            list-style-type: none;
            margin: 0 0 30px 0;
        }


        .column.right2 {
            width: 500px;
            background: transparent url('http://www.optimistprime.com/wp-content/uploads/2010/02/btrans7.png') repeat;
            font-family: Lucida, Georgia, "Times New Roman", Times, serif;
            font-size: 14px;
            float: left;
            border-bottom: 0px solid #e1e1e1;
            padding: 0 20px 10px 20px;
            margin: 10px 0 30px 0;
        }

            .column.right2 a {
                color: #FF00FF;
            }
                .column.right2 a:hover {
                    text-decoration: none;
                }

            .column.right3 {
            width: 660px;
            font-family: Lucida, Georgia, "Times New Roman", Times, serif;
            font-size: 14px;
            float: left;
            border-bottom: 0px solid #fff;
            padding: 30px 0px 0px 0px;
            margin: 0 0px 0px 0px;
            color: #FFF;
        }

            .column.right3 a {
                color: #FF00FF;
            }
                .column.right3 a:hover {
                    text-decoration: none;
                }

            .column.right3 .about {
            font-size: 24px;
            margin: 0 0 30px;
            line-height: 1.5em;
}

            .column.right3 .aboutpage {
            font-size: 18px;
            margin: 0 0 30px;
            line-height: 1.5em;
}

        .column.right4 {
            width: 670px;
            font-family: Lucida, Georgia, "Times New Roman", Times, serif;
            font-size: 14px;
            float: left;
            border-bottom: 0px solid #fff;
            color: #FFF;
            padding: 0 0 0px 0;
            margin: 0 0 0px 0;
        }

            .column.right2 a {
            color: #FF00FF;
            }
                .column.right2 a:hover {
                    text-decoration: none;
                }

        .column.right {
	    background: transparent url('http://www.optimistprime.com/wp-content/uploads/2010/02/btrans7.png') repeat;
            color: #FFF;
            width: 500px;
            font-family: Lucida, Georgia, "Times New Roman", Times, serif;
            font-size: 16px;
            float: left;
            border-bottom: 0px solid #e1e1e1;
            padding: 5px 20px 0px 20px;
            margin: 0 0px 0px 0px;

            z-index: 1;
        }

            .column.right .static {
                min-height: 22px;
                border-bottom: 1px solid #e1e1e1;
                margin: 20px 0 20px 0;
                padding: 0 0 20px 0;
            }

                .column.right .static a {
                    color: #a8a8a8;
                    font-size: 11px;
                    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                }

                .column.right .static a:hover {
                    color: #FF00FF;
                }

            .column.right .description {
                border-bottom: 3px double #e1e1e1;
                border-style: double;
                color: #FF00FF;
                margin: 0 0 30px 0;
                padding: 0 0 20px 0;
            }

                {block:Twitter}.column.right .description { padding: 0 0 8px 0 !important; }{/block:Twitter}

                .column.right .description .twitter {
                    border-top: 1px dotted #e8e8e8;
                    margin: 20px 0 0 0;
                    padding: 20px 0 12px 0;
                }

                    .column.right .description .twitter .username {
                        margin: 0 7px 0 0;
                        float: left;
                    }

                    .column.right .description .twitter ul#twitter {
                        margin: 0;
                        padding: 0;
                        float: left;
                    }
                    
                    .column.right .description .twitter li {
                        list-style-type: none;
                    }

            div.post .column.right .content {
                padding: 0 0 18px 0;
            }

            .container div.allposts .postwrapper .divider {
                width: 660px;
                border-bottom: 1px solid #e8e8e8;
                margin: 0 0 30px 0px;
                clear: both;
            }

            {block:IfNotEndlessScrolling}
                .container div.allposts .postwrapper:last-child .divider {
                    border-bottom: 3px double #e8e8e8;
                    margin: 0 0 20px 0px;
                }
            {/block:IfNotEndlessScrolling}

            div.post .column.right .content .clear {
                clear: both;
            }

            .column.right a {
                color: #FF00FF;
            }
                .column.right a:hover {
                    color: #a8a8a8;
                    text-decoration: none;
                }

            .column.right h2 {

}

            .column.right h2 a {
	    background: #FF00FF;
            padding: 5px 10px;
            margin: 0px 10px 0 0;
            color: #FFF;


            }
                .column.right h2 a:hover {
                    background: #FFF;
                    color: #FF00FF;
                }

            .column.right img {
                max-width: 100%;
            }

            .column.right img.l {
                margin: 0 5px 0 0;
}
            .column.right img.r {
                margin: 0 0 0 5px;
}

            .column.right img.rr {
                margin: 0 0 0 10px;
                float: right;
}


            .column.right img.b {
                padding: 0;
                margin: 0 0 0 0px;
}

            .column.right blockquote {
                font-size: 13px;
                border-left: 1px dotted #e1e1e1;
                padding: 0 0 0 20px;
            }

            object {
                margin: 0 0 20px 0px;
             }

            .column.right pre {
                font: normal normal normal 11px/normal Courier;
                background: #e6e6e6;
                padding: 10px;
                margin: 0 0 12px 0;
            }

                .column.right small {
                    color: #a8a8a8;
                    font-size: 11px;
                    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                }

                    .column.right small a {
                        color: #a8a8a8;
                    }

                        .column.right small a:hover {
                            color: #757575;
                            text-decoration: none;
                        }

                    .column.right small.high_res {
                        text-align: right;
                        margin: 0 0 12px 0;
                        display: block;
                    }

                    .column.right small a .download {
                        width: 11px;
                        height: 9px;
                        background: url(http://static.tumblr.com/thpaaos/jSTkv2d7l/icon_high_resolution.png) no-repeat;
                        margin: 0 0 0 3px;
                        display: inline-block;
                    }

            table.chat {
                width: 100%;
                margin: 0 0 3px 0;
                border-collapse: collapse;
            }

            h2 + table.chat {
                margin: 0 0 14px 0 !important;
            }

            table.chat tr td {
                padding: 3px 10px;
            }

            table.chat tr td.name {
                font-weight: bold;
                text-align: right;
                vertical-align: top;
            }

            table.chat tr td.line1 {
                background: #F2F2F2;
            }
                 
             .album_case {
                 width: 205px;
                 height: 193px;
                 background: url(http://static.tumblr.com/thpaaos/zXnkx16pe/album_case.png);
                 margin: 0 45px 30px 0;
                 position: relative;
                 z-index: 10;
                 float: left;
             }

                 img.album_art {
                     max-width: 188px !important;
                     margin: 3px 0 0 -250px;
                     position: relative;
                     left: 15px;
                     z-index: 9;
                     float: left;
                 }
 
             .audio .audio_player {
                 width: 207px;
                 opacity: 80%;
                    -webkit-opacity: 0.8;
                    -moz-opacity: 0.8;
                    display: inline-block;
             }

             .audio small {
                 display: block;
             }

            ol.notes {
                border-bottom: 1px dotted #e8e8e8;
                margin: 0 0 30px 0;
                padding: 0 0 30px 0;
            }

                ol.notes img {
                    display: none;
                }
                
                ol.notes li {
                  list-style-type: none;
                }


        .navigation {
            width: 660px;
            font-family: Lucida, Georgia, "Times New Roman", Times, serif;
            font-size: 14px;
            float: left;
            border-bottom: 0px solid #e1e1e1;
            padding: 0 0 0px 0;
            margin: 0px 0 0px 0;
        }

        .navigation .count {
            float: left;
        }

        .navigation .links {
            float: left;
        }

            .navigation.permalink .links {
                width: 100%;
                overflow: hidden;
            }

                .navigation .links a.right {
                    float: left;
                    color: #FFF;
                }

                .navigation .links a.left {
                    float: left;
                    color: #FFF;
                }

        .loading_posts {
            width: 24px;
            height: 24px;
            background: url(http://static.tumblr.com/thpaaos/395kv2j3s/ajax-loader.gif);
            position: fixed;
            bottom: 30px;
            left: 725px;
        }

        #disqus_thread {
            border-bottom: 1px solid #e8e8e8;
            margin: 0 0 30px 0;
            padding: 0 0 30px 0;
        }

        #streampadAudioCaption,
        #streampadPlayerClickToPlay {
          font-size: 11px !important;
          font-weight: normal !important;
        }

        #streampadProfileButton,
        #streamPadFullScreenButton,
        #streampadPlayerBorderNum1,
        #streampadPlayerBorderNum2,
        #streampadPlayerBorderNum3 { display: none !important; }

        #s {
	background: #FFF;
                border: 0px solid #c8c8c8;
                float: left;
                text-align: left;
                width: 120px;
                padding: 3px 5px;
                margin: 13px 0px 0 40px;
        }

#twitter_div {
margin: 0 0 0 20px;
color: #a8a8a8;
}

#twitter_div ul li {
list-style-type: none;
margin: 0px 0 0px 0;
padding: 0px;
}

#twitter_div ul li a {
color: #a8a8a8;
text-decoration: underline;
}

#twitter_div ul li a:hover {
color: #FF00FF;
}

#tag_cloud ul {
list-style-type: none;
margin: 0px 0 0px 0;
padding: 0px;
}

.greyplay {
background-color:#e4e4e4;
padding: 3px 0;
}

#searchresults {
padding: 0 0 10px 165px;
}

#searchresults h2 {
margin-left: 30px;
padding-left: 30px;
font-size: 18px;
letter-spacing: 1px;
}


.msg_list {
margin: 40px 0px 0px 0px;
text-align: left;
}

            .msg_list a.titler {
	    background: #FF00FF;
            padding: 5px 10px;
            margin: 0px 0px 0 0;
            color: #FFF;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 18px;
            font-weight: normal;

            }
                .msg_list a.titler:hover {
                    background: #FFF;
                    color: #FF00FF;
                }


.msg_head {
                cursor: pointer;
                color: #FFF;
                font-size: 13px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 18px;
            font-weight: normal;
                text-transform: uppercase;
                margin: 0px 0px 10px 10px;
                padding: 5px 5px 5px 5px;
}
.msg_head:hover {
cursor: pointer;
color: #FF00FF;
background-color: #FFF;
}
.msg_body {
padding: 20px 0 0 0px;
margin: 0px 0 0 0;

}


#commentlist {
	width: 500px;
        float: left;
	margin: 0px;
        padding: 0px;
}

h2 {
        font-family: Lucida, Georgia, "Times New Roman", Times, serif;
        font-size: 30px;
        font-weight: normal;
        color: #FFF;
            }

h2 a {
        color: #FFF;
}

#commentlist li {
        float: left;
        list-style-type: none;
	width: 520px;
        border-bottom: 0px solid #e1e1e1;
	margin: 0px 0 20px 0px;
        padding: 5px 10px;
	background: transparent url('http://www.optimistprime.com/wp-content/uploads/2010/02/transy.png') repeat;
}

#commentlist li .thecomment {
	width: 450px;
	margin: 0px 0 0px 0px;
        padding: 0 0 0 10px;
        float: left;
}

#commentlist li p {
}

#commentlist li .thecomment .info {
        margin: 0 0 10px 0;
}

#commentlist li .thecomment .info h2 {
        font-size: 1.4em;
	font-weight:normal;
	line-height:100%;
}

#commentlist li .thecomment .info h2 small {
        font-size: .8em;
	font-weight:normal;
	line-height:100%;
}


#commentlist li .gravatar {
	float:left;
	background: transparent url(i/bubble.png) top left no-repeat;
        width: 60px;
        padding-top: 5px;
}

#commentsform {
        width: 500px;
}

.wp-tag-cloud {
	margin: 0px 0 0px 0px;
        padding: 0 0 0px 0;
}

.wp-tag-cloud li {
        list-style-type: none;
	margin: 0px 0 0px 0px;
        padding: 0 0 0px 0;
}
a.thumbnail {
        width: 122px;
        height: 122px;
	position: relative;
	display: block;
        overflow: hidden;
	margin: 0 10px 10px 0;
        padding: 0;
        float: left;
        background: #FFF;
        list-style-type: none;
        color: #FFF;
}

a.thumbnail:hover {
        color: #FF00FF;
}

a.thumbnail2 {
        width: 210px;
        height: 170px;
	position: relative;
	display: block;
        overflow: hidden;
	margin: 0 10px 10px 0;
        padding: 0;
        float: left;
        background: transparent url('http://sparkplugged.net/wp-content/themes/aerialcamp/i/cite.png') repeat;
        list-style-type: none;
        color: #FFF;
    opacity: 0.75;
    filter: alpha(opacity = 75);
    -moz-opacity: .75;
}

a.thumbnail2:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
}


a.thumbnail3 {
        width: 430px;
        height: 350px;
	position: relative;
	display: block;
        overflow: hidden;
	margin: 0 10px 10px 0;
        padding: 0;
        float: left;
        background: transparent url('http://sparkplugged.net/wp-content/themes/aerialcamp/i/cite.png') repeat;
        list-style-type: none;
        color: #FFF;
}


.inside {
    padding: 4px;

}

span.oh {
        color: #FFF;
	background: #222;
        font: Bold 11px Helvetica, sans-serif;
}

span.uh {
        color: #FFF;
        font: Bold 11px Helvetica, sans-serif;
        padding: 0px 0 0 0;
        text-align:right;
	position: absolute;
        bottom: 1px;
        left: 3px;
}

span.eh {
        color: #FFF;
        font: Bold 11px Helvetica, sans-serif;
        padding: 0px 0 0 0;
        text-align:right;
	position: absolute;
        bottom: 1px;
        right: 3px;
}

a.thumbnail div.hover {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 48px;
    padding: 0px;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    display: none;
    z-index: 10;
    text-align: center;
    color: #fff;
    font: Bold 10px Helvetica, sans-serif;
    opacity: 0.75;
    filter: alpha(opacity = 75);
    -moz-opacity: .75;
}

a.thumbnail:hover div.hover {
    display: block;
}

a.thumbnail2 div.hover2 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 49px;
    padding: 0px;
    overflow: hidden;
    background-color: #000;
    display: none;
    z-index: 10;
    text-align: center;
    color: #fff;
    font: Bold 10px Helvetica, sans-serif;
    opacity: 0.75;
    filter: alpha(opacity = 75);
    -moz-opacity: .75;
}

a.thumbnail2:hover div.hover2 {
    display: block;
}

a.thumbnail3 div.hover3 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 55px;
    padding: 0px;
    background-color: #000;
    display: none;
    overflow: hidden;
    z-index: 10;
    text-align: center;
    color: #fff;
    font: Bold 10px Helvetica, sans-serif;
    opacity: 0.75;
    filter: alpha(opacity = 75);
    -moz-opacity: .75;
}

a.thumbnail3:hover div.hover3 {
    display: block;
}

span.ohbig {
        color: #FFF;
	background: #ff00ff;
        font: Bold 21px Helvetica, sans-serif;
        padding: 0 5px;
        margin: 0 1px;
}


span.ehbig {
        color: #FFF;
        font: Bold 14px Helvetica, sans-serif;
        padding: 0px 0 0 0;
        text-align:right;
	position: absolute;
        bottom: 1px;
        right: 3px;
}

span.uhbig {
        color: #FFF;
        font: Bold 14px Helvetica, sans-serif;
        padding: 0px 0 0 0;
        text-align:right;
	position: absolute;
        bottom: 1px;
        left: 3px;
}

        #footer {
height: 30px;
position: relative;
            width:100%;
            margin: 0px 0 0px 0px;
            width: 100%;
	    background: transparent url('http://www.optimistprime.com/wp-content/uploads/2010/02/btrans.png') repeat;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 12px;
            float: left;
            padding: 10px 0px;
            text-align: left;
            display: block;
            color: #FFF;
        }

        #footer .text {
            padding: 0px 0px 0 20px;
}
            #footer a {
            color: #FF00FF;
            }
                #footer a:hover {
                  color: #FFF;
                }

.clearfooter {
height: 30px;
clear: both;
}

.rphoto {
            margin: 5px 0px 0px 5px;
            float: right; 
            line-height: 1em;
}

.rphoto img {
            margin:0 0 5px 0;
            padding:0;
}

#case {
visibility: visible;
}

a.iro {
            display: inline-block;
            background-color: #FF00FF;
            color: #FFF;
            margin: 30px 0 10px 0;
            padding: 10px 10px 5px 10px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.iro:hover {
           background-color: #FF00FF;
           color: #FFF;
}

  a.iro span.namer {
        font-size: 30px;
        font-weight: normal;
            }

  a.iro span.dater {
        font-size: 15px;
        font-weight: normal;
        padding: 10px 0 0px 20px;
        margin: 0px 0 0px 0px;
            }