/*
	MASTER.CSS
*/

/* Reset */
@import url(reset.css);

body {
	/*background-color: #234F32;*/
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
}

/* Fields */
input,
select,
textarea {
	border: 1px solid #ccc;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 3px;
}

input.button {
	background: #eee;
	border: 1px solid #ccc;
}

	input.button:focus {
		border: 1px inset #ccc;
	}
	
/* Headers */
h1, h2, h3, h4, h5, h6 { line-height: 150%; }

h1 { font-size: 1.7em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text */
a { color: #326342; }
a:hover { text-decoration: none; }

p {
	margin: 1em 0;
}

/* Lists */
ul {
	list-style: disc;
	margin: 1em 0;
	padding: 0 0 0 20px;
}

ol {
	list-style: decimal;
	margin: 1em 0;
	padding: 0 0 0 20px;
}

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
	padding: 2px 0;
}

dd {
	overflow: auto;
	padding: 0 0 0 20px;
}


/* Skeleton
--------------------------------------------------*/
#wrapper {
	background-color: #FFF;
	margin: 0 auto;
	padding: 4px 12px;
	position: relative;
	width: 500px;
}

#header_wrap {
	text-align: center;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: center;
}

#footer p {
	font-size: 0.8em;
}

#footer ul li {
	display: inline;
	margin: 0px 2px;
}

/* Misc
--------------------------------------------------*/
#lurlify input {
	font-size: 1.4em;
	width: 370px;
}

#lurlify input.button {
	width: auto;
}

.thumb {
	float: right;
}


/* Clearfix
--------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

