* {
	padding: 0px;
	margin:0px
}

html { height: 100%; margin-bottom: 1px;}

body {
	height: 100%;
	font-family: arial, Sans-Serif;
	color: #777;
	background: #FFF;
}

img {
	border: 0;
}

ul, ol {
	margin: 0 0 20px 0;
	padding: 0
}


/* --------------------------
 @Text styling 
----------------------------- */

p {
	color: #222;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 14px 0
}

	.result p {
		margin-bottom: 0;
	}

	.article p {
		font-family: georgia, serif;
		line-height: 1.5em;
		margin: 0 8px 8px 8px;
		color: #000
	}
	
	.ft p {
		color: #777;
		font-size: 0.7em
	}

h1 {
	font-family: georgia, serif;
	font-size: 3em;
	font-weight: normal;
	color: #FFF;
}

h2 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #000;
	margin: 0 0 12px 0
}

	#maincontent .first h2 {
		font-size: 1.7em
	}
	
	#secondarycontent h2 {
		padding-top: 0.2em
	}
	
	#articles h2 {
		margin-bottom: 12px;
	}
	
	h2 .rightangle {
		display: none;
	}
	
		.first h2 .rightangle {
			display: inline
		}
	
h3 {
	color: #000;
	font-family: georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
	padding: 5px 0 5px 6px;
	background: #f1eedc;
}

h4 {
	color: #000;
	margin-bottom: 5px;
}

	.star h4 {
		padding-left: 25px;
		background: url('../images/star.gif') no-repeat;
	}

a:link {
	color: #000
}

	#maincontent .first a:link {
		color: #0000EE
	}
	
	#maincontent .result p a:link {
		color: #222;
		text-decoration: none
	}
	
	h1 a:link {
		color: inherit;
		text-decoration: none;
	}

a:visited {
	color: #000
}
	
	#maincontent .result p a:visited {
		color: #222;
	}

	#maincontent .first a:visited {
		color: #0000EE;
		text-decoration: none
	}
	
	h1 a:visited {
		text-decoration: none;
	}

a:hover {
	text-decoration: none
}

a:active {

}

.terms li {
	color: #000;
	font-size: 0.9em
}

	#maincontent .first .terms li {
		font-size: 1.1em
	}
	
li {
	margin: 3px 0 3px 18px;
	color: #222;
	font-size: 0.9em;
	line-height: 1.5em
}

.meta {
	font-size: 0.8em;
	color: #999
}

/* -------------------------- */


/* --------------------------
 @Navigation 
----------------------------- */

ul#nav {
	list-style-type: none;
}

#nav li {
	float: left;
}

/* -------------------------- */


/* --------------------------
 @Structure 
----------------------------- */

#wrapper {
	background: #FFF;
	max-width: 1600px;
	min-width: 700px;
}

.container {
	width: 760px;
	margin: 0 auto
}

	.ft .container {
		border-top: 1px solid #DDD;
		padding-top: 10px;
	}

.hd {
	background: #087E8B;
	border-bottom: 3px solid #085A63;
	padding: 10px 10px 15px 10px;
}

#search {
	float: right;
	margin: 1.5em 0 0 0
}

.bd {
	border-top: 9px solid #27ABBA;
	padding: 15px 0 0 0;
}

#maincontent {
	float: left;
	display: inline;
	width: 468px;
	border-right: 1px solid #DDD;
	padding: 0 12px 0 0;
	margin-bottom: 10px;
}

#secondarycontent {
	float: left;
	width: 267px;
	padding-left: 12px;
}

.ft {
	clear: both;
	text-align: center;
	padding: 0 10px 10px 10px;
}

/* -------------------------- */



/* --------------------------
 @Objects
----------------------------- */

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}

.result {
	border-top: 1px solid #DDD;
	padding: 10px 0;
	margin: 0 0 0 0
}

ul.terms {
	list-style-type: none;
	margin-bottom: 20px;
	border-top: 1px dashed #DDD;
}

	#categories ul.terms {
		border: 0;
		background: #fafafa
	}

.terms li {
	border-bottom: 1px dashed #DDD;
	margin: 0 0 0px 0;
	padding: 7px 3px 7px 8px;
}

	.terms li:hover {
		background: #F6F6F6
	}
	
	.terms li.last {
		border-bottom: 0
	}
	
.first {
	margin-bottom: 20px;
}

#articles {
	zoom: 1; /* HAX */	
}

	.first #articles {
	}

	.second #articles {
		background: #F7F4E5;
		border: 0;
		border-top: 1px solid #D6D6BB;
		padding: 5px 10px 0 10px;
	}
	
.article {
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D6BB;
	margin-bottom: 10px;
}

	.second .article.last {
		border-bottom: 0
	}
	
#categories {
	
}
	
.right {
	float: right;
}

/* -------------------------- */



/* --------------------------
 @Forms, photos and galleries
----------------------------- */

.photoright {
	width: 180px;
	float: right;
	border: 5px solid #F0EED8;
	margin: 0 0 0 12px
}

.photoleft {
	width: 180px;
	float: left;
	border: 5px solid #F0EED8;
	margin: 0 12px 0 0
}

/* -------------------------- */


