#overlay, #overlay1 {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #CCC;
    z-index: 999;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#loading {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
.margin {
  margin-top:10px;
  margin-bottom:10px;
  min-height:600px;
  }


/* Story Gallery Page */

    .page-template-Stories-Search{}
    .page-template-Stories-Search #SearchForm > .container{max-width: 100%;}

    .story_search_wrap{background: #4ba9db;}
    .story_search_wrap button{background: transparent;color: #fff;border: 0;}
    .story_search_wrap button:hover{background: transparent;color: #fff;}

    .story_search_title{margin-bottom: 20px;}
    .story_search_title h3{margin: 0;}
    .story_search_form .story_search_title input#search_stories_btn,
    .story_search_form .story_search_title input#search_clear_btn{
        padding: 5px 30px;
        background-color: #55a9dc;
        text-transform: capitalize;
        font-weight: 400;
    }
	/*.marginaa {min-height:450px;}*/
    /*.story_block{border:2px solid #D3D3D3; min-height:530px;}*/
    .story_block .story_img{
        text-align: center;
        /*padding: 40px 10px;*/
        padding:0px;
        background-color: #D3D3D3;
		
    }

    .story_block .story_text_wrap { padding: 15px;}

    .story_block .story_cat {
        color:#e55c1d;
        margin-bottom: 3px;
        font-family: 'Open Sans';
        font-weight: 400;
        text-transform: uppercase;
    }
    .story_block .story_title {
        margin-bottom: 13px;
        color: #5a5557;
        font-family: 'Open Sans';
        font-weight: 600;
		word-wrap: break-word;
		
    }
    .story_block .story_meta {
        margin-bottom: 10px;
        font-family: 'Open Sans';
        font-weight: 400;
    }
    .story_block .story_text {
        font-family: 'Open Sans';
        font-size: 14px;
        padding-top: 5px;
		
    }

    .story_readmore{font-weight: 600;}
	#RequestForm .selected_submit {
		    background-color: #337ab7;
			color: #fff;
			border-radius: 5px;
	}
	#RequestForm input {
		background:#fff;
	}
	#RequestForm .error {color: red;}
	/*.page-id-341 .margin {min-height: 185px;}*/

    .request-story-secwrap .selected-stories-wrap .items {
        margin-bottom: 0px;
        height: inherit;
        min-height: 0px;
    }
    .request-story-secwrap #load_selected_stories .margin .story_block {min-height: 185px;}

	.page-id-341 .story_block {border: none;}
	
	#ajaxSubmitdiv{
		/*margin:25px;		*/
		float:left;
		display:none;
        width:100%;
	}
.downloads
{
    list-style-position: inside;
}