/* CSS stylesheet for Laurie's Portfolio */
/* Author: Laurie Caires */
/* Date: August 2008 */

/* Style for background of page. */
body {background: url('/Images/star_background_03.gif') repeat fixed}

/* Style for top heading on each page. */
h2 {font-size: 30pt; text-align: center}
h2:before {content: url('/Images/icon_star_purple.gif'); padding-right: 10px}
h2:after {content: url('/Images/icon_star_purple.gif'); padding-left: 10px}

/* Style for subheadings on project pages. */
h4 {font-size: 20pt; margin-left: 30px}

/* Style for line breaks. */
hr {margin-top: 10px; margin-left: 30px; margin-right: 30px}

/* Style for description paragraph on home page. */
p.main {font-size: 13pt; text-align: center}

/* Style for description paragraphs on project pages. */
p.description {font-size: 15pt; text-indent: 50px; margin-left: 30px; margin-right: 30px}

h2,h4,hr,p.main,p.description {color: #8a2be2}

/* Style for project links on home page. */
a.code {font-size: 20pt; color: #8a2be2; margin-left: 30%; text-decoration: none}
a.code:hover {font-size: 25pt}
a.code:before {content: url('/Images/icon_star_purple.gif'); padding-right: 10px}

/* Style for link to page where users can email me comments and questions. */
a.email {font-size: 8pt; color: #8a2be2; margin-left: 40%; text-decoration: none}