﻿/*
   SITE: gilchrist.co.uk
   FILE: typography.css
   GEEK: Phil Sherry
   DATE: 2009-09-17
   
   Copyright 2009 Fawthrop McLanders. All rights reserved.
*/

body { font: normal 62.5%/1.5 "Lucida Grande", Tahoma, Helvetica, Verdana, Arial, sans-serif; }

/* ------------------------------------------------------------------------------- links -- */

a:link, a:visited {}

a:hover, a:active {}

/* ------------------------------------------------------------------------------- headers -- */

h1, h2, h3, h4, h5, h6 {}


/* ------------------------------------------------------------------------------- everything else -- */

#container { font-size: 1.2em; }

	#container p { margin-bottom: .5em; }

#steps {
	color: #ff980c;
	font-size: 2.6em;
	font-weight: bold;
	line-height: 2;
}

#challenge_front,
#step_copy {
	color: #fff;
}

#step_copy p {
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px;
}

.Unknown #step_copy p,
.MacPPC #step_copy p {
    font-size: 1.35em;
    padding: 14px 25px 10px 15px;
}

    .AppleMAC-Safari5 #step_copy p,
    .Mozilla1 #step_copy p {
        padding: 14px 35px 10px 15px;
    }

#step_copy .shell p {
    font-size: 1em;
    padding: 7px 15px 5px;
    margin: 0;
}

#step_copy abbr {
    border: none;
}

#step_copy a {
    color: #fff;
    text-decoration: underline;
}

#main_points li {
	color: #7d52a1;
	font-size: 3.8em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1;
	list-style-position: outside;
	margin-bottom: 10px;
}

blockquote {
	color: #ff980c;
	font-size: 1.4em;
}

#clickthrough {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}

