/*
Theme Name: MuseGames2

Description: Muse Games Theme
Version: 1.0
Author: Brian Kehrer


*/

ul, menu, dr {
	-webkit-padding-start:0px;		
}
.rssMini{
	background-image: url(images/rss18.png);
	background-position: 0px 0px;
	width: 18px;
	height: 18px;
/* 	background-color: #333; */
}
.rssMini:hover{
	background-position: 0px -18px;

}
.rssMini:active{
	background-position: 0px -36px;

}
.newsWrapper{/*Similar to 'main' style*/
	float: left;
	width:550px;
	padding-bottom: 100px;

	
}
.newsWrapper .blogAbout{
	font-size: 18px;
	padding-bottom: 25px;
	font-weight:100;
}
/*
.newsWrapper .blogEntryDay{
	
	padding-bottom: 10px;

}
*/
blockquote, 
blockquote p{
	line-height: 1.4em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: 5%;
	width: 90%;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}

.newsWrapper .entryTitle{
	color:#f7e8c5;
	font-weight:bold;
	text-shadow:1px 1px 3px #000000;	
}

/* for ie7 */
.entryTitle a, .entryTitle a:visited {
	color:#f7e8c5;
}

.newsWrapper .blogIconCat{
	float: left;
	width: 50px;
	height:40px;
	cursor:default;
	
}

.newsWrapper .blogIconCat .iconCat{
	width:32px;
	height:32px;
	margin-top:10px;
}

//.newsWrapper .blogIconCat .iconCat .dayNumber{
//	display: block;
//	font-size: 2.5em;
//}
//
//.newsWrapper .blogIconCat .dateBox .monthName{
//        display:block;
//	text-align: center;
//	font-size: 1.4em;
//}


.newsWrapper .blogEntry{
	float:left;
	width: 500px;
	padding-bottom: 50px;
	overflow-x: hidden;

}
.newsWrapper .blogEntry .entry p{
	font-size: 13px;
	line-height: 1.5em;
	color: #ddd;
	font-family: "helvetica", arial

}
.newsWrapper .blogEntry .blogMeta{
	border-bottom: 1px solid #dddddd;/*standard border*/
	margin-bottom: 10px;
	
}
.newsWrapper .blogEntry .blogMeta .postAuthor{
	float:left;
	color:#eee;
	font-weight:300;

}
.newsWrapper .blogEntry .blogMeta .commentBox{
	float:right;
	width:26px;
	height:20px;
	background: url(images/commentbox.png) 0 0 no-repeat;
	display:block;
	}

.newsWrapper .blogEntry .blogMeta .commentBox:hover{
	background-position: 0 -20px;		
}	

.newsWrapper .blogEntry .blogMeta .commentBox{
	text-align:center;
	
}

.newsWrapper .blogEntry .blogMeta .commentText{
	color:#060606;
	line-height:1.2;
}
	
.newsWrapper .blogEntry .more-link{
	float: right;
	font-size: 10px;
	line-height: 16px;
	padding-top: 15px;
}

.newsWrapper .blogEntry .socialButtons {
	float:left;
	margin-right:15px;
	margin-top:15px;		
}
		
.newsWrapper .newsNavigator{
	padding-bottom: 20px;
	float: left;
	color:#ddd;
}
.newsWrapper .newsNavigator .navigation{
	padding-top: 5px;
}
.newsWrapper .commentArea{
	padding-left: 100px;
	padding-top: 20px;
	color:#ddd;
	
}
.newsWrapper .commentArea .commentInput{
	padding-bottom: 10px;
}
.newsWrapper ol.commentlist{
	list-style-type: none;
	padding: 0 0 0 0
}
.newsWrapper .commentlist .children{
	padding-left: 30px;
	background: #060606;
}
.newsWrapper .commentlist .comment{
	color: #000000;
	background-color: #ddd;
	
	
}
.newsWrapper .commentlist .byuser{
	background-color: #229f80;
}
.newsWrapper .commentlist .comment .comment-author{
	display: inline;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 5px;
	height:25px;
}
.newsWrapper .commentlist .comment img{
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.newsWrapper .commentlist .comment .fn{
	font-style: normal;
	font-size: 15px;
	color: inherit;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 25px;
	vertical-align: middle;

}
.newsWrapper .commentlist .comment .says{
	display: none;
}
.newsWrapper .commentlist .comment .comment-meta{
	display: inline-block;
/* 	vertical-align: bottom; */
/* 	line-height: 20px; */
/* 	height: 25px; */
	padding-top: 3px;
	vertical-align: middle;
/* 	background-color: #f4f4f4; */
}
.newsWrapper .commentlist .comment .comment-meta a{
	color: inherit;
}
.newsWrapper .commentlist .comment p{
	clear: both;
	color: #dddddd;
	text-align: justify;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #060606;
	line-height:1.6;
}
.newsWrapper .commentlist .comment .reply{
	background-color: #060606;
	padding-bottom: 25px; /*this is the bottom of a post*/
	text-align: right;
	padding-right:10px;
}
.newsWrapper input,
.newsWrapper textarea{
	background-color: #f4f4f4;/*Standard Grey Background*/
	margin: 0;
	padding:4px 4px 4px 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.newsWrapper .sectionSplit{
	color: #eee;
	border-bottom: 1px solid #cccccc;/*standard border*/
	margin-bottom: 6px;
}
.newsWrapper .postmetadata{
	font-size: 10px;
	padding-top: 15px;
	color:#ddd;
}
.newsSidebar{
	width: 410px;
	float: right;
	margin-top: 10px;	
}

.sideBarBlock{
	width: 190px;
	float: left;	
}

.sideBarMargin {
	margin-left:20px;	
}

.searchWrap {
	width:142px;
	height:24px;
	background: url(images/filtersearch.png) 0 0 no-repeat;
	float:left;
}

.searchWrap input {
	margin-left:7px;
	margin-top:5px;
	color:#ccc; 
	background: transparent; 
	border: 0;
	width: 115px;
}

.searchButton {
	background: url(images/searchgo.png) 0 0 no-repeat;
	float: left;
	width: 45px;
	height: 24px;
	margin-left: 3px;
	cursor: pointer;
}

.searchButton:hover {
	background-position: 0 -24px;
}
	
.newsSidebar .searchBox{
	background-color: #f4f4f4;/*Standard Grey Background*/
	border: 1px solid #dddddd;/*Standard Border*/
	margin: 0;
}
.newsSidebar .ec3_events{
	padding-left: 10px;
	padding-bottom: 30px;
}
.newsSidebar .ec3_list_day{
	font-size: 14px;
	
	padding-bottom: 3px;
}
.newsSidebar .ec3_list_day ul{

	font-weight: bold;
}
.newsSidebar .sidebarItem,
.newsSidebar .categories{
	margin:0px 0 10px 0;
	display:block;

}
.newsSidebar  .catHeader{
	color:#fff;
	background: url(images/blogheaderbg.png) 0 0 no-repeat;	
	width:190px;
	/*height:30px;*/
}

.itemh4 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	color:#ddd;
	padding-bottom:10px;
}

.newsSidebar .cat-item{
    font-size:14px;
	padding-top:3px;
	font-weight:bold;
	color:#ddd;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top:8px;
	padding-bottom:8px;
	border-top:1px solid #232323;
	border-bottom:1px solid #000;
	padding-left:2px;
	letter-spacing:-1px;
	line-height:30px;
	overflow:hidden;
}

.newsSidebar .cat-item:hover{
	background:#0d0d0d;
	cursor:pointer;
}
.newsSidebar .current-cat{
	background: #0d0d0d;
	padding-top:8px;
	padding-bottom:8px;
	border-top:1px solid #232323;
	border-bottom:1px solid #000;

}
/*
.newsSidebar .ad2{
	float:none;
	margin-left: auto;
	margin-right: auto;

}
*/

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.newsSidebar .cat-item a{
	
	color: #ddd;
	font-weight:normal;
}
.newsSidebar .cat-item a img{
	margin-right: 5px;
	vertical-align: middle;
}
.clear{
	clear: both;
	display: block;
}
form{
	margin: 0 0 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.formLabel{
	font-size: 14px;
	font-weight: bold;
}
input.commentButton{
	background-color:#229f80;
	color:#000000;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:2px;
	float:right;
	margin-right:6px;

}
input.commentButton:hover{
	background-color:#333333;
}
input.commentButton:active{
	background-color:#cccccc;
	color:#333333;
}
.aktt_tweets{
	padding-left: 10px;
	font-size: 12px;
	width: 220px;
	margin-top: 15px;
}
.aktt_tweets ul li{
	margin-bottom: 10px;

}


/* Hack */
/*
#twitter_div a{
	display: block;
	margin-bottom: 10px;
}

#twitter_div span a{ 
display: inline;

}
*/

