
/* Gabriel Muldoon.com, main style sheet */

{
margin: 0;
padding: 0;
}

body 
{
colour: #fff;
background: fff;
font-size: 12px;
line-height: 1;
}

#container 
{
width: 740px;
margin: 60px 20px 20px 20px;
text-align: left;
margin-left: auto; 
margin-right: auto;
}

h1, h2, h3, h4, h5, h6, p {font-weight:normal;color: #666;}
h1 {font-size:5em;line-height:1; margin: 0px;}
h2 {font-size:2.4em;line-height:1;margin: 5 0 0 0;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

p {margin-bottom:.5em;}

h1 strong{
color:#99CC00;
}


blockquote {
font-style: italic;
border-left: 10px solid #99CC00;
margin: 20px 0 40px 0;
padding: 0 20px;
}

cite {
color:#777;
}

a:link, a:visited
{
font-size: 20px;
line-height: 1;
color:#333333;
font-weight: 500;
text-decoration: underline;
}

a:hover
{
font-size: 20px;
line-height: 1;
color:#666666;
font-weight: 500;
text-decoration: underline;
}


h3 a:link, h3 a:visited, h3 a:active 
{
font-size: 20px;
line-height: 1;
color:#333333;
font-weight: 500;
text-decoration: underline;
}

h3 a:hover
{
font-size: 20px;
line-height: 1;
color:#666666;
font-weight: 500;
text-decoration: underline;
}
