/* screen styles from template version 1.0 */
/* NOTE: any * > selector rules are for standards-compliant browsers. The rule before will have a style that works in IE6. */
/* Table of Contents 
	Non-displaying Elements
	Layout
		Page Specific Layout
	Typography and Inline Elements
		Page Specific Typography
	Navigation
		Specific Nav Button Styling
*/

/* Non-displaying Elements*/
/* *************************************************************************************** */
#branding-logo { display:none; }
#bar { text-indent:-9999px; overflow:hidden } /* moves text inside menu anchors off screen. Remove if not using graphics for menu links. */
/* Layout */
/* *************************************************************************************** */
body { font-size:0.875em; /* makes font a specific size... must find it... */ text-align:center; background: #A89D84 url(../images/logo.png) no-repeat left top; }
#container { height:auto; position:relative; text-align:left; width: 960px; margin-left: 150px; padding-top: 300px; }
#branding { }
#content { font-size: 130%; width: auto; padding: 1em; -khtml-border-radius:.5em; border-radius:.5em; -moz-border-radius:0.5em; -webkit-border-radius:.5em; background-color:rgba(240, 238, 232, 0.6) }
#content-main { width:75%; float:left; margin-right:2.5% }
#content-sidebar { }
#footer { }
/* Page Specific Layout */
/* use a class on the body to change specific parts of the layout based on portions of the website (e.g. user vs. admin) */


/* Typography and Inline Elements */
/* *************************************************************************************** */
h1 { }
h2 { }
h3 { }
p { }
/* Page Specific Typography */
/* use a class on the <body> to change specific typographic elements (e.g. <h1> backgrounds) */
.layout-home h1 { }
/* Navigation */
/* placement of navigation */
/* *************************************************************************************** */
#nav-main { position: absolute; top:234px; right: 0px; }
#nav-main a { font-weight:bolder; text-decoration:none; display:block; float:left; padding:0.25em 1em; margin:0 0 0 1em; -khtml-border-radius:.25em; border-radius:.25em; -moz-border-radius:0.25em; -webkit-border-radius:.25em; }
#nav-main a:link, #nav-main a:visited { color:#D3CEC0; background-color:rgba(134, 118, 86, .75); }
#nav-main a:focus, #nav-main a:hover, #nav-main a:active { color:#D36500; background-color:rgba(33, 29, 31, .75); }
#nav-main ul { }
#nav-main ul, #nav-main li {/* fix IE6 and IE7 List bug */ display: inline; }

/* Specific Nav Button Styling */
/* used if buttons use images instead of text or combined with text */
