/* 
----------------------------------------
untitled

Created by  on 2010-03-10.
Copyright (c) 2010. All rights reserved.

(Put commonly used hex color values here)    
*/

/* bring in baseline styles 
---------------------------------------- */
@import url('baseline.reset.css');
@import url('baseline.base.css');
@import url('baseline.type.css');
@import url('baseline.table.css');

/* bring in grid960 styles 
---------------------------------------- */
@import url('grid960.css');

/* site specific design
---------------------------------------- */
body {
	background-image: url('images/wgcf-body-bg.png');
	background-repeat: repeat-y;
	background-position: 50% 0;
}

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

div#header {
	position: relative;
	height: 144px;
	background-image: url('images/wgcf-header-bg.png');
	background-repeat: no-repeat;
}

div#header h1, div#header p {
	text-indent: -1000em;
}

div#header img.home { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

div#content {
	background-image: url('images/wgcf-content-bg.png');
	background-position: 8px 0;
	background-repeat: repeat-y;
	border-bottom: 3px solid #9C004A;
	padding: 16px 0;
}

p.opening {
/*	font-size: 16px;
	line-height: 1.125;*/ /*18 divided by 16*/
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 18px;
}

p.push {
	margin: 18px 0;
}

blockquote {
	margin-left: -52px;
	padding-left: 52px;
	background-image: url('images/lquo.png');
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
p.qauth {
	color: #999;
	text-align: right;
	font-style: italic;
	margin: -14px 0 14px 0;
}


div.action {
	margin-top: 18px;
}

ul#links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#links li {
	height: 48px;
	padding-bottom: 24px;
}

ul#links li a {
	display: block;
	height: 48px;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 60px;
	font-weight: bold;
	text-decoration: none;
}
ul#links li a:link {
}
ul#links li a:hover {
	text-decoration: underline;
}

ul#links li a span {
	display: block;
	padding-top: 14px;
}

ul#links li.linkedin a {
	background-image: url('images/linkedin.png');
}
ul#links li.wordpress a {
	background-image: url('images/wordpress.png');
}
ul#links li.email a {
	background-image: url('images/email.png');
}
ul#links li.home a {
	background-image: url('images/home.png');
}



div#minibio {
	border: 1px solid #9C004A;
	margin: 0 0 18px -1.5em;
	padding: 1.5em 1.5em 3.0em 1.5em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 0px 4px 8px #888;
	-moz-box-shadow: 0px 4px 8px #888;
}

div#footer {
	border-top: 3px solid #9C004A;
	padding: 9px 0;
}
