/* The stylesheet for my homepage http://www.redbrick.dcu.ie/~orly */

/*
$RCSfile: orlystyle.css,v $
$Author: orly$
$Revision: 1.1 $
$Date: 2005/08/09 $
*/


/* applies to everything */
body { margin: 0; padding: 0; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #990033;}
a:link { color: #0000FF; }
a:active { color: #FF0000; }
a:visited { color: #800080; }
a:hover { background: #FFFFFF; }

/* homepage custom styles*/
div.rightlinks {
width: 47%;
color: #000000;
float: left;
border: 2px solid Black;
background-color : #FAD800;
margin : 5px;
padding : 5px;
font-size: x-small
}

div.leftlinks {
width: 47%;
color: #000000;
float: right;
border: 2px solid Black;
background-color: #FAD800;
margin : 5px;
padding : 5px;
font-size: x-small;
}

div.photolinksleft {
width: 75%;
float: left;
border: 2px solid Black;
background-color: #FAD800;
margin : 5px;
padding : 5px;
font-size: small;
}

div.photolinksright {
width: 45%;
float: left;
border: 2px solid Black;
background-color : #FAD800;
margin : 5px;
padding : 5px;
font-size: small;
}

.header {
color: #006699;
text-align: left;
}

.title {
font-size: larger;
font-weight: bold;
color: #FFFFFF;
text-align: center;
}

a.linkfont {
text-align: left;
font-size: x-small;
}

div.photolinks {
text-align: left;
font-size: x-small;
}

.update {
font-size: x-small;
font-weight: bold;
color: green;
}
.smallfont {
font-size: x-small;
text-align: left;
}

h4 {
color: #000000;
font-size: 1em;
font-weight: bold;
text-align: left;
}

li{
color: #000000;
}

h2
{
border: 1px solid #000000;
border-bottom: 1px solid #ffffff;
padding: 1em;
margin: 0 0 0 50px;
width: 14em;
text-align: center;
font-weight: bold;
font-size: 1.5em;
color: #FFFFFF;
text-transform: capitalize;
position: relative;
z-index: 2;
}

h3 {
color: #000000;
font-size: 1.5em;
font-weight: bold;
text-align: left;
}

/*p
{
padding: 1em 2em 2em 2em;
margin-top: -1px;
border: 1px solid #000;

}*/
