/* CSS Document */

/* Reset */
* {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
	font-size: 0.96em;
}

a {
	color: #000;
	list-style:
}

a.embedded {
	font-weight: bold;
	}

h2 {
	font-weight: normal;
	font-size: 1.4em;
	}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

p {
	line-height:1.75em;
	margin: 1em 0em;
}
/* Custom Tags */
body {
	text-align: center;
	background: url('gradientbg.jpg') repeat-x #E8E8E8;
}

img {
	border: none;
}

/* Containers */

#container {
	background: url('fauxbg.png') repeat-y;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 100%;
}

#top, #logo {
	float: left;
	line-height: 0px;
}

#hero {
	width: 100%;
}

#content {
	width: 90%;
	margin: 20px auto 0px;
}

#portrait {
	float: left;
	width: 320px;
}

#text {
	float: left;
	width: 550px;
}

#text h1 {
	font-size: 1.8em;
	color: #C2D45F;
	text-transform: uppercase;
	font-family: Georgia;
}

.infoLinks {
	text-align: right;
	width: 95%;
}

#text a.buttonLink {
	background: #C5D761;
	color: #000;
	padding: 5px;
	border: 1px solid #777;
	border-top: none;
	border-left: none;
	text-decoration: none;
	font-size: 0.80em;
	margin-left: 5px;
	text-transform:uppercase;
}

#text a.buttonLink:hover {
	color:#fff;
	border: 1px solid #777;
	border-bottom: none;
	border-right: none;
}

#footer {
	padding: 20px 40px;
	margin: 20px auto 0px;
	background: #E7E7E9;
	font-weight: bold;
	border-top: 1px solid #D1D1D1;
	font-size: 0.8em;
}

#footer a {
	text-decoration: none;
	color: #000;
	margin: 10px;
}

#copyright {
	width: 300px;
}

#footerLinks {
	text-align: right;
	width: 200px;
	float: right;
}

/* Tools */

.clearboth {
	clear: both;
}

.half {
	width: 40%;
	float: left;
}

.block {
	display: block;
}

p.error {
	margin-top: 16px;
	font-weight: bold;
	color: #900;
	background-color: #fff;
}

.warning {
	color: #ff0000;
	background-color: #fff;
	}

/* Form  */
form {
	margin-top: 0px;
}

form label {
	float: left;
	font-weight: bold;
	margin-top: 10px;
	width: 90%;
	font-size: 0.90em;
	}

input, textarea {
	font: 'Lucida Grande', Verdana, arial, sans-serif;
}

.copy input { /* for password protected posts */
	font: 11px Verdana, arial, sans-serif;
}

.copyColumn {
	width: 50%;
	float: left;
	}

.copyColumn ul, .copyColumn ul li {
	margin: 15px;
	padding: 0px;
	}

label {
	letter-spacing: 0;
	color: #777;
	background-color: #fff;
}

label small {
	color: #999;
	background-color: #fff;
}

.field, .textAreaField { /*common to all text fields */
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fafafa;
	color: #777;
	width: 300px;
	float: left;
}

.textAreaField {
	width: 98%;
	height: 200px;
	}

.buttonContainer {
	text-align:right;
	display: block;
	width: 100%;
	}
.button {
	background-color:#9c0;
	color:#fff;
	margin: 15px 0px;
	padding: 3px;
	border: none;
	}

.field:hover, .field:focus, .textAreaField:hover, .textAreaField:focus {
	color: #777;
	border: 1px solid #9c0;
	background-color: #fff;
}

.buttonContainer {
	text-align:right;
	display: block;
	width: 100%;
	}