﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Arial, Sans-Serif;
	background-color:#f4f4f4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear:both;}
.left {float:left;}
.right {float:right;}

/* PAGE STYLES */

#pagetitle span

{ 	
font-size: 41px;
font-weight: bolder;
font-family:georgia; 
line-height: 1.2em;
padding-bottom:.5em;
}

#pagetitle span > span

{ 	
color: #e3417a; 
}


#page 
{
	width:900px;
	margin: 10px auto 0px auto;
	color:#676767;
		
}

#pageleft
{
	width:257px;
	margin-top:20px;
}

#pageleft ul
{
	margin-right:16px;
	margin-top:5px;
}

#pageleft a
{
	color:#676767;
	font-weight:bold;
	text-decoration:none;	
}

#pageleft a:hover
{
	text-decoration:underline;
	color:#e3417a;	
}

#pageleft ul li
{
	margin-top:4px;
}


#pageleft ul li:before
{
	content:"+";
	color:#e388a8;
	padding-right:.5em;
}

#pageinfo div.mediumtext img
{
	display:block;	
}

#socialicons 
{
	margin-top:42px;
}
#socialicons img
{
	margin-right:7px;
}
#socialicons img.last
{
	margin-right:0px;	
}


#contact
{
	margin-top:10px;
}

div.topmarginp p
{
	margin-top:15px;
	margin-bottom: 20px;
}

.largetext
{
	font-size:1em;
	line-height:1.2em;
}

.mediumtext
{
	font-size:.8em;
	line-height:1.3em;
}

.smalltext
{
	font-size:.7em;
	line-height:1.2em;
}

.smalltext span
{
color: #e3417a;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
font-weight: bold;
line-height:1.2em;
}

div.projecttitle
{
margin-top: 15px;
}

.projecttitle span
{
color: #e3417a;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: .9em;
font-weight: bold;
}

#pageright
{
	width:640px;
	text-align:center;
	margin-top:25px;
}

#footer
{
	border-top:solid 1px #ccc;
	color:#9e9e9f;	
	width:900px;
	padding-top:5px;
	margin-top:20px;
}


/* HOME PAGE SPECIFIC */

div.homerow
{
	padding-left:26px;
}

div.homelink
{
	width:277px;
	float:left;
	padding:0px 0px 15px 30px;
	text-align:left;
}

div.homelink div.homethumb
{
	background-color:#fff;
	border:solid 1px #ababab;
}

div.homelink div.homethumb img
{
	padding:10px;	
}

div.homelink div.smalltext
{
	margin-top:10px;	
}
div.homelink div.smalltext img
{
	margin-bottom:5px;
}


/* CONTENT PAGE SPECIFIC */
#navigation
{
	padding-bottom:20px;
	border-bottom:solid 1px #ccc;
}

#navigation span.current
{
	color: #E3417A;
}

#navigation a
{
	color:#aeadad;
	text-decoration:none;
}

#navigation a:hover
{
	color:#676767;
	text-decoration:none;
}


#thumblinks
{
	width:509px;
	margin:auto;	
}

#thumblinks div
{
	background-color:#fff;
	border:solid 1px #ababab;
	width:116px;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

#thumblinks div.last
{
	margin-right:0px;
}



#thumblinks img
{
	padding:5px;
}

.bottom20
{
	margin-bottom:20px;
}


