﻿@import url('/stylesheets/shared.css');
@import url('/stylesheets/rounded-panel.css');

*
{
    margin: 0;
}

body
{
    background-color: #878787;
    background-image: url(/images/backgrounds/master-gradient.jpg);
    background-repeat: repeat-x;
}

form
{
    background-color: #fff;
    width: 1000px;
    margin: 0px auto;
    padding-bottom: 5px;
}
html,
body,
form
{
    /*height: 100%;*/
}

#fade
{
    position: fixed;
	display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
	top: 0;
	z-index: 10;
}

#container
{
    /*min-height: 100%;
	height: auto !important;
	height: 100%;*/
	/*margin: 0 auto -100px;*/
}

#bodyContainer
{
    display: block;
    width: 990px;
    margin: 0px auto;
    /*margin-bottom: 100px;*/
}

#topbar
{
    display:block;
    background-color: #DEDEDE;
    height: 20px;
    padding: 3px 3px;
    /* Changed by GP for Logout link - 11/12/2009 */
    /*height: 8px; */ /* When search is enabled set this back to 35px;*/
    width: 984px; /* Remove to go full width [04/11/2009] MT */
    margin: 0px auto; /* Remove to go full width [04/11/2009] MT */
    font-family: Verdana;
    font-size: 0.7em;
    text-align: right;
}

/* Added by GP for Logout - 11/12/2009 */
#topbar a
{
    position: relative;
    top: 0px;
    padding: 3px;
    color: #008;
    background-color: inherit;
}

#topbar a:hover
{
    color: #c00;
    background-color: inherit;
}

#topbar input.searchInput
{
    width: 150px;
    height: 16px;
    font-size: 11px;
    font-family: Verdana, Sans-Serif;
    margin: 0px;
    line-height: normal;
    border: 1px solid #000;
    background-image: url(/images/backgrounds/search.gif);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

#topbar input.searchInput:focus
{
    background-image: none;
}

#topbar a.searchButton
{
    padding: 0;
    background-image: url(/images/buttons/magnify.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    width: 31px;
    height: 20px;
    float: right;
}

#topbar a.searchButton:hover
{
    background-position: 0px -21px;
}

#topbarwrapper
{
    width: 990px;
    margin: 0px auto;
}

/* START: Breadcrumb */
#breadcrumb
{
    position: relative;
    top: 13px;
    padding-bottom: 5px; /* This can be removed if BC is re-enabled in top grey bar */
    font-family: Verdana;
    font-size: 0.65em;
}

#breadcrumb a
{
    color: #000;
    background-color: inherit;
}

#breadcrumb .lastCrumb
{
    font-weight:bold;
}
/* END: Breadcrumb */

#search 
{
    float: right;
    margin: 7px 0px 0px 0px;
}

#search label 
{
    font-family: Verdana;
    font-size: 0.7em;
    font-weight: bold;
    margin: 5px 5px 0px 0px;
    display: block;
    float: left;
}

#search input[type=text]
{
    border: 1px solid #999999;
    font-size: 0.80em;
    width: 156px; /* Original: 178px */
    padding: 2px 2px 2px 22px;
    margin-top: 0px;
    background-position: left center;
    background-image: url(/images/decoration/magnify.gif);
    background-repeat: no-repeat;
}

#bodywrapper 
{
    display: block;
    width: 990px;
    background-color: #fff;
}

#logobar
{
    display:block;
    height: 48px;
    width: 990px;
}

#alanboswelllogo
{
    float: left;
    margin-top: 10px;
}

#alanboswelllogo img
{
    border: 0px;
}

#callus
{
    float: right;
    margin-top: 5px;
    font-family: "Trebuchet MS";
    color: #003d78;
    background-color: inherit;
    padding-right: 5px;
    text-align: center;
}

#callus .calluson
{
    display: block;
    float: left;
    margin: 7px 5px 0px 0px;
    font-size: 1.00em;
}

#callus .callnumber
{
    font-size: 1.7em;
    letter-spacing: -1px;
    font-weight: bold;
}

#callus span.openHours
{
    display: block;
    color: #666;
    background-color: inherit;
    font-size: 0.70em;
}

/* Top navigation */
#topnav
{
    display: block;
    height: 35px;
}

#topnav div.topnavblue,
#topnav div.topnavpurple,
#topnav div.topnavgreen,
#topnav div.topnavred
{
	float: left;
}

#topnav div.topnavblue div.topnavinner,
#topnav div.topnavpurple div.topnavinner,
#topnav div.topnavgreen div.topnavinner,
#topnav div.topnavred div.topnavinner
{
    color: #fff;
    background-color: inherit;
    text-align: center;
    height: 22px; /* MT: was 25px 09/02/2010 */
	padding-top: 8px;
    background-repeat: no-repeat;
    background-position: top left;
}

#topnav a
{
    display: block;
    font-family: Verdana;
	font-size: 0.7em;
	text-transform: uppercase;
    color: #fff;
    background-color: inherit;
    text-decoration: none;
    padding-bottom: 16px;
}

#topnav a:hover
{
    color: #ff0;
    background-color: inherit;
}

#topnav div.topnavblue div.topnavinner
{
    width: 250px;
    background-image: url('/images/backgrounds/top-nav-left.jpg');
    background-color: #0094AC; /* MT: NEW 09/02/2010 */
}

#topnav div.topnavblue a:hover,
#topnav div.topnavblue a.selected
{
	border-bottom: 3px solid #0094AC;
}

#topnav div.topnavpurple div.topnavinner
{
    width: 245px;
    background-image: url('/images/backgrounds/top-nav-purple.jpg');
    background-color: #8C0055; /* MT: NEW 09/02/2010 */
}

#topnav div.topnavpurple a:hover,
#topnav div.topnavpurple a.selected
{
	border-bottom: 3px solid #8C0055;
}

#topnav div.topnavgreen div.topnavinner
{
    width: 245px;
    background-image: url('/images/backgrounds/top-nav-green.jpg');
    background-color: #177A0D; /* MT: NEW 09/02/2010 */
}

#topnav div.topnavgreen a:hover,
#topnav div.topnavgreen a.selected
{
	border-bottom: 3px solid #177A0D;
}

#topnav div.topnavred div.topnavinner
{
    width: 250px;
    background-image: url('/images/backgrounds/top-nav-right.jpg');
    background-color: #900000; /* MT: NEW 09/02/2010 */
}

#topnav div.topnavred a:hover,
#topnav div.topnavred a.selected
{
	border-bottom: 3px solid #900000;
}

#topnav div.topnavwrapper div.navcontent
{
    font-family: Verdana;
    font-size: 0.65em;
    text-transform: uppercase;
    color: #FFF;
    background-color: inherit;
    margin: 8px 0px;
    text-align: center;
}
/* End of Top navigation */

#body
{
    display: block;
    padding-top: 15px; /* was 22px */
    background-position: right top;
}

#outerFooterBarWrapper
{
    clear: both;
    display: block;
    height: 90px;
    background-color: #dedede;
    padding: 10px 5px 0px 5px;
    width: 980px;
    margin: 0px auto;
}

#footerbar 
{
	clear: both;
	display: block;
	background-color: #dedede;
	width: 980px;
	margin: 0px auto;
}

#footerbarwrapper
{
	width: 980px;
}

#footerlinks,
#legalLinks
{
	
	display:block;
	clear: both;
	font-family: Verdana;
	font-size: 0.60em;
}

#legalLinks
{
    float: right;
}

#footerlinks ul.redlinks,
#legalLinks ul.redlinks
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#footerlinks ul.redlinks li,
#legalLinks ul.redlinks li
{
	display: inline;
	padding: 0px 0px;
}

#footerlinks ul.redlinks a,
#legalLinks ul.redlinks a
{
	color: #C00;
	text-decoration: none;
}

#footerlinks ul.redlinks a:hover,
#legalLinks ul.redlinks a:hover
{
	text-decoration: underline;
}

#copyright,
#smallText
{
    font-size: 0.60em;
    font-family: Verdana;
    color: #666;
    margin: 6px 0px
}

#copyright
{
    color: #c00;
    font-weight: bold;
    margin: 0px;
    display: inline-block;
}

#debugging
{
    clear: both;
    display: block;
    border: 2px solid #CC0000;
    margin: 10px;
    padding: 5px;
    background-color: #FFFFFF;
    color: inherit;
}

#debugging .title
{
    font-family: Arial;
    border-bottom: 1px solid #CC0000;
}

#debugging .body
{
    padding-top: 5px;
}


#debugging p
{
    font-family: Courier;
    margin: 5px;
}

#contentInner p.addthis_button
{
    margin: 0px;
    padding: 6px 3px;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #116807;
    color: #fff;
}
#contentInner p a.addthis_button
{
    margin: 0px 8px;
    border: 0px solid #000;
    text-decoration: none;
}

/* Twitter Styles */
#twitterFeed
{
    line-height: 1.4em;
    width: 200px;
    height: auto;
    overflow: hidden;
}

#twitterFeed div.tweet
{
    border-bottom: 1px solid #888;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

#twitterFeed div.tweet img.twitterUserImage
{
    float: left;
    vertical-align: text-top;
    margin-right: 8px;
}

#twitterFeed div.tweet span.twitterUser
{
    font-weight: bold;
}


#twitterFeed div.tweet p.twitterStatusUpdate
{
}


#twitterFeed div.tweet span.twitterStatusCreated
{
    font-size: 0.8em;
    color: #999;
    font-style: italic;
}

/* Testimonials 
-------------------------*/
#body div.testimonial, #body div.miniCTAb
{
    width: 100%;
    background-color: #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#body div.testimonial p, #body div.miniCTAb p
{
    margin: 0;
    font-family: Georgia;
    padding: .6em;
}

#body div.miniCTAb p
{
    font-family: Arial;
    font-size: 1.1em;
}

#body div.miniCTAb p a
{
    color: #c00;
    font-weight: bold;
    text-decoration: underline;
}

#body div.testimonial p.comment
{
    
    font-size: 1.5em;
    font-style: italic;
    color: #555;
    padding-bottom: 0;
}

#body div.testimonial p.citation
{
    margin-top: .3em;
    text-align: right;
    padding: 0 .6em;
}

#body div.testimonial p.citation cite
{
    font-size: 1.1em;
    color: #888;
}

#body div.testimonial p.date
{
    text-align: right;
    font-family: Arial, Sans-Serif;
    font-size: .9em;
    color: #999;
    padding-top: 0;
}
