/*  
Theme Name: Squeelers 2.0
Theme URI: http://www.squeelers.co.uk
Description: squeelers.co.uk
Version: 2.0
Author: Vini
Author URI: http://www.vini.co.uk
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #1A1A1A;
	background-color: #D6251C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #ff0000 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#page{
	width: 960px;
	background-image: url(images/pagebg2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin:15px auto;
	border: 5px solid #24254B; 
	text-align: justify;
}
/*--- Main Columns ---*/
#columns{
	background-image: url(images/pagetrans.gif);
	background-repeat: no-repeat;
	padding:0px 15px 25px;
	margin: 0px;
}
.col1{
	float: left;
	width: 595px;
	padding-right:15px;
}
.col2{
	float: left;
	width: 320px;
}

#columns h1{
	border-bottom: 1px solid #E2E1DD;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 13px;
	padding: 0 0 5px
}

#columns p{
	line-height: 18px;
	padding: 0 0 12px
}

/*--- Sub Columns ---*/
.subcol{
	width: 150px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 2px 0px !important;
	margin:15px 15px 0px !important;
	border-top:1px solid #24254B;
	border-bottom:1px solid #24254B;
	width: 930px !important;
}
#nav-left {
	float:left;
	display:inline;
	width:600px;
	}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
	}
#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav .current_page_item {
	height:30px;
}
#nav .current_page_item a {
	color: #ff0000;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#nav ul  li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin-right: 7px !important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
#nav ul  li a:hover, #nav ul  li a:active {
	border: none;
	background: #24254B;
	color: #fff;
}      
/*- Category Navigation -*/
#nav2, #nav2 * {
	margin:0;
	padding:0;
	list-style: none;
	
}
#nav2 {
	height: 100px;
	font-weight:bold;
	font-size:14px;
	position:relative;
	line-height: 30px;
	z-index:10 !important;
}
#nav2 li {
	line-height: 30px;
	float: left;
	list-style:none;
	z-index:10 !important;
}
#nav2 li a {
	color: #000000;
	display: block;
	padding: 0 13px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	border-right:1px solid #24254B;
	z-index:10 !important;
}
#nav2 li a:hover {
	text-decoration: none;
}
#nav2 li ul {
	position:absolute;
	left: -999em;
	margin-top:3px;
	z-index:10 !important;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left:auto;
	z-index:10 !important;
}
#nav2 li ul li {
	display:block !important;
	float:none !important;
	border-top:none !important;
	z-index:10 !important;
}


/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:310px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #FFC0C0;
	color: #000000;
	float: left;
	font-size: 11px;
	width:223px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
	filter:alpha(opacity=50); /* IE's opacity*/
        opacity: 0.50;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
	filter:alpha(opacity=80); /* IE's opacity*/
        opacity: 0.80;
}
/*- Header -*/
#header{
	height: 100px;

	margin: 0 15px;
	padding: 0px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
}
#header h1 a{
	display: block;
	height: 100px;
	width: 290px;
	color: #000000;
	font-size: 28px;
}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 468px;
	padding:20px 0px 0px;
}

#topbanner img{
	float: right;
}

/*- RSS -*/
#rss a{
	color: #000000;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED POSTS 2 BELOW JAVA (FRONT-PAGE) =========*/
.post #featured2 .pic{
	height: 40px;
	margin: 0 0 10px;
	padding: 140px 0 0;
}
#columns .post #featured2 h2{
	font-size: 18px;
	text-align: center;
}
#columns .post #featured2 .pic h3{
	background: #24254B;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#columns .post #featured2box {
	border: 2px solid #24254B;
	width: 280px;
	float: left;
	margin-top: 20px;
}

#columns .post #featured2post {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*========= FEATURED2 LEFT & RIGHT BOXES =========*/

.grid_5 {
display:inline;
float:left;
margin-bottom: 20px;
margin-left:15px;
margin-right:10px;
width:285px
}
.alpha {
margin-left:0
}
.omega {
margin-right:0
}

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:15px 0px 0px;
	padding: 5px;
	border: 1px solid #24254B;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #000;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #24254B;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#24254B url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
	text-align: justify;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Box -*/
.box{
        border: 1px solid #24254B;
	clear: both;
	height: 1%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.box h5{
	font-size: 9px;
        color: #ccc;
        float:right;
        margin-top: -15px;
}
.box .post{
	width: 250px;
	background-color: #ffffff;
	border:1px solid #24254B;
}
.box .post h2 a{
	color:#333333;
}
.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}

.box .post img{
	border: 1px solid #24254B;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
}

/*=== Traditional Blog Post ===*/
.flthumb{
	float: left;
	padding: 5px 5px 1px 5px;
	border: 1px solid #24254B;
	margin-right:10px;
}

.post-alt{
	margin: 0 0 15px 0;
}
.post-alt h2{
	font-size: 24px;
	padding: 0;
	color:#000000;
	line-height: 26px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h5{
	font-size: 9px;
        color: #ccc;
        float:right;
        margin-top: -15px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 0px 1px 10px;
	font-size: 9px;
	font-weight: normal;
}
.post-alt h3.post_date a{
	color: #999999;
}
h3.posted{
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #24254B;
	border-bottom:1px solid #24254B;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #808080;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
	float:right;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:25px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#000 !important;
}
.singletags a { font-weight: normal !important; }
.entry p{
	text-align:left;
	font-size:12px;
	line-height:18px;
	text-align: justify;
	}
.entry p a{
        color: #D6251C;
}
.entry blockquote {
	padding: 10px;
	border-top: 1px solid #24254B;
	border-left: 1px solid #24254B;
	border-right: 2px solid #24254B;
	border-bottom: 2px solid #24254B;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry .tl1 blockquote {
	background-image: url(images/tl-bg1.gif);
	padding-top: 40px;
	background-repeat: no-repeat;
	}
.entry .tl2 blockquote {
	background-image: url(images/tl-bg2.gif);
	padding-top: 40px;
	background-repeat: no-repeat;
	}
.entry .tl3 blockquote {
	background-image: url(images/tl-bg3.gif);
	padding-top: 40px;
	background-repeat: no-repeat;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:none inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
        margin-top: 10px;
	padding: 10px 10px 0 10px !important;
	border:1px solid #24254B;	
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#eee;
	border:1px solid #bbb;	
}

/*========= SIDEBAR =========*/

#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #24254B;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
#tagcloud {
	text-transform: lowercase;
}
.sideTabs {
	width:308px !important;
	height:auto !important;
	min-height:258px;
	padding:5px;
	border:1px solid #24254B;
	background-color:#eeeeee;
	float:left;
	display: block;
}
.col2 .mootabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	border:1px solid #24254B;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0px 5px !important;
	cursor: pointer;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	border: 1px solid #24254B;
	text-decoration: none;
}
.col2 .mootabs_panel {
	display: none;
	clear: both;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width: 296px !important;
	padding:5px !important;
	border:1px solid #24254B !important;
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;
	min-height:203px;
	}
.list1 li,.list2 li, .list3 li{
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #eee;
}
.list1 li a,.list3 li a,.list4 li a, .list5 li a{
	color: #000000;
	font-size: 12px;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list5 li{
	border-bottom: 1px solid #eee;	
	padding:6px 0px;
}
/*- Ads -*/
.ads{
	height: 125px;
	width:100%;
	padding: 5px;
}
.ads img{
	float: left;
	margin:0 5px 0 0;
	border: 1px solid #24254B;
}
.ads img.last{
	margin: 0;
}
/*- Competition -*/
.comp {
	border: 1px solid #24254B;
	background-color: #eee;
	width:318px;
	margin:0px 0px 15px;
	padding-bottom: 5px;
}
.comp h2{
	font-size:14px;
	padding: 5px;
	background-color: #24254B;
	color: #ffffff;
}

.comp #competitionbox .pic {
height: 200px;
}

#competitionbox h2{
        margin-top: -36px;
	background: #0d0d0d;
	font-weight: bold;
        text-transform: uppercase;
        text-align: center;
}
#competitionbox h2 a{
	color: #FFFFFF;
}

#competitionbox h3{
        font-size:14px;
	background: #24254B;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}
#competitionbox h3 a{
	color: #FFFFFF;
}


#competitionpost p {
        margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
        margin-bottom: -15px;
}
#competitionpost p a {
        color: #24254B;
}
.comp .mp3 { 
        width: 306px;
	margin:5px 5px 0px 5px;
	border: 1px solid #24254B;
	background-color:#ffffff;
}

/*- Flickr -*/
.flickr{
	border: 1px solid #24254B;
	background-color: #eee;
	width:318px;
	margin:0px 0px 15px;
	padding-bottom: 5px;
}
.flickr h2{
	font-size:14px;
	padding: 5px;

}
.flickr h2 img{
	float: right;

}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}
.flickr-ar a {
	color: #ffffff;
}

/*=== Styling Widget Lists ===*/
.widget h2 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #000000;
}

/*========= FOOTER =========*/

#footer{
	clear: both;
	color: #000000;
	height: 35px;
	line-height: 35px;
	margin:0px 15px 15px;
	padding:0px 15px;
	background-color: #f7f7f7;
	border: 1px solid #24254B;
}
.styleswitch{
	margin-top: -35px;
	float:right;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #24254B;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #24254B; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #24254B; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.00067em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}



/*=== Featured Image Area ===*/

/*=== Styling Boxes ===*/
/*- Box -*/
.infoBox{
	width: 593px;
	height: 300px;
}

.featuredPic{
	width: 567px;
	height: 300px;
}


/*=== Misc. ===*/

.fl{
	float: left;
}
.fr{
	float: right;
}


#infoSlide {
margin-left: 13px;
}

.slideInfoZone
{
	position: absolute;
	z-index: 10;
	margin: 0px !important;
	left: 0px !important;
	bottom: 5px !important;
	height: 80px !important;
	background: #0d0d0d;
	text-indent: 0;
	overflow: hidden;
	width:567px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}

.slideInfoText {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.slideInfoText h2 {
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}



.roster {
  border: 0px;
  cellpadding: 0px;
  cellspacing: 0px;
  width: 100%;
  color: #fff;
  }
.roster a:hover {
 color: #fff;
}
.rosterhead {
 background-color: #DB251A;
 font-weight: bold;
}
.rosterhead:hover {
 background-color: #DB251A;
 font-weight: bold;
}
.rosternumber {
 width: 25px;
}
.rosterpos {
 color: #24254B;
 line-height: 32px;
}
.rosterlight{
color: #000;
background-color: #FFA3A3;
 font-weight: bold;
  }
.rosterdark {
color: #000;
background-color: #FF8B8B;
 font-weight: bold;
}

.rosterlight:hover {
background-color: #fff;
color: #24254B;
 font-weight: bold;
border: 1px solid #24254B;
}

.rosterdark:hover {
background-color: #fff;
color: #24254B;
 font-weight: bold;
border: 1px solid #24254B;
}

.rosterdark:hover a{
color: #24254B;
}

.rosterlight:hover a{
color: #24254B;
}

#screenshot{
	position:absolute;
        margin-top:-270px; // half of height
	z-index: 2;
	border:2px solid #ff0000;
	background:#24254B;
	padding:5px;
	display:none;
	color:#fff;
	}
	
	
a.twittime:link,a.twittime:visited,a.twittime:active,a.twittime:hover {
font-size: 8px;
color: #ccc;
}

.tweets {
border: 1px solid #24254B;
padding: 5px;
font-size: 12px;
}

.tweets a {
color: #ff0000;
}


/* =mooslide
-------------------------------------------*/
#container { float: right; width: 300px; margin: 0 auto; text-align: left; color: #598371; }
#container h3 span { position: absolute; top: 0; right: 2px;  font-size: 0.8em; font-weight: bold;}

div.collapse{ width: 287px;  margin: 5px 0; }	
div.collapse-container{ font-size: 11px; line-height: 11px; width: 287px; height: 100%; padding: 5px 5px; border: 1px solid #598371;}

.entryleft {
width: 280px;
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 10px; 
	float: left;
	padding-right: 15px;
}


/* = entry img before squeelers-gallery edit
.entry img {
	float:left;
	display:inline;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 15px;
	}
-------------------------------------------*/

.entry img {
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 15px;
	}
