/* This CSS style sheet was designed for use in the Citadel Medieval Society website */
/* The Author is Fraser Medhurst */
/* Thanks go to Elizabeth Castro and her book 'HTML for the World Wide Web 5th Edition' */

/* Define normal text, background color and wallpaper */
body { color: #FFFFFF;
       font-family: "Arial", "Times New Roman", "Times";
       font-size: 14px; 
       background-color:#000000; 
       background-image: url('images/wall.jpg');
       background-repeat: repeat-y; 
/*     cursor: crosshair; */
       }

/* Define link colors (including visited links) */
a { text-decoration: none; font-size: 12px; }
a:link    { color:#CCCCCC; }
a:visited { color:#CCCCCC; }
a:focus   { color:#CCCCCC; }
a:hover   { color:#4466FF; }
a:active  { color:#FFFF00; }

/* Define Heading Formats */
h1 { font-size: 32px; 
     color: #FFFF00; }
h2 { font-size: 22px; 
     color: #FFFF00; }
h3 { font-size: 18px; 
     color: #FFFF00; }

/* Table Related Formatting */
td.pagelayout { vertical-align: top; }
td.title {border: 0px ;padding: 2px; }
td.bordered { border: 1px solid #444444; width: 120px; padding: 2px; }
td.noborder { border: 0px; width: 100px; }
td.profile { vertical-align: middle; height: 50px; }
td.profile1 { vertical-align: middle ;height: 50px; }
td.events { vertical-align: middle; border: 1px solid #444444; padding: 4px; }
td.date { vertical-align: middle; border: 1px solid #444444; padding: 4px; color: #FFFF00; font-size: 18px; }

/* Image Related Formatting */
img.thumbnail { width: 65px; height: 75px; }
img.profilepic { width: 150px; }
img.largeheraldry { width: 130px; height: 150px; float: right; }
img.alignright { float: right; padding: 10px; }
img.alignleft { float: left; padding: 10px; }
/* Remove all borders from images (including those with links) */
img { border: 0px; }
img.thumbport {width: 112px; height: 150px; }
img.thumbland {width: 150px; height: 112px; }

/* Divisions */
#menu {border: 3px double #FFFFFF;
       background: #000000;
       font size: 11px;
       color: #FFFFFF; }