/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
These are the three standard website style sheets.
Create a copy of the three style sheets and place them in your new website directory.
CSS are commonly kept in the /includes/css/ directory for the website. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS style sheet for idevgames.com -- authored by David Janik-Jones */
/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* All web site content Copyright 2005 by idevgames.com */
/* Date Started: September 21, 2005 */

/* This design is NOT a template. You may NOT reproduce it elsewhere without the owner's written permission. 
You may study the CSS and use whatever techniques you learn from it elsewhere per Creative Commons License. */

/* IMPORT TWO OTHER STANDARD SITE STYLE SHEETS */
@import url(/index.php/includes/structure_css);
@import url(/index.php/includes/content_css);

/* SET UP THE TWO BASE STYLES FOR ALL PAGES */
html { height:100%; max-height:100%; /* fix height to 100% for IE + fix height for other browsers */ 
padding:0; margin:0; border:0; /*remove padding, margins and borders */ 
font:13px/16px "Lucida Sans",Lucida,"Trebuchet MS",Trebuchet,Arial,sans-serif;color:#2E2E2E; /* set default font */ }

body { height:100%; max-height:100%; /* fix height to 100% for IE + fix height for other browsers */
padding:0; margin:0; border:0; /*remove padding, margins and borders */
background: #aeaeae url(/skins/red/images/bkgnd_shadow.gif) repeat-y; /* set background repeating image */
background-position: center; }

/* REMOVE PADDING AND MARGIN VALUES */
h1,h2,h3,h4,h5,h6,dl,dd,dt,img,q,table,thead,tbody,tfoot,caption,th,tr,td,a,form,
input,textarea,fieldset,pre {margin:0;padding:0;}

ol,ul,li {padding:0;}

/* SET BASE FONT ATTRIBUTES */
h1 {font-size:17px;font-weight:bold;color:#921609;padding:5px 0;}
h2 {font-size:16px;font-weight:bold;color:#921609;padding:5px 0;}
h3 {font-size:15px;font-weight:bold;color:#921609;padding:5px 0;}
h4 {font-size:14px;font-weight:bold;color:#921609;padding:3px 0;}
h5 {font-size:13px;font-weight:bold;color:#921609;padding:3px 0;}
h6 {font-size:12px;font-weight:bold;color:#921609;padding:3px 0;}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#921609;text-decoration:none;}
a:link,a:visited {text-decoration:none;}
a:hover,a:active {text-decoration:underline; color:#921609;}
a img,:link img,:visited img,:hover img,:active img {border:none;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul,ul ol,ul dir,ul menu,ul dl,
ol ul,ol ol,ol dir,ol menu,ol dl,
dir ul,dir ol,dir dir,dir menu,dir dl,
menu ul,menu ol,menu dir,menu menu,menu dl,
dl ul,dl ol,dl dir,dl menu,dl dl {margin-top:0;margin-bottom:0;}

/* STANDARDIZE THE LIST-BULLET TYPE */
ul,dl {list-style-type:circle;list-style-position:inside;padding-left:3em;line-height:225%;}
ol {list-style-type:decimal;list-style-position:inside;}

/* STANDARDIZE THE OTHER TYPOGRAPHY AND TAGS */
em {font-style:italic;font-weight:normal;}
strong {font-weight:bold;}
acronym {background:transparent;cursor:help;font-style:normal;}
a acronym {border:none;cursor:pointer;}

.center {text-align:center;}
.textalignright {text-align:right;}
.textalignleft {text-align:left;}

img{border:0;}
img.left{float:left; margin:0 7px 7px 0;}
img.right{float:right; margin:0 0 7px 7px;}
img.outline{border:1px solid #FFDB94;}


/* ----- END OF TEMPLATE ----- */