/*
    Theme Name: On The Grande Ronde
    Description: Custom theme designed specifically for Deane and Red.
    Author: Jeremy Movius (In The Flow Web Design)
    Author URI: http://www.intheflowwebdesign.com
*/

/*
    Dark Green - #191d13
    Gray - #6e6d6d
*/

/*
	UTILITY
*/
.floatLeft	{ float: left; }
.floatRight	{ float: right; }
.clear		{ clear: both; }

/*
	TYPGROGRAPHY
*/
body        { background-color: #191d13; color: #fff; font-family: arial, helvetica, sans-serif; font-size: .9em; }
h2          { font-size: 150%; }
.divider    { font-size: 120%; color: #000; font-weight: bold; }

/*
	FORMS
*/
input		{ padding: 3px; }


/*
	STRUCTURE
*/
#page-wrap	{ position: relative; top: -15px; left: -20px; width: 960px; margin: 0 auto; }
#content    { position: relative; top: 0; left: 45px; width: 905px; background-color: #6e6d6d; font-size: 110%; }
#content img { padding: 10px 10px 0 10px; }
#inside_wrapper { position: relative; top: 0; left: 0; width: 870px; margin: 0 auto; padding: 20px 0; }
#leftcontent { width: 530px; float: left; }
#rightcontent { width: 320px; float: right; }

/*
	HEADER
*/
#header     { width: 960px; height: 370px; background-image: url('images/header.jpg'); }


/*
	MENU
*/
#menu       { position: relative; top: 286px; left: 45px; width: 905px; height: 84px; *padding-top: 5px;
              background-image: url('images/nav_bg.gif'); background-repeat: repeat-x; text-align: center; }
#menu a     { color: #fff; font-size: 125%; font-family: "Arial Black", "Gill Sans", sans-serif; text-decoration: none; }
#menu a:hover { text-decoration: underline; }
#first      { border-left: 3px #000 solid; }
li.page_item { display: inline; list-style: none; padding: 0 10px; border-right: 3px #000 solid; }

/*
	FOOTER
*/
#footer     { position: relative; top: -15px; *top: 0; left: 45px; width: 905px; height: 84px; text-align: center;
              background-image: url('images/footer_bg.gif'); background-repeat: repeat-x; }
#footer a:link, a:visited { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
.credit     { color: #aaa; text-align: center; }
.credit a:link, a:visited { color: #aaa; text-decoration: none; font-size: 85%; }
.credit a:hover { text-decoration: underline; }
