*
{
    padding:0;
    margin:0;   
}

body
{
    background:#000 url(/assets/img/body-bg.jpg) 50% top no-repeat;
    width:100%;
    font-size:100%;
    font-family:Arial;
    height: 100%;
}

/** floats **/
.floatleft{ float:left;	}
.floatright{ float:right; }

/** clears **/
.clear{ height:0px; clear:both; }
.clear2px{ height:2px; clear:both; }
.clear5px{ height:5px; clear:both; }
.clear10px{ height:10px; clear:both; }
.clear15px{ height:15px; clear:both; }
.clear20px{ height:20px; clear:both; }
.clear25px{ height:25px; clear:both; }
.clear30px{ height:30px; clear:both; }
.clear40px{ height:40px; clear:both; }
.clear50px{ height:50px; clear:both; }
.clear60px{ height:60px; clear:both; }
.clear70px{ height:70px; clear:both; }
.clear100px{ height:100px; clear:both; }
.clearnone{ clear:none; }

p {
	margin: 6px 0 12px 0;	
}

p.small-type, .form-allowed-tags
{
    font-size: 0.75em
}
.form-allowed-tags { color: #999; }

#main-container
{
    width:970px;
    margin:0 auto;
    padding:20px 0;
    height: 100%;
}

#main-content, #right-banner
{
    float:left;
}

#main-content
{
    width:838px;
    background:url(/assets/img/main-content-bg.jpg) left top repeat-y;
}

#right-banner
{
    width:132px;
    text-align:right; 
}

#main
{
    background:url(/assets/img/main-content-top.jpg) left top no-repeat;
    padding:15px 0;
	color: #fff;
}

.no-nav #main
{
    padding-left:9px;
    padding-right:9px;
}

/* Header */

#header
{
    width:838px;
    height:131px;
    background:url(/assets/img/header-bg.jpg) left top no-repeat;
    position:relative;
}   

a#logo, #club-box
{
    position:absolute;
}

a#logo
{
    width:273px;
    height:54px;
    top:21px;
    left:23px;    
}

#club-box {
    width:232px;
    background:#000 url(assets/img/get-the-newsletter.gif) left top no-repeat;
    top:15px;
    right:25px;
    color:#eee;
    font-size:0.81em;
    height: 75px; 
}
#club-box a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 42px;
	padding-left: 15px;	
	text-decoration: none;
}
#club-box a:hover { color: #C4FFFF; }

#club-box.logout-panel
{
    background:#000 url(/assets/img/club-box-bg-active.gif) left top no-repeat;
}

#club-box p
{
    padding-bottom:6px;
}

/* Top navigation */

#top-nav ul
{
    float:left;
    position:absolute;
    left:24px;
    bottom:7px;
}

#top-nav ul li
{
    list-style:none;
    float:left;
    margin-right:5px;
}

#top-nav ul li a
{
    display:block;
    height:39px;
    text-indent:-9999px;  
    background-position:left top;
    background-repeat:no-repeat;
}

#top-nav ul li a:hover, #top-nav ul li.current a
{
    background-position:left bottom;
}

#top-nav ul li.home a
{
    background-image:url(/assets/img/top-nav/home.gif);
    width:56px;
}

#top-nav ul li.fun-stuff a
{
    background-image:url(/assets/img/top-nav/fun-stuff.gif);
    width:79px;
}

#top-nav ul li.steve a
{
    background-image:url(/assets/img/top-nav/steve.gif);
    width:60px;
}

#top-nav ul li.steves-space a
{
    background-image:url(/assets/img/top-nav/steves-space.gif);
    width:109px;
}
#top-nav ul li.books a
{
    background-image:url(/assets/img/top-nav/books.gif);
    width:55px;
}
#top-nav ul li.videos a
{
    background-image:url(/assets/img/top-nav/videos.gif);
    width:60px;
}

#top-nav ul li.club a
{
    background-image:url(/assets/img/top-nav/club.gif);
    width:53px;
}

#top-nav ul li.brands a
{
    background-image:url(/assets/img/top-nav/series.gif);
    width:69px;
}

.loz-thumb
{
    padding-right: 10px;
}

/* Content */

h1, h2, h3, h4
{
    text-transform:uppercase;
}

h1
{
    font-size:30px;
    padding-bottom:8px;
}

.no-nav h1
{
    color:#fff;
}

.editable-area
{
    padding-bottom: 20px;
}

.editable-area h2
{
    font-size:1.31em;
}

.no-nav .editable-area h2
{
    font-size:19px;
}

.editable-area h3
{
    font-size:1em;
}

#left-col, #right-col
{
    float:left;
    _display:inline;
}

#left-col
{
    width:166px;
    margin-left:15px;
    background: transparent url(/assets/img/left-col-bg.jpg) repeat-y left top;
}

#right-col
{
    width:633px;
    margin:0 12px;
}

#white-bg
{
    background: transparent url(/assets/img/right-col-bg.gif) repeat-y 193px top;
    display: inline-block;
	color: #000;
}

#left-col h2
{
    background: transparent url(/assets/img/left-col-top.jpg) left top no-repeat;
    color:#eee;
    text-align:center;
    font-size:20px;
    padding:7px 0 10px 0;
}

#left-col-inner
{
    width:150px;
    padding:0 8px 22px 8px;
    background: transparent url(/assets/img/left-col-bottom.jpg) left bottom no-repeat;
}

#right-col-top
{
    background: transparent url(/assets/img/right-col-top.gif) no-repeat left top ;
    padding:21px 26px;
    width:581px;
}

#white-btm
{
    background: transparent url(/assets/img/right-col-bottom.gif) no-repeat 193px bottom;
    display: inline-block;
}

.editable-area a
{
    color:#0071bf;
    text-decoration:none;
}

.editable-area a:hover
{
    text-decoration:underline;
}

.editable-area h4, .editable-area p, .editable-area li
{
    font-size:0.88em; 
}

.editable-area h2, .editable-area h3, .editable-area h4, .editable-area p
{
    padding-top:5px;
    padding-bottom:5px;
}

.editable-area p, .editable-area li 
{
    line-height:120%;
}

.editable-area ol, .editable-area ul
{
    padding:10px 40px;
}

hr
{
    border:none;
    height:2px;
    background:#a6a6a6;
    margin:5px 0;
    overflow:hidden;
}

blockquote
{
    background:url(/assets/img/blockquote-bg.gif) 50% top no-repeat;
    padding:0 55px;
    font-size:1em;
    color:#0071bf;
    font-weight:bold;
    margin:10px 0;
}

blockquote p
{
    color:#000;
}

/* Left navigation */

#left-col-inner ul li
{
    width:150px;
    font-size:0.81em;
    list-style:none;
    padding-bottom:7px;
    /*font-weight:bold;*/
}

/*#left-col-inner ul li ul li a
{
    padding:0 0 3px 25px;
    text-decoration:none;
    display:block;
    color: #fff;
}*/
/*#left-col-inner ul li a, #left-col-inner ul li span*/
#left-col-inner ul li span, #left-col-inner ul li a
{
    padding:0 0 3px 20px;
    background:url(/assets/img/left-nav-bullet.gif) 5px 0.3em no-repeat;
    text-decoration:none;
    display:block;
    color: #fff;
}

#left-col-inner ul li a:hover
{
    text-decoration:underline;
}

#left-col-inner ul
{
    overflow: hidden;
}
#left-col-inner ul li ul
{
    padding-top:5px;
    margin-left: 10px;
}

#left-col-inner ul li ul li
{
    font-size:1em;
    padding-left:0px;
    width:140px;
}

#left-col-inner ul li ul li ul
{
    margin-left: 10px;
}

#left-col-inner ul li ul li ul li
{
    width: 130px;
}

#left-col-inner ul li ul a, #left-col-inner ul li ul li span
{
    padding-left:25px;
    background-image:url(/assets/img/left-nav-arrows.gif);
    background-color:#000;
    background-position:10px 0.3em;
    background-repeat:no-repeat;
    color: #fff;
}

#left-col-inner ul li ul a:hover, #left-col-inner ul li ul li.current span, #left-col-inner ul li ul li.current a
{
    background-image:url(/assets/img/left-nav-arrows-on.gif);
    background-color:#6b6b6b;
    color:#000;
    text-decoration:none;
}

/* Left column lozenges */

#left-col .lozenges div div
{
    margin-top:6px;
}

/** Templates **/

/* Home */

#home-left, #home-right
{
    float:left;
}

#home-left
{
    width:624px;
    padding:12px 12px 0 12px;
    background:url(/assets/img/home-left-bg.png) left top no-repeat;
    _background:none; /* Dont show in ie6 */
    color:#fff!important;
}

#home-right
{
    width:166px;
    margin:12px 6px 0 0;
    background:url(/assets/img/home-lozenges-right-bg.jpg) left top repeat-y;
}

#home-right-inner
{
    background:url(/assets/img/home-lozenges-right-bottom.jpg) left bottom no-repeat;
    width:145px;
    padding:5px 11px 14px 10px;
}

#home-lozenges-left
{
    margin-top:10px;
}

.home-lozenge-left, #home-lozenges-left .last
{
    background:#192f4c!important;
}

.home-lozenge-left
{
    float:left;
    width:198px;
    margin-right:11px;
}

.home-lozenge-left h3
{
    font-size:20px;
    padding:6px 7px;
    background:url(/assets/img/home-lozenge-left-h3-bg.jpg) left top no-repeat;
}

.home-lozenge-left .left
{
    padding:9px 0 0 7px;
    font-size:0.81em;
    width:86px;
}

.home-lozenge-left .right
{
    padding:9px 7px 9px 0;   
    width:97px;
}

.home-lozenge-left .left p
{
    padding-bottom:8px;   
}


/* Footer */

#footer
{
    background:#000;
    padding-top:22px;
    font-size:0.69em;
    color:#fff;
    width:838px;
}

#footer ul li
{
    list-style:none;
    float:left;
}

#footer-links ul li
{
    margin-right:10px;
    padding-right:13px;
    background:url(/assets/img/footer-li-bullet.gif) right 50% no-repeat; 
}
#footer a:hover { text-decoration: none; }

a#karh, a#bpi-link
{
    text-indent:-9999px;
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
}

a#karh
{
    float:left;
    background-image:url(/assets/img/KARH.gif);
    height:32px;
    width:138px;
}

a#bpi-link
{
    float:right;
    background-image:url(/assets/img/bpi-logo.gif);
    height:17px;
    width:94px;   
}

#bookmarks
{
    float:right;
    width:315px;
    background:url(/assets/img/bookmarks/bookmarks-bg.gif) left top no-repeat;
    padding:6px 8px 16px 117px;
    margin-bottom:8px;
}

#bookmarks a
{
    text-decoration:none;
    background-position:left 50%;
    background-repeat:no-repeat;
    padding:3px 0 3px 20px;
    margin-right:25px;
    display:block;
}

#bookmarks a:hover
{
    text-decoration:underline;
}

#bookmarks ul li#facebook a
{
    background-image:url(/assets/img/bookmarks/facebook.gif);
}

#bookmarks ul li#delicious a
{
    background-image:url(/assets/img/bookmarks/delicious.gif);
}

#bookmarks ul li#digg a
{
    background-image:url(/assets/img/bookmarks/digg.gif);
}

#bookmarks ul li#twitter a
{
    background-image:url(/assets/img/bookmarks/twitter.gif);
    margin-right:0;
}

/* Generic */

a 
{
    color:#fff;
    outline:none;
    text-decoration:underline;
}

a:hover
{
    text-decoration:underline;
}


a img 
{
    border:none;
}

.left 
{
    float:left;   
}

.right 
{
    float:right;    
}

.alignRight 
{
	text-align:right;
}

.clear 
{
    clear:both;
}

.required 
{
    /*color:#c80505;*/
    color:#0097ff;
}

.addMargin
{
    margin:10px 0;   
}

.noShow
{
    display:none;
}

.last
{
    background:none!important;
    padding:0!important;
    margin:0!important;
}

/* Tabs */
ul.tabs
{
    width: 566px;
    height: 70px;
    background: transparent url(/assets/img/tabs/tabs-top.gif) no-repeat left top;
    overflow: hidden;
    padding-left: 30px;
    list-style: none;
}

ul.tabs li
{
    position: relative;
    float: left;
    padding: 0 0 0 20px;
}

ul.tabs li a
{
    display: block;
    height: 20px;
    background: transparent url(/assets/img/tabs/tabs.jpg) no-repeat right -39px;
    padding-right: 18px;
    padding-top: 10px;
    text-decoration: none;
    font-size: 1.1em;
    outline: none;
    color: #EEEEEE;
    
}

ul.tabs li a span
{
    position: absolute;
    width: 20px;
    height: 30px;
    top: 0;
    left: 0;
    background: transparent url(/assets/img/tabs/tabs.jpg) no-repeat left -39px;
}

ul.tabs li a.current
{
    background-position: right top;
}

ul.tabs li a.current span, ul.tabs li.icon-post-comment a.current span, ul.tabs li.icon-comments a.current span
{
    background-position: left top;
}

ul.tabs li.icon-post-comment, ul.tabs li.icon-comments
{
    padding: 0 20px 0 38px;
}

ul.tabs li.icon-post-comment a span
{
    width: 38px;
    background: transparent url(/assets/img/tabs/tabs-post-comment.gif) no-repeat left -39px;
}

ul.tabs li.icon-comments a span
{
    width: 38px;
    background: transparent url(/assets/img/tabs/tabs-comments.gif) no-repeat left -39px;
}

.panes
{
    width: 525px;
    padding: 0 35px;
    background: transparent url(/assets/img/tabs/pane-repeat2.gif) repeat-y left top;
    color: #fff;
}

th label
{
    font-weight: normal;
    font-size: 0.9em;
    font-weight: bold;
}

.pane-bottom
{
    height: 48px;
    width: 596px;
    background: transparent url(/assets/img/tabs/pane-bottom.gif) no-repeat left top;
}

/* Table */
table.std-table tr th
{
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
    padding-top: 7px;
}

.login-wrap table.std-table tr th
{
    width: 100px;
}

.register-wrap table.std-table tr th
{

    width: 150px;
}

.forgot-wrap table.std-table tr th
{
    width: 150px;
}

table.std-table tr table.terms
{
    width: 305px;
}
table.std-table tr table.terms tr th
{
    padding-top: 0px;
    width: 10px;
}
table.std-table tr table.terms tr td p
{
    font-size: 0.72em;
}

/* Validation Summary */
.error-box
{
    min-height: 35px;
    _height:35px;
    padding: 30px 20px 15px 78px;
    background: #ececec url(/assets/img/error-box-bg.gif) no-repeat left top;
    margin-bottom: 10px;
}

.error-box ul
{
    list-style: none;
}

.error-box ul li
{
    font-size: 0.8em;
}

/* Login */
.login-wrap
{
    background: transparent url(/assets/img/tabs/login-bg.jpg) no-repeat left top;
    height: 282px;
}

.register-wrap
{
    background: transparent url(/assets/img/tabs/metalic-rpt.jpg) repeat-y left top;
}

.forgot-wrap
{
    background: transparent url(/assets/img/tabs/reset-password-bg.jpg) no-repeat left top;
}

.edit-wrap .register-top
{
    background: transparent url(/assets/img/tabs/edit-profile-top.jpg) no-repeat left top;
    min-height: 300px;
}

.register-wrap .editable-area h1,
.register-wrap .editable-area h2,
.register-wrap .editable-area h3,
.register-wrap .editable-area h4,
.register-wrap .editable-area h5,
.register-wrap .editable-area p,
.register-wrap .editable-area
{
    color: #fff;
    text-transform: none;
}

.register-top
{
    background: transparent url(/assets/img/tabs/metalic-register-top.jpg) no-repeat left top;
    padding-right:20px;
}

.register-btm
{
    background: transparent url(/assets/img/tabs/metalic-btm.jpg) no-repeat left top;
    height: 34px;
}

.login-wrap .tab-register, .register-wrap .tab-login
{
    display: block;
    width:164px;
    height: 33px;
    margin-left: 153px;
    line-height: 0;
    text-indent: -9999px;
}

.login-wrap .tab-links, .register-wrap .tab-links
{
    height: 40px;
}

.register-wrap .tab-login
{
    margin-left: 23px;
    width: 123px;
}
.register-content
{
    min-height: 200px;
}
.login-wrap .login-content, .register-wrap .register-content
{
    padding: 20px 0 0 25px;
}

.forgot-wrap .login-content
{
    padding: 60px 0 0 25px;
}

.login-wrap .login-content label, .login-wrap .login-content p,
.register-wrap .register-content label, .register-wrap .register-content p
{
    color: #fff;
    font-size: 0.9em;
}

.input-bg
{
    display: block;
    width: 295px;
    height: 24px;
    padding: 5px 5px 0;
    *padding-top:2px;
    background: transparent url(/assets/img/input-wide.gif) no-repeat left top;
    margin: 4px 0;
}

.input-wide
{
    background: transparent url(/assets/img/input-bg.gif) no-repeat left top;
}

.input-area-bg
{
    display: block;
    width: 407px;
    padding: 5px;
    *padding-top:2px;
    background: transparent url(/assets/img/textarea-bg.gif) no-repeat left top;
    margin: 5px 0;
}

.input-area-bg textarea
{
    width: 397px;
    height: 103px;
    background: none;
    border: none;
}

.input-bg input
{
    width: 295px;
    background: none;
    border: none;
}

.input-wide, .input-wide input
{
    width: 354px;
}

.input-ddl
{
    margin: 5px 0;
    width: 305px;
}

.input-ddl select
{
    width: auto;
    padding: 2px 0;
}

#jokes
{
    background: transparent url(/assets/img/tabs/tab-rpt.gif) repeat-y left top;
    width: 596px;
    margin-left: -5px;
}

#jokes h2, h2.latest-comp, h2.previous-comp
{
    display: block;
    width: 596px;
    height: 70px;
    text-indent: -9999px;
    line-height: 0;
    background: transparent url(/assets/img/tabs/jokes-top.gif) no-repeat left top;
}

h2.latest-comp
{
    background: transparent url(/assets/img/comp-latest.jpg) no-repeat left top;
    height: 54px;
    line-height: normal;
}

h2.previous-comp
{
    background: transparent url(/assets/img/comp-previous.jpg) no-repeat left top;
    height: 54px;
    line-height: normal;
    margin-top: 20px;
}

.competitions-page .pagination-content
{
    width: 540px;
}

#jokes .joke-content
{
    color:#fff;
    width: 576px;
    padding-left: 60px;
    padding-bottom: 50px;
    background: transparent url(/assets/img/tabs/tab-btm.gif) no-repeat left bottom;
}

.question-content
{
    width: 300px;
}
.question-wrap
{
    width: 592px;
    margin-left: -5px;
}
.question-wrap h3.questionHeader
{
    display: block;
    width: 592px;
    height: 54px;
    text-indent: -9999px;
    background: transparent url(/assets/img/comp-quest-header.jpg) no-repeat left bottom;
}
.question-wrap .the-question
{
    background-color: #d2d1d1;
    width: 530px;
    padding: 5px 25px 10px;
    margin-left: 5px;
}

/* Blog Pagination */
ul.blog-pag {
    list-style: none;
    position: relative;
    display: block;
    width: 594px;
    height: 55px;
    background: transparent url(/assets/img/pagination/page-bg-btm.jpg) no-repeat left top;
}

ul.blog-top {
    background: transparent url(/assets/img/pagination/page-bg-top.jpg) no-repeat left top;
}

ul.blog-pag-lone
{
    background: transparent url(/assets/img/pagination/page-bg-top-lone.jpg) no-repeat left top;
}

ul.blog-pag li span
{
    display: none;
}

ul.blog-pag li.previous a {
    display: block;
    width: 123px;
    height: 31px;
    line-height: 0;
    text-indent: -9999px;
    position: absolute;
    background: transparent url(/assets/img/pagination/page-newer-left.jpg) no-repeat left top;
    left: 24px;
    top: 12px;
}

ul.blog-pag li.next a {
    display: block;
    width: 123px;
    height: 31px;
    line-height: 0;
    text-indent: -9999px;
    position: absolute;
    background: transparent url(/assets/img/pagination/page-older-right.jpg) no-repeat left top;
    right: 24px;
    top: 12px;
}

ul.blog-pag li.page
{
    display: none;
}

.page-wrap
{
    position: relative;
}

.page-wrap .pag-center, .pag-center
{
    position: absolute;
    left: 210px;
    top: 18px;
    color: #fff;
    font-weight: bold;
    font-size: 1.0em;
}

.pagination-content
{
    margin-left: 2px;
    background-color: #d2d1d1;
    padding: 10px 20px;
    width: 542px;
}

ul.blog-pag, .panes, ul.tabs, .pane-bottom, .competitions-page h2.latest-comp, .competitions-page h2.previous-comp
{
    margin-left: -5px;
}

/* Review Pagination */
ul.review-pag
{
    list-style: none;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 10px 0 0;
    height: 20px;
}

ul.review-pag li
{
    display: inline;
}

ul.review-pag li.previous span,
ul.review-pag li.next span
{
    display: none;
}

ul.review-pag li.previous,
ul.review-pag li.next
{
    display: block;
    height: 19px;
    position: absolute;
    top: 0;
    
}
ul.review-pag li.previous
{
    width: 91px;
    left: 0;
}

ul.review-pag li.next
{
    width: 67px;
    right:0;
}

ul.review-pag li.previous a,
ul.review-pag li.next a
{
    display: block;
    width: 91px;
    height: 19px;
    text-indent: -9999px;
    line-height: 0;
    background: transparent url(/assets/img/pagination/review-prev.gif) no-repeat left top;
}
ul.review-pag li.next a
{
    width: 67px;
    background: transparent url(/assets/img/pagination/review-next.gif) no-repeat left top;
}

ul.review-pag li.page
{
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 6px 0 3px;
    background: transparent url(/assets/img/pagination/page-seperator.gif) no-repeat right 50%;
}

ul.review-pag li.last
{
    background: none;
}

/* Blog Style */
.blog-rss
{
    display: block;
    height: 15px;
    padding: 5px 5px 0 22px;
    background: transparent url(/assets/img/rssicon.gif) no-repeat left top;
    color: #000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 20px;
}

.blog-list-wrap, .comment-wrap
{
    border-bottom: 2px solid #e2e1e1;
    padding: 10px 0;
}



.blogDateTitle
{
    background: transparent url(/assets/img/pagination/date-bg.gif) no-repeat left top;
    padding-top: 30px;
    float: right;
}

.blog-list-content
{
    width: 440px;
    padding-left: 10px;
    float: left;
}

.competitions-page .blog-list-content
{
    width: 100%;
}

.blog-list-content-inner
{
    float: left;
}

.blog-title a
{
    color: #000;
    font-size: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.comment-info
{
    color: #000;
    font-size: 0.9em;
    font-weight: bold;
    margin: 5px 0;
}

.comment-info a, .comment-info a:hover
{
    color: #000;
    text-decoration: none;
}

.blog-list-image
{
    float: right;
    width: 150px;
    text-align: right;
}

.blog-detail-review-bar
{
    height: 43px;
    padding-top: 20px;
    padding-left: 70px;
    background: transparent url(/assets/img/blog-detail-review-bar.jpg) no-repeat left top;
}

.blog-detail-review-bar a
{
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none;
}

.blog-detail-review-bar a.read-comment
{
    margin-left: 38px;
}

.comment-date, .comment-author
{
    font-weight: bold;
    margin: 5px 0;
}

/* Book detail */
.bd-left-col
{
    width: 350px;
    float: left;
}

.bd-right-col
{
    width: 220px;
    float: right;
    text-align: right;
}

#tvplayer
{
    margin-left: -23px;
}

#homeMain {
	padding: 0 9px 0 9px;	
}
.widePage {
	padding: 0 19px 0 19px;	
}

#left-nav-content { color: #fff; }

.book {
	float: left;
	width: 98px;
	min-height: 200px;
	margin: 10px 30px 5px 10px;
	line-height: 100%;
	text-align: center;
}
.book a {
	font-size: 0.70em;
	color: #2A71CA;
	text-decoration: none;	
}
.book a:hover { text-decoration: underline; }

.bookColLeft {
	float: right;
	margin: 0 0 12px 12px;	
}

.rightButton {
	padding-left: 10px;	
}

.whiteMain {
	width: 100%;
    background: transparent url(/assets/img/wide-col-bg.gif) repeat-y;
    display: inline-block;
	color: #000;
}
.whiteMain-top
{
	width: 100%;
    background: transparent url(/assets/img/wide-col-top.gif) no-repeat left top ;
}

.whiteMain-btm
{
	width: 100%;
    background: transparent url(/assets/img/wide-col-bottom.gif) no-repeat left bottom;
    display: inline-block;
}
.whiteMainInner {
	padding: 15px;	
}

.funStuffLozenge {
	float: left;
	margin: 20px 47px 20px 47px;	
}


.alignleft {
	float: left;
	margin: 0 12px 12px 0;	
}
.alignright {
	float: right;
	margin: 0 0 12px 12px;	
}

.footerLeft {
	padding-left: 12px;
	width: 450px;	
}
.footerRight {
	width: 250px;
}
.footerRight, .footerRight a { color: #EC1C3C; }

.blogPostsTop, .blogPostsBtm {
	background-image: url(assets/img/page-bg-top.jpg);
	background-repeat: no-repeat;
	width: 594px;
	height: 55px;
	position: relative;
}
.blogPostsBtm {
	background-image: url(assets/img/page-bg-btm.jpg);
}
.blogPostsMain {
	background-color: #D2D1D1;	
	width: 582px;
	margin-left: 7px;
}
.blogPostsInner { padding: 15px; }

.blogPostDate {
    float: left;
    width: 71px;
    height: 70px;
    background: transparent url(assets/img/blog-date-bg.gif) no-repeat left top;
    padding: 25px 10px 0;
    font-size: 1.3em;
    text-align: center;
    font-family: Impact, Verdana, Arial;
    overflow: hidden;
}
.blogLonePostDate {
	background-image: url(assets/img/date-bg.gif);
	float: right;
}
.blogLone {
	background-image: url(assets/img/page-bg-top-lone.jpg);	
}
.blogLonePost {
	background-color: #FFF;	
}
.blogPostContent {
	float: left;
	width: 400px;
	padding-left: 20px;	
}
.blogPostContent h3 a {
	color: #000;
	text-decoration: none;	
}
.blogPostLoneTitle {
	float: left;
	width: 450px	
}

.postContainer {
	padding-bottom: 10px;
	border-bottom: 2px solid #E2E1E1;
	margin-bottom: 20px;	
}



/* Comment form */
.comment-form { font-size:0.88em; }
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	color: #969696;
	width: 90px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 200px;
}

.comment-form textarea {
	width: 100%;
}

ul.comment-list {
	padding: 0;
	margin: 0;
	font-size:0.88em;
	list-style-type: none;
}
ul.comment-list li {
	padding-bottom: 10px;
	border-bottom: 2px solid #E2E1E1;
	margin-bottom: 20px;		
}

.comment-metadata a { text-decoration: none; font-style: italic; }
ul.children {
	padding: 0;
	margin: 0 0 0 40px;
	font-size:0.88em;
	list-style-type: none;	
}
ul.children li {
	padding-bottom: 6px;
	border-bottom: 1px solid #E2E1E1;
	margin-bottom: 14px;	
}

.nav-previous, .nav-next {
	background-image: url(assets/img/page-older-right.jpg);		
	background-repeat: no-repeat;
	width: 123px;
	height: 31px;
	text-indent: -2000px;
	overflow: hidden;
	float: right;
	margin: 10px 25px 0 0;	
}
.nav-previous a, .nav-next a {
	display: block;
	width: 100%;
	height: 100%;	
}
.nav-next {
	background-image: url(assets/img/page-newer-left.jpg);		
	float: left;
	margin: 10px 0 0 25px;	
}