/*
	Title:		West Leicestershire Mind
	Author:		Ian Houghton
	Website:	http://www.redmorello.com
*/


/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


a:active, a:focus
{
    outline: none;
}

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

#container
{
margin-left:auto;
margin-right:auto;
width:1000px;
background-color:#ffffff;
min-height:100%;
position:relative;
}

/*
================================
MAIN STYLES
================================
*/

body
{
    background-color:#093c7b;
    background-position: center top;
    background-repeat: repeat-x;
    background-image: url(../media/Assets/bg.gif);
    font-family:Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans-serif;
    color:#000000;
}

#container
{
    margin-top:40px;
}

a
{
    color:#619ca7;
    text-decoration:none;
}

a:hover
{
    color:#cccccc;
}


a.rightArrow
{
    background:url(../media/Assets/arrow_right.gif) no-repeat center right;
    padding:0 7px 0 0;
}

a.leftArrow
{
    background:url(../media/Assets/arrow_left.gif) no-repeat center left;
    padding:0 0 0 7px;
}

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

#header
{
    width:940px;
    height:85px;
    padding: 25px 0 10px 10px;
    margin:0 auto;
}

#header .container
{
    width:950px;
    height:80px;
    background:url('../media/Assets/logo.gif') no-repeat;
}

    #header h1
    {
        width:514px;
    }
    
/* CSS if sIFR not enabled START */
    #header h1.flashHeader
    {
        font-family:Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans-serif;
        font-size:32px;
        font-weight:bold;
        color:#233f8e;
    }
    
        #header h1.flashHeader a
        {
            color:#233f8e;
        }
/* CSS if sIFR not enabled END */

#header h2.flashHeader
    {
        font-family:Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans-serif;
        font-size:16px;
        font-weight:bold;
        color:#233f8e;
    }

#header .headerLinks
{
    font-size:12px;
    text-align:right;
    
    width:360px;
}

    #header .searchBox
    {
        margin:0 0 0 33px;
    }
    
        #header .searchBox input
        {
            background-color:#252525;
            border:2px solid #515151;
            width:102px;            
            height:14px; /*16px -1 -1 = 14px; */
            padding:1px 2px;
            
            color:#FFFFFF;
            font-size:10px;
        }
        
        #header .searchBox input:focus
        {
            border:2px solid #619ca7;
        }
        
        #header .searchBox button
        {
            border-style: none;
            border-color: inherit;
            border-width: medium;
            font-size:12px;
            color:#619ca7;
            padding:0 7px 0 0;
            background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
        }
        
#banner
{
    height:346px;
    width:1000px;
    background:url('../media/Assets/banner.jpg') no-repeat;
    margin-bottom:70px;
}

/*
================================
BODY STYLES 
================================
*/
#body
{
    width:850px;
    height:auto;
    margin:0 50px 20px 100px;
    /*background-color:red;*/
}

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

#sideBar
{
    width:235px;
    margin:0;
    /*background-color:Green;*/
}

/*
================================
NAVI STYLES 
================================
*/

#navigation
{
    width:640px;
    height:33px;
    background:url(../media/Assets/nav-bg.gif) repeat-x top left;
}

#navi li
{
    color:#ffffff;
    font-family:Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans-serif;
    font-size:16px;
    font-weight:normal;
    padding-left:20px;
}

    #navi li.selected a
    {
        text-decoration:underline;
    }

    #navi li a
    {        
        display:block;
        float:left;
        color:#ffffff;
        padding:7px 18px 0;
    }
    
    #navi li a:hover
    {
        color:#cbcbcb;
    }
    
    

/*
================================
SECONDARY NAVI STYLES 
================================
*/
.secondaryNav
{
    margin:0;
}

    .secondaryNav h3
    {
        color:#434343;
        font-size:16px;
        font-weight:bold;
        padding:0 0 10px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
    .secondaryNav li
    {
        padding:10px 0 8px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
        .secondaryNav li.selected a
        {
            color:#cccccc;
        }
    
        .secondaryNav li a
        {
            font-size:12px;
            font-weight:bold;
            display:block;
            color:#233f8e;
        }

.secondaryNav li a.normal
        {
            font-size:11px;
            font-weight:normal;
            display:block;
            color:#434343;
        }

	.secondaryNavRight
{
width:180px;
padding-bottom:5px;
}
        
            .secondaryNav ul.events li a em
            {
                color:#434343;
                font-size:12px;
                /*display:block;
                padding-left:56px;*/
            }
            
            .secondaryNav li a span
            {
                /*background:url(../media/Assets/arrow_right.gif) no-repeat center right;*/
                padding:0 7px 0 0;
	       text-align:left;
	       margin-bottom:7px
;            }
            
            .secondaryNav li p
            {
                font-size:11px;
                color:#434343;
                font-weight:normal;
            }
            
            .secondaryNav li img
            {
                margin-bottom:7px;
		margin-right:7px;
            }

/*
================================
CONTENT STYLES 
================================
*/
.content
{
    width:600px;
    font-size:13px;
    line-height:24px;
}

    .content p
    {
        margin:10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }
    
    .content h2
    {
        font-family:Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans-serif;
        font-size:24px;
        font-weight:bold;
        color:#434343;
    }
   
    .content h3
    {
        font-size:18px;
        color:#003c7b;
        margin-top:30px;
        margin-bottom:15px;

    }
    
    .content ol, .content ul
    {
        list-style-position:outside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
    }
    
	.content li
	{
	margin-bottom:15px;
	}
    
    .leftArrow.backLink
    {
        margin:0 0 25px 0;
        display:block;
    }
    
    .content div.date
    {
        font-weight:bold;
        font-size:12px;
    }
    
    /* Header for small thin column */
    .twoColWide .col_2  h4
    {
        font-size:12px;
        color:#f49ac1;
        font-weight:bold;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
        
        padding:0 0 5px 0;
        margin:0 0 5px 0;        
    }
    
/* CSS if sIFR not enabled START */
    h2.flashHeader
    {
        font-family:Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans-serif;
        font-size:28px;
        font-weight:bold;
        color:#424242;
        margin-bottom:30px;
    }
    
        h2.flashHeader
        {
            color:#424242;
        }
        
            h2.flashHeader strong
            {
                color:#424242;
            }
/* CSS if sIFR not enabled END */

.content.oneCol
{
    width:560px;
    margin-bottom:40px;
}

/*
================================
HOMEPAGE TWO COLS
================================
*/   
.twoCol .col_1
{
    width:342px;
}

.twoCol .col_2
{
    width:312px;
}




/*
================================
ABOUT PROJ TWO COLS WIDE
================================
*/ 
.twoColWide .col_1
{
    width:550px;
    margin:0 20px 0 0;
}

.twoColWide .col_2
{
    width:93px;
}

.nestedTwoCol
{
    width:550px;
    margin:10px 0 0 0;
}

    /* Nested two col within col_1 of twoColWide */
    .nestedTwoCol .col_1
    {
        width:265px;
        margin:0 20px 0 0;
    }
    
    .nestedTwoCol .col_2
    {
        width:265px;
    }

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 20px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px 0 0 0;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
	overflow:hidden;
	/*width:550px;*/
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
	    color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
	width:100%;
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin:25px 0 0 0;
    width:560px;
}

    .newsList div
    {
        width:180px;
        margin:0 0 25px 45px;
        display:inline;
        
        color:#FFFFFF;
    }

     .newsList ul
    {
        list-style-type:none;
    }

    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList span
        {
            font-weight:bold;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
    .newsList h4 a
    {
        font-family:Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans-serif;        font-size:28px;
        font-weight:normal;
	font-size:18px;
        color:#003c7b;
    }
    
    .newsList div h4 a:hover
    {
        color:#FFFFFF;
    }      
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

        
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    /*width:265px;*/
    margin:0 10px 0 0;
	padding-bottom:15px;
}

.form .fields
{
    /*width: 265px;*/
	margin-left:20px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#252525;
    border:2px solid #515151;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#FFFFFF;
    font-size:14px;
}
  
fieldset textarea
{
    background-color:#252525;
    border:2px solid #515151;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    color:#FFFFFF;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #619ca7;
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #F49AC1;
}

    fieldset input.error:focus
    {
        border:2px solid #af4975;
    }

fieldset button
{
    border:none;
    color:#619ca7;
    padding:0 7px 0 0;
    margin:10px 0;
    background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
}

.errormessage li
{
    margin-left:20px;
    color: Red
}

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

#footer
{
    /*background:#0c0c0c url(../media/Assets/footer_border.gif) repeat-x top left;*/
    padding:15px 0 20px 0;
    width:1000px;
    margin-top:10px;    
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#footer div.container
    {
        width:912px;
        margin: 0 auto 20px auto;
        /*margin:0 auto;*/
    }

    #footer li
    {
        /*float:left;*/
        display:inline;
        position:relative;
        font-size:11px;
    }
    
    /*Credits*/
    #footer ul.credits
    {
        color:#ffffff;
    }
    
        #footer ul.credits li a
        {
            color:#ffffff;
        }
        
        #footer ul li.valid a
        {
            color:#3c9a06;
            padding-left:21px;
        }  
    
            #footer ul.credits li a span
            {
                display:block;
                font-size:10px;
                color:#515151;
            }
            
        #footer ul.credits li a:hover span
        {
            color:#f49ac1;
        }


    /*Misc*/
    #footer ul.misc
    {        
    }
                
        #footer ul.misc li.rss
        {
            padding:0 0 0 17px;
            margin:0 105px 0 0;
        }
        
            #footer ul.misc li.rss a
            {
                color:#c8751a;
            }
    
                #footer ul.misc li.rss a:hover
                {
                    color:#a05e16;
                }
                
        #footer ul.misc li.valid
        {
            padding:0 0 0 17px;
        }
        
            #footer ul.misc li.valid a
            {
                color:#529c46;
            }            

/* Logos*/

.dash
{
    margin: 0 10px 0 10px;
}
.cws
{
    background:transparent url(../media/Assets/cws_logo.gif) no-repeat;
    padding:0 0 0 26px;
    margin:0 67px 0 0;
}

.g72
{
    background:transparent url(../media/Assets/g72_logo.gif) no-repeat;
    padding:0 0 0 30px;
    margin:0 190px 0 0;
}

.rss
{
    background:transparent url(../media/Assets/rss_logo.gif) no-repeat 0 2px;
}

.valid
{
    background:transparent url(../media/Assets/tick_icon.png) no-repeat 0 0;
}

/*
================================
LOGO LINKS STYLES
================================
*/ 

#lower-navigation
{
    height:30px;
    margin-top:30px;
    text-align:center;
}

#lower-navigation ul
{
}

#lower-navigation li
{
    display:inline;
    position:relative;
    padding-left:10px;
    padding-right:10px;
}

#lower-navigation li a
{
    color:#7f7f7f;
    font-size:12px;
}

#logolink-container
{
    width:940px;
    height:110px;
    margin-left:auto;
    margin-right:auto;
    border-top: solid 2px #7f7f7f;
}

#logolink-container ul
{
    margin-top:20px;
}

#logolink-container li
{
    float:left;
    padding-right:60px;
}

#logolink-container li.first
{
    padding-left:17px;
}

#logolink-container li.last
{
    padding-right:0px;
}

.homepageBanner
{
    width:572px;
    height:152px;
    margin-bottom:30px;
}

/*
================================
RESOURCE LINKS STYLES
================================
*/

.resourceLink ul
{
    list-style:none;
}

.resourceLinkImage
{
    margin-left:15px;
    margin-top:10px;
    margin-bottom:10px;
    float:right;
    border:solid 1px #7f7f7f;
}

.resourceLink a
{
    color:#233F8E;
}

.bulletList
{
margin-left:40px;
}

#contactContainer
{
background-color:#d0e7fe;
padding:10px;
width:350px;
margin-top:15px;
margin-left:15px;
}

.btnSubmit
{
margin-top:18px;
margin-bottom:12px;
margin-right:32px;
}

#sideLinks
{
margin-top:60px;
margin-left:45px;
width:auto;
}

.inner
{
margin-bottom:7px;
}

#sitemap ul li ul
{
list-style-type:none;
}

.service ul
{
    list-style:none;
}

.service li
{
padding-bottom:20px;
}

.serviceImage
{
    margin-right:15px;
    margin-top:7px;
    margin-bottom:10px;
    float:left;
    /*border:solid 1px #7f7f7f;*/
}

#emailfriend
{
	margin-top:30px;
	margin-left:40px;
	margin-bottom:30px;
}

#emailfriend ul
{
	list-style-image: url(../media/Assets/email.gif);
	list-style-position:inside;
}
.emailfriend
{
	font-size:12px;
	padding-left:45px;
	padding-top:2px;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

