body {
    background-color:#CF732E;
    font-family:verdana, arial, helvetica;
    background: url(../img/background.gif);
}

body {
    font-size: 100.1%;
}

#frame, td
{

    font-size: 80%;
}

/* :root is an invalid pseudo class but mozilla knows it */
:root code
{
        font-size: 120%;    /* monospace fonts are typically smaller that
                   'normal' fonts under Mozilla. */
}


img {
    border:none;
}
.alt {
    display:none;

}

a {
    color:#CF732E;
    font-weight:normal;
}


img.left {
    margin-right:5px;
}

img.right {
    margin-left:5px;
}
body {
    background-image:url('../img/background.gif');
    text-align:center;
}
#frame {
    background-image:url('../img/back.jpg');
    background-repeat:repeat-y;
    width:807px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    background-color:white;
}
#logo {
    position:relative;
}
#header {
    display:none;
}
#montage {
    position:relative;
}
#sidebar {
    float:left;
    width:200px;

}
#menu {
	margin-top:10px;
     margin-bottom:20px;
}
#content {
    float:left;
    text-align:left;
    width:580px;
    padding:0px;
    margin:0px;
}
#newsletter {
    padding-left:30px;
}
#newsletter .blurb {
    padding:0 0 3px 1px;
}

#newsletter .field {
     float:left;
     height:20px;
     padding-right:3px;
}
#newsletter .field input {
    width:120px;
    height:17px;

    border:1px solid silver;
}
#newsletter .submit {
    height:30px;
    padding:2px 0 2px 5px;
}
#main {

}
#altmenu {
	font-size:93%;
    clear:both;
    margin-left:50px;
    margin-right:50px;
    text-align:center;
    padding:20px 0 0 0;
}
#altmenu a {
    color:#CF732E;
    font-weight:normal;
    font-family:arial;
}
#copyright, #credit {
	font-size:93%;
    font-family:arial;
    clear:both;
    margin-left:50px;
    margin-right:50px;
    text-align:center;
}
#copyright {
    padding-top:20px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    margin: 1.25em 0 0.5em 0;
    padding: 0;
	text-transform: capitalize;
}

h1 {
    font-weight: normal;
    font-size: 1.7em;
    margin-top:0px;
    clear:left;
    color:#231665;
    letter-spacing:1px;
    text-transform:capitalize;
}
h2 {
    margin-top:0px;
    clear:left;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom:.1em;
    padding:0px;
    
     padding-top:10px;
     border-bottom:1px solid silver;
}
h2, h2 a {
	color:#854519;
}
h3 {
    margin:0;
    font-size: 1.2em;

    padding-top:10px;
}
h3, h3 a {
	color:#31513A;

}
h4, h5, h6 {
    font-size: 1em;
}

h5, h6 {
    font-weight: normal;
}

p {
    margin:10px 0 10px 0;
    padding:0;
}

/* FORMS */
.input {

    height:17px;
    margin: 1px 0 1px 0;
}
textarea, .input {
    border:1px solid silver;
}
.narrow {
    width:50px;
}
.medium {
    width:150px;
}

.wide, textarea {
    width:300px;
}
/* SIGNUP FORM */
.signup {

}

.required {
    color:red;
    padding-left:5px;
}
.errors {
    color:red;
}
.entries .thumb {
	border:1px solid silver;
	padding:1px;
	margin:0 5px 5px 0;
}
.entries .description {
	margin-top:10px;
}
.categories h2 a, .categories h2, .categories h3, .categories h3 a {
	text-decoration:none;
}
.entries .specs {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
}
span.codedirection { 
	unicode-bidi:bidi-override; 
	direction: rtl; 
}  
label {
	font-weight:bold;
}
.extra {
	color:#3F3F3F;
	font-size:93%;
}
.crumb {
	font-size:85%;
	color:grey;
	
}
.crumb a {
	text-decoration:none;
}
/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jqmClose{ background:#FFDD00; border:1px solid #FFDD00; color:#000; clear:right; float:right; padding:0 5px; cursor:pointer; }
.jqmClose:hover{ background:#FFF; } 
#jqmContent{ width:99%; height:99%; display: block; clear:both; margin:auto; margin-top:10px; background:#111; border:1px dotted #444; }