
/* leeshields.com 2005 - "Got a tattooed tit, say No. 13." */


/* round 'em up
-------------------------------------- */
@import url("css_structure.css");
@import url("css_navigation.css");
html,body,div,p			{font: normal 10px Arial, Helvetica, Verdana, sans-serif; color: #666;}
body				{background: #ccc; margin: 0; padding: 0;}
body#home,
body#resume,
body#portfolio,
body#contact			{background: #fff;}

/* general
-------------------------------------- */
a:link,a:active			{color: #c30; text-decoration: none; border-bottom: 1px solid #c30;}
a:visited			{color: #c63; text-decoration: none; border-bottom: 1px solid #c63;}	
a:hover				{color: #930; border-bottom: 1px solid #930;}
a img				{border-width: 0; border-style: none;}


/* text
-------------------------------------- */
h1				{margin: 20px 45px 0 25px; padding: 0 0 5px 0; border-bottom: 1px solid #bbb; font-size: 10px; font-weight: normal; color: #333; text-transform: uppercase; letter-spacing: 0px;}
h1.secondary			{margin-top: 40px;}
html>body h1.secondary		{margin-top: 70px;}
html>body h1#experience		{margin-top: 40px;}
h1.faq				{clear: both; margin-right: 0; width: 650px;}
html>body h1.faq		{padding-top: 20px;}
h2				{margin: 0 0 5px 0; padding: 0; border: 0; font-size: 10px; font-weight: bold; color: #333;}
h3				{margin: 0; padding: 0; border: 0; font-size: 8px; text-transform: uppercase; letter-spacing: 2px; color: #ccc; text-align: center;}




