/************************************************************************************************************
 Gateway Theme, adapted from:
 SilverStripe Black Candy Theme
 http://www.silverstripe.com

 Main Layout File
/***********************************************************************************************************/


/* Normalization
-----------------------------------------------------------------------------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ol, ul { list-style: none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }


/* Defaults 
-----------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
	color: #333;
 	font-size: 12px;
 	padding-bottom: 40px;
	font-family: Tahoma, Geneva, sans-serif;
  background-color: #666;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  /*font-family: Tahoma, Lucida Grande, sans-serif !important;*/
  /*font-family: Comic Sans MS, Georgia, serif !important;*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
strong {
  font-weight: bold;
}
sup {
  font-size: 80%;
  padding: 0;
  vertical-align: top;
}

/* Container */
#Container { 
	width: 968px;
	background: #fff url("../images/Page_Color.png") repeat-y;
  margin: 0 auto;
  position: relative;
  text-align: left;
}


/* Branding
-----------------------------------------------------------------------------------------------------------*/
#Branding {
  height: 173px;
  background: transparent url("../images/Header_Color.png") repeat-x left top;
  position: relative;
  left: 8px;
  width: 952px;
}
  #Branding #Logo{
    background: transparent url("../images/Gateway_Logo.jpg") no-repeat left top;
    height: 173px;
    width: 237px;
  }
  #Branding #Logo a {
    display: block;
    height: 173px;
    width: 237px;
    margin: 0;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
  }
  #Branding #Information {
    position: absolute;
    top: 20px;
    left: 250px;
    width: 670px;
    height: 145px;
  }
    #Branding #Information h2 {
      color: #c6272c;
      font-size: 16px;
      margin: .25em 0 .3em;
    }
    #Branding #Information #Attractions {
      color: #394258;
      font-size: 12px;
      margin: 2.75em 0 0;
    }
    #Branding #Information p {
      font-size: 14px;
      font-weight: bold;
      color: #333;
      line-height: 1.5em;
    }
  #Branding #Balloons {
    position: absolute;
    top: 0;
    left: 560px;
  }

/* Search form */
#SearchForm_SearchForm {
	float: right;
	width: 210px;
  margin: 18px 9px 0 0;
  position: relative;
  display: none;
}
  #SearchForm_SearchForm .middleColumn {
    position: absolute;
    top: 0;
    width: 132px;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  	#SearchForm_SearchForm .middleColumn input.text {
  		border: 1px solid #999;
      width: 132px;
  		color: #666;
      background-color: #FFFFE6;
      font-weight: normal;
  	}
  #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
    position: absolute;
    top: -1px;
    left: 140px;
    width: 6em;
    font-size: 85%;
    padding-bottom: 2px;
  }


/* Main Navigation
-----------------------------------------------------------------------------------------------------------*/
#Navigation_Main {
	background: url("../images/Navigation_Color.png") no-repeat left top;
  width: 100%;
  position: relative;
  left: 8px;
  height: 43px;
}
  #Navigation_Main ul {
    height: 35px;
    margin: 0 15px;
  }
    #Navigation_Main ul li {
      display: inline;
    }
    #Navigation_Main a {
      /*font-family: Comic Sans MS, Georgia, serif;*/
      font-weight: bold;
      font-size: 13px;
      padding: 8px 16px 0;
      display: block;
      height: 24px;
      margin: 2px 2px 0 0;
      float: left;
      color: #09183F;
      border-top: 1px solid #f7e2bd;
      border-right: 1px solid #a56900;
      border-bottom: 1px solid #a56900;
      border-left: 1px solid #f7e2bd;
      text-decoration: none;
      background: url("../images/Nav_Button_Default.png") repeat-x;
    }
    #Navigation_Main a:hover {
      background: url("../images/Nav_Button_Highlight.png") repeat-x;
    }
    #Navigation_Main a.current:link,
    #Navigation_Main a.current:visited,
    #Navigation_Main a.current:active,
    #Navigation_Main a.current:hover {
      cursor: default;
      background: url("../images/Nav_Button_Current.png") repeat-x;
      color: #fff;
      border-top: 1px solid #A0AEDD;
      border-right: 1px solid #101C44;
      border-bottom: 1px solid #101C44;
      border-left: 1px solid #A0AEDD;
      text-decoration: underline;
    }


/* Dashboard
-----------------------------------------------------------------------------------------------------------*/
#Dashboard {
  width: 189px;
  float: left;
  position: relative;
  top: 20px;
  left: 23px;
  margin: 0;
}
  #Dashboard h3 {
    margin: 1em 0 .5em;
    font-size: 13px;
    color: #222;
  }
  div.dashboard-info {
    border: 1px solid #C1C7D8;
    color: #444;
    padding: .5em;
    font-size: 12px;
    line-height: 1.5em;
    background-color: #CED4E6;
    margin-bottom: 16px;
  }
  div.dashboard-info h3.first,
  div.dashboard-info h3:first-child  {
    margin-top: 0 !important;
  }
  #Map {
    border: 2px solid #666;
    margin: 3px 0 16px;
  }
  #Opt_In p {
    margin-bottom: 1em;
  }
  #Opt_In p.sub-text {
    font-size: 80%;
  }
  #Opt_In input,
  #Opt_In select {
    margin: 0 0 5px;
    border: 1px solid #999;
    padding: 3px;
  }

/* Secondary navigation (W = 193px) */
#Navigation_Secondary {
  margin: 0 0 25px;
}
  #Navigation_Secondary h3 {
    font-size: 13px;
    margin: 0 0 .5em;
    border-bottom: 1px solid #aaa
  }
  #Navigation_Secondary a {
    display: block;
    margin: .5em 0 0;
    font-size: 12px;
    text-decoration: none;
    text-indent: -.5em;
    padding-left: .6em;
  }
  #Navigation_Secondary a:hover {
    text-decoration: underline;
  }


/* Main Content
-----------------------------------------------------------------------------------------------------------*/
#Content_Main {
  padding: 0 0 2em;
  position: relative;
  top: 20px;
  min-height: 350px;
  width: 695px;
  margin: 0 0 10px 245px;
  text-align: left;
	overflow: visible;
}

/* Home page content */
#Home_Box_1,
#Home_Box_2 {
  width: 318px;
  height: 250px;
  margin: 0px 0 16px;
}
#Home_Box_3 {
  margin: 0 0 16px;
  width: 673px;
}
#Home_Box_1 {
  float: left;
}
#Home_Box_2 {
  float: right;
}
#Home_Box_3 {
  float: left;
}


/* Forum content */
#Content_Main.forum {
  padding: 0 20px;
  position: relative;
  top: 10px;
  min-height: 350px;
  width: 910px !important;
  margin: 0 8px 30px;
}


/* Breadcrumbs */
#Breadcrumbs {
  color: #999;
  text-align: left;
  font-size: 10px; 
  margin: 0px 0 1.2em;
}
  #Breadcrumbs p {
    margin: 0;
  }

/* Quick Links */
#Quick_Links {
}
  #Quick_Links h3 {
  }
  #Quick_Links ul {
  }

/* Site Information
-----------------------------------------------------------------------------------------------------------*/
/* H = 33px */
#Site_Information {
  clear: both;
  padding: 37px 24px 0;
  height: 26px;
  font-size: 10px;
  background: url("../images/Page_Background_Bottom.png") left bottom no-repeat;
  color: #fff;
}
#Site_Information a:link,
#Site_Information a:visited,
#Site_Information a:active {
  color: #000;
  text-decoration: none;
}
#Site_Information a:hover {
  text-decoration: underline;
}
  /* supplimental navigation */
  #Site_Information ul {
    float: left;
    margin-right: 1em;
  }
  #Site_Information ul li {
    float: left;
  }
  #Site_Information ul li a {
    display: block;
    border-left: 1px solid #ccc;
    padding: 0 .5em;
  }
  #Site_Information ul li:first-child a {
    border-left: 0;
    padding-left: 0;
  }
  /* the copyright */
  #Site_Information p {
    float: left;
  }
  

/* Miscellaneous Styles
-----------------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
}
.center {
  text-align: center !important;
}
.first-title {
  margin-top: 0 !important;
}
.box-1 {
  background: #fff url("../images/Box_1_Color.png") left top repeat-x;
  border: 1px solid #c9bda1;
  padding: 8px 10px;
}
.box-1 h3:first-child,
.box-1 h3.first {
  margin-top: 0;
}
.box-1 h3 {
  clear: none !important;
  margin-bottom: .75em !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
div.s1 img {
  border: 1px solid #333 !important;
}
div.s2 img {
  border: 1px solid #999 !important;
}
img.float-left {
  margin: 0 20px 15px 0;
}
img.float-right {
  margin: 0 0 15px 20px;
}

/* Anchor & Input buttons */
a.button,
a.button:link,
a.button:visited,
a.button:active,
input.button {
  /*font-family: Comic Sans MS, Georgia, serif;*/
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 16px 5px;
  margin: 4px 0 0;
  color: #09183F;
  border-top: 1px solid #f7e2bd;
  border-right: 1px solid #a56900;
  border-bottom: 1px solid #a56900;
  border-left: 1px solid #f7e2bd;
  text-decoration: none;
  display: block;
  overflow: visible;
  outline: none;
  background: url("../images/Nav_Button_Default.png") repeat-x;
}
input.button {
  cursor: pointer;
  width: auto;
  height: 32px;
}
a.button:hover,
input.button:hover {
  background: url("../images/Nav_Button_Highlight.png") repeat-x;
}

/* Original Styles
-----------------------------------------------------------------------------------------------------------*/

/* Comments */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 11px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* Search results styles */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* Message boxes */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}
p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}

/* Unsubscribe newsletter */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}
	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}

