/* GLOBAL RESET ELEMENTS ------------------------------------- */

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px; /* Removes default margin that some browsers add. */
	padding: 0px; /* Removes default padding that some browsers add. */
}
h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #103272;
	color: #AE4C1F;
	padding-bottom: 2px;
}
.box {
	width: 190px;
	float: left;
	padding-right: 30px;
}



/* GLOBAL LAYOUT ELEMENTS ------------------------------------- */
body {
	font: 100% Arial, Helvetica, sans-serif; /* Sets the default size of the text to 100% of the user's default. Also sets the default font families for text throughout the page. */
	color: #333333; /* Sets the text color for the page. */
}

/* MODULE 1 ------------------------------------- */
.container {
	width: 1000px; /* Sets the overall width of the containers within the bands. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	color: #333333; /* Adds breathing room between the header and the elements within it. */
	float: left; /* Floats the header to the left - its child elements, the buttons and search box, will be floated left and right to position them on either side of the header container. */
	width: 100%; /* Gives the floated header a width. */
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.larger-txt {
	font-size: 24px; /* Header tagline size text */
	color: #AE4C1F;
	float: right;
	padding-right: 20px;
	letter-spacing: 0.3em;
}

#header ul { /* Sets up an unordered list for the buttons to provide an accessibility feature. */
	float: right; /* Floats the list to the left. */
	list-style: none; /* Removes the default bullets from the list items. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#header li {
	display: inline; /* Changes list items from block to inline elements so that links flow side by side. */
	margin-right: .25em; /* Adds space to the right of each list item. */
	padding-bottom: .5px; /* Pads the bottom of each list item. */
	font-weight: bold;
}
#header a {
	font-size: 70%; /* Sets the font size to 70% of the user's browser preference. */
	color: #333333; /* Sets link color to gray. */
	text-decoration: none; /* Removes default underline on links. */
	background: #FFFFFF; /* Sets link background color to white. */
	padding: 2px 15px; /* Adds breathing room between the link text and the button edges. */
	border: 1px solid #B5B5B5; /* Sets a one pixel, solid, gray border around the buttons. */
}
#header a:focus, #header a:hover {
	color: #FFFFFF; /* Changes text color of links on hover and focus. */
	background-color: #274C9A;
}


/* MODULE 2 ------------------------------------- */
#masthead {
	margin: 0px;
	clear: both; /* Because there are floats in the header div above it, we need to stop the floating effect to give the masthead elements a clean start. */
	background-color: #F2F2F2;
	background-image: url(images/bridge-bg2.jpg);
	background-repeat: repeat-x;
}

/* MODULE 3 ------------------------------------- */
#content-wrapper {
	float: left; /* Float the content wrapper to the left - floating a wrapper and its child divs allows for independance in block context formatting. */
	width: 1000px; /* Sets the width of the content area to 770 pixels. */
	margin-bottom: 20px; /* Sets a one pixel, solid, gray border around the content wrapper. */
	margin-top: 20px;
}
#secondary-content {
	float: left; /* Floats the left column where the accordion widget resides. */
	width: 250px;
}
#main-content {
	float: right; /* Floats the main column to the left. */
	width: 720px; /* Sets a one pixel, solid, gray border between the content column and the left column. */
	padding-bottom: 20px; /* Adds padding to the bottom of the main content column. */
}
#main-content h1 {
	font-size: 120%; /* Sets the font size to 120% of the user's browser preference. */
	font-weight: bold; /* Removes the default bolding that the browser puts on heading text. */
	font-variant: small-caps; /* Turns the text into small caps in browsers that support the property. */
	color: #AE4C1F; /* Adds the decorative image to the heading. */
	margin-top: 10px; /* Adds space above the heading. */
	margin-bottom: 10px; /* Adds space below the heading. */
	margin-left: 0px; /* Adds space to the left of the heading so that it lines up with the text beneath it. */
	padding-left: 0px; /* Sets a large left padding to carve space for the decorative image. */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #103272;
	padding-bottom: 4px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	letter-spacing: 0.04em;
}
#main-content p {
	padding-top: 10px;
}
#masthead .container {
	background-image: url(images/bridge-banner2.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 290px;
}


/* MODULE 4 ------------------------------------- */
#footer {
	color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/bridge-footer-bg.jpg);
	background-color: #504D60;
}
#footer-wrapper { /* This div is set up for use in faux column technique within the footer. It is the parent container for the three columns, and is needed in order to have a way to give the illusion of a border around and within the the three columns in the footer.*/
	float: left; /* Floats the footer wrapper to the left. */
	width: 1000px;
	color: #FFFFFF;
	background-image: url(images/bridge-footer-img2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 225px;
	padding-top: 35px;
}
.column {
	float: right;/* Floats each column to the left.*/
	width: 256px; /* Assigns a width for each column. */
	padding-top: 10px;
}
.facebook-column {
	float: right;
	width: 256px;
	padding-top: 10px;
	height: 210px;
	background-image: url(images/bridge-post-it-img.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.column p { /* This descendant selector sets attributes for paragraphs only in the context of the column class. */
	font-size: 75%; /* Sets the font size to 75% of the user's browser preference. */
	line-height: 1.4; /* Opens up the spacing (leading) between lines of text. */
	padding: 10px; /* Sets 10 pixels of padding all around paragraphs within the column divs. */
}

/* CLEARING WIDGET ------------------------------------- */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
/*start light boxv2.04 gallery -http://www.lokeshdhakar.com/projects/lightbox2/*/
.lightbox-gallery {

}
.lightbox-gallery ul {
	display: none;
}
.lightbox-gallery li {
	display: inline;
	float: left;
	padding: 10px;
}
/*end lightbox v2.04 gallery*/

/*default link style*/
a:link, a:visited {
	color: #AE4C1F;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
/*end default link style*/
/* start of colum link style*/
.column a:link,.column a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.column a:hover {
	color: #e14c1f;
	text-decoration: underline;
}
.column a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/*end of column link style*/
/*start of facebook-column link style*/
.facebook-column a:link,.facebook-column a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.facebook-column a:hover {
	color: #ae4c1f;
	text-decoration: underline;
}
.facebook-column a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/*end of facebook-column link style*/
.hedkandi {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bold-text {
	font-size: 16px;
	font-weight: bold;
}
.largebold-text {
	font-size: 24px;
	font-weight: bold;
}
.bold-italic-text {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#all-events {
	background-color: #CCCCCC;
	height: 320px;
}
