/*********************************************************************************
@@	TYPOGRAPHY
	[ typography.css ]

	The entire general typography of GCC
**********************************************************************************/

body { font-family:georgia, arial, sans-serif; font-size:67.5%; color:#f8da92; }

/*
@@  TITLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
h1,
h2,
h3,
h4,
h5,
h6 { text-transform:uppercase; font-weight:normal; color:#f8da92; }

h1 { font-size:1.8em; line-height:2em; }
h2 { font-size:1.6em; line-height:1.6em; }
h3 { font-size:1.4em; line-height:1.4em; }
h4,
h5,
h6 { font-size:1.1em; }

.section-inner h2 { font-size: 3.2em; }

/*
@@  TEXT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
p           			{ color:#F1F1F1; font-size:1.2em; line-height:1.5em; margin-top:8px; }
.box-content ul li,
.box-content ol li		{ line-height:1.5em; font-size:1.2em; margin-left:15px; }
.box-content ul,
.box-content ol			{ margin:10px 0; }
.box-content ul li		{ list-style-position:inside; list-style-type:square; }
.box-content ol li		{ list-style-position:inside; list-style-type:decimal; }
img						{ margin-bottom:10px; }
.img-text,
.subtle-text 			{ font-size:1em; font-style:italic; color:#c1c1c1; }
a { color: #f8da92;}

/*
@@  DEBUG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
pre {
    border:3px solid red;
    background-color:beige;
    padding:20px;
}