/* creative creature v3 | June 2008 */

/* LAYOUT */
html, body {
	margin: 0 auto 15px auto;
	padding: 0;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: "Lucida Grande", "Helvetica", "Verdana", "Trebuchet MS", "Arial", sans-serif;
	text-align: left;
	font-size: 13px; /* all other font sizes specified relative to this in ems */
}
div#page {
	width: 600px;
	margin: 0 auto;
}
div#header {
	height: 240px;
	text-align: center;
}
div#content {
	padding: 0;
}
div.column {
	width: 285px;
	padding: 0;
	float: left;
}
div.leftCol {
	padding-right: 15px;
}
div.rightCol {
	padding-left: 15px;
}
div.project { margin-bottom: 15px; }
div#footer {
	text-align: center;
}

/* TEXT */
p {
	line-height: 1.5em;
	color: #333;
}
div#introduction p {
	text-align: justify;
}
div#footer p {
	line-height: 1.4em;
}
p.tech {
	color: #888;
	margin-top: -10px;
}
div.column {
	line-height: 1.4em;
	color: #555;
}
p.emphasized {
	font-size: 1.2em;
}
span#mantra {
	font-size: 1.5em;
	line-height: 1em;
	color: #DD4F71;
}

/* HEADINGS */
h1, h2, h3 {
	color: #DD4F71;
	font-weight: normal;
	margin-top: 0;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.25em;
}

/* LINKS */
a, a:link, a:visited {
	color: #448F99;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a img { border: none; }

/* LISTS */
ul { 
	padding: 0; 
	margin: 0;
}
ul li {
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 1.4em;
}

/* ELEMENTS */
hr { 
	border: none;
	border-top: 1px solid #448F99;
	margin: 15px 0;
}
div.clr { clear: both; }
.meta { 
	color: #888;
	font-size: 0.7em;
	margin: 5px 0 15px 0;
	text-align: right;
}
.images img {
	margin-bottom: 5px;
}

/* VCARD */
.vcard {
	margin-bottom: 10px;
}
.adr { float: left; margin: 10px 0; }
.telephone { margin: 10px 0; }
.fn, .country-name { font-weight: bold; }

