/*
Theme Name: Chatroom
Author: All Praise Media LLP
Author URI: http://www.allpraisemedia.com
*/

#bannerright {
    float: right;
    height: 40px;
    position: relative;
    width: 40px;
}

.displaysearch {
    display: none;
}

.searchbar img {
    padding-left: 10px;
    padding-top: 10px;
}

.gallery {
	width:800px;
}

#gallery-1 {
	width:80%;
}

.attachment-blog_post_image {
	width:80%;
	height:80%;
}

.gallery-l {
	width:200px;
	float:left;	
}

.gallery-m {
	width:200px;
	padding:0 100px;
	float:left;	
}

.gallery-r {
	width:200px;
	float:right;	
}

.shadow {
    box-shadow: 5px 5px 5px #000;
	color:
}

#searchform {
	float:right;
}

.continue a:link, #reply-title {
    border-radius: 6px;
    clear: both;
    display: block;
    margin: 0 1px;
    padding: 0 6px;
}

.widget-title, .widgettitle {
    border-top-left-radius: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 4px 0 4px 15px;
    text-align: left;
    width: 105%;
}

.textwidget img {
    max-width: 100%; 
    height: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}