/*  
Theme Name: Gatehouse Academy Theme - New
Theme URI: http://wordpress.org/
Description: Gatehouse Academy theme - New.
Version: 1.7
Author: Dylan Downhill
Author URI: http://www.elixirinteractive.com/


@import url(/sites/all/themes/GatehouseAcademy/layout.css);
@import url(/sites/all/themes/GatehouseAcademy/GatehouseAcademy.css);
*/


/* $Id: layout-fixed.css,v 1.5.2.3 2009/02/13 19:20:19 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/** body **/
  body
  {
	background:url(/LookFeel/images/back1.jpg) top center no-repeat;
	margin-top:0;
	background-color:#cdcdcd;
  }
  /* Turn off the background for the TinyMCE editor as its distracting when you're editing the document */
  body.mceContentBody{
	background:none;
  }

  #page,
  #closure-blocks
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
	padding-left:7px;
	padding-right:7px;
    width: 900px;
	background:url(/LookFeel/images/back2.jpg) top center no-repeat;

  }

  #page-inner
  {
    width: 900px;
	background-color:#ffffff;
  }


  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/
  #header
  {
  }

  #header-inner
  {

  }

  #logo-title
  {
  }

  #logo
  {
    float: left;
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

/** main (container for everything else) **/
  #main
  {
    position: relative;
  }

  #main-inner
  {
  }

/** content **/
  #content,
  .no-sidebars #content
  {
    float: left;
    width: 870px;
    margin-left: 15px;
    margin-right: 0; /* Negative value of #content's width + left margin. */
	_position:relative;
	_right:225px;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .sidebar-left #content
  {
    width: 650px;
    margin-left: 240px; /* The width of #sidebar-left. */
    margin-right: -890px; /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content
  {
    width: 600px;
    margin-left: 0px;
    margin-right: -600px; /* Negative value of #content's width + left margin. */
  }

  .two-sidebars #content
  {
    width: 500px;
    margin-left: 200px; /* The width of #sidebar-left */
    margin-right: -700px; /* Negative value of #content's width + left margin. */
  }

  body.not-front #content-inner
  {
    margin: 0;
    padding: 0;
	margin-top:15px;
  }

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right

  {
    margin-top: 3.6em; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
    padding: 0 10px 0 0;
  }

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 225px;
    margin-left: 0px;
    margin-right: 0px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
	_position:relative;
	_right:255px;
	border-right:1px dotted #999999;
	padding-top:15px;
	height:100%;
  }

  #sidebar-left-inner
  {
    margin: 0 ;
    padding: 0;
  }

/** sidebar-right **/
  #sidebar-right
  {
    float: left;
    width: 300px;
    margin-left: 615px; /* Width of content + sidebar-left. */
    margin-right: -915px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
	border-left:1px dotted #999999;
	padding-top:15px;
	height:100%;
  }

  #sidebar-right-inner
  {
    margin: 0 ;
    padding: 0;
	width:300px;
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }

  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */

  /* CSS Document */
* {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #333333;
}
h1, h1 a, h1.indenttitle {
	font-size:16px;
}
h1.indenttitle{
	padding-left:15px;
}
h2, h2 a {
	font-size:14px;
}
h3, h3 a {
	font-size:12px;
}
small {
	font-size:10px;
}
tr.odd {
	background-color:#ffffff;
}
#content  #SidebarOnly{
	display:none;
}
#sidebar-left #MainPageOnly{
	display:none;
}
/* The webform has a content inside a content - don't want two paddings */
#sidebar-left .content .content{
padding:0;
margin:0;
}

#GHAContactUs-contactusform #edit-submit, #webform-client-form-361 #edit-submit {
  width:60px;
  height: 25px;
  padding: 25px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(/LookFeel/images/submit.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#GHAContactUs-contactusform>form>#edit-submit , #webform-client-form-361>form>#edit-submit { /* For non-IE browsers*/
  height: 0px;
}

#google-cse-searchbox-form #edit-sa, #google-cse-searchbox-form #edit-sa-1{
  width:21px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent url(/LookFeel/images/search_button.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  text-indent: -1000em;
}
#TopMastSearch>form>#edit-sa, #TopMastSearch>form>#edit-sa-1
{ /* For non-IE browsers*/
  height: 0px;
}



div#LogoBlock{
	border-bottom:1px dotted #999999;
}

#sidebar-right .content{
	width:250px;
	margin-left:35px;
}
#sidebar-right .block-inner{
	padding:20px 0;
	border-bottom:1px dotted #999999;
}
#sidebar-right .block{
	width:285px;
}

/* Right hand column Live chat is block ID #16 */
#sidebar-right #block-block-16 .block-inner {
	border-bottom:none;
}

/* Counselor block right hand side */
div#block-block-7 a, div#block-block-20 a, #block-block-30 a{
	text-decoration:none;
}
div#block-block-7 a:hover, div#block-block-20 a:hover,  #block-block-30 a:hover{
	text-decoration:underline;
}

/*
** Sidebar left
*/
#sidebar-left {
	padding-bottom:200px;
}

/* All left hand blocks end with a dashed line */
#sidebar-left .block-inner{
	padding:20px 0;
	width:225px;
	_position:relative;
	_left:25px;
}
/* Turn off the bottom border for the last box */
div#block-block-15 .block-inner {
	border-bottom:none;
}
#sidebar-left .content .content{
	padding:0;
	margin:0;
}
div#sidebar-left-inner textarea{
	width:185px;
}
div#sidebar-left-inner input{
	width:185px;
}
div#sidebar-left-inner input#edit-captcha-response{
	width:70px;
	font-weight:bold;
}
div#sidebar-left-inner div.description{
	visibility:hidden;
}

#node-361 h1{
	display:none;
}
#node-361 label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#GHAContactUs-contactusform label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#GHAContactUs-contactusform p, #sidebar-right p , #sidebar-left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none
}

a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	display:block;
}
a.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
}
td.navcell {
	background-color:#ffffff;
}
td.navcell:hover {
	background-color:#eeeeee;
}
td.Points {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#EDEDED;
	border:4px solid white;
	vertical-align:top;
}
td.Points:hover {
	background-color:#f9f9f9;
	cursor:pointer;
}

td.Points:hover a {
	font-weight:bold;
	text-decoration:underline;
}
td.Points:hover a{
	text-decoration:underline;
}
td.Points a{
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}
td.Points a:hover {
}
div.footer{
	padding:0;
	margin:0;
	padding-bottom:16px;
	border-top:1px dotted #999999;
}
div.footer table{
	width:100%;

}
div.footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
div.footer p a{
	font-size: 9px;
	color: #333333;
}
div.footer p a:hover{
	font-weight:bold;
}


#IntroBox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333; /* was #999999 */
	line-height: 28px;
	vertical-align: top;
}
#IntroBox p b , #IntroBox p strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333; /* was #999999 */
	line-height: 28px;
	vertical-align: top;
	font-weight:bold;
}
#IntroBox span.HeaderCallOut {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	color:#ff6600;
}
h2.HeaderCallOut {
	font-family: Arial, Helvetica, sans-serif;
	color:#ff6600;
}
#IntroBox span.HeaderCallOutNumber {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	margin-left: 90px;
}
#IntroBox {
	margin-left:25px;
	padding-left:25px;
	padding-right:25px;
	padding-top:17px;
	padding-bottom:17px;
	border-left:1px dotted #999999;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:16px;
}

#gatehouse_logo_cell{
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
}

td#TopMenu{
	padding-top:40px;
}
td#TopMenu *{
	border-top:none;
}

p.MastHeadFlash{
	padding:0;
	margin:0;
}

body.front h1.title, body.page-index2-htm h1.title {display:none;}


#sidebar-left .content
{
	padding-left:15px;
	padding-right:15px;
}

#sidebar-left h2 {
	padding-left:20px;
}

#sidebar-left ul.menu {
  list-style-image:url(/LookFeel/images/spacer.gif);
	list-style-type:none;
  margin: 0;
  padding: 0;
}
/* Menu within a menu */
#sidebar-left ul.menu ul.menu  li a:before{
	/*content: "-- ";*/
}
#sidebar-left ul.menu ul.menu ul.menu  li a:before{
	/*content: "-- ";*/
}
#sidebar-left ul.menu li {
	list-style-image:url(/LookFeel/images/spacer.gif);
	list-style-type:none;
}


ul.links {
	margin:0;
	padding:0;
	padding-left:15px;
	padding-right:15px;
}


ul.links li, #sidebar-left ul.menu li{
	list-style-image:url(/LookFeel/images/spacer.gif);
	list-style-type:none;
	padding:0;
	display:block;
	text-align: left;
	background-color:#EDEDED;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	margin:0;
	margin-top:1px;
	margin-bottom:1px;
}

ul.links li a, #sidebar-left ul.menu li a{
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	background-color:#EDEDED;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	color:#000066;
	padding-left:20px;

}
ul.links li a:hover, ul.links li a.active,
#sidebar-left ul.menu li a:hover, #sidebar-left ul.menu li a.active
{
	background-color:#cccccc;
}
#sidebar-left ul.menu li.expanded ul.menu li a
{
	padding-left:30px;
}

ul.links li a:hover:before, ul.links li a.active:before,
#sidebar-left ul.menu li a:hover:before, #sidebar-left ul.menu li a.active:before
{
	/*content: "\00BB  "; */
}
#sidebar-left ul.menu ul.menu li a:hover:before, #sidebar-left ul.menu ul.menu li a.active:before {
	/*content: "-- ";*/
}



div#SectionLogo{
background-image:url( /LookFeel/images/hdr_about.jpg) ;
width:500px;
height:260px;
}

div#SectionLogo div#PageTitle{
padding-top:30px;
padding-left:50px;
font-size:30px;
color:#ffffff;
margin:0;
font-family: Georgia, "Times New Roman", Times, serif;
}
div#SectionLogo div#PageSubTitle{
padding-top:40px;
padding-left:50px;
font-size:20px;
color:#ffffff;
margin:0;
font-family: Georgia, "Times New Roman", Times, serif;
}

div#SectionLogo div#PageSubTitle a{
font-size:20px;
color:#ffffff;
margin:0;
font-family: Georgia, "Times New Roman", Times, serif;
}

div#SectionLogo div#PageSubTitle a:hover{
font-size:20px;
color:#ffffff;
margin:0;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}

div.view-content td.views-field{
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	border:none;
	background-color:transparent;
}
div.view-content td.views-field-title , td.StaffLinks-name, td.StaffLinks-title{
	min-width:300px;
}
td.StaffLinks-name{
	padding-left:10px;
}
div.view-content td.views-field-field-jobtitle-value{
	width:300px;
}
div.view-content td.views-field-created{
	width:100px;
}

div.view-content tr:hover, tr.StaffLinks:hover{
	background-color:#FDFCDC;
}

#sidebar-left div.view-header {
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar-left div.view-content ul{

padding:0;
margin:0;
}
#sidebar-left div.view-content li {

list-style:none;
padding:0;
margin:0;
}

#sidebar-left div.view-content li a{
font-family: Georgia, "Times New Roman", Times, serif;

	display:block;
	color:#000066;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}

#sidebar-left div.view-content li a:hover{
	background-color:#cccccc;
	text-decoration:none;
}




#content div.jcarousel-container{
	width:500px;
	height:200px;
}

#content div.jcarousel-clip{
	width:500px;
	height:200px;
}
#content li.jcarousel-item{
	width:250px;
	height:200px;
}
#content div.jcarousel-container .views-field-field-upload-data{
	font-weight:bold;
}

div.ImagefileImage {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #999999;
	padding:3px;
}
div.ImagefileImage img{
	border:none;
}
div.book-navigation{
	clear:both;
}

div.AddThis{
	padding:10px;
}
/* Don't want the addthis buttons to appear when we're editing. */
body.section-node-edit  div.AddThis{
	display:none;
}

div#SectionLogo{
	background-repeat:no-repeat;
	background-position:center center;
}
div.field-type-filefield {
	clear:both;
	padding:10px;
	margin-bottom:10px;
	display:block;
	background-color:f9f9f9;
	border:2px solid #999999;
}
div.view-id-glossary .view-content{
	padding:20px;
}

div.view-id-glossary .views-summary-unformatted{
	white-space:nowrap;

}
ul.inline{
	display:inline;
}
ul.inline li{
	display:inline;
	background-color:transparent;
}
ul.inline li a{
	display:inline;
	background-color:transparent;
}
ul.inline li a:hover{
	display:inline;
	background-color:transparent;
}

#TopMast{
	border-bottom:1px dotted #666666;
}
div#TopMast{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:56px;
}
div#TopMast td, div#TopMast span{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div#TopMast table{
	width:900px;
	height:56px;
}
div#TopMast td{
	vertical-align:center;

}
div#TopMast td#TopMastLeftCap{
	background-image:url(/LookFeel/images/banner_left.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding-left:5px;
	width:4px;
}
div#TopMast td#TopMastCallToAction{
	font-size:12px;
	background-image:url(/LookFeel/images/banner_back.gif);
	background-position:center;
	background-repeat:repeat-x;
padding-left:10px;
line-height:30px;
}
div#TopMast span#TopMastPhone{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:800;
	padding-right:51px;
	border-right:1px dotted #cccccc;
line-height:30px;
}
div#TopMast td#TopMastChatNow{
	background-image:url(/LookFeel/images/banner_back.gif);
	background-position:center;
	background-repeat:repeat-x;
}
div#TopMast td#TopMastSearch{
	font-variant:small-caps;
	background-image:url(/LookFeel/images/banner_back.gif);
	background-position:center;
	background-repeat:repeat-x;
	padding-left:60px;
}
div#TopMast td#TopMastSearch form{
	display:inline;
}
div#TopMast td#TopMastSearch form *{
	display:inline;
}
div#TopMast td#TopMastRightCap{
	background-image:url(/LookFeel/images/banner_right.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-right:5px;
	width:4px;
}

.CenterVideo{
text-align:center;
}

table#FollowUsTable{
	width:100%;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}

table#FollowUsTable td{
}
table#FollowUsTable *{
	border:none;
}
table#FollowUsTable a{
	display:block;
	border:1px solid transparent;
}
table#FollowUsTable a:hover{
	display:block;
	border:1px dotted #999999;
}
span.field-content a h2 {
	text-decoration:underline;
	padding-top:10px;
	color:#000000;
}
span.field-content a h2:hover {
	color:#ff0000;
}


.postmetadata{
	color#777;
	text-align: center;
	padding:5px 10px;
	background-color:#eeeeee;
	margin:5px;
}
.postmetadata span.TollFreeNumber, .postmetadata  a {
	white-space:nowrap;
color:#ff3333;
}

p.calltoaction{
	color: rgb(130, 0, 0);
	font-size: 16px;
	padding:0 10px;
}
p.calltoaction strong, p.calltoaction b {
	color: rgb(130, 0, 0);
	font-weight:bold;
}
div.breadcrumb{
	font-weight:bold;
	padding-bottom:10px;
}



div.HowToChooseButton{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	color:#ff6600;
	border:3px outset #ff6600;
	padding:5px 5px 5px 5px;
	background-color:#f8f8f8;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.HowToChooseButton:hover{
	border:3px inset #ff6600;
	background-color:#e8e8e8;
	padding:6px 4px 4px 6px;
}
div.HowToChooseButton a {
	text-decoration:none;
	display:block;
}
div.HowToChooseButtonHeadline{
	color:#000;
	display:inline;
}
div.HowToChooseButtonText{
	color:#ff6600;
	display:inline;
}



