
/* Blue: #2b4248; Gray: #c9caca; */

body { background: #000 url(images/page-bg1.jpg) fixed top left no-repeat; margin: 0px; padding: 0px; font-family: Georgia, "Times New Roman", Times, serif; height: 660px; font-size: 90%; } /* Setting the height forces contained elements to fit. */

/* Some Resets */

a img { border: 0px; }
h1 a { color: #fff; }
a { color: #fff; text-decoration: none; }
a:hover { color: #00f; }
p, li { line-height: 150%; }
p, h1, h2, h3, h4, h5, h6, h7, ul { margin-top: 0px; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; text-transform: uppercase; font-weight: normal; }
h3 { font-size: 1.0em; color: #fff;}
h4 { font-size: 0.8em}
h7 { font-size: 1.6em; color: #330000;}

#container { margin:0px 20px 0px 30px; height: 660px; width: 12000px; } /* Change this width depending on how many posts you want to display. */
#container.single { width: 900px; }

/* Header */

#header { float: left; width: 100%; background: url(images/title1.jpg) repeat-x; height: 91px; color: #2b4248; position: fixed; left: 0; z-index:10;}

/* Header's Title / Logo Area */

#header div.title { margin: 0px 20px 0px 30px; float: left; display: inline; overflow: hidden; font-size: 2.4em; color: #2b4248;}
#header div.title a { text-decoration: none; font-weight: normal; color: #2b4248; }
#header div.title a:hover { color: #37565e; }

/* Header Page Links */

#header div.pages { float: left; display: inline; overflow: hidden; margin: 31px 20px 0px 50px; text-transform: lowercase;}
#header div.pages ul { margin: 0px; padding: 0px; list-style: none; }
#header div.pages ul li { float: left; display: inline; margin-right: 20px; list-style: none; font-size: 1.3em; font-family: Georgia, "Times New Roman", Times, serif; padding: 6px; }
#header div.pages ul li a { color: #2b4248; text-decoration: none; padding-top: 6px; }
#header div.pages ul li a:hover { color: #000; padding-top: 2px; border-top: 2px #000 solid; border-bottom: 2px #000 solid; }

#content { margin: 150px 0px 0px 0px; float: left; height: 380px; padding: 0px 0px 0px 30px; color: #c9caca; z-index:1; position:relative}

#content .box-half { float: left; width: 180px; height: 334px; padding-top: 44px; position: relative; margin-right: 0px; font-size: 90%; overflow: hidden; text-align: right; display: inline; }
#content .box { float: left; display: inline; width: 360px; height: 478px; position: relative; margin-right: 00px; border-bottom: 2px solid #c9caca; overflow: hidden; }
#content .box-wide { float: left; display: inline; width: 720px; height: 478px; position: relative; border-bottom: 2px solid #c9caca; overflow: hidden; }

/* Images and Captions Within Posts */

#content p.wp-caption-text { text-align: center; font-size: 0.8em; line-height: 135%; margin: 0px; padding: 3px 0px; }
#content img.alignnone { margin: 0px 10px 10px 0px; }
#content div.alignleft, #content img.alignleft { float: left; margin: 0px 20px 15px 0px; }
#content div.aligncenter, #content img.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; clear: both; }
#content div.alignright, #content img.alignright { float: right; margin: 0px 0px 15px 20px; }

#footer { color: #222; float: left; position: fixed; left: 0; margin: 690px 0px 0px 72px; }

#centeredImage{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }