


/*-----{ RESET }-------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,
table,th,td,embed,object
{
    margin: 0;
    padding: 0;
}

.topnav {
    font-weight : bold ;
    font-size : 11px;
    color : #fff;
}

.wptopnav {
    font-weight : bold ;
    font-size : 11px;
    color : #888888 ;
    padding : 3px 3px 3px 3px ;
}

.wptopnav:hover {
    font-weight : bold ;
    font-size : 11px;
    color : #ffaa00 ;
    padding : 3px 3px 3px 3px ;
    background-color : #000000 ;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img,abbr
{
    border: 0;
    border: none;
}

address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,th,var
{
    font-style: normal;
    font-weight: normal;
}

ul {list-style: none;}
caption,th {text-align: left;}
q:before,q:after{content: '';}
a{text-decoration: none;}
small { font-size : 10px; }
    small.categories { font-size: 9px; float: right; }

.center {text-align: center}

.mutinyasks {
            font-size: 0.75em;
            font-weight: bold;
}

/*-----{ GENERAL }-----------------------------------------------------------*/

body 
{
    font: 12px/26px Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif;
    background: #fffae6 url(bodybg.jpg) 0 0 repeat-x;
    color: #545050;
}

a
{
    color: #3ea0b6;
    outline: none;
}

    a:visited
    {
        border-bottom: none;
    }

    a:hover
    {
        color: #DA2128;
        text-decoration: underline;
    }

ul.inlinelist li
{
    display: inline;
}

.right { float: right; }
.left { float: left; }
.alpha{ list-style-type: lower-alpha; }

img.centered { display: block; margin-left: auto; margin-right: auto; }
p img { padding: 0; max-width: 100%; }

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

.clearfix { display: block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.redbutton
{
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #DA2127;
    padding: 3px 5px;   
}

a:hover.redbutton
{
    background: #4f4f4f; 
    color: #eee;
    text-decoration: none;
}

/*-----{ HEADING }-----------------------------------------------------------*/
h1,h2,h3,h4,h5
{
    font-size: 16px;
    color: #4f4f4f;
}

    /* 
     * For yellow heading text 
     * use a span within heading 
     */
    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span 
    {
        color: #da2128;
    }
    
h2
{
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
}
    
h3
{
    font-size: 14px;
    font-weight: bold;   
}

h4
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

h5
{
    font-size: 10px;
    font-weight: bold;
}

h6
{
    font-size: 10px;
    text-transform: uppercase;
    color: #4f4f4f;
}


/*-----{ LAYOUT }------------------------------------------------------------*/
.box 
{
    padding: 0 30px;   
}

.content
{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#contents .content
{
    background: url(contentbg.jpg) 0 0 repeat-y;
}

/*-----{ TOPNAV }------------------------------------------------------------*/
#topnav 
{    
    font-size: 11px;
}

    #topnav .content
    {
        height: 30px;
    }
    
        #topnav a
        {
            color: #00404c;
            border-right:1px dotted #999999;
            padding: 0 10px 0 0;
        }
        
            #topnav a.admin
            {
                color: #666;
            }
        
        #topnav a:hover
        {
            color: #fff;
            text-decoration: none;
        }   
            
            #topnav a.admin.pendingpost
            {
                color: #d47302;
                border-right: none;
            }
            
            #topnav a.admin.pendingpost:hover
            {
                color: #fff;
            }
            

    #nav
    {
        
    }
    
        #nav ul.inlinelist li
        {
            margin: 0 10px 0 0;
        }
    
    #date
    {
        float: right;
        margin:0 7px 0 0;
    }
    
    #topnav a:hover
    {
        color: #fff;
    }

/*-----{ HEADER }------------------------------------------------------------*/
#header
{
    height: 125px;
}

    #header .content
    {        
        
    }
    
        #banner
        {
            float: left;
            margin: 0 0 0 33px;
        }
        
            #banner h6
            {
                position: relative;
                margin:-70px 0pt 0pt 520px;
                line-height: 10px;
                font-weight: normal;
                text-transform: none;
            }
            
                #banner h6 span.photographer
                {
                    font-weight: bold;
                    text-transform: uppercase;
                    font-size: 8px;
                    color: #999;
                }
            
                #banner h6 a:hover span
                {
                    color: #4f4f4f;
                }
        
        #logo
        {
            text-align: center;
            margin: 0;
        }
        
            #logo a { outline: none; }
        
/*-----{ PHOTOS }------------------------------------------------------------*/

#photos
{    
}

    #photos .content
    {
        padding: 12px 0 24px 0;
        width: 1000px;
    }
    
    #photos .aphoto
    {
        width: 322px;
        height: 180px;
        margin: 0 11px 0 0;
        float: left;
        border: 2px solid #ddc777;
        position: relative;
    }

        #photos .aphoto.last
        {
            margin: 0;
        }
        
        #photos .acaption 
        {
            position: absolute;
            background: #da2127;
            padding: 3px 5px;            
            color: #fff;  
            right: 0;
            bottom: 10px;
            z-index: 10;
            font-weight: bold;
            line-height: 16px;
        }
        
        #flickrgrouplink,
        #newjantalinks
        {
            float: right;
            color: #da2127;
            font-weight: bold;
            margin: 0 10px 0 0;
            text-decoration: none;
        }
        
        a:hover#flickrgrouplink,
        a:hover#newjantalinks
        {
            color: #333;
        }
        
        #newjantalinks
        {
            float: left;
        }
        
            #flickrgrouplink img,
            #newjantalinks img
            {
                vertical-align: middle;
            }

/*-----{ LEFTSIDEBAR }-------------------------------------------------------*/
#leftsidebar
{
    float: left;
    width: 176px;
    padding: 0 12px 0 0;
}

    #rssbox
    {
        background: url(rssicon.png) 0 50% no-repeat;
		_background: url(rssicon.gif) 0 50% no-repeat;
        height: 80px;
        padding: 12px 0 0 70px;
        margin: 0 0 22px 0;        
    }
        #rssbox ul li,
        #rssbox p.feed
        {
            font-size: 12px;
            text-transform: uppercase;
            line-height: 1.4em;
        }
        
        #rssbox p
        {
            line-height: 16px;
        }
        
            #rssbox p.count strong
            {
                font-size: 14px;
            }
        
    #historybox,
    #linkbox
    {
        background: url(lineborderbg.jpg) 0 0 no-repeat;
        margin: 0 0 22px 0;
        padding: 12px 0 0 0;
    }

        #historybox p,
        #linkbox p
        {
            background: url(lineborderbg.jpg) bottom left no-repeat;
            font-size: 12px;
            font-weight: bold;
            line-height: 1.4em;
            padding: 0 0 16px 0;
        }

    #newsbox,
    #featuredbox,
    #talktousbox,
    #leftsidebar .googleadbox,
    #rightsidebar .googleadbox,
    #miscbox,
    #twitterbox
    {
        clear: both;
        border-top:1px solid #DDDDDD;
        padding: 12px 0 24px 0;
    }
    
        #twitterbox ul
        {
            
        }
    
        #twitterbox li
        {
            line-height: 18px;
            padding: 10px 0;
            border-bottom: 1px dotted #ccc;
        }
    
        #miscbox
        {
            text-align: center;
        }
    
        #talktousbox h2
        {
            padding-bottom: 0px;
            height: 44px;
        }
        
        #joinbox h2
        {
            padding-bottom: 0px;
            height: 44px;
        }

        #joinbox p,
        #talktousbox p
        {
            font-size: 12px;
            line-height: 1.4em;
        }
        
        #leftsidebar .googleadbox
        {
            text-align: center;
        }
        
        #newsbox {}
        
            #newsbox li            
            {
                font-size: 14px;
                font-weight: bold;
                line-height: 14px;
                padding: 0 0 12px 0;
            }
            
                #newsbox li span,
                #editorsdesk li span,
                span.commenticon
                {
                    background: url(commenticon10.png) 0 50% no-repeat;
                    padding: 0 0 0 12px;
                    font-size: 12px;
                }
                
                    #newsbox li span a,
                    #editorsdesk li span a,
                    span.commenticon a
                    {
                        color: #da2127;
                    }
        
/*-----{ CENTERSTAGE }-------------------------------------------------------*/
#centerstage
{
    float: left;
    width: 711px;
    padding: 0 0 50px 0;
}

    #centerstage .wrapper
    {
        
    }
    
        #centertabs
        {
            padding: 5px 0 0 13px;
        }
    
        #centertabs li        
        {
            font-family: Georgia, serif;
            font-size: 14px;
            font-weight: bold;
            background: #ffed06 url(inactivecentertab.png) 0 0 no-repeat;
            float: left;
            width: 120px;
            height: 28px;
            margin: 0 6px 0 0;
            text-align: center;
        }
        
            #centertabs li.active
            {
                background: transparent url(activecentertab.png) 0 0 no-repeat;
                height: 45px;
            }
            
                #centertabs li a
                {
                    display: block;
                    height: 29px;
                    color: #999;
                }
                
                    #centertabs li.active a
                    {
                        color: #333;
                    }
                
                #centertabs li a:hover
                {
                    color: #DA2128  ;
                    text-decoration: none;
                }
                
/*-----{ POST }--------------------------------------------------------------*/

.popular a { color : #666666 ; font-weight : bold ; }

.posts
{
    clear: both;
    margin: 0 25px;  
    line-height: 22px;
    /*min-height: 1700px;*/
    padding: 12px 0 0 0;
}

    .posts.notabs
    {
        padding: 0;
    }

    .posts .post
    {
        margin: 0 0px 40px 0px;
		margin: 0 0px 20px 0px;
        padding:10px 0;
    }
    
        .posts .post.news
        {
            background: #e2e8bb url(newsbg.gif) 0 0 repeat-x; 
        }
        
        .posts .post .postinfo2
        {
            color: #b1a989;
            height: 50px;
        }
        
            .posts .post .postinfo2 li
            {
                float: left;
                padding: 0 12px;
                height: 50px;
            }
                
                .posts .post .postinfo2 .dottedborder
                {
                    border-right: 1px dotted #b1a989;    
                }
                
                .posts .post .postinfo2 .authoravatar
                {
                      padding: 0;  
                }
                
                .posts .post .postinfo2 .authorinfo
                {
                    
                }
                
                    .posts .post .postinfo2 .authorinfo strong
                    {
                        font-size: 14px;  
                        font-weight: normal;  
                    }
                    
                .posts .post .postinfo2 .commentinfo
                {
                    
                }
                
                    .posts .post .postinfo2 .commentinfo .commentcount
                    {
                        background: url(commenticon10.png) 0 50% no-repeat;
                        padding: 0 0 0 12px;
                    }
                    
                .posts .post .postinfo2 .dateinfo
                {
                    line-height: 12px;
                    text-align: center;
                    color: #999;
                    font-family: Georgia;
                    text-shadow: 1px 1px #f7f7f7;
                }
                
                    .posts .post .postinfo2 .dateinfo .month
                    {
                        font-size: 10px;
                        text-transform: uppercase;
                        padding: 0 0 3px 2px;
                        letter-spacing: 3px;
                    }
                    
                    .posts .post .postinfo2 .dateinfo .day
                    {
                        font-size: 24px;
						font-size: 18px;
                        font-weight: bold;
                        color: #666;
                        padding: 0 0 5px 0;
                    }
          
        .posts .post h2.posttitle
        {
            clear: both;
            /*font-size: 24px;*/
			font-size: 18px;
            line-height: 110%;
            font-weight: normal;
        }   
        
            .posts .post h2.posttitle a
            {
                color: #da2128;
            }   
    
        .posts .post .postinfo
        {
            padding: 0;
        }
        
            .posts .post .postinfo .commentcount
            {
                float: right;
                background: url(commenticon10.png) 0 50% no-repeat;
                padding: 0 0 0 12px;
            }

            .posts .post .postinfo .author
            {
                float: left;
                padding: 0 10px 0 0;
                width: 40px;
            }
            
            .posts .post .postinfo h2
            {
                margin: 0;
                line-height: 0.9em;
                padding: 0;
                float: left;
            }
            
                .posts .post .postinfo h2 small
                {
                    line-height: 14px;
                }
            
                .posts .post.link .postinfo h2
                {
                    padding: 0;
                }
            
                .posts .post .postinfo h2.pagetitle,
                .posts h2.pagetitle
                {
                    border-bottom:3px double #eaebd7;
                    color:#d9dac8;
                    float:none;
                    font-family: Georgia;
                    font-size:28px;
                    font-style:italic;
                    font-weight:normal;
                    margin:0 0 18px;
                    padding:0 0 8px;
                    text-shadow:1px 1px #f7f7f7;                   
                }
                
                    .posts h2.pagetitle a.redbutton
                    {
                        color: #fff;
                        text-shadow: none;
                        padding: 5px;
                    }
                
                    .posts .post .postinfo h2.pagetitle .heading
                    {
                        font-size: 22px;
                    }
                    
                    .posts .post .postinfo #subscribebanner
                    {
                        background: url(subscribe-banner.png) top left no-repeat;
                        height: 208px;
                        width: 477px;
                        text-indent: -9999px;
                    }
                    
        .posts .post .postdisclaimer
        {
            clear: both;
            padding: 5px 6px;
            border-top: 1px dotted #bbb;
            border-bottom: 1px dotted #bbb;
            background: #eee;
            margin: 15px 0 0 0;
        }
        
            .posts .post .postdisclaimer p
            {
                margin: 0;
                line-height: 1.2em;
                font-weight: bold;
                font-family:georgia;
                font-style:italic;
                font-weight:bold;
            }
        
        .posts .post .postbody
        {
            clear: both;
            font-size: 13px;
            padding: 15px 0 0 0;
        }
        
            .posts .post.link .postbody
            {
                padding-top: 5px;
            }
            
            .posts .post.link .postbody a.jantalinks_thumbnail
            {
                float: left; 
                width: 80px; 
                height: 60px; 
                margin: 8px 10px 10px 0;
                border: 1px solid;
                color: #DA2127;
            }
            
                .posts .post.link .postbody a:hover.jantalinks_thumbnail
                {
                    color: #3EA0B6;
                }
            
                .posts .post.link .postbody a.jantalinks_thumbnail em
                {
                    background: url(video_thumb_icon.png) 0 0 no-repeat;
                    display:block;
                    height:60px;
                    left:0;
                    position:relative;
                    top:-60px;
                }
                
                .posts .post.link .postbody a.jantalinks_thumbnail em.image
                {
                    background: url(image_thumb_icon.png) 0 0 no-repeat;
                }
            
            .posts .post.link .postbody p
            {
                margin-bottom: 5px;
            }
        
            .posts .post .postbody h2            
            {
                text-transform: uppercase;
                border-top: 1px dotted #ddd;
                font-weight: normal;
                clear: left;
                font-size: 14px;
            }
            
            .posts .post .postbody .mutineericon
            {
                float: left;
                width: 50px;
                padding: 4px 10px 0 0;
            }
            
            .posts .post .postbody .mutineerinfo
            {
                float: left;
                width: 595px;
            }
            
            .posts .post .postbody .googlepostad
            {
                background: #F7F3E3;
                margin: 10px 0 20px 0;
                text-align: center;
            }
            
            .posts .post .postbody ul,
            .posts .post .postbody ol
            {
                margin: 0 0 20px 0;
            }    
            
                .posts .post .postbody ul li,
                .posts .post .postbody ol li
                {
                    border-bottom:1px dotted #ddd;
                    padding:5px 0 5px 20px;
                    background: url(rightarrowicon.png) 0 7px no-repeat;
                    line-height: 16px;
                }
                
                .posts .post .postbody ol li
                {
                    margin: 0 0 0 20px;
                    padding-left: 0;
                    background: none;
                }
    
.posts em { font-style : italic ; }

.posts blockquote {
    font-family: Georgia;
    color : #a29374;
    margin : 0px ;
    padding:10px 0 0 44px;
    background:url( blockquote.png ) top left no-repeat;
    margin-bottom : 10px;
    line-height: 1.4em;
}


.more-link {
    text-decoration:underline;
    color:#FF7800;
    }

#linkbox a {
    font-size : 12px ;
    font-weight : bold ;
    color : #a9a9a9 ;
}

#linkbox a:hover {
    font-size : 12px ;
    font-weight : bold ;
    color : #DA2128 ;
}

#linkbox li {
    font-size : 12px ;
    color : #FF7800 ;
    line-height: 16px;
    border-bottom : 1px dashed #aaaaaa ;
}

.posts a {
    color:#3ea0b6;
}

    .posts a.more-link
    {
        font-style: italic;
        font-weight: bold;
        font-family: Georgia;
        text-decoration: none;
    }
    
    .posts a:hover.more-link
    {
        color: #DA2128;
    }

.posts a:hover {
    color: #DA2128;
}

.posts .heading {
    font-size: 24px;
    line-height: 110%;
    font-weight: normal;
    color: #da2128;
}

    .posts .post.news .heading { color: #25646b; }

.posts p {
    margin-bottom : 20px;
    }

.posts small strong {
    font-family : arial ;
    font-size : 11px ;
    color : #999999 ;
}

.post #submit{
    padding:2px;
}

.posts #commentlist .alt
{
    background: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 0 6px 0;
    margin: 0 0 25px 0;
    overflow: hidden;
    border-top : 1px dotted #eaebd7;
    border-bottom:1px solid #eaebd7;
}

.posts #commentlist .alt a
{
    color: #2b93de;
}

.posts #commentlist .alt a:hover
{
    color: #DA2128;
}

    .posts #commentlist .admin
    {
        background: #EDFEFF;       
    }

    .posts #commentlist .commentinfo
    {
        height: 40px;
    }
        
        .posts #commentlist .commentinfo img
        {
            border-right: 2px solid #fff;
            float: left;
        }
        
        .posts #commentlist .commentinfo img.flag
        {
            float: none;
            border: 0;
            width: 18px;
            height: 12px;
            vertical-align: middle;
        }
        
        .posts #commentlist .commentinfo .title
        {
            height: 40px;
            background: #FEFFCE;
        }
    
        .posts #commentlist .commentinfo .title .author
        {
            font-size: 14px;
            font-weight: bold;
            padding: 5px 0 0 5px;
            float: left;
            width: 280px;
            color: #2b93de;
            overflow: hidden;
        }
        
            .posts #commentlist .commentinfo .title .author a
            {
                color: #DA2128;
            }
            
            .posts #commentlist .commentinfo .title .author a:hover
            {
                color: #2b93de;
            }

        
        .posts #commentlist .commentinfo .title .date
        {
            float: right;
            text-align: right;
            line-height: 1.2em;
            padding: 5px 5px 0 0;
            width: 140px;
        }
        
            .posts #commentlist .commentinfo .title .date .count
            {
                
            }
            
        .posts #commentlist .commentinfo .title .dateinfo
        {
            float: right;
            font-size: 9px;
            line-height: 8px;
            text-align: center;
            color: #999;
            font-family: Georgia;
            text-shadow: 1px 1px #f7f7f7;
            border-left:1px solid #DBDCBC;
            padding:0 5px 4px;
            background: #E5F8F8;
        }
        
            .posts #commentlist .commentinfo .title .dateinfo .month
            {                
                text-transform: uppercase;
                padding: 5px 0 1px 2px;
                letter-spacing: 1px;
            }
            
            .posts #commentlist .commentinfo .title .dateinfo .day
            {
                font-size: 16px;
                font-weight: bold;
                color: #666;
                padding: 0 0 5px 0;
            }
        
    .posts #commentlist .commentbody
    {
        clear: both;
        float: left;
        margin:5px 0pt 0pt;
        padding: 10px 15px;
        color: #777;
        line-height:22px;
    }
    
    .posts #commentlist .commentbody p
    {
        margin-bottom: 12px;
    }
    
    .posts #commentlist .commentbody blockquote
    {
        background:url( blockquote.png ) top left no-repeat;
        font-size: 12px;
        padding-left: 24px;
    }
    
#postab2 h3,
#postab3 h3
{
    margin: 15px 0;
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
}

    #postab2 h3
    {   
        padding: 20px 0 0 0;
    }

#postab3 a 
{
    font-weight : bold ;
    color : #545050 ;   
}

#postab3 a:hover
{
    color: #DA2128;
}

#postab3 .children 
{
    margin-left : 20px ;
}


#archives
{
    width: 476px;
}

#archivescatbox
{
    margin:0pt 30px 0pt 0pt;
    width:270px;
    float: left;
}

#archivesmonthbox
{
    width: 176px;
    float: left;
}

    #archivesmonthbox li
    {
        padding:0 0 6px 20px;
        background: url(rightarrowicon.png) 0 3px no-repeat;
    }

.postfooter1
{
    width: 472px;
    height: 50px;
    padding: 0 0px 0 6px;
}

.postfooter1 .post-ratings
{
    float: left;
    padding: 30px 0 0 0;
    width: 300px;
}

.postfooter1 .indianpad
{
    float: right;
    padding: 0;
}

.postfooter2
{
    padding: 5px 0 0 6px;
    margin: 20px 0 0 0;
    color: #666;
    font-size: 12px;
    border-bottom: 2px solid #DA2128;
}

    .posts .post.link .postfooter2
    {
        margin-top: 0;
        background: none;
        padding-right: 0;
        padding-left: 0;
        clear: both;
    }
    
    .posts .post.link .postfooter2 .stbuttontext
    {
        font-weight: normal;
    }

.postfooter2.single
{
    
}

    .postfooter2 a
    {
        color: #4F4F4F;
        font-weight : bold ;
    }
    
    .postfooter2 a:hover
    {
        color: #DA2128;
    }
    
    .postfooter2 .permalink
    {
        float: left;
    }
    
    .postfooter2 .commentlink
    {
        float: right;
    }
    
    .postfooter2 .post-ratings
    {
        width: auto;
        padding: 0 10px 0 20px;
        float: left;
    }
    
.relatedposts
{
    padding: 5px;
    background: #edfeff;
    border: 1px solid #ddd;
}
    .relatedposts ul
    {
        list-style: square;
    }
        .relatedposts ul li
        {
            margin: 0 0 0 17px;
        }
        
#wordcount
{
    float: right;
    font-weight: bold;
}

    #wordcount.wcerror
    {
        color: #DA2128;
    }

/*----------(Comments) ------------------------------------------------------*/
.alignright {
    float: right;
    }
    
#postlinks
{
    padding: 30px 0 20px 0;
}
    
#postlinks a
{
    background: #da2128;
    color: #fff;
    padding: 2px 5px;
    margin: 0 5px 0 0;
    float: left;
}

#postcomment
{
    clear: both;
}
    
#comments
{
    padding: 0 0 15px 0;
}

#commentform,
.defaultform
{
    background: #EDFEFF;
    padding: 12px;
    width: 635px;
    float: left;
}

    .defaultform
    {
        float: none;
        width: 444px;
    }

#commentform p {
    margin: 5px 0;
}
#commentform p {
    
}
#commentform input, 
#commentform textarea,
.contactform input,
.contactform textarea
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;    
}

#commentform label,
.contactform label
{
    font-weight: bold;
}

#commentform input,
.contactform input
{
    width: 230px;
    padding: 5px;
    margin: 0 0 5px 0;
    color: #3ea0b6;
    background: #fffbbd;
    border: 1px solid #ffda4a;
}

.contactform input,
.contactform textarea
{
    margin: 0 0 12px 0;
}

#commentform input:focus,
#commentform textarea:focus,
.contactform input:focus,
.contactform textarea:focus
{
    background: #fff;
}

#commentform textarea,
.contactform textarea
{
    width: 454px;
    color: #3ea0b6;
    background: #fffbbd;
    border: 1px solid #ffda4a;
    font-size: 12px;
    padding: 2px 2px 0 5px;
}

#commentform textarea
{
    width: 625px;
}

    .defaultform textarea
    {
        width: 434px;
    }

#commentform dots {
    margin: 0;
    width:130px;
    text-decoration: underline;
    text-align:right;
    background-color: #FFF;
    font: bold 14px/120% arial,verdana,sans-serif;
}
#commentform #submit, 
.contactform #contactsubmit
{
    margin: 0;
    text-align:center;
    background-color: #DA2128;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 150px;
    cursor: pointer;
    padding: 2px;
    border: 1px solid #fff;
}

#commentform small
{
    font-size: 10px;
}

.subscribeform{}

    .subscribeform fieldset
    {
        border: 1px solid #ddd;
        padding: 10px;
        margin: 0 0 20px 0;
    }

    .subscribeform legend
    {
        font-size: 12px;
        text-transform: uppercase;
        color: #DA2128;
        font-weight: bold;
        letter-spacing: 2px;
        
    }
    
    .subscribeform .contactleft
    {
        float: left;
        width: 20%;
    }
    
.forminfobox
{
    display: none;
    padding: 10px;
    background: #EDFEFF;
}

    .forminfobox.activebox
    {
        display: block;
    }
    
.error
{
    background: #ffd0d0;
    color: #d42222;
    border: 1px solid #d42222;
    padding: 10px;
}

#getgravatar
{
    float: right;
    width: 170px;
    text-align: right;
    font-weight: bold;
    padding: 20px 0 0 0;
}

    #getgravatar img
    {
        float: right;
        padding: 0 0 0 5px;
    }

#comments_policy
{
    color: #666;
    font: normal 11px/140% verdana,arial,sans-serif;
    padding: 0 10px;
    float: left;
}
#comments_policy ol
{
    margin: 10px 5px 0 25px;
    padding: 0;
}
#comments_policy ol li
{
    padding: 0 0 0 0;
}
/*----------(End Comments)---------------------------------------------------*/

/*-----{ PINGBACKS }---------------------------------------------------------*/
#pingbacklist
{
    margin: 0 0 40px 0;
}

    #pingbacklist li
    {
        background: url(arrowicon.png) 0 5px no-repeat;
        padding: 0 0 5px 8px;
        line-height: 14px;
    }
    
    #pingbacklist li a
    {
        color: #DA2128; 
    }
    
    #pingbacklist li a:hover
    {
        color: #3EA0B6;
    }

/*-----{ PAGENAV }-----------------------------------------------------------*/

#pagenav
{
    height: 35px;
    background: #f5f5f5;
    margin: 0 0 35px 0;
}

    #pagenav a
    {
        color: #fff;
    }

    #pagenav .prev,
    #pagenav .next
    {
        background: #585858;        
        font-size:18px;
        font-weight:bold;
        letter-spacing:-1px;
        text-align: center;
        padding:6px 5px;
        width:60px;
        height: 23px;
    }

    #pagenav .prev
    {
        float: left;
        border-right:2px solid #FFFFFF;
    }
    
    #pagenav .next
    {
        float: right;
        border-left:2px solid #FFFFFF; 
    }
    
.wp-pagenavi
{
    text-align: right;
    text-transform: uppercase;  
    height: 22px;
    margin: 0 0 35px 0;
    padding: 5px;
}

    

/*-----{ RIGHTSIDEBAR }------------------------------------------------------*/
#rightsidebar
{
    float: left;
    width: 258px;
    background: #fff;
    padding: 5px 15px 50px 15px;
}

    #rightsidebar ul.tabs
    {
        width: 233px;
        height: 26px;
        border-bottom:1px solid #bbb;        
    }
    
    #rightsidebar ul.tabs li
    {
        float: left;
        font-weight: bold;        
        padding: 0px 6px;
        margin: 0 5px 0 0;
        background: #eee;
    }
    
        #rightsidebar ul.tabs li.active
        {
            background: #ccc;
        }
        
    #topmutineersbox p.timeframe
    {
        background:#fff none repeat scroll 0%;
        border-bottom:1px solid #eee;
        color:#999;
        float:right;
        font-size:10px;
        height:20px;
        padding:0pt 3px;
        text-transform:uppercase;
    }
        

    #searchbox
    {
        background: #333 url(searchbg.jpg) 0 0 no-repeat;
        height: 83px;
        padding: 0 0 0 16px;
    }

        #searchbox h6 
        {
            font-family: Georgia, serif;
            font-weight: bold;
            color: #fff;     
            margin-top: 10px;       
        }

        #searchform
        {
            margin: -8px 0 0 0;
        }

        #searchform input[type="text"]
        {
            background: transparent url(searchinputbg.jpg) 0 0 no-repeat;            
            border: 1px solid #666;
            font-size:1.2em;
            width:186px;
            margin:8px 0 0 0;
            padding:5px;            
        }

        #searchform input[type="image"]
        {
            width: 30px;
            height: 28px;
            vertical-align: middle;
        }
    
    .customads,
    #jantaspeakbox,
    #jantalinksbox,
    #mutineersbox,
    #joinbox,
    #pollsbox,
    #textads,
    #linksbox,
    #ventunoad,
    #topmutineersbox,
    .rightsidebarbox
    {
        margin: 0 0 20px 0;
        padding: 12px 0 0 0;
        border-top: 1px solid #ddd;
    }
        #linksbox
        {
            clear: both;
        }
        
        .customads
        {
            margin: 0 3px 20px 3px;
            padding: 12px 0 0 0;
            border-top: 1px solid #ddd;
            float: left;
        }

        #jantaspeakbox li,
        #jantalinksbox li
        {
            line-height: 18px;
            margin: 0;
            overflow: hidden;
            border-bottom:1px dotted #ccc;
        }
        
            #jantalinksbox .heading
            {
                font-weight: bold;
            }
        
            #jantalinksbox li
            {
                padding: 10px 0;
            }

            #jantaspeakbox li span
            {
                display: block;
                font-size: 10px;
                font-weight: bold;
                line-height: 1.2em;
            }

                #jantaspeakbox li span.author
                {
                    font-weight: bold;
                    margin: 4px 0 0 0;
                    color: #3EA0B6;
                }

                #jantaspeakbox li a
                {
                    color: #666;                    
                    padding: 10px 0;
                    display: block;
					
                }

                    #jantaspeakbox li a:hover
                    {
                        background: #fff;
                        color: #DA2128;
                        text-decoration: none;
                    }
                    
                    #jantaspeakbox li a:hover span
                    {
                        color: #DA2128;
                    }
      
    #linksbox
    {
        padding: 3px;
        background: #f9f5c8;        
        line-height: 1.8em;
        border-top: none;
    }
    
        #linksbox div
        {
            border: 1px solid #e9e0ba;
            padding: 10px;
        }
    
        #linksbox img
        {
            vertical-align: middle;
            padding: 0 3px 0 0;
        }

        #linksbox a
        {
            color: #b93f18;
            text-transform: uppercase;
            font-size: 10px;
        }
        
    #topcommenters
    {
        display: none;
    }
    
    #textads ul
    {
        margin: 0 0 15px 0;
    }
    
        #textads ul li
        {
            padding:1px 0 5px 18px;
            background: url(bluearrow.jpg) 0 7px no-repeat;
        }

#popularposts ul
{
    margin: 0 0 30px 0;
}

#popularposts li {
    border-bottom:1px dashed #ddd;
    padding:12px 0 12px 20px;
    background: url(rightarrowicon.png) 0 15px no-repeat;
}

#popularposts li a {
    color : #545050 ;
    font-size: 16px;
}

#popularposts li a:hover
{
    color: #DA2128;
}

#mutineer {}

#mutineer table {
    width:200px;
    height: auto;
}

#mutineer tr {
    text-align:center;
}

/*-----{ POST REVIEW }-------------------------------------------------------*/

table.postsreview
{
    width: 477px;
}

table.postsreview h6
{
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
}

    table.postsreview h6 a
    {
        color: #DA2128;
    }

table.postsreview tr
{
    vertical-align: top;
}

    table.postsreview tr th
    {
        border-bottom: 1px solid #b8b091;
        padding: 20px 10px 5px 0;
        font-size: 14px;
        font-weight: bold;
    }
    
        table.postsreview tr th.postcol
        {
            width: 85%;
        }
        
    table.postsreview tr td
    {
        padding: 10px 0;
        border-bottom: 1px solid #d7cdaa;
    }
    

/*-----{ FOOTER }------------------------------------------------------------*/
#footer
{
    clear: both;
    display: block;
    font-size: 10px;
    line-height: 1.4em;
    background: #272a2f url(footerbg1.png) bottom left scroll repeat-x;
    color: #f7f7f7;
    border-top: 3px solid #999;
    padding: 40px 0;
    min-width: 1053px;
}

    #footer a
    {
        font-weight: bold;
        color: #fff;
        text-decoration: underline;
    } 
    
        #footer a:hover
        {
            color: #eee;
        }
    
    #footer p
    {
        margin: 0 0 1.2em 0;
    }
    
    #footer .content
    {
        width: 1000px;
        padding: 0 16px 0 17px; 
    }
    
        #footer .content #sections
        {
            float: left;
        }
    
        #footer .content .wrapper
        {
            float: left;
            width: 312px;
            padding: 0 0 100px 0;
        }
    
#disclaimer
{
    font-size: 11px;
    line-height: 14px;
    color : #787878;
}

/*-----{ SECTIONS }----------------------------------------------------------*/

#footer .asection
{
    float: left;
    width: 302px;
    margin: 0 22px 0 0;
    padding: 10px;
    background: #23252A;
    font-size: 14px;
    line-height: 18px;
}

    #footer .asection h2
    {
        color: #3EA0B6;
    }
    
    #footer .asection a
    {
        font-weight: normal;
        text-decoration: none;
        color: #add4d9;
    }
    
    #footer .asection a:hover
    {
        color: #fff;
    }
    
    #footer .asection ul
    {
        margin: 12px 0;
        border-top: 1px dashed #2d3036;
    }
    
    #footer .asection li
    {
        padding: 5px 0;
        border-bottom: 1px dashed #2d3036;
    }
    
/* Flickr Style */
#flickr_badge_uber_wrapper {}
#flickr_badge_wrapper { padding: 0 0 0 20px; }
.flickr_badge_image
{
    float: left;
    margin: 5px;    
}

.flickr_badge_image img {border: 1px solid #2d3036 !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
    
.wp-caption-text
{
    margin: 0 !important;
    font-style: italic;
}
/* End Images */


  .posts .post h1.posttitle
        {
            clear: both;
            /*font-size: 24px;*/
			font-size: 30px;
            line-height: 110%;
            font-weight: normal;
			padding:0;
			margin:0;
        }   
		
		
 #jantaspeakbox a{text-decoration:none; font-weight:bold;}		
 
 
 #footer .content .wrapper a
        {
            text-decoration:none;
        }
		
		
 #footer .content .wrapper a:hover
        {
            text-decoration:none;
        }


.posts .more-link 
    {
        font-style: italic;
        font-weight: bold;
        font-family: Georgia;
        text-decoration: none;
    }		

.posts .more-link a
    {
        font-style: italic;
        font-weight: bold;
        font-family: Georgia;
        text-decoration: none;
		border-bottom:none;
    }
    
    .posts .more-link a:hover
    {
        color: #DA2128;
    }		
	
.search{margin-left:10px;}

.button{margin-top:5px; margin-left:5px;}

 #photos .name{position: absolute;
            background: #da2127;
            padding: 3px 5px;            
            color: #fff;  
            right:220!important;
            bottom: 10px;
            z-index:1;
            font-weight: bold;
            line-height: 16px;
			margin-bottom:140px;
			float:left;
			/*_margin-right:0px;*/
			 _top:-2px;
			_right:40px;
			_left:326px;
			_width:125px;
			_text-align:center;
			
			}
			
			
#photos .name a{           
            color: #fff;  
           text-decoration:none;
			}
						
#photos .name a:hover{           
            color: #fff;  
           text-decoration:underline;
			
			}
					
			
			
#jantalinksbox li p a
            {
                padding: 10px 0;
				font-weight:bold;
				text-decoration:none;
            }			
			
			
			
#links a{font-weight:bold; text-decoration:none;}			
